Module Values_2.StartAttachedFileUploadResponseSource

Response from StartAttachedFileUpload API.

Sourcetype nonrec t = {
  1. fileArn : Values_0.ARN.t option;
    (*

    The unique identifier of the attached file resource (ARN).

    *)
  2. fileId : Values_0.FileId.t option;
    (*

    The unique identifier of the attached file resource.

    *)
  3. 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.

    *)
  4. fileStatus : Values_0.FileStatusType.t option;
    (*

    The current status of the attached file.

    *)
  5. createdBy : Values_0.CreatedByInfo.t option;
    (*

    Represents the identity that created the file.

    *)
  6. uploadUrlMetadata : UploadUrlMetadata.t option;
    (*

    The headers to be provided while uploading the file to the URL.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalServiceException of Values_0.InternalServiceException.t
  3. | `InvalidRequestException of Values_0.InvalidRequestException.t
  4. | `ResourceConflictException of Values_0.ResourceConflictException.t
  5. | `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
  6. | `ThrottlingException of Values_0.ThrottlingException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?fileArn:??? -> ?fileId:??? -> ?creationTime:??? -> ?fileStatus:??? -> ?createdBy:??? -> ?uploadUrlMetadata:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t