Module Values.GetContainerServicesRequestSource

Returns information about one or more of your Amazon Lightsail container services.

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

    The name of the container service for which to return information. When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.

    *)
}
Sourceval make : ?serviceName:??? -> 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