Skip to content

Commit 784d37c

Browse files
author
awstools
committed
docs(client-ecs): This is a documentation only update for Amazon ECS to address various tickets.
1 parent e04cd1f commit 784d37c

File tree

59 files changed

+66
-15
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

+66
-15
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export interface CreateCapacityProviderCommandOutput extends CreateCapacityProvi
118118
* @throws {@link InvalidParameterException} (client fault)
119119
* <p>The specified parameter isn't valid. Review the available parameters for the API
120120
* request.</p>
121+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
121122
*
122123
* @throws {@link LimitExceededException} (client fault)
123124
* <p>The limit for the resource was exceeded.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
192192
* @throws {@link InvalidParameterException} (client fault)
193193
* <p>The specified parameter isn't valid. Review the available parameters for the API
194194
* request.</p>
195+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
195196
*
196197
* @throws {@link NamespaceNotFoundException} (client fault)
197198
* <p>The specified namespace wasn't found.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
598598
* @throws {@link InvalidParameterException} (client fault)
599599
* <p>The specified parameter isn't valid. Review the available parameters for the API
600600
* request.</p>
601+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
601602
*
602603
* @throws {@link NamespaceNotFoundException} (client fault)
603604
* <p>The specified namespace wasn't found.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __Met
200200
* @throws {@link InvalidParameterException} (client fault)
201201
* <p>The specified parameter isn't valid. Review the available parameters for the API
202202
* request.</p>
203+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
203204
*
204205
* @throws {@link NamespaceNotFoundException} (client fault)
205206
* <p>The specified namespace wasn't found.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export interface DeleteAccountSettingCommandOutput extends DeleteAccountSettingR
7777
* @throws {@link InvalidParameterException} (client fault)
7878
* <p>The specified parameter isn't valid. Review the available parameters for the API
7979
* request.</p>
80+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
8081
*
8182
* @throws {@link ServerException} (server fault)
8283
* <p>These errors are usually caused by a server issue.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse,
7373
* @throws {@link InvalidParameterException} (client fault)
7474
* <p>The specified parameter isn't valid. Review the available parameters for the API
7575
* request.</p>
76+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
7677
*
7778
* @throws {@link TargetNotFoundException} (client fault)
7879
* <p>The specified target wasn't found. You can view your available container instances

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProvi
107107
* @throws {@link InvalidParameterException} (client fault)
108108
* <p>The specified parameter isn't valid. Review the available parameters for the API
109109
* request.</p>
110+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
110111
*
111112
* @throws {@link ServerException} (server fault)
112113
* <p>These errors are usually caused by a server issue.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
162162
* @throws {@link InvalidParameterException} (client fault)
163163
* <p>The specified parameter isn't valid. Review the available parameters for the API
164164
* request.</p>
165+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
165166
*
166167
* @throws {@link ServerException} (server fault)
167168
* <p>These errors are usually caused by a server issue.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
373373
* @throws {@link InvalidParameterException} (client fault)
374374
* <p>The specified parameter isn't valid. Review the available parameters for the API
375375
* request.</p>
376+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
376377
*
377378
* @throws {@link ServerException} (server fault)
378379
* <p>These errors are usually caused by a server issue.</p>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ export interface DeleteTaskDefinitionsCommandOutput extends DeleteTaskDefinition
374374
* @throws {@link InvalidParameterException} (client fault)
375375
* <p>The specified parameter isn't valid. Review the available parameters for the API
376376
* request.</p>
377+
* <p>For more information about service event errors, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html">Amazon ECS service event messages</a>. </p>
377378
*
378379
* @throws {@link ServerException} (server fault)
379380
* <p>These errors are usually caused by a server issue.</p>

0 commit comments

Comments
 (0)