From 53ef3887c1336b5478971fbd76d3ddf761137b57 Mon Sep 17 00:00:00 2001
From: awstools Specifies an action that Batch will take after the job has remained at the head of the queue in the specified
+ * state for longer than the specified time. The reason to log for the action being taken. The state of the job needed to trigger the action. The only supported value is " The approximate amount of time, in seconds, that must pass with the job in the specified state before the action
+ * is taken. The minimum value is 600 (10 minutes) and the maximum value is 86,400 (24 hours). The action to take when a job is at the head of the job queue in the specified state for the specified period of
+ * time. The only supported value is "RUNNABLE
".CANCEL
", which will cancel the job.
The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state
+ * longer than specified times. Batch will perform each action after maxTimeSeconds
has passed.
essential
parameter of a container is marked as false, its failure doesn't affect
* the rest of the containers in a task. If this parameter is omitted, a container is assumed to be
* essential.
- * All tasks must have at least one essential container. If you have an application that's + *
All jobs must have at least one essential container. If you have an application that's * composed of multiple containers, group containers that are used for a common purpose into * components, and separate the different components into multiple task definitions. For more * information, see Application @@ -4120,6 +4188,13 @@ export interface JobQueueDetail { * Batch User Guide.
*/ tags?: RecordThe set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
+ * longer than specified times. Batch will perform each action after maxTimeSeconds
has passed.
essential
parameter of a container is marked as false, its failure doesn't affect
* the rest of the containers in a task. If this parameter is omitted, a container is assumed to be
* essential.
- * All tasks must have at least one essential container. If you have an application that's + *
All jobs must have at least one essential container. If you have an application that's
* composed of multiple containers, group containers that are used for a common purpose into
* components, and separate the different components into multiple task definitions. For more
* information, see Application
@@ -5188,8 +5263,29 @@ export interface JobDetail {
/**
* @public
- * A short, human-readable string to provide more details for the current status of the
- * job. A short, human-readable string to provide more details for the current status of the job.
+ *
+ *
+ *
+ * The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state
+ * longer than specified times. Batch will perform each action after The tags that you apply to the job queue to help you categorize and organize your\n resources. Each tag consists of a key and an optional value. For more information, see Tagging your Batch resources\n in Batch User Guide. The set of actions that Batch performs on jobs that remain at the head of the job queue in the specified state\n longer than specified times. Batch will perform each action after A short, human-readable string to provide more details for the current status of the\n job. A short, human-readable string to provide more details for the current status of the job. \n \n \n \n The tags that are applied to the job queue. For more information, see Tagging your Batch resources in\n Batch User Guide. The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state\n longer than specified times. Batch will perform each action after The reason to log for the action being taken. The state of the job needed to trigger the action. The only supported value is \" The approximate amount of time, in seconds, that must pass with the job in the specified state before the action\n is taken. The minimum value is 600 (10 minutes) and the maximum value is 86,400 (24 hours). The action to take when a job is at the head of the job queue in the specified state for the specified period of\n time. The only supported value is \" Specifies an action that Batch will take after the job has remained at the head of the queue in the specified\n state for longer than the specified time. If the essential parameter of a container is marked as All tasks must have at least one essential container. If you have an application that's\n composed of multiple containers, group containers that are used for a common purpose into\n components, and separate the different components into multiple task definitions. For more\n information, see Application\n Architecture in the Amazon Elastic Container Service Developer Guide. If the essential parameter of a container is marked as All jobs must have at least one essential container. If you have an application that's\n composed of multiple containers, group containers that are used for a common purpose into\n components, and separate the different components into multiple task definitions. For more\n information, see Application\n Architecture in the Amazon Elastic Container Service Developer Guide. If the essential parameter of a container is marked as All tasks must have at least one essential container. If you have an application that's\n composed of multiple containers, group containers that are used for a common purpose into\n components, and separate the different components into multiple task definitions. For more\n information, see Application\n Architecture in the Amazon Elastic Container Service Developer Guide. If the essential parameter of a container is marked as All jobs must have at least one essential container. If you have an application that's\n composed of multiple containers, group containers that are used for a common purpose into\n components, and separate the different components into multiple task definitions. For more\n information, see Application\n Architecture in the Amazon Elastic Container Service Developer Guide. Details the set of compute environments mapped to a job queue and their order relative to\n each other. This is one of the parameters used by the job scheduler to determine which compute\n environment runs a given job. Compute environments must be in the All compute environments that are associated with a job queue must share the same\n architecture. Batch doesn't support mixing compute environment architecture types in a\n single job queue. The set of actions that Batch perform on jobs that remain at the head of the job queue in the specified state\n longer than specified times. Batch will perform each action after
+ *
*/
statusReason?: string;
@@ -7059,6 +7155,13 @@ export interface UpdateJobQueueRequest {
*
*/
computeEnvironmentOrder?: ComputeEnvironmentOrder[];
+
+ /**
+ * @public
+ * CAPACITY:INSUFFICIENT_INSTANCE_CAPACITY
- All compute environments have insufficient capacity to
+ * service the job.MISCONFIGURATION:COMPUTE_ENVIRONMENT_MAX_RESOURCE
- All compute environments have a
+ * maxVcpu
setting that is smaller than the job requirements.MISCONFIGURATION:JOB_RESOURCE_REQUIREMENT
- All compute environments have no connected instances
+ * that meet the job requirements.MISCONFIGURATION:SERVICE_ROLE_PERMISSIONS
- All compute environments have problems with the
+ * service role permissions.maxTimeSeconds
has passed.maxTimeSeconds
has passed.\n
"
}
},
"createdAt": {
@@ -5238,6 +5244,12 @@
"traits": {
"smithy.api#documentation": "CAPACITY:INSUFFICIENT_INSTANCE_CAPACITY
- All compute environments have insufficient capacity to\n service the job.MISCONFIGURATION:COMPUTE_ENVIRONMENT_MAX_RESOURCE
- All compute environments have a\n maxVcpu
setting that is smaller than the job requirements.MISCONFIGURATION:JOB_RESOURCE_REQUIREMENT
- All compute environments have no connected instances\n that meet the job requirements.MISCONFIGURATION:SERVICE_ROLE_PERMISSIONS
- All compute environments have problems with the\n service role permissions.maxTimeSeconds
has passed.RUNNABLE
\".CANCEL
\", which will cancel the job.true
, and that container\n fails or stops for any reason, all other containers that are part of the task are stopped. If the\n essential
parameter of a container is marked as false, its failure doesn't affect\n the rest of the containers in a task. If this parameter is omitted, a container is assumed to be\n essential.true
, and that container\n fails or stops for any reason, all other containers that are part of the task are stopped. If the\n essential
parameter of a container is marked as false, its failure doesn't affect\n the rest of the containers in a task. If this parameter is omitted, a container is assumed to be\n essential.true
, and that container\n fails or stops for any reason, all other containers that are part of the task are stopped. If the\n essential
parameter of a container is marked as false, its failure doesn't affect\n the rest of the containers in a task. If this parameter is omitted, a container is assumed to be\n essential.true
, and that container\n fails or stops for any reason, all other containers that are part of the task are stopped. If the\n essential
parameter of a container is marked as false, its failure doesn't affect\n the rest of the containers in a task. If this parameter is omitted, a container is assumed to be\n essential.VALID
state\n before you can associate them with a job queue. All of the compute environments must be either\n EC2 (EC2
or SPOT
) or Fargate (FARGATE
or\n FARGATE_SPOT
). EC2 and Fargate compute environments can't be mixed.maxTimeSeconds
has passed.