Module Values.DescribeContainerGroupDefinitionOutputSource

This API works with the following fleet types: Container Retrieves the properties of a container group definition, including all container definitions in the group. Request options: Retrieve the latest version of a container group definition. Specify the container group definition name only, or use an ARN value without a version number. Retrieve a particular version. Specify the container group definition name and a version number, or use an ARN value that includes the version number. Results: If successful, this operation returns the complete properties of a container group definition version. Learn more Manage a container group definition

Sourcetype nonrec t = {
  1. containerGroupDefinition : ContainerGroupDefinition.t option;
    (*

    The properties of the requested container group definition resource.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServiceException of InternalServiceException.t
  2. | `InvalidRequestException of InvalidRequestException.t
  3. | `NotFoundException of NotFoundException.t
  4. | `UnauthorizedException of UnauthorizedException.t
  5. | `UnsupportedRegionException of UnsupportedRegionException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?containerGroupDefinition:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServiceException of InternalServiceException.t | `InvalidRequestException of InvalidRequestException.t | `NotFoundException of NotFoundException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `UnsupportedRegionException of UnsupportedRegionException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServiceException of InternalServiceException.t | `InvalidRequestException of InvalidRequestException.t | `NotFoundException of NotFoundException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `UnsupportedRegionException of UnsupportedRegionException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of ContainerTotalVcpuLimit.t | `Enum of string | `Integer of ContainerTotalMemoryLimit.t | `List of [> `Structure of (string * [> `Boolean of BooleanModel.t | `Double of ContainerVcpu.t | `Integer of ContainerMemoryLimit.t | `List of [> `Structure of (string * [> `Enum of string | `String of NonZeroAnd128MaxAsciiString.t ]) list ] list | `String of NonZeroAnd128MaxAsciiString.t | `Structure of (string * [> `Integer of ContainerHealthCheckInterval.t | `List of [> `String of NonZeroAnd255MaxString.t | `Structure of (string * [> `Enum of string | `Integer of PortNumber.t ]) list ] list ]) list ]) list ] list | `String of ContainerGroupDefinitionArn.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of NonZeroAnd128MaxAsciiString.t ]) list ] list | `String of NonZeroAnd128MaxAsciiString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of PortNumber.t ]) list ] list ]) list ]) list | `Timestamp of Timestamp.t ]) 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