Values_1.DeleteArtifactRequestSourceDeletes an artifact. Either ArtifactArn or Source must be specified.
type nonrec t = {artifactArn : Values_0.ArtifactArn.t option;The Amazon Resource Name (ARN) of the artifact to delete.
*)source : Values_0.ArtifactSource.t option;The URI of the source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ArtifactArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of string ])
list ]
list
| `String of string ])
list ])
list ]