Skip to content

ListRotationOverrides

Source: src/AWS/SSMContacts/ListRotationOverrides.ts

Runtime binding for ssm-contacts:ListRotationOverrides.

List the rotation overrides of the bound rotation in a time window. The rotation’s ARN is injected as RotationId. Provide the implementation with Effect.provide(AWS.SSMContacts.ListRotationOverridesHttp).

const listRotationOverrides =
yield* AWS.SSMContacts.ListRotationOverrides(rotation);
const { RotationOverrides } = yield* listRotationOverrides({
StartTime: new Date(),
EndTime: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
});