Module Values.DeactivateContactChannelRequestSource

To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.

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

    The Amazon Resource Name (ARN) of the contact channel you're deactivating.

    *)
}
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