Values_2.UpdateInstanceAttributeRequestSourceThis API is in preview release for Amazon Connect and is subject to change. Updates the value for the specified attribute type.
type nonrec t = {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.
*)attributeType : Values_0.InstanceAttributeType.t;The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting. If you set the attribute type as MESSAGE_STREAMING, you need to update the Lex bot alias resource based policy to include the lex:RecognizeMessageAsync action for the connect instance ARN resource.
*)value : Values_0.InstanceAttributeValue.t;The value for the attribute. Maximum character limit is 100.
*)clientToken : Values_0.ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
*)}val make :
?clientToken:??? ->
instanceId:Values_0.InstanceId.t ->
attributeType:Values_0.InstanceAttributeType.t ->
value:Values_0.InstanceAttributeValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]