Values_1.DescribeAttachedFilesConfigurationRequestSourceDescribes the attached files configuration for the specified Amazon Connect instance and attachment scope. If a custom configuration exists for the specified attachment scope, the custom configuration is returned. If no custom configuration exists, the default configuration values for that attachment scope are returned.
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.
*)attachmentScope : Values_0.AttachmentScope.t;The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.
*)}val make :
instanceId:Values_0.InstanceId.t ->
attachmentScope:Values_0.AttachmentScope.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]