GetRotationOverride
Source:
src/AWS/SSMContacts/GetRotationOverride.ts
Runtime binding for ssm-contacts:GetRotationOverride.
Read a rotation override of the bound rotation — its replacement
contacts and time window. The rotation’s ARN is injected as
RotationId.
Provide the implementation with
Effect.provide(AWS.SSMContacts.GetRotationOverrideHttp).
Managing On-Call Rotations
Section titled “Managing On-Call Rotations”const getRotationOverride = yield* AWS.SSMContacts.GetRotationOverride(rotation);
const override = yield* getRotationOverride({ RotationOverrideId: overrideId,});