Values_0.BatchGetAttachedFileMetadataResponseSourceAllows 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 = {files : AttachedFilesList.t option;List of attached files that were successfully retrieved.
*)errors : AttachedFileErrorsList.t option;List of errors of attached files that could not be retrieved.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServiceException of InternalServiceException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of FileSizeInBytes.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of ISO8601Datetime.t
| `Structure of (string * [> `String of ARN.t ]) list ])
list ]
list ])
list ]