Module Values.GetContainerImagesRequestSource

Returns the container images that are registered to your Amazon Lightsail container service. If you created a deployment on your Lightsail container service that uses container images from a public registry like Docker Hub, those images are not returned as part of this action. Those images are not registered to your Lightsail container service.

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

    The name of the container service for which to return registered container images.

    *)
}
Sourceval context_ : string
Sourceval make : serviceName:ContainerServiceName.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