ActivateContactChannel
Source:
src/AWS/SSMContacts/ActivateContactChannel.ts
Runtime binding for ssm-contacts:ActivateContactChannel.
Activate the bound contact channel with the code its owner received,
so Incident Manager can page through it. The channel’s ARN is injected
as ContactChannelId.
Provide the implementation with
Effect.provide(AWS.SSMContacts.ActivateContactChannelHttp).
Activating Contact Channels
Section titled “Activating Contact Channels”const activateContactChannel = yield* AWS.SSMContacts.ActivateContactChannel(email);
yield* activateContactChannel({ ActivationCode: "466136" });