Module Values.UpdateContactRequestSource

Updates the contact or escalation plan specified.

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

    The Amazon Resource Name (ARN) of the contact or escalation plan you're updating.

    *)
  2. displayName : ContactName.t option;
    (*

    The full name of the contact or escalation plan.

    *)
  3. plan : Plan.t option;
    (*

    A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts.

    *)
}
Sourceval context_ : string
Sourceval make : ?displayName:??? -> ?plan:??? -> contactId:SsmContactsArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SsmContactsArn.t | `Structure of (string * [> `List of [> `String of SsmContactsArn.t | `Structure of (string * [> `Integer of StageDurationInMins.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of IsEssential.t | `Integer of RetryIntervalInMinutes.t | `String of SsmContactsArn.t ]) list ]) list ] list ]) list ] list ]) 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