Values_2.UpdateAttachedFilesConfigurationResponseSourceUpdates the attached files configuration for the specified Amazon Connect instance and attachment scope. If no instance-specific configuration exists, this operation creates one. Partial updates are supported—only specified fields are updated, while unspecified fields retain their current values.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance.
*)attachmentScope : Values_0.AttachmentScope.t option;The scope of the attachment.
*)maximumSizeLimitInBytes : Values_0.MaximumSizeLimitInBytes.t option;The maximum size limit for attached files in bytes.
*)extensionConfiguration : Values_0.ExtensionConfiguration.t option;The configuration for allowed file extensions.
*)lastModifiedTime : string option;The timestamp when the configuration was last modified.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_0.MaximumSizeLimitInBytes.t
| `String of Values_0.InstanceId.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list
| `Timestamp of string ])
list ]