Values.OutpostSourceContains the details for the Outpost object.
type nonrec t = {outpostArn : OutpostArn.t option;Specifies the unique Amazon Resource Name (ARN) for the outpost.
*)s3OutpostArn : S3OutpostArn.t option;Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
*)outpostId : OutpostId.t option;Specifies the unique identifier for the outpost.
*)ownerId : AwsAccountId.t option;Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
*)capacityInBytes : CapacityInBytes.t option;The Amazon S3 capacity of the outpost in bytes.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of CapacityInBytes.t | `String of OutpostArn.t ])
list ]