Module Values.DescribeEngagementRequestSource

Incident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident.

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

    The Amazon Resource Name (ARN) of the engagement you want the details of.

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