@aws-sdk/client-ecs 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +84 -84
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTaskSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -0
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -0
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ListAttributesCommand.d.ts +1 -0
- package/dist-types/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTasksCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +1 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +1 -0
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/RunTaskCommand.d.ts +1 -0
- package/dist-types/commands/StartTaskCommand.d.ts +1 -0
- package/dist-types/commands/StopTaskCommand.d.ts +1 -0
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5 -11
- package/package.json +3 -3
|
@@ -373,6 +373,7 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
373
373
|
* @throws {@link InvalidParameterException} (client fault)
|
|
374
374
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
375
375
|
* 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>
|
|
376
377
|
*
|
|
377
378
|
* @throws {@link ServerException} (server fault)
|
|
378
379
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -145,6 +145,7 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
145
145
|
* @throws {@link InvalidParameterException} (client fault)
|
|
146
146
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
147
147
|
* request.</p>
|
|
148
|
+
* <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>
|
|
148
149
|
*
|
|
149
150
|
* @throws {@link ServerException} (server fault)
|
|
150
151
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -166,6 +166,7 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
166
166
|
* @throws {@link InvalidParameterException} (client fault)
|
|
167
167
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
168
168
|
* request.</p>
|
|
169
|
+
* <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>
|
|
169
170
|
*
|
|
170
171
|
* @throws {@link ServerException} (server fault)
|
|
171
172
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -357,6 +357,7 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
357
357
|
* @throws {@link InvalidParameterException} (client fault)
|
|
358
358
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
359
359
|
* request.</p>
|
|
360
|
+
* <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>
|
|
360
361
|
*
|
|
361
362
|
* @throws {@link ServerException} (server fault)
|
|
362
363
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -110,6 +110,7 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
110
110
|
* @throws {@link InvalidParameterException} (client fault)
|
|
111
111
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
112
112
|
* request.</p>
|
|
113
|
+
* <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>
|
|
113
114
|
*
|
|
114
115
|
* @throws {@link ServerException} (server fault)
|
|
115
116
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -154,6 +154,7 @@ declare const DescribeClustersCommand_base: {
|
|
|
154
154
|
* @throws {@link InvalidParameterException} (client fault)
|
|
155
155
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
156
156
|
* request.</p>
|
|
157
|
+
* <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>
|
|
157
158
|
*
|
|
158
159
|
* @throws {@link ServerException} (server fault)
|
|
159
160
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -167,6 +167,7 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
167
167
|
* @throws {@link InvalidParameterException} (client fault)
|
|
168
168
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
169
169
|
* request.</p>
|
|
170
|
+
* <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>
|
|
170
171
|
*
|
|
171
172
|
* @throws {@link ServerException} (server fault)
|
|
172
173
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -148,6 +148,7 @@ declare const DescribeServiceDeploymentsCommand_base: {
|
|
|
148
148
|
* @throws {@link InvalidParameterException} (client fault)
|
|
149
149
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
150
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 service event messages</a>. </p>
|
|
151
152
|
*
|
|
152
153
|
* @throws {@link ServerException} (server fault)
|
|
153
154
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -219,6 +219,7 @@ declare const DescribeServiceRevisionsCommand_base: {
|
|
|
219
219
|
* @throws {@link InvalidParameterException} (client fault)
|
|
220
220
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
221
221
|
* request.</p>
|
|
222
|
+
* <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>
|
|
222
223
|
*
|
|
223
224
|
* @throws {@link ServerException} (server fault)
|
|
224
225
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -365,6 +365,7 @@ declare const DescribeServicesCommand_base: {
|
|
|
365
365
|
* @throws {@link InvalidParameterException} (client fault)
|
|
366
366
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
367
367
|
* request.</p>
|
|
368
|
+
* <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>
|
|
368
369
|
*
|
|
369
370
|
* @throws {@link ServerException} (server fault)
|
|
370
371
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -356,6 +356,7 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
356
356
|
* @throws {@link InvalidParameterException} (client fault)
|
|
357
357
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
358
358
|
* request.</p>
|
|
359
|
+
* <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>
|
|
359
360
|
*
|
|
360
361
|
* @throws {@link ServerException} (server fault)
|
|
361
362
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -160,6 +160,7 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
160
160
|
* @throws {@link InvalidParameterException} (client fault)
|
|
161
161
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
162
162
|
* request.</p>
|
|
163
|
+
* <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>
|
|
163
164
|
*
|
|
164
165
|
* @throws {@link ServerException} (server fault)
|
|
165
166
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -250,6 +250,7 @@ declare const DescribeTasksCommand_base: {
|
|
|
250
250
|
* @throws {@link InvalidParameterException} (client fault)
|
|
251
251
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
252
252
|
* request.</p>
|
|
253
|
+
* <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>
|
|
253
254
|
*
|
|
254
255
|
* @throws {@link ServerException} (server fault)
|
|
255
256
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -95,6 +95,7 @@ declare const ExecuteCommandCommand_base: {
|
|
|
95
95
|
* @throws {@link InvalidParameterException} (client fault)
|
|
96
96
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
97
97
|
* request.</p>
|
|
98
|
+
* <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>
|
|
98
99
|
*
|
|
99
100
|
* @throws {@link ServerException} (server fault)
|
|
100
101
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -91,6 +91,7 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
91
91
|
* @throws {@link InvalidParameterException} (client fault)
|
|
92
92
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
93
93
|
* request.</p>
|
|
94
|
+
* <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>
|
|
94
95
|
*
|
|
95
96
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
96
97
|
* <p>The specified resource wasn't found.</p>
|
|
@@ -82,6 +82,7 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
82
82
|
* @throws {@link InvalidParameterException} (client fault)
|
|
83
83
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
84
84
|
* request.</p>
|
|
85
|
+
* <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>
|
|
85
86
|
*
|
|
86
87
|
* @throws {@link ServerException} (server fault)
|
|
87
88
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -76,6 +76,7 @@ declare const ListAttributesCommand_base: {
|
|
|
76
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
77
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
78
78
|
* request.</p>
|
|
79
|
+
* <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>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link ECSServiceException}
|
|
81
82
|
* <p>Base exception class for all service exceptions from ECS service.</p>
|
|
@@ -73,6 +73,7 @@ declare const ListClustersCommand_base: {
|
|
|
73
73
|
* @throws {@link InvalidParameterException} (client fault)
|
|
74
74
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
75
75
|
* 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>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link ServerException} (server fault)
|
|
78
79
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -81,6 +81,7 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
81
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
83
83
|
* request.</p>
|
|
84
|
+
* <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>
|
|
84
85
|
*
|
|
85
86
|
* @throws {@link ServerException} (server fault)
|
|
86
87
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -100,6 +100,7 @@ declare const ListServiceDeploymentsCommand_base: {
|
|
|
100
100
|
* @throws {@link InvalidParameterException} (client fault)
|
|
101
101
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
102
102
|
* request.</p>
|
|
103
|
+
* <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>
|
|
103
104
|
*
|
|
104
105
|
* @throws {@link ServerException} (server fault)
|
|
105
106
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -78,6 +78,7 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
78
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
79
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
80
80
|
* request.</p>
|
|
81
|
+
* <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>
|
|
81
82
|
*
|
|
82
83
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
83
84
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -80,6 +80,7 @@ declare const ListServicesCommand_base: {
|
|
|
80
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
81
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
82
|
* request.</p>
|
|
83
|
+
* <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>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ServerException} (server fault)
|
|
85
86
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link InvalidParameterException} (client fault)
|
|
78
78
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
79
79
|
* 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>
|
|
80
81
|
*
|
|
81
82
|
* @throws {@link ServerException} (server fault)
|
|
82
83
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -81,6 +81,7 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
81
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
83
83
|
* request.</p>
|
|
84
|
+
* <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>
|
|
84
85
|
*
|
|
85
86
|
* @throws {@link ServerException} (server fault)
|
|
86
87
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -78,6 +78,7 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
78
78
|
* @throws {@link InvalidParameterException} (client fault)
|
|
79
79
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
80
80
|
* request.</p>
|
|
81
|
+
* <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>
|
|
81
82
|
*
|
|
82
83
|
* @throws {@link ServerException} (server fault)
|
|
83
84
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -86,6 +86,7 @@ declare const ListTasksCommand_base: {
|
|
|
86
86
|
* @throws {@link InvalidParameterException} (client fault)
|
|
87
87
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
88
88
|
* request.</p>
|
|
89
|
+
* <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>
|
|
89
90
|
*
|
|
90
91
|
* @throws {@link ServerException} (server fault)
|
|
91
92
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -80,6 +80,7 @@ declare const PutAccountSettingCommand_base: {
|
|
|
80
80
|
* @throws {@link InvalidParameterException} (client fault)
|
|
81
81
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
82
82
|
* request.</p>
|
|
83
|
+
* <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>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ServerException} (server fault)
|
|
85
86
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -76,6 +76,7 @@ declare const PutAccountSettingDefaultCommand_base: {
|
|
|
76
76
|
* @throws {@link InvalidParameterException} (client fault)
|
|
77
77
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
78
78
|
* request.</p>
|
|
79
|
+
* <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>
|
|
79
80
|
*
|
|
80
81
|
* @throws {@link ServerException} (server fault)
|
|
81
82
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -79,6 +79,7 @@ declare const PutAttributesCommand_base: {
|
|
|
79
79
|
* @throws {@link InvalidParameterException} (client fault)
|
|
80
80
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
81
81
|
* request.</p>
|
|
82
|
+
* <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>
|
|
82
83
|
*
|
|
83
84
|
* @throws {@link TargetNotFoundException} (client fault)
|
|
84
85
|
* <p>The specified target wasn't found. You can view your available container instances
|
|
@@ -165,6 +165,7 @@ declare const PutClusterCapacityProvidersCommand_base: {
|
|
|
165
165
|
* @throws {@link InvalidParameterException} (client fault)
|
|
166
166
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
167
167
|
* request.</p>
|
|
168
|
+
* <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>
|
|
168
169
|
*
|
|
169
170
|
* @throws {@link ResourceInUseException} (client fault)
|
|
170
171
|
* <p>The specified resource is in-use and can't be removed.</p>
|
|
@@ -192,6 +192,7 @@ declare const RegisterContainerInstanceCommand_base: {
|
|
|
192
192
|
* @throws {@link InvalidParameterException} (client fault)
|
|
193
193
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
194
194
|
* 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>
|
|
195
196
|
*
|
|
196
197
|
* @throws {@link ServerException} (server fault)
|
|
197
198
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -619,6 +619,7 @@ declare const RegisterTaskDefinitionCommand_base: {
|
|
|
619
619
|
* @throws {@link InvalidParameterException} (client fault)
|
|
620
620
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
621
621
|
* request.</p>
|
|
622
|
+
* <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>
|
|
622
623
|
*
|
|
623
624
|
* @throws {@link ServerException} (server fault)
|
|
624
625
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -420,6 +420,7 @@ declare const RunTaskCommand_base: {
|
|
|
420
420
|
* @throws {@link InvalidParameterException} (client fault)
|
|
421
421
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
422
422
|
* request.</p>
|
|
423
|
+
* <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>
|
|
423
424
|
*
|
|
424
425
|
* @throws {@link PlatformTaskDefinitionIncompatibilityException} (client fault)
|
|
425
426
|
* <p>The specified platform version doesn't satisfy the required capabilities of the task
|
|
@@ -351,6 +351,7 @@ declare const StartTaskCommand_base: {
|
|
|
351
351
|
* @throws {@link InvalidParameterException} (client fault)
|
|
352
352
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
353
353
|
* request.</p>
|
|
354
|
+
* <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>
|
|
354
355
|
*
|
|
355
356
|
* @throws {@link ServerException} (server fault)
|
|
356
357
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -248,6 +248,7 @@ declare const StopTaskCommand_base: {
|
|
|
248
248
|
* @throws {@link InvalidParameterException} (client fault)
|
|
249
249
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
250
250
|
* request.</p>
|
|
251
|
+
* <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>
|
|
251
252
|
*
|
|
252
253
|
* @throws {@link ServerException} (server fault)
|
|
253
254
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -81,6 +81,7 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
81
81
|
* @throws {@link InvalidParameterException} (client fault)
|
|
82
82
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
83
83
|
* request.</p>
|
|
84
|
+
* <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>
|
|
84
85
|
*
|
|
85
86
|
* @throws {@link ServerException} (server fault)
|
|
86
87
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -115,6 +115,7 @@ declare const SubmitTaskStateChangeCommand_base: {
|
|
|
115
115
|
* @throws {@link InvalidParameterException} (client fault)
|
|
116
116
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
117
117
|
* request.</p>
|
|
118
|
+
* <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>
|
|
118
119
|
*
|
|
119
120
|
* @throws {@link ServerException} (server fault)
|
|
120
121
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link InvalidParameterException} (client fault)
|
|
80
80
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
81
81
|
* request.</p>
|
|
82
|
+
* <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>
|
|
82
83
|
*
|
|
83
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
84
85
|
* <p>The specified resource wasn't found.</p>
|
|
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link InvalidParameterException} (client fault)
|
|
74
74
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
75
75
|
* 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>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
79
|
* <p>The specified resource wasn't found.</p>
|
|
@@ -104,6 +104,7 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
104
104
|
* @throws {@link InvalidParameterException} (client fault)
|
|
105
105
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
106
106
|
* request.</p>
|
|
107
|
+
* <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>
|
|
107
108
|
*
|
|
108
109
|
* @throws {@link ServerException} (server fault)
|
|
109
110
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -168,6 +168,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
168
168
|
* @throws {@link InvalidParameterException} (client fault)
|
|
169
169
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
170
170
|
* request.</p>
|
|
171
|
+
* <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>
|
|
171
172
|
*
|
|
172
173
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
173
174
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -148,6 +148,7 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
148
148
|
* @throws {@link InvalidParameterException} (client fault)
|
|
149
149
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
150
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 service event messages</a>. </p>
|
|
151
152
|
*
|
|
152
153
|
* @throws {@link ServerException} (server fault)
|
|
153
154
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -170,6 +170,7 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
170
170
|
* @throws {@link InvalidParameterException} (client fault)
|
|
171
171
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
172
172
|
* request.</p>
|
|
173
|
+
* <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>
|
|
173
174
|
*
|
|
174
175
|
* @throws {@link MissingVersionException} (client fault)
|
|
175
176
|
* <p>Amazon ECS can't determine the current version of the Amazon ECS container agent on the
|
|
@@ -212,6 +212,7 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
212
212
|
* @throws {@link InvalidParameterException} (client fault)
|
|
213
213
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
214
214
|
* request.</p>
|
|
215
|
+
* <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>
|
|
215
216
|
*
|
|
216
217
|
* @throws {@link ServerException} (server fault)
|
|
217
218
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -634,6 +634,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
634
634
|
* @throws {@link InvalidParameterException} (client fault)
|
|
635
635
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
636
636
|
* request.</p>
|
|
637
|
+
* <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>
|
|
637
638
|
*
|
|
638
639
|
* @throws {@link NamespaceNotFoundException} (client fault)
|
|
639
640
|
* <p>The specified namespace wasn't found.</p>
|
|
@@ -147,6 +147,7 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
147
147
|
* @throws {@link InvalidParameterException} (client fault)
|
|
148
148
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
149
149
|
* request.</p>
|
|
150
|
+
* <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>
|
|
150
151
|
*
|
|
151
152
|
* @throws {@link ServerException} (server fault)
|
|
152
153
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -119,6 +119,7 @@ declare const UpdateTaskProtectionCommand_base: {
|
|
|
119
119
|
* @throws {@link InvalidParameterException} (client fault)
|
|
120
120
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
121
121
|
* request.</p>
|
|
122
|
+
* <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>
|
|
122
123
|
*
|
|
123
124
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
124
125
|
* <p>The specified resource wasn't found.</p>
|
|
@@ -149,6 +149,7 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
149
149
|
* @throws {@link InvalidParameterException} (client fault)
|
|
150
150
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
151
151
|
* request.</p>
|
|
152
|
+
* <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>
|
|
152
153
|
*
|
|
153
154
|
* @throws {@link ServerException} (server fault)
|
|
154
155
|
* <p>These errors are usually caused by a server issue.</p>
|
|
@@ -421,6 +421,7 @@ export interface CreateCapacityProviderResponse {
|
|
|
421
421
|
/**
|
|
422
422
|
* <p>The specified parameter isn't valid. Review the available parameters for the API
|
|
423
423
|
* request.</p>
|
|
424
|
+
* <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>
|
|
424
425
|
* @public
|
|
425
426
|
*/
|
|
426
427
|
export declare class InvalidParameterException extends __BaseException {
|
|
@@ -684,8 +685,8 @@ export interface ClusterServiceConnectDefaultsRequest {
|
|
|
684
685
|
/**
|
|
685
686
|
* <p>The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace that's used when you create a service and don't specify
|
|
686
687
|
* a Service Connect configuration. The namespace name can include up to 1024 characters.
|
|
687
|
-
* The name is case-sensitive. The name can't include
|
|
688
|
-
* (>), less than (<), or slash (/).</p>
|
|
688
|
+
* The name is case-sensitive. The name can't include greater than
|
|
689
|
+
* (>), less than (<), double quotation marks ("), or slash (/).</p>
|
|
689
690
|
* <p>If you enter an existing namespace name or ARN, then that namespace will be used.
|
|
690
691
|
* Any namespace type is supported. The namespace must be in this account and this Amazon Web Services
|
|
691
692
|
* Region.</p>
|
|
@@ -1570,10 +1571,6 @@ export interface AwsVpcConfiguration {
|
|
|
1570
1571
|
* <p>When the service <code>deploymentController</code> is <code>ECS</code>, the value must be
|
|
1571
1572
|
* <code>DISABLED</code>. </p>
|
|
1572
1573
|
* </li>
|
|
1573
|
-
* <li>
|
|
1574
|
-
* <p>When you use <code>create-service</code> or <code>update-service</code>, the
|
|
1575
|
-
* default is <code>ENABLED</code>. </p>
|
|
1576
|
-
* </li>
|
|
1577
1574
|
* </ul>
|
|
1578
1575
|
* @public
|
|
1579
1576
|
*/
|
|
@@ -6770,11 +6767,8 @@ export interface TaskDefinition {
|
|
|
6770
6767
|
* <p>If you're using the EC2 launch type or the external launch type, this
|
|
6771
6768
|
* field is optional. Supported values are between <code>128</code> CPU units
|
|
6772
6769
|
* (<code>0.125</code> vCPUs) and <code>196608</code> CPU units (<code>192</code>
|
|
6773
|
-
* vCPUs).
|
|
6774
|
-
*
|
|
6775
|
-
* must use one of the following values, which determines your range of supported values
|
|
6776
|
-
* for the <code>memory</code> parameter. The CPU units cannot be less than 1 vCPU when you use Windows containers on
|
|
6777
|
-
* Fargate.</p>
|
|
6770
|
+
* vCPUs). The CPU units cannot be less than 1 vCPU when you use Windows containers on
|
|
6771
|
+
* Fargate.</p>
|
|
6778
6772
|
* <ul>
|
|
6779
6773
|
* <li>
|
|
6780
6774
|
* <p>256 (.25 vCPU) - Available <code>memory</code> values: 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB)</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|