Module Values.SendActivationCodeRequestSource

Sends an activation code to a contact channel. The contact can use this code to activate the contact channel in the console or with the ActivateChannel operation. Incident Manager can't engage a contact channel until it has been activated.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : contactChannelId:SsmContactsArn.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