Module Values_2.UpdateQuickConnectConfigRequestSource

Updates the configuration settings for the specified quick connect.

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.

    *)
  3. quickConnectConfig : Values_0.QuickConnectConfig.t;
    (*

    Information about the configuration settings for the quick connect.

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