|
596 | 596 | },
|
597 | 597 | "reason":{
|
598 | 598 | "shape":"String",
|
599 |
| - "documentation":"<p>A message to attach to the job that explains the reason for canceling it. This message is returned by future <a>DescribeJobs</a> operations on the job. This message is also recorded in the Batch activity logs.</p>" |
| 599 | + "documentation":"<p>A message to attach to the job that explains the reason for canceling it. This message is returned by future <a>DescribeJobs</a> operations on the job. It is also recorded in the Batch activity logs.</p> <p>This parameter has as limit of 1024 characters.</p>" |
600 | 600 | }
|
601 | 601 | },
|
602 | 602 | "documentation":"<p>Contains the parameters for <code>CancelJob</code>.</p>"
|
|
1219 | 1219 | },
|
1220 | 1220 | "schedulingPolicyArn":{
|
1221 | 1221 | "shape":"String",
|
1222 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the fair share scheduling policy. If this parameter is specified, the job queue uses a fair share scheduling policy. If this parameter isn't specified, the job queue uses a first in, first out (FIFO) scheduling policy. After a job queue is created, you can replace but can't remove the fair share scheduling policy. The format is <code>aws:<i>Partition</i>:batch:<i>Region</i>:<i>Account</i>:scheduling-policy/<i>Name</i> </code>. An example is <code>aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy</code>.</p>" |
| 1222 | + "documentation":"<p>The Amazon Resource Name (ARN) of the fair share scheduling policy. Job queues that don't have a scheduling policy are scheduled in a first-in, first-out (FIFO) model. After a job queue has a scheduling policy, it can be replaced but can't be removed.</p> <p>The format is <code>aws:<i>Partition</i>:batch:<i>Region</i>:<i>Account</i>:scheduling-policy/<i>Name</i> </code>.</p> <p>An example is <code>aws:aws:batch:us-west-2:123456789012:scheduling-policy/MySchedulingPolicy</code>.</p> <p>A job queue without a scheduling policy is scheduled as a FIFO job queue and can't have a scheduling policy added. Jobs queues with a scheduling policy can have a maximum of 500 active fair share identifiers. When the limit has been reached, submissions of any jobs that add a new fair share identifier fail.</p>" |
1223 | 1223 | },
|
1224 | 1224 | "priority":{
|
1225 | 1225 | "shape":"Integer",
|
|
1235 | 1235 | },
|
1236 | 1236 | "jobStateTimeLimitActions":{
|
1237 | 1237 | "shape":"JobStateTimeLimitActions",
|
1238 |
| - "documentation":"<p>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 <code>maxTimeSeconds</code> has passed.</p>" |
| 1238 | + "documentation":"<p>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 <code>maxTimeSeconds</code> has passed. (<b>Note</b>: The minimum value for maxTimeSeconds is 600 (10 minutes) and its maximum value is 86,400 (24 hours).)</p>" |
1239 | 1239 | }
|
1240 | 1240 | },
|
1241 | 1241 | "documentation":"<p>Contains the parameters for <code>CreateJobQueue</code>.</p>"
|
|
1616 | 1616 | "members":{
|
1617 | 1617 | "taskProperties":{
|
1618 | 1618 | "shape":"ListEcsTaskProperties",
|
1619 |
| - "documentation":"<p>An object that contains the properties for the Amazon ECS task definition of a job.</p> <note> <p>This object is currently limited to one element.</p> </note>" |
| 1619 | + "documentation":"<p>An object that contains the properties for the Amazon ECS task definition of a job.</p> <note> <p>This object is currently limited to one task element. However, the task element can run up to 10 containers.</p> </note>" |
1620 | 1620 | }
|
1621 | 1621 | },
|
1622 | 1622 | "documentation":"<p>An object that contains the properties for the Amazon ECS resources of a job.</p>"
|
|
1749 | 1749 | "shape":"String",
|
1750 | 1750 | "documentation":"<p>The name of a container.</p>"
|
1751 | 1751 | },
|
| 1752 | + "containerID":{ |
| 1753 | + "shape":"String", |
| 1754 | + "documentation":"<p>The ID for the container.</p>" |
| 1755 | + }, |
1752 | 1756 | "exitCode":{
|
1753 | 1757 | "shape":"Integer",
|
1754 | 1758 | "documentation":"<p>The exit code returned for the job attempt. A non-zero exit code is considered failed.</p>"
|
|
1783 | 1787 | "shape":"String",
|
1784 | 1788 | "documentation":"<p>The name of the pod for this job attempt.</p>"
|
1785 | 1789 | },
|
| 1790 | + "podNamespace":{ |
| 1791 | + "shape":"String", |
| 1792 | + "documentation":"<p>The namespace of the Amazon EKS cluster that the pod exists in.</p>" |
| 1793 | + }, |
1786 | 1794 | "nodeName":{
|
1787 | 1795 | "shape":"String",
|
1788 | 1796 | "documentation":"<p>The name of the node for this job attempt.</p>"
|
|
2109 | 2117 | },
|
2110 | 2118 | "containers":{
|
2111 | 2119 | "shape":"EksContainers",
|
2112 |
| - "documentation":"<p>The properties of the container that's used on the Amazon EKS pod.</p>" |
| 2120 | + "documentation":"<p>The properties of the container that's used on the Amazon EKS pod.</p> <note> <p>This object is limited to 10 elements.</p> </note>" |
2113 | 2121 | },
|
2114 | 2122 | "initContainers":{
|
2115 | 2123 | "shape":"EksContainers",
|
2116 |
| - "documentation":"<p>These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see <a href=\"https://kubernetes.io/docs/concepts/workloads/pods/init-containers/\">Init Containers</a> in the <i>Kubernetes documentation</i>.</p> <note> <p>This object is limited to 10 elements</p> </note>" |
| 2124 | + "documentation":"<p>These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see <a href=\"https://kubernetes.io/docs/concepts/workloads/pods/init-containers/\">Init Containers</a> in the <i>Kubernetes documentation</i>.</p> <note> <p>This object is limited to 10 elements.</p> </note>" |
2117 | 2125 | },
|
2118 | 2126 | "volumes":{
|
2119 | 2127 | "shape":"EksVolumes",
|
|
2189 | 2197 | },
|
2190 | 2198 | "initContainers":{
|
2191 | 2199 | "shape":"EksContainerOverrideList",
|
2192 |
| - "documentation":"<p>The overrides for the conatainers defined in the Amazon EKS pod. These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see <a href=\"https://kubernetes.io/docs/concepts/workloads/pods/init-containers/\">Init Containers</a> in the <i>Kubernetes documentation</i>.</p> <note> <p>This object is limited to 10 elements</p> </note>" |
| 2200 | + "documentation":"<p>The overrides for the <code>initContainers</code> defined in the Amazon EKS pod. These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see <a href=\"https://kubernetes.io/docs/concepts/workloads/pods/init-containers/\">Init Containers</a> in the <i>Kubernetes documentation</i>.</p>" |
2193 | 2201 | },
|
2194 | 2202 | "metadata":{
|
2195 | 2203 | "shape":"EksMetadata",
|
|
3973 | 3981 | },
|
3974 | 3982 | "reason":{
|
3975 | 3983 | "shape":"String",
|
3976 |
| - "documentation":"<p>A message to attach to the job that explains the reason for canceling it. This message is returned by future <a>DescribeJobs</a> operations on the job. This message is also recorded in the Batch activity logs.</p>" |
| 3984 | + "documentation":"<p>A message to attach to the job that explains the reason for canceling it. This message is returned by future <a>DescribeJobs</a> operations on the job. It is also recorded in the Batch activity logs.</p> <p>This parameter has as limit of 1024 characters.</p>" |
3977 | 3985 | }
|
3978 | 3986 | },
|
3979 | 3987 | "documentation":"<p>Contains the parameters for <code>TerminateJob</code>.</p>"
|
|
4137 | 4145 | },
|
4138 | 4146 | "jobStateTimeLimitActions":{
|
4139 | 4147 | "shape":"JobStateTimeLimitActions",
|
4140 |
| - "documentation":"<p>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 <code>maxTimeSeconds</code> has passed.</p>" |
| 4148 | + "documentation":"<p>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 <code>maxTimeSeconds</code> has passed. (<b>Note</b>: The minimum value for maxTimeSeconds is 600 (10 minutes) and its maximum value is 86,400 (24 hours).)</p>" |
4141 | 4149 | }
|
4142 | 4150 | },
|
4143 | 4151 | "documentation":"<p>Contains the parameters for <code>UpdateJobQueue</code>.</p>"
|
|
0 commit comments