Values_1.GetAttachedFileResponseSourceResponse from GetAttachedFile API.
type nonrec t = {fileArn : Values_0.ARN.t option;The unique identifier of the attached file resource (ARN).
*)fileId : Values_0.FileId.t option;The unique identifier of the attached file resource.
*)creationTime : Values_0.ISO8601Datetime.t option;The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.
*)fileStatus : Values_0.FileStatusType.t option;The current status of the attached file.
*)fileName : Values_0.FileName.t option;A case-sensitive name of the attached file being uploaded.
*)fileSizeInBytes : Values_0.FileSizeInBytes.t option;The size of the attached file in bytes.
*)associatedResourceArn : Values_0.ARN.t option;The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
*)fileUseCaseType : Values_0.FileUseCaseType.t option;The use case for the file.
*)createdBy : Values_0.CreatedByInfo.t option;Represents the identity that created the file.
*)downloadUrlMetadata : DownloadUrlMetadata.t option;URL and expiry to be used when downloading the attached file.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidRequestException of Values_0.InvalidRequestException.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
| `InvalidRequestException of Values_0.InvalidRequestException.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
| `InvalidRequestException of Values_0.InvalidRequestException.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.FileSizeInBytes.t
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ARN.t
| `Structure of (string * [> `String of string ]) list ])
list ]