DescribeHandshake
Source:
src/AWS/Organizations/DescribeHandshake.ts
Runtime binding for organizations:DescribeHandshake.
Returns the details and current state of a handshake — accepted, declined, or canceled handshakes stay readable for 30 days.
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.DescribeHandshakeHttp).
Handshakes & Invitations
Section titled “Handshakes & Invitations”// init — account-level binding, no resource argumentconst describeHandshake = yield* AWS.Organizations.DescribeHandshake();
// runtimeconst { Handshake } = yield* describeHandshake({ HandshakeId: handshakeId });