Values.ArtifactLocationSourceRepresents information about the location of an artifact.
type nonrec t = {type_ : ArtifactLocationType.t option;The type of artifact in the location.
*)s3Location : S3ArtifactLocation.t option;The S3 bucket that contains the artifact.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]