Module Values.UpdateContactChannelRequestSource

Updates a contact's contact channel.

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

    The Amazon Resource Name (ARN) of the contact channel you want to update.

    *)
  2. name : ChannelName.t option;
    (*

    The name of the contact channel.

    *)
  3. deliveryAddress : ContactChannelAddress.t option;
    (*

    The details that Incident Manager uses when trying to engage the contact channel.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?deliveryAddress:??? -> contactChannelId:SsmContactsArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SsmContactsArn.t | `Structure of (string * [> `String of SimpleAddress.t ]) list ]) 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