Values.ArtifactDetailSourceArtifact details for the action execution, such as the artifact location.
type nonrec t = {name : ArtifactName.t option;The artifact object name for the action execution.
*)s3location : S3Location.t option;The Amazon S3 artifact location for the action execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ArtifactName.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]