@aws-sdk/client-ecs 3.993.0 → 3.995.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/README.md +1 -15
  2. package/dist-cjs/index.js +164 -164
  3. package/dist-cjs/models/errors.js +86 -86
  4. package/dist-cjs/schemas/schemas_0.js +5 -5
  5. package/dist-es/models/enums.js +156 -156
  6. package/dist-es/models/errors.js +68 -68
  7. package/dist-es/schemas/schemas_0.js +5 -5
  8. package/dist-es/waiters/waitForServicesInactive.js +2 -2
  9. package/dist-es/waiters/waitForServicesStable.js +2 -2
  10. package/dist-es/waiters/waitForTasksRunning.js +2 -2
  11. package/dist-es/waiters/waitForTasksStopped.js +2 -2
  12. package/dist-types/ECS.d.ts +1 -15
  13. package/dist-types/ECSClient.d.ts +1 -15
  14. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
  15. package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
  16. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
  17. package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
  18. package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
  19. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
  20. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
  21. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
  22. package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
  23. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
  25. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
  26. package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
  27. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
  28. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
  29. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
  30. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
  31. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
  32. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
  33. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
  34. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
  35. package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
  36. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
  37. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
  38. package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
  39. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
  40. package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
  41. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
  42. package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
  43. package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
  44. package/dist-types/commands/ListClustersCommand.d.ts +2 -7
  45. package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
  46. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
  47. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
  48. package/dist-types/commands/ListServicesCommand.d.ts +3 -9
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
  50. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
  51. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
  52. package/dist-types/commands/ListTasksCommand.d.ts +14 -23
  53. package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
  54. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
  55. package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
  56. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
  57. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
  58. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
  59. package/dist-types/commands/RunTaskCommand.d.ts +6 -75
  60. package/dist-types/commands/StartTaskCommand.d.ts +3 -23
  61. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
  62. package/dist-types/commands/StopTaskCommand.d.ts +3 -25
  63. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
  64. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
  65. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -11
  67. package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
  68. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
  69. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
  70. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
  71. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
  72. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
  73. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
  74. package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
  75. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
  76. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
  77. package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
  78. package/dist-types/index.d.ts +1 -15
  79. package/dist-types/models/enums.d.ts +338 -338
  80. package/dist-types/models/errors.d.ts +74 -128
  81. package/dist-types/models/models_0.d.ts +3435 -9819
  82. package/dist-types/ts3.4/models/enums.d.ts +222 -222
  83. package/dist-types/ts3.4/models/errors.d.ts +61 -61
  84. package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
  85. package/package.json +3 -3
@@ -27,12 +27,7 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies which task set in a service is the primary task set. Any parameters that are
31
- * updated on the primary task set in a service will transition to the service. This is
32
- * used when a service uses the <code>EXTERNAL</code> deployment controller type. For more
33
- * information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
34
- * Types</a> in the <i>Amazon Elastic Container Service Developer
35
- * Guide</i>.</p>
30
+ * <p>Modifies which task set in a service is the primary task set. Any parameters that are updated on the primary task set in a service will transition to the service. This is used when a service uses the <code>EXTERNAL</code> deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -136,33 +131,25 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
136
131
  * <p>You don't have authorization to perform the requested action.</p>
137
132
  *
138
133
  * @throws {@link ClientException} (client fault)
139
- * <p>These errors are usually caused by a client action. This client action might be using
140
- * an action or resource on behalf of a user that doesn't have permissions to use the
141
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
134
+ * <p>These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might be specifying an identifier that isn't valid.</p>
142
135
  *
143
136
  * @throws {@link ClusterNotFoundException} (client fault)
144
137
  * <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>
145
138
  *
146
139
  * @throws {@link InvalidParameterException} (client fault)
147
- * <p>The specified parameter isn't valid. Review the available parameters for the API
148
- * request.</p>
149
- * <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
150
- * service event messages</a>. </p>
140
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p> <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>
151
141
  *
152
142
  * @throws {@link ServerException} (server fault)
153
143
  * <p>These errors are usually caused by a server issue.</p>
154
144
  *
155
145
  * @throws {@link ServiceNotActiveException} (client fault)
156
- * <p>The specified service isn't active. You can't update a service that's inactive. If you
157
- * have previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
146
+ * <p>The specified service isn't active. You can't update a service that's inactive. If you have previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
158
147
  *
159
148
  * @throws {@link ServiceNotFoundException} (client fault)
160
- * <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
161
- * specific.</p>
149
+ * <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
162
150
  *
163
151
  * @throws {@link TaskSetNotFoundException} (client fault)
164
- * <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and
165
- * Region.</p>
152
+ * <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and Region.</p>
166
153
  *
167
154
  * @throws {@link UnsupportedFeatureException} (client fault)
168
155
  * <p>The specified task isn't supported in this Region.</p>
@@ -27,34 +27,7 @@ declare const UpdateTaskProtectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the protection status of a task. You can set <code>protectionEnabled</code> to
31
- * <code>true</code> to protect your task from termination during scale-in events from
32
- * <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html">Service
33
- * Autoscaling</a> or <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">deployments</a>.</p>
34
- * <p>Task-protection, by default, expires after 2 hours at which point Amazon ECS clears
35
- * the <code>protectionEnabled</code> property making the task eligible for termination by
36
- * a subsequent scale-in event.</p>
37
- * <p>You can specify a custom expiration period for task protection from 1 minute to up to
38
- * 2,880 minutes (48 hours). To specify the custom expiration period, set the
39
- * <code>expiresInMinutes</code> property. The <code>expiresInMinutes</code> property
40
- * is always reset when you invoke this operation for a task that already has
41
- * <code>protectionEnabled</code> set to <code>true</code>. You can keep extending the
42
- * protection expiration period of a task by invoking this operation repeatedly.</p>
43
- * <p>To learn more about Amazon ECS task protection, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-scale-in-protection.html">Task scale-in
44
- * protection</a> in the <i>
45
- * <i>Amazon Elastic Container Service
46
- * Developer Guide</i>
47
- * </i>.</p>
48
- * <note>
49
- * <p>This operation is only supported for tasks belonging to an Amazon ECS service.
50
- * Invoking this operation for a standalone task will result in an
51
- * <code>TASK_NOT_VALID</code> failure. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html">API failure
52
- * reasons</a>.</p>
53
- * </note>
54
- * <important>
55
- * <p>If you prefer to set task protection from within the container, we recommend using
56
- * the <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-scale-in-protection-endpoint.html">Task scale-in protection endpoint</a>.</p>
57
- * </important>
30
+ * <p>Updates the protection status of a task. You can set <code>protectionEnabled</code> to <code>true</code> to protect your task from termination during scale-in events from <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html">Service Autoscaling</a> or <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">deployments</a>.</p> <p>Task-protection, by default, expires after 2 hours at which point Amazon ECS clears the <code>protectionEnabled</code> property making the task eligible for termination by a subsequent scale-in event.</p> <p>You can specify a custom expiration period for task protection from 1 minute to up to 2,880 minutes (48 hours). To specify the custom expiration period, set the <code>expiresInMinutes</code> property. The <code>expiresInMinutes</code> property is always reset when you invoke this operation for a task that already has <code>protectionEnabled</code> set to <code>true</code>. You can keep extending the protection expiration period of a task by invoking this operation repeatedly.</p> <p>To learn more about Amazon ECS task protection, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-scale-in-protection.html">Task scale-in protection</a> in the <i> <i>Amazon Elastic Container Service Developer Guide</i> </i>.</p> <note> <p>This operation is only supported for tasks belonging to an Amazon ECS service. Invoking this operation for a standalone task will result in an <code>TASK_NOT_VALID</code> failure. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html">API failure reasons</a>.</p> </note> <important> <p>If you prefer to set task protection from within the container, we recommend using the <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-scale-in-protection-endpoint.html">Task scale-in protection endpoint</a>.</p> </important>
58
31
  * @example
59
32
  * Use a bare-bones client and the command you need to make an API call.
60
33
  * ```javascript
@@ -102,18 +75,13 @@ declare const UpdateTaskProtectionCommand_base: {
102
75
  * <p>You don't have authorization to perform the requested action.</p>
103
76
  *
104
77
  * @throws {@link ClientException} (client fault)
105
- * <p>These errors are usually caused by a client action. This client action might be using
106
- * an action or resource on behalf of a user that doesn't have permissions to use the
107
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
78
+ * <p>These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might be specifying an identifier that isn't valid.</p>
108
79
  *
109
80
  * @throws {@link ClusterNotFoundException} (client fault)
110
81
  * <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>
111
82
  *
112
83
  * @throws {@link InvalidParameterException} (client fault)
113
- * <p>The specified parameter isn't valid. Review the available parameters for the API
114
- * request.</p>
115
- * <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
116
- * service event messages</a>. </p>
84
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p> <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>
117
85
  *
118
86
  * @throws {@link ResourceNotFoundException} (client fault)
119
87
  * <p>The specified resource wasn't found.</p>
@@ -128,12 +96,13 @@ declare const UpdateTaskProtectionCommand_base: {
128
96
  * <p>Base exception class for all service exceptions from ECS service.</p>
129
97
  *
130
98
  *
131
- * @example To remove task scale-in protection
99
+ * @example To set task scale-in protection for a task for 60 minutes
132
100
  * ```javascript
133
- * // This example removes scale-in protection for a task.
101
+ * // This example enables scale-in protection for a task for 60 minutes.
134
102
  * const input = {
135
103
  * cluster: "test-task-protection",
136
- * protectionEnabled: false,
104
+ * expiresInMinutes: 60,
105
+ * protectionEnabled: true,
137
106
  * tasks: [
138
107
  * "b8b1cf532d0e46ba8d44a40d1de16772"
139
108
  * ]
@@ -145,7 +114,8 @@ declare const UpdateTaskProtectionCommand_base: {
145
114
  * failures: [],
146
115
  * protectedTasks: [
147
116
  * {
148
- * protectionEnabled: false,
117
+ * expirationDate: "2022-11-02T06:56:32.553Z",
118
+ * protectionEnabled: true,
149
119
  * taskArn: "arn:aws:ecs:us-west-2:012345678910:task/default/b8b1cf532d0e46ba8d44a40d1de16772"
150
120
  * }
151
121
  * ]
@@ -153,12 +123,11 @@ declare const UpdateTaskProtectionCommand_base: {
153
123
  * *\/
154
124
  * ```
155
125
  *
156
- * @example To set task scale-in protection for a task for 60 minutes
126
+ * @example To set task scale-in protection for the default time period in minutes
157
127
  * ```javascript
158
- * // This example enables scale-in protection for a task for 60 minutes.
128
+ * // This example enables task scale-in protection for a task, without specifying the expiresInMinutes parameter, for the default protection period of 120 minutes.
159
129
  * const input = {
160
130
  * cluster: "test-task-protection",
161
- * expiresInMinutes: 60,
162
131
  * protectionEnabled: true,
163
132
  * tasks: [
164
133
  * "b8b1cf532d0e46ba8d44a40d1de16772"
@@ -180,12 +149,12 @@ declare const UpdateTaskProtectionCommand_base: {
180
149
  * *\/
181
150
  * ```
182
151
  *
183
- * @example To set task scale-in protection for the default time period in minutes
152
+ * @example To remove task scale-in protection
184
153
  * ```javascript
185
- * // This example enables task scale-in protection for a task, without specifying the expiresInMinutes parameter, for the default protection period of 120 minutes.
154
+ * // This example removes scale-in protection for a task.
186
155
  * const input = {
187
156
  * cluster: "test-task-protection",
188
- * protectionEnabled: true,
157
+ * protectionEnabled: false,
189
158
  * tasks: [
190
159
  * "b8b1cf532d0e46ba8d44a40d1de16772"
191
160
  * ]
@@ -197,8 +166,7 @@ declare const UpdateTaskProtectionCommand_base: {
197
166
  * failures: [],
198
167
  * protectedTasks: [
199
168
  * {
200
- * expirationDate: "2022-11-02T06:56:32.553Z",
201
- * protectionEnabled: true,
169
+ * protectionEnabled: false,
202
170
  * taskArn: "arn:aws:ecs:us-west-2:012345678910:task/default/b8b1cf532d0e46ba8d44a40d1de16772"
203
171
  * }
204
172
  * ]
@@ -27,10 +27,7 @@ declare const UpdateTaskSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code>
31
- * deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment
32
- * Types</a> in the <i>Amazon Elastic Container Service Developer
33
- * Guide</i>.</p>
30
+ * <p>Modifies a task set. This is used when a service uses the <code>EXTERNAL</code> deployment controller type. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS Deployment Types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -138,33 +135,25 @@ declare const UpdateTaskSetCommand_base: {
138
135
  * <p>You don't have authorization to perform the requested action.</p>
139
136
  *
140
137
  * @throws {@link ClientException} (client fault)
141
- * <p>These errors are usually caused by a client action. This client action might be using
142
- * an action or resource on behalf of a user that doesn't have permissions to use the
143
- * action or resource. Or, it might be specifying an identifier that isn't valid.</p>
138
+ * <p>These errors are usually caused by a client action. This client action might be using an action or resource on behalf of a user that doesn't have permissions to use the action or resource. Or, it might be specifying an identifier that isn't valid.</p>
144
139
  *
145
140
  * @throws {@link ClusterNotFoundException} (client fault)
146
141
  * <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>
147
142
  *
148
143
  * @throws {@link InvalidParameterException} (client fault)
149
- * <p>The specified parameter isn't valid. Review the available parameters for the API
150
- * request.</p>
151
- * <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
152
- * service event messages</a>. </p>
144
+ * <p>The specified parameter isn't valid. Review the available parameters for the API request.</p> <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>
153
145
  *
154
146
  * @throws {@link ServerException} (server fault)
155
147
  * <p>These errors are usually caused by a server issue.</p>
156
148
  *
157
149
  * @throws {@link ServiceNotActiveException} (client fault)
158
- * <p>The specified service isn't active. You can't update a service that's inactive. If you
159
- * have previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
150
+ * <p>The specified service isn't active. You can't update a service that's inactive. If you have previously deleted a service, you can re-create it with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html">CreateService</a>.</p>
160
151
  *
161
152
  * @throws {@link ServiceNotFoundException} (client fault)
162
- * <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region
163
- * specific.</p>
153
+ * <p>The specified service wasn't found. You can view your available services with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListServices.html">ListServices</a>. Amazon ECS services are cluster specific and Region specific.</p>
164
154
  *
165
155
  * @throws {@link TaskSetNotFoundException} (client fault)
166
- * <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and
167
- * Region.</p>
156
+ * <p>The specified task set wasn't found. You can view your available task sets with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTaskSets.html">DescribeTaskSets</a>. Task sets are specific to each cluster, service and Region.</p>
168
157
  *
169
158
  * @throws {@link UnsupportedFeatureException} (client fault)
170
159
  * <p>The specified task isn't supported in this Region.</p>
@@ -1,19 +1,5 @@
1
1
  /**
2
- * <fullname>Amazon Elastic Container Service</fullname>
3
- * <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container
4
- * management service. It makes it easy to run, stop, and manage Docker containers. You can
5
- * host your cluster on a serverless infrastructure that's managed by Amazon ECS by
6
- * launching your services or tasks on Fargate. For more control, you can host your
7
- * tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External
8
- * (on-premises) instances that you manage.</p>
9
- * <p>Amazon ECS makes it easy to launch and stop container-based applications with simple
10
- * API calls. This makes it easy to get the state of your cluster from a centralized
11
- * service, and gives you access to many familiar Amazon EC2 features.</p>
12
- * <p>You can use Amazon ECS to schedule the placement of containers across your cluster
13
- * based on your resource needs, isolation policies, and availability requirements. With
14
- * Amazon ECS, you don't need to operate your own cluster management and configuration
15
- * management systems. You also don't need to worry about scaling your management
16
- * infrastructure. </p>
2
+ * <fullname>Amazon Elastic Container Service</fullname> <p>Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes it easy to run, stop, and manage Docker containers. You can host your cluster on a serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) or External (on-premises) instances that you manage.</p> <p>Amazon ECS makes it easy to launch and stop container-based applications with simple API calls. This makes it easy to get the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features.</p> <p>You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs, isolation policies, and availability requirements. With Amazon ECS, you don't need to operate your own cluster management and configuration management systems. You also don't need to worry about scaling your management infrastructure. </p>
17
3
  *
18
4
  * @packageDocumentation
19
5
  */