DeactivateContactChannel
Source:
src/AWS/SSMContacts/DeactivateContactChannel.ts
Runtime binding for ssm-contacts:DeactivateContactChannel.
Deactivate the bound contact channel so Incident Manager stops paging
through it — e.g. while the owner is on leave. The channel’s ARN is
injected as ContactChannelId.
Provide the implementation with
Effect.provide(AWS.SSMContacts.DeactivateContactChannelHttp).
Activating Contact Channels
Section titled “Activating Contact Channels”const deactivateContactChannel = yield* AWS.SSMContacts.DeactivateContactChannel(email);
yield* deactivateContactChannel();