Module Values.ActivateContactChannelRequestSource

Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated.

Sourcetype nonrec t = {
  1. contactChannelId : SsmContactsArn.t;
    (*

    The Amazon Resource Name (ARN) of the contact channel.

    *)
  2. activationCode : ActivationCode.t;
    (*

    The code sent to the contact channel when it was created in the contact.

    *)
}
Sourceval context_ : string
Sourceval make : contactChannelId:SsmContactsArn.t -> activationCode:ActivationCode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SsmContactsArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t