Module Values.UpdateContainerGroupDefinitionOutputSource

This API works with the following fleet types: Container Updates properties in an existing container group definition. This operation doesn't replace the definition. Instead, it creates a new version of the definition and saves it separately. You can access all versions that you choose to retain. The only property you can't update is the container group type. Request options: Update based on the latest version of the container group definition. Specify the container group definition name only, or use an ARN value without a version number. Provide updated values for the properties that you want to change only. All other values remain the same as the latest version. Update based on a specific version of the container group definition. Specify the container group definition name and a source version number, or use an ARN value with a version number. Provide updated values for the properties that you want to change only. All other values remain the same as the source version. Change a game server container definition. Provide the updated container definition. Add or change a support container definition. Provide a complete set of container definitions, including the updated definition. Remove a support container definition. Provide a complete set of container definitions, excluding the definition to remove. If the container group has only one support container definition, provide an empty set. Results: If successful, this operation returns the complete properties of the new container group definition version. If the container group definition version is used in an active fleets, the update automatically initiates a new fleet deployment of the new version. You can track a fleet's deployments using ListFleetDeployments.

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

    The properties of the updated container group definition version.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServiceException of InternalServiceException.t
  2. | `InvalidRequestException of InvalidRequestException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `NotFoundException of NotFoundException.t
  5. | `UnauthorizedException of UnauthorizedException.t
  6. | `UnsupportedRegionException of UnsupportedRegionException.t
  7. | `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 | `LimitExceededException of LimitExceededException.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 | `LimitExceededException of LimitExceededException.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