Module Values.DeleteContainerImageRequestSource

Deletes a container image that is registered to your Amazon Lightsail container service.

Sourcetype nonrec t = {
  1. serviceName : ContainerServiceName.t;
    (*

    The name of the container service for which to delete a registered container image.

    *)
  2. image : String_.t;
    (*

    The name of the container image to delete from the container service. Use the GetContainerImages action to get the name of the container images that are registered to a container service. Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (:). For example, :container-service-1.mystaticwebsite.1. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, nginx:latest or nginx.

    *)
}
Sourceval context_ : string
Sourceval make : serviceName:ContainerServiceName.t -> image:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ContainerServiceName.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