Module Values.StopEngagementRequestSource

Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged.

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

    The Amazon Resource Name (ARN) of the engagement.

    *)
  2. reason : StopReason.t option;
    (*

    The reason that you're stopping the engagement.

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