Values_2.StartAttachedFileUploadResponseSourceResponse from StartAttachedFileUpload 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.
*)createdBy : Values_0.CreatedByInfo.t option;Represents the identity that created the file.
*)uploadUrlMetadata : UploadUrlMetadata.t option;The headers to be provided while uploading the file to the URL.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceConflictException of Values_0.ResourceConflictException.t| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.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
| `ResourceConflictException of Values_0.ResourceConflictException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.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
| `ResourceConflictException of Values_0.ResourceConflictException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.ARN.t
| `Structure of
(string
* [> `Map of
([> `String of UrlMetadataSignedHeadersKey.t ]
* [> `String of UrlMetadataSignedHeadersValue.t ])
list
| `String of string ])
list ])
list ]