Module Values.CreateTaskSetResponseSource

Create a task set in the specified cluster and service. This is used when a service uses the EXTERNAL deployment controller type. For more information, see Amazon ECS deployment types in the Amazon Elastic Container Service Developer Guide. On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition. For information about the maximum number of task sets and other quotas, see Amazon ECS service quotas in the Amazon Elastic Container Service Developer Guide.

Sourcetype nonrec t = {
  1. taskSet : TaskSet.t option;
    (*

    Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment. A task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `ClusterNotFoundException of ClusterNotFoundException.t
  4. | `InvalidParameterException of InvalidParameterException.t
  5. | `LimitExceededException of LimitExceededException.t
  6. | `NamespaceNotFoundException of NamespaceNotFoundException.t
  7. | `PlatformTaskDefinitionIncompatibilityException of PlatformTaskDefinitionIncompatibilityException.t
  8. | `PlatformUnknownException of PlatformUnknownException.t
  9. | `ServerException of ServerException.t
  10. | `ServiceNotActiveException of ServiceNotActiveException.t
  11. | `ServiceNotFoundException of ServiceNotFoundException.t
  12. | `UnsupportedFeatureException of UnsupportedFeatureException.t
  13. | `Unknown_operation_error of string * string option
]
Sourceval make : ?taskSet:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `ClusterNotFoundException of ClusterNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `LimitExceededException of LimitExceededException.t | `NamespaceNotFoundException of NamespaceNotFoundException.t | `PlatformTaskDefinitionIncompatibilityException of PlatformTaskDefinitionIncompatibilityException.t | `PlatformUnknownException of PlatformUnknownException.t | `ServerException of ServerException.t | `ServiceNotActiveException of ServiceNotActiveException.t | `ServiceNotFoundException of ServiceNotFoundException.t | `Unknown_operation_error of string * string option | `UnsupportedFeatureException of UnsupportedFeatureException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `ClusterNotFoundException of ClusterNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `LimitExceededException of LimitExceededException.t | `NamespaceNotFoundException of NamespaceNotFoundException.t | `PlatformTaskDefinitionIncompatibilityException of PlatformTaskDefinitionIncompatibilityException.t | `PlatformUnknownException of PlatformUnknownException.t | `ServerException of ServerException.t | `ServiceNotActiveException of ServiceNotActiveException.t | `ServiceNotFoundException of ServiceNotFoundException.t | `Unknown_operation_error of string * string option | `UnsupportedFeatureException of UnsupportedFeatureException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of CapacityProviderStrategyItemWeight.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] 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