Values_0.BatchGetAttachedFileMetadataRequestSourceAllows you to retrieve metadata about multiple attached files on an associated resource. Each attached file provided in the input list must be associated with the input AssociatedResourceArn.
type nonrec t = {fileIds : FileIdList.t;The unique identifiers of the attached file resource.
*)instanceId : InstanceId.t;The unique identifier of the Connect instance.
*)associatedResourceArn : ARN.t;The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email. This value must be a valid ARN.
*)}val make :
fileIds:FileIdList.t ->
instanceId:InstanceId.t ->
associatedResourceArn:ARN.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FileId.t ] list | `String of InstanceId.t ])
list ]