GetReceivedDataGrant
Source:
src/AWS/DataExchange/GetReceivedDataGrant.ts
Runtime binding for dataexchange:GetReceivedDataGrant.
Reads a received data grant’s detail — sender, acceptance state, and
expiration.
Provide the implementation with
Effect.provide(AWS.DataExchange.GetReceivedDataGrantHttp).
Data Grants
Section titled “Data Grants”const getReceivedDataGrant = yield* AWS.DataExchange.GetReceivedDataGrant();
// runtimeconst grant = yield* getReceivedDataGrant({ DataGrantArn: grantArn });