Skip to content

Commit 88cb2cf

Browse files
author
awstools
committed
docs(client-ecs): This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters.
1 parent c13a2a0 commit 88cb2cf

File tree

59 files changed

+43
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+43
-695
lines changed

clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,6 @@ export interface CreateCapacityProviderCommandOutput extends CreateCapacityProvi
104104
* <p>These errors are usually caused by a client action. This client action might be using
105105
* an action or resource on behalf of a user that doesn't have permissions to use the
106106
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
107-
* <p>The following list includes additional causes for the error:</p>
108-
* <ul>
109-
* <li>
110-
* <p>The <code>RunTask</code> could not be processed because you use managed
111-
* scaling and there is a capacity error because the quota of tasks in the
112-
* <code>PROVISIONING</code> per cluster has been reached. For information
113-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
114-
* service quotas</a>.</p>
115-
* </li>
116-
* </ul>
117107
*
118108
* @throws {@link InvalidParameterException} (client fault)
119109
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/CreateClusterCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,6 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
178178
* <p>These errors are usually caused by a client action. This client action might be using
179179
* an action or resource on behalf of a user that doesn't have permissions to use the
180180
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
181-
* <p>The following list includes additional causes for the error:</p>
182-
* <ul>
183-
* <li>
184-
* <p>The <code>RunTask</code> could not be processed because you use managed
185-
* scaling and there is a capacity error because the quota of tasks in the
186-
* <code>PROVISIONING</code> per cluster has been reached. For information
187-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
188-
* service quotas</a>.</p>
189-
* </li>
190-
* </ul>
191181
*
192182
* @throws {@link InvalidParameterException} (client fault)
193183
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/CreateServiceCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -583,16 +583,6 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
583583
* <p>These errors are usually caused by a client action. This client action might be using
584584
* an action or resource on behalf of a user that doesn't have permissions to use the
585585
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
586-
* <p>The following list includes additional causes for the error:</p>
587-
* <ul>
588-
* <li>
589-
* <p>The <code>RunTask</code> could not be processed because you use managed
590-
* scaling and there is a capacity error because the quota of tasks in the
591-
* <code>PROVISIONING</code> per cluster has been reached. For information
592-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
593-
* service quotas</a>.</p>
594-
* </li>
595-
* </ul>
596586
*
597587
* @throws {@link ClusterNotFoundException} (client fault)
598588
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/CreateTaskSetCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,6 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met
183183
* <p>These errors are usually caused by a client action. This client action might be using
184184
* an action or resource on behalf of a user that doesn't have permissions to use the
185185
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
186-
* <p>The following list includes additional causes for the error:</p>
187-
* <ul>
188-
* <li>
189-
* <p>The <code>RunTask</code> could not be processed because you use managed
190-
* scaling and there is a capacity error because the quota of tasks in the
191-
* <code>PROVISIONING</code> per cluster has been reached. For information
192-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
193-
* service quotas</a>.</p>
194-
* </li>
195-
* </ul>
196186
*
197187
* @throws {@link ClusterNotFoundException} (client fault)
198188
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ export interface DeleteAccountSettingCommandOutput extends DeleteAccountSettingR
6363
* <p>These errors are usually caused by a client action. This client action might be using
6464
* an action or resource on behalf of a user that doesn't have permissions to use the
6565
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
66-
* <p>The following list includes additional causes for the error:</p>
67-
* <ul>
68-
* <li>
69-
* <p>The <code>RunTask</code> could not be processed because you use managed
70-
* scaling and there is a capacity error because the quota of tasks in the
71-
* <code>PROVISIONING</code> per cluster has been reached. For information
72-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
73-
* service quotas</a>.</p>
74-
* </li>
75-
* </ul>
7666
*
7767
* @throws {@link InvalidParameterException} (client fault)
7868
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProvi
9393
* <p>These errors are usually caused by a client action. This client action might be using
9494
* an action or resource on behalf of a user that doesn't have permissions to use the
9595
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
96-
* <p>The following list includes additional causes for the error:</p>
97-
* <ul>
98-
* <li>
99-
* <p>The <code>RunTask</code> could not be processed because you use managed
100-
* scaling and there is a capacity error because the quota of tasks in the
101-
* <code>PROVISIONING</code> per cluster has been reached. For information
102-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
103-
* service quotas</a>.</p>
104-
* </li>
105-
* </ul>
10696
*
10797
* @throws {@link InvalidParameterException} (client fault)
10898
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/DeleteClusterCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
131131
* <p>These errors are usually caused by a client action. This client action might be using
132132
* an action or resource on behalf of a user that doesn't have permissions to use the
133133
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
134-
* <p>The following list includes additional causes for the error:</p>
135-
* <ul>
136-
* <li>
137-
* <p>The <code>RunTask</code> could not be processed because you use managed
138-
* scaling and there is a capacity error because the quota of tasks in the
139-
* <code>PROVISIONING</code> per cluster has been reached. For information
140-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
141-
* service quotas</a>.</p>
142-
* </li>
143-
* </ul>
144134
*
145135
* @throws {@link ClusterContainsContainerInstancesException} (client fault)
146136
* <p>You can't delete a cluster that has registered container instances. First, deregister

clients/client-ecs/src/commands/DeleteServiceCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -357,16 +357,6 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
357357
* <p>These errors are usually caused by a client action. This client action might be using
358358
* an action or resource on behalf of a user that doesn't have permissions to use the
359359
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
360-
* <p>The following list includes additional causes for the error:</p>
361-
* <ul>
362-
* <li>
363-
* <p>The <code>RunTask</code> could not be processed because you use managed
364-
* scaling and there is a capacity error because the quota of tasks in the
365-
* <code>PROVISIONING</code> per cluster has been reached. For information
366-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
367-
* service quotas</a>.</p>
368-
* </li>
369-
* </ul>
370360
*
371361
* @throws {@link ClusterNotFoundException} (client fault)
372362
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -360,16 +360,6 @@ export interface DeleteTaskDefinitionsCommandOutput extends DeleteTaskDefinition
360360
* <p>These errors are usually caused by a client action. This client action might be using
361361
* an action or resource on behalf of a user that doesn't have permissions to use the
362362
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
363-
* <p>The following list includes additional causes for the error:</p>
364-
* <ul>
365-
* <li>
366-
* <p>The <code>RunTask</code> could not be processed because you use managed
367-
* scaling and there is a capacity error because the quota of tasks in the
368-
* <code>PROVISIONING</code> per cluster has been reached. For information
369-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
370-
* service quotas</a>.</p>
371-
* </li>
372-
* </ul>
373363
*
374364
* @throws {@link InvalidParameterException} (client fault)
375365
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/DeleteTaskSetCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,6 @@ export interface DeleteTaskSetCommandOutput extends DeleteTaskSetResponse, __Met
129129
* <p>These errors are usually caused by a client action. This client action might be using
130130
* an action or resource on behalf of a user that doesn't have permissions to use the
131131
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
132-
* <p>The following list includes additional causes for the error:</p>
133-
* <ul>
134-
* <li>
135-
* <p>The <code>RunTask</code> could not be processed because you use managed
136-
* scaling and there is a capacity error because the quota of tasks in the
137-
* <code>PROVISIONING</code> per cluster has been reached. For information
138-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
139-
* service quotas</a>.</p>
140-
* </li>
141-
* </ul>
142132
*
143133
* @throws {@link ClusterNotFoundException} (client fault)
144134
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,6 @@ export interface DeregisterContainerInstanceCommandOutput
152152
* <p>These errors are usually caused by a client action. This client action might be using
153153
* an action or resource on behalf of a user that doesn't have permissions to use the
154154
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
155-
* <p>The following list includes additional causes for the error:</p>
156-
* <ul>
157-
* <li>
158-
* <p>The <code>RunTask</code> could not be processed because you use managed
159-
* scaling and there is a capacity error because the quota of tasks in the
160-
* <code>PROVISIONING</code> per cluster has been reached. For information
161-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
162-
* service quotas</a>.</p>
163-
* </li>
164-
* </ul>
165155
*
166156
* @throws {@link ClusterNotFoundException} (client fault)
167157
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -344,16 +344,6 @@ export interface DeregisterTaskDefinitionCommandOutput extends DeregisterTaskDef
344344
* <p>These errors are usually caused by a client action. This client action might be using
345345
* an action or resource on behalf of a user that doesn't have permissions to use the
346346
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
347-
* <p>The following list includes additional causes for the error:</p>
348-
* <ul>
349-
* <li>
350-
* <p>The <code>RunTask</code> could not be processed because you use managed
351-
* scaling and there is a capacity error because the quota of tasks in the
352-
* <code>PROVISIONING</code> per cluster has been reached. For information
353-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
354-
* service quotas</a>.</p>
355-
* </li>
356-
* </ul>
357347
*
358348
* @throws {@link InvalidParameterException} (client fault)
359349
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,6 @@ export interface DescribeCapacityProvidersCommandOutput extends DescribeCapacity
9797
* <p>These errors are usually caused by a client action. This client action might be using
9898
* an action or resource on behalf of a user that doesn't have permissions to use the
9999
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
100-
* <p>The following list includes additional causes for the error:</p>
101-
* <ul>
102-
* <li>
103-
* <p>The <code>RunTask</code> could not be processed because you use managed
104-
* scaling and there is a capacity error because the quota of tasks in the
105-
* <code>PROVISIONING</code> per cluster has been reached. For information
106-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
107-
* service quotas</a>.</p>
108-
* </li>
109-
* </ul>
110100
*
111101
* @throws {@link InvalidParameterException} (client fault)
112102
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/DescribeClustersCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,6 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
141141
* <p>These errors are usually caused by a client action. This client action might be using
142142
* an action or resource on behalf of a user that doesn't have permissions to use the
143143
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
144-
* <p>The following list includes additional causes for the error:</p>
145-
* <ul>
146-
* <li>
147-
* <p>The <code>RunTask</code> could not be processed because you use managed
148-
* scaling and there is a capacity error because the quota of tasks in the
149-
* <code>PROVISIONING</code> per cluster has been reached. For information
150-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
151-
* service quotas</a>.</p>
152-
* </li>
153-
* </ul>
154144
*
155145
* @throws {@link InvalidParameterException} (client fault)
156146
* <p>The specified parameter isn't valid. Review the available parameters for the API

clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,6 @@ export interface DescribeContainerInstancesCommandOutput extends DescribeContain
151151
* <p>These errors are usually caused by a client action. This client action might be using
152152
* an action or resource on behalf of a user that doesn't have permissions to use the
153153
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
154-
* <p>The following list includes additional causes for the error:</p>
155-
* <ul>
156-
* <li>
157-
* <p>The <code>RunTask</code> could not be processed because you use managed
158-
* scaling and there is a capacity error because the quota of tasks in the
159-
* <code>PROVISIONING</code> per cluster has been reached. For information
160-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
161-
* service quotas</a>.</p>
162-
* </li>
163-
* </ul>
164154
*
165155
* @throws {@link ClusterNotFoundException} (client fault)
166156
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/DescribeServiceDeploymentsCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@ export interface DescribeServiceDeploymentsCommandOutput extends DescribeService
131131
* <p>These errors are usually caused by a client action. This client action might be using
132132
* an action or resource on behalf of a user that doesn't have permissions to use the
133133
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
134-
* <p>The following list includes additional causes for the error:</p>
135-
* <ul>
136-
* <li>
137-
* <p>The <code>RunTask</code> could not be processed because you use managed
138-
* scaling and there is a capacity error because the quota of tasks in the
139-
* <code>PROVISIONING</code> per cluster has been reached. For information
140-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
141-
* service quotas</a>.</p>
142-
* </li>
143-
* </ul>
144134
*
145135
* @throws {@link ClusterNotFoundException} (client fault)
146136
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

clients/client-ecs/src/commands/DescribeServiceRevisionsCommand.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,16 +204,6 @@ export interface DescribeServiceRevisionsCommandOutput extends DescribeServiceRe
204204
* <p>These errors are usually caused by a client action. This client action might be using
205205
* an action or resource on behalf of a user that doesn't have permissions to use the
206206
* action or resource. Or, it might be specifying an identifier that isn't valid.</p>
207-
* <p>The following list includes additional causes for the error:</p>
208-
* <ul>
209-
* <li>
210-
* <p>The <code>RunTask</code> could not be processed because you use managed
211-
* scaling and there is a capacity error because the quota of tasks in the
212-
* <code>PROVISIONING</code> per cluster has been reached. For information
213-
* about the service quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
214-
* service quotas</a>.</p>
215-
* </li>
216-
* </ul>
217207
*
218208
* @throws {@link ClusterNotFoundException} (client fault)
219209
* <p>The specified cluster wasn't found. You can view your available clusters with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.html">ListClusters</a>. Amazon ECS clusters are Region specific.</p>

0 commit comments

Comments
 (0)