Skip to content

DeleteRotationOverride

Source: src/AWS/SSMContacts/DeleteRotationOverride.ts

Runtime binding for ssm-contacts:DeleteRotationOverride.

Delete a rotation override of the bound rotation, restoring the regular schedule. The rotation’s ARN is injected as RotationId. Provide the implementation with Effect.provide(AWS.SSMContacts.DeleteRotationOverrideHttp).

const deleteRotationOverride =
yield* AWS.SSMContacts.DeleteRotationOverride(rotation);
yield* deleteRotationOverride({ RotationOverrideId: overrideId });