DeclineHandshake
Source:
src/AWS/Organizations/DeclineHandshake.ts
Runtime binding for organizations:DeclineHandshake.
Declines a pending handshake, ending the invitation from the recipient side; the originator can no longer act on it.
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.DeclineHandshakeHttp).
Handshakes & Invitations
Section titled “Handshakes & Invitations”// init — account-level binding, no resource argumentconst declineHandshake = yield* AWS.Organizations.DeclineHandshake();
// runtimeconst { Handshake } = yield* declineHandshake({ HandshakeId: handshakeId });