ListHandshakesForOrganization
Source:
src/AWS/Organizations/ListHandshakesForOrganization.ts
Runtime binding for organizations:ListHandshakesForOrganization.
Lists the handshakes sent by the organization’s management account — outstanding and recently concluded invitations.
Account-level operation — Organizations is a management-account-scoped
global service, so the binding takes no resource argument. Provide the
implementation with Effect.provide(AWS.Organizations.ListHandshakesForOrganizationHttp).
Handshakes & Invitations
Section titled “Handshakes & Invitations”// init — account-level binding, no resource argumentconst listHandshakesForOrganization = yield* AWS.Organizations.ListHandshakesForOrganization();
// runtimeconst { Handshakes } = yield* listHandshakesForOrganization();