Skip to content

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).

// init — account-level binding, no resource argument
const listHandshakesForOrganization = yield* AWS.Organizations.ListHandshakesForOrganization();
// runtime
const { Handshakes } = yield* listHandshakesForOrganization();