Module Values_1.DeleteQuickConnectRequestSource

Deletes a quick connect. After calling DeleteUser, it's important to call DeleteQuickConnect to delete any records related to the deleted users. This will help you: Avoid dangling resources that impact your service quotas. Remove deleted users so they don't appear to agents as transfer options. Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using Amazon Connect Global Resiliency.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  2. quickConnectId : Values_0.QuickConnectId.t;
    (*

    The identifier for the quick connect.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> quickConnectId:Values_0.QuickConnectId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.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