Module Values_1.DeleteImageRequestSource

Deletes a SageMaker AI image and all versions of the image. The container images aren't deleted.

Sourcetype nonrec t = {
  1. imageName : Values_0.ImageName.t;
    (*

    The name of the image to delete.

    *)
}
Sourceval context_ : string
Sourceval make : imageName:Values_0.ImageName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ImageName.t ]) 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