Module Values_1.DeleteArtifactRequestSource

Deletes an artifact. Either ArtifactArn or Source must be specified.

Sourcetype nonrec t = {
  1. artifactArn : Values_0.ArtifactArn.t option;
    (*

    The Amazon Resource Name (ARN) of the artifact to delete.

    *)
  2. source : Values_0.ArtifactSource.t option;
    (*

    The URI of the source.

    *)
}
Sourceval make : ?artifactArn:??? -> ?source:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t