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).
Managing On-Call Rotations
Section titled “Managing On-Call Rotations”const deleteRotationOverride = yield* AWS.SSMContacts.DeleteRotationOverride(rotation);
yield* deleteRotationOverride({ RotationOverrideId: overrideId });