Module Values.DeleteContactRequestSource

To remove a contact from Incident Manager, you can delete the contact. However, deleting a contact does not remove it from escalation plans and related response plans. Deleting an escalation plan also does not remove it from all related response plans. To modify an escalation plan, we recommend using the UpdateContact action to specify a different existing contact.

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

    The Amazon Resource Name (ARN) of the contact that you're deleting.

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