Values.DescribeLocationS3ResponseSourceDescribeLocationS3Response
type nonrec t = {locationArn : LocationArn.t option;The ARN of the Amazon S3 location.
*)locationUri : LocationUri.t option;The URL of the Amazon S3 location that was described.
*)s3StorageClass : S3StorageClass.t option;When Amazon S3 is a destination location, this is the storage class that you chose for your objects. Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
*)s3Config : S3Config.t option;agentArns : AgentArnList.t option;The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts. For more information, see Deploy your DataSync agent on Outposts.
*)creationTime : Time.t option;The time that the Amazon S3 location was created.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AgentArn.t ] list
| `String of LocationArn.t
| `Structure of (string * [> `String of IamRoleArn.t ]) list
| `Timestamp of Time.t ])
list ]