@aws-sdk/client-ecs 3.1028.0 → 3.1029.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 (53) hide show
  1. package/dist-cjs/schemas/schemas_0.js +30 -26
  2. package/dist-es/schemas/schemas_0.js +30 -26
  3. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +3 -0
  4. package/dist-types/commands/CreateClusterCommand.d.ts +3 -0
  5. package/dist-types/commands/CreateTaskSetCommand.d.ts +3 -0
  6. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +3 -0
  7. package/dist-types/commands/DeleteAttributesCommand.d.ts +9 -0
  8. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
  10. package/dist-types/commands/DeleteServiceCommand.d.ts +3 -0
  11. package/dist-types/commands/DeleteTaskSetCommand.d.ts +3 -0
  12. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -0
  13. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -0
  14. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +3 -0
  15. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -0
  16. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -0
  17. package/dist-types/commands/DescribeServicesCommand.d.ts +3 -0
  18. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -0
  19. package/dist-types/commands/DescribeTasksCommand.d.ts +3 -0
  20. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +6 -0
  21. package/dist-types/commands/ListAccountSettingsCommand.d.ts +3 -0
  22. package/dist-types/commands/ListAttributesCommand.d.ts +9 -0
  23. package/dist-types/commands/ListClustersCommand.d.ts +3 -0
  24. package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -0
  25. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +3 -0
  26. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -0
  27. package/dist-types/commands/ListServicesCommand.d.ts +3 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  29. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -0
  30. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +3 -0
  31. package/dist-types/commands/ListTasksCommand.d.ts +3 -0
  32. package/dist-types/commands/PutAccountSettingCommand.d.ts +3 -0
  33. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -0
  34. package/dist-types/commands/PutAttributesCommand.d.ts +9 -0
  35. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +3 -0
  36. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +6 -0
  37. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -0
  38. package/dist-types/commands/StartTaskCommand.d.ts +6 -0
  39. package/dist-types/commands/StopTaskCommand.d.ts +3 -0
  40. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -0
  41. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +6 -0
  42. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -0
  43. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
  45. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -0
  46. package/dist-types/commands/UpdateClusterCommand.d.ts +3 -0
  47. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +6 -0
  48. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +3 -0
  49. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -0
  50. package/dist-types/commands/UpdateTaskSetCommand.d.ts +3 -0
  51. package/dist-types/models/models_0.d.ts +5 -1
  52. package/dist-types/models/models_1.d.ts +8 -0
  53. package/package.json +1 -1
@@ -340,6 +340,9 @@ declare const DescribeTaskDefinitionCommand_base: {
340
340
  * @see {@link DescribeTaskDefinitionCommandOutput} for command's `response` shape.
341
341
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
342
342
  *
343
+ * @throws {@link AccessDeniedException} (client fault)
344
+ * <p>You don't have authorization to perform the requested action.</p>
345
+ *
343
346
  * @throws {@link ClientException} (client fault)
344
347
  * <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>
345
348
  *
@@ -227,6 +227,9 @@ declare const DescribeTasksCommand_base: {
227
227
  * @see {@link DescribeTasksCommandOutput} for command's `response` shape.
228
228
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
229
229
  *
230
+ * @throws {@link AccessDeniedException} (client fault)
231
+ * <p>You don't have authorization to perform the requested action.</p>
232
+ *
230
233
  * @throws {@link ClientException} (client fault)
231
234
  * <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>
232
235
  *
@@ -56,9 +56,15 @@ declare const DiscoverPollEndpointCommand_base: {
56
56
  * @see {@link DiscoverPollEndpointCommandOutput} for command's `response` shape.
57
57
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
58
58
  *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * <p>You don't have authorization to perform the requested action.</p>
61
+ *
59
62
  * @throws {@link ClientException} (client fault)
60
63
  * <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>
61
64
  *
65
+ * @throws {@link InvalidParameterException} (client fault)
66
+ * <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>
67
+ *
62
68
  * @throws {@link ServerException} (server fault)
63
69
  * <p>These errors are usually caused by a server issue.</p>
64
70
  *
@@ -66,6 +66,9 @@ declare const ListAccountSettingsCommand_base: {
66
66
  * @see {@link ListAccountSettingsCommandOutput} for command's `response` shape.
67
67
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
68
68
  *
69
+ * @throws {@link AccessDeniedException} (client fault)
70
+ * <p>You don't have authorization to perform the requested action.</p>
71
+ *
69
72
  * @throws {@link ClientException} (client fault)
70
73
  * <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>
71
74
  *
@@ -66,12 +66,21 @@ declare const ListAttributesCommand_base: {
66
66
  * @see {@link ListAttributesCommandOutput} for command's `response` shape.
67
67
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
68
68
  *
69
+ * @throws {@link AccessDeniedException} (client fault)
70
+ * <p>You don't have authorization to perform the requested action.</p>
71
+ *
72
+ * @throws {@link ClientException} (client fault)
73
+ * <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>
74
+ *
69
75
  * @throws {@link ClusterNotFoundException} (client fault)
70
76
  * <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>
71
77
  *
72
78
  * @throws {@link InvalidParameterException} (client fault)
73
79
  * <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>
74
80
  *
81
+ * @throws {@link ServerException} (server fault)
82
+ * <p>These errors are usually caused by a server issue.</p>
83
+ *
75
84
  * @throws {@link ECSServiceException}
76
85
  * <p>Base exception class for all service exceptions from ECS service.</p>
77
86
  *
@@ -57,6 +57,9 @@ declare const ListClustersCommand_base: {
57
57
  * @see {@link ListClustersCommandOutput} for command's `response` shape.
58
58
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
59
59
  *
60
+ * @throws {@link AccessDeniedException} (client fault)
61
+ * <p>You don't have authorization to perform the requested action.</p>
62
+ *
60
63
  * @throws {@link ClientException} (client fault)
61
64
  * <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>
62
65
  *
@@ -60,6 +60,9 @@ declare const ListContainerInstancesCommand_base: {
60
60
  * @see {@link ListContainerInstancesCommandOutput} for command's `response` shape.
61
61
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
62
62
  *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>You don't have authorization to perform the requested action.</p>
65
+ *
63
66
  * @throws {@link ClientException} (client fault)
64
67
  * <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>
65
68
  *
@@ -82,6 +82,9 @@ declare const ListServiceDeploymentsCommand_base: {
82
82
  * @throws {@link ClientException} (client fault)
83
83
  * <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>
84
84
  *
85
+ * @throws {@link ClusterNotFoundException} (client fault)
86
+ * <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>
87
+ *
85
88
  * @throws {@link InvalidParameterException} (client fault)
86
89
  * <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>
87
90
  *
@@ -58,6 +58,9 @@ declare const ListServicesByNamespaceCommand_base: {
58
58
  * @see {@link ListServicesByNamespaceCommandOutput} for command's `response` shape.
59
59
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
60
60
  *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You don't have authorization to perform the requested action.</p>
63
+ *
61
64
  * @throws {@link ClientException} (client fault)
62
65
  * <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>
63
66
  *
@@ -61,6 +61,9 @@ declare const ListServicesCommand_base: {
61
61
  * @see {@link ListServicesCommandOutput} for command's `response` shape.
62
62
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
63
63
  *
64
+ * @throws {@link AccessDeniedException} (client fault)
65
+ * <p>You don't have authorization to perform the requested action.</p>
66
+ *
64
67
  * @throws {@link ClientException} (client fault)
65
68
  * <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>
66
69
  *
@@ -58,6 +58,9 @@ declare const ListTagsForResourceCommand_base: {
58
58
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
59
59
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
60
60
  *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You don't have authorization to perform the requested action.</p>
63
+ *
61
64
  * @throws {@link ClientException} (client fault)
62
65
  * <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>
63
66
  *
@@ -59,6 +59,9 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
59
59
  * @see {@link ListTaskDefinitionFamiliesCommandOutput} for command's `response` shape.
60
60
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
61
61
  *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>You don't have authorization to perform the requested action.</p>
64
+ *
62
65
  * @throws {@link ClientException} (client fault)
63
66
  * <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>
64
67
  *
@@ -60,6 +60,9 @@ declare const ListTaskDefinitionsCommand_base: {
60
60
  * @see {@link ListTaskDefinitionsCommandOutput} for command's `response` shape.
61
61
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
62
62
  *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>You don't have authorization to perform the requested action.</p>
65
+ *
63
66
  * @throws {@link ClientException} (client fault)
64
67
  * <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>
65
68
  *
@@ -65,6 +65,9 @@ declare const ListTasksCommand_base: {
65
65
  * @see {@link ListTasksCommandOutput} for command's `response` shape.
66
66
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
67
67
  *
68
+ * @throws {@link AccessDeniedException} (client fault)
69
+ * <p>You don't have authorization to perform the requested action.</p>
70
+ *
68
71
  * @throws {@link ClientException} (client fault)
69
72
  * <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>
70
73
  *
@@ -60,6 +60,9 @@ declare const PutAccountSettingCommand_base: {
60
60
  * @see {@link PutAccountSettingCommandOutput} for command's `response` shape.
61
61
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
62
62
  *
63
+ * @throws {@link AccessDeniedException} (client fault)
64
+ * <p>You don't have authorization to perform the requested action.</p>
65
+ *
63
66
  * @throws {@link ClientException} (client fault)
64
67
  * <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>
65
68
  *
@@ -59,6 +59,9 @@ declare const PutAccountSettingDefaultCommand_base: {
59
59
  * @see {@link PutAccountSettingDefaultCommandOutput} for command's `response` shape.
60
60
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
61
61
  *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>You don't have authorization to perform the requested action.</p>
64
+ *
62
65
  * @throws {@link ClientException} (client fault)
63
66
  * <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>
64
67
  *
@@ -68,15 +68,24 @@ declare const PutAttributesCommand_base: {
68
68
  * @see {@link PutAttributesCommandOutput} for command's `response` shape.
69
69
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
70
70
  *
71
+ * @throws {@link AccessDeniedException} (client fault)
72
+ * <p>You don't have authorization to perform the requested action.</p>
73
+ *
71
74
  * @throws {@link AttributeLimitExceededException} (client fault)
72
75
  * <p>You can apply up to 10 custom attributes for each resource. You can view the attributes of a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListAttributes.html">ListAttributes</a>. You can remove existing attributes on a resource with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteAttributes.html">DeleteAttributes</a>.</p>
73
76
  *
77
+ * @throws {@link ClientException} (client fault)
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>
79
+ *
74
80
  * @throws {@link ClusterNotFoundException} (client fault)
75
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>
76
82
  *
77
83
  * @throws {@link InvalidParameterException} (client fault)
78
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>
79
85
  *
86
+ * @throws {@link ServerException} (server fault)
87
+ * <p>These errors are usually caused by a server issue.</p>
88
+ *
80
89
  * @throws {@link TargetNotFoundException} (client fault)
81
90
  * <p>The specified target wasn't found. You can view your available container instances with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a>. Amazon ECS container instances are cluster-specific and Region-specific.</p>
82
91
  *
@@ -133,6 +133,9 @@ declare const PutClusterCapacityProvidersCommand_base: {
133
133
  * @see {@link PutClusterCapacityProvidersCommandOutput} for command's `response` shape.
134
134
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
135
135
  *
136
+ * @throws {@link AccessDeniedException} (client fault)
137
+ * <p>You don't have authorization to perform the requested action.</p>
138
+ *
136
139
  * @throws {@link ClientException} (client fault)
137
140
  * <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>
138
141
  *
@@ -172,9 +172,15 @@ declare const RegisterContainerInstanceCommand_base: {
172
172
  * @see {@link RegisterContainerInstanceCommandOutput} for command's `response` shape.
173
173
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
174
174
  *
175
+ * @throws {@link AccessDeniedException} (client fault)
176
+ * <p>You don't have authorization to perform the requested action.</p>
177
+ *
175
178
  * @throws {@link ClientException} (client fault)
176
179
  * <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>
177
180
  *
181
+ * @throws {@link ClusterNotFoundException} (client fault)
182
+ * <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>
183
+ *
178
184
  * @throws {@link InvalidParameterException} (client fault)
179
185
  * <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>
180
186
  *
@@ -601,12 +601,18 @@ declare const RegisterTaskDefinitionCommand_base: {
601
601
  * @see {@link RegisterTaskDefinitionCommandOutput} for command's `response` shape.
602
602
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
603
603
  *
604
+ * @throws {@link AccessDeniedException} (client fault)
605
+ * <p>You don't have authorization to perform the requested action.</p>
606
+ *
604
607
  * @throws {@link ClientException} (client fault)
605
608
  * <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>
606
609
  *
607
610
  * @throws {@link InvalidParameterException} (client fault)
608
611
  * <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>
609
612
  *
613
+ * @throws {@link LimitExceededException} (client fault)
614
+ * <p>The limit for the resource was exceeded.</p>
615
+ *
610
616
  * @throws {@link ServerException} (server fault)
611
617
  * <p>These errors are usually caused by a server issue.</p>
612
618
  *
@@ -322,6 +322,9 @@ declare const StartTaskCommand_base: {
322
322
  * @see {@link StartTaskCommandOutput} for command's `response` shape.
323
323
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
324
324
  *
325
+ * @throws {@link AccessDeniedException} (client fault)
326
+ * <p>You don't have authorization to perform the requested action.</p>
327
+ *
325
328
  * @throws {@link ClientException} (client fault)
326
329
  * <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>
327
330
  *
@@ -331,6 +334,9 @@ declare const StartTaskCommand_base: {
331
334
  * @throws {@link InvalidParameterException} (client fault)
332
335
  * <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>
333
336
  *
337
+ * @throws {@link NamespaceNotFoundException} (client fault)
338
+ * <p>The specified namespace wasn't found.</p>
339
+ *
334
340
  * @throws {@link ServerException} (server fault)
335
341
  * <p>These errors are usually caused by a server issue.</p>
336
342
  *
@@ -214,6 +214,9 @@ declare const StopTaskCommand_base: {
214
214
  * @see {@link StopTaskCommandOutput} for command's `response` shape.
215
215
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
216
216
  *
217
+ * @throws {@link AccessDeniedException} (client fault)
218
+ * <p>You don't have authorization to perform the requested action.</p>
219
+ *
217
220
  * @throws {@link ClientException} (client fault)
218
221
  * <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>
219
222
  *
@@ -65,6 +65,9 @@ declare const SubmitAttachmentStateChangesCommand_base: {
65
65
  * @throws {@link ClientException} (client fault)
66
66
  * <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>
67
67
  *
68
+ * @throws {@link ClusterNotFoundException} (client fault)
69
+ * <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>
70
+ *
68
71
  * @throws {@link InvalidParameterException} (client fault)
69
72
  * <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>
70
73
  *
@@ -75,6 +75,12 @@ declare const SubmitContainerStateChangeCommand_base: {
75
75
  * @throws {@link ClientException} (client fault)
76
76
  * <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>
77
77
  *
78
+ * @throws {@link ClusterNotFoundException} (client fault)
79
+ * <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>
80
+ *
81
+ * @throws {@link InvalidParameterException} (client fault)
82
+ * <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>
83
+ *
78
84
  * @throws {@link ServerException} (server fault)
79
85
  * <p>These errors are usually caused by a server issue.</p>
80
86
  *
@@ -99,6 +99,9 @@ declare const SubmitTaskStateChangeCommand_base: {
99
99
  * @throws {@link ClientException} (client fault)
100
100
  * <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>
101
101
  *
102
+ * @throws {@link ClusterNotFoundException} (client fault)
103
+ * <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>
104
+ *
102
105
  * @throws {@link InvalidParameterException} (client fault)
103
106
  * <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>
104
107
  *
@@ -57,6 +57,9 @@ declare const TagResourceCommand_base: {
57
57
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
58
58
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
59
59
  *
60
+ * @throws {@link AccessDeniedException} (client fault)
61
+ * <p>You don't have authorization to perform the requested action.</p>
62
+ *
60
63
  * @throws {@link ClientException} (client fault)
61
64
  * <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>
62
65
  *
@@ -66,6 +69,9 @@ declare const TagResourceCommand_base: {
66
69
  * @throws {@link InvalidParameterException} (client fault)
67
70
  * <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>
68
71
  *
72
+ * @throws {@link LimitExceededException} (client fault)
73
+ * <p>The limit for the resource was exceeded.</p>
74
+ *
69
75
  * @throws {@link ResourceNotFoundException} (client fault)
70
76
  * <p>The specified resource wasn't found.</p>
71
77
  *
@@ -54,6 +54,9 @@ declare const UntagResourceCommand_base: {
54
54
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
55
55
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
56
56
  *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>You don't have authorization to perform the requested action.</p>
59
+ *
57
60
  * @throws {@link ClientException} (client fault)
58
61
  * <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>
59
62
  *
@@ -291,6 +291,9 @@ declare const UpdateCapacityProviderCommand_base: {
291
291
  * @see {@link UpdateCapacityProviderCommandOutput} for command's `response` shape.
292
292
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
293
293
  *
294
+ * @throws {@link AccessDeniedException} (client fault)
295
+ * <p>You don't have authorization to perform the requested action.</p>
296
+ *
294
297
  * @throws {@link ClientException} (client fault)
295
298
  * <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>
296
299
  *
@@ -149,6 +149,9 @@ declare const UpdateClusterCommand_base: {
149
149
  * @see {@link UpdateClusterCommandOutput} for command's `response` shape.
150
150
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
151
151
  *
152
+ * @throws {@link AccessDeniedException} (client fault)
153
+ * <p>You don't have authorization to perform the requested action.</p>
154
+ *
152
155
  * @throws {@link ClientException} (client fault)
153
156
  * <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>
154
157
  *
@@ -129,6 +129,9 @@ declare const UpdateClusterSettingsCommand_base: {
129
129
  * @see {@link UpdateClusterSettingsCommandOutput} for command's `response` shape.
130
130
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
131
131
  *
132
+ * @throws {@link AccessDeniedException} (client fault)
133
+ * <p>You don't have authorization to perform the requested action.</p>
134
+ *
132
135
  * @throws {@link ClientException} (client fault)
133
136
  * <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>
134
137
  *
@@ -141,6 +144,9 @@ declare const UpdateClusterSettingsCommand_base: {
141
144
  * @throws {@link ServerException} (server fault)
142
145
  * <p>These errors are usually caused by a server issue.</p>
143
146
  *
147
+ * @throws {@link UpdateInProgressException} (client fault)
148
+ * <p>There's already a current Amazon ECS container agent update in progress on the container instance that's specified. If the container agent becomes disconnected while it's in a transitional stage, such as <code>PENDING</code> or <code>STAGING</code>, the update process can get stuck in that state. However, when the agent reconnects, it resumes where it stopped previously.</p>
149
+ *
144
150
  * @throws {@link ECSServiceException}
145
151
  * <p>Base exception class for all service exceptions from ECS service.</p>
146
152
  *
@@ -133,6 +133,9 @@ declare const UpdateContainerAgentCommand_base: {
133
133
  * @see {@link UpdateContainerAgentCommandOutput} for command's `response` shape.
134
134
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
135
135
  *
136
+ * @throws {@link AccessDeniedException} (client fault)
137
+ * <p>You don't have authorization to perform the requested action.</p>
138
+ *
136
139
  * @throws {@link ClientException} (client fault)
137
140
  * <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>
138
141
  *
@@ -145,6 +145,9 @@ declare const UpdateContainerInstancesStateCommand_base: {
145
145
  * @see {@link UpdateContainerInstancesStateCommandOutput} for command's `response` shape.
146
146
  * @see {@link ECSClientResolvedConfig | config} for ECSClient's `config` shape.
147
147
  *
148
+ * @throws {@link AccessDeniedException} (client fault)
149
+ * <p>You don't have authorization to perform the requested action.</p>
150
+ *
148
151
  * @throws {@link ClientException} (client fault)
149
152
  * <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>
150
153
  *
@@ -143,6 +143,9 @@ declare const UpdateTaskSetCommand_base: {
143
143
  * @throws {@link InvalidParameterException} (client fault)
144
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>
145
145
  *
146
+ * @throws {@link LimitExceededException} (client fault)
147
+ * <p>The limit for the resource was exceeded.</p>
148
+ *
146
149
  * @throws {@link ServerException} (server fault)
147
150
  * <p>These errors are usually caused by a server issue.</p>
148
151
  *
@@ -4016,7 +4016,7 @@ export interface LinuxParameters {
4016
4016
  */
4017
4017
  sharedMemorySize?: number | undefined;
4018
4018
  /**
4019
- * <p>The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the <code>--tmpfs</code> option to docker run.</p> <note> <p>If you're using tasks that use the Fargate launch type, the <code>tmpfs</code> parameter isn't supported.</p> </note>
4019
+ * <p>The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the <code>--tmpfs</code> option to docker run.</p>
4020
4020
  * @public
4021
4021
  */
4022
4022
  tmpfs?: Tmpfs[] | undefined;
@@ -4328,6 +4328,8 @@ export interface EphemeralStorage {
4328
4328
  }
4329
4329
  /**
4330
4330
  * <p>Details on an Elastic Inference accelerator. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html">Working with Amazon Elastic Inference on Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
4331
+ *
4332
+ * @deprecated (since 2023-04-15) This feature is no longer available.
4331
4333
  * @public
4332
4334
  */
4333
4335
  export interface InferenceAccelerator {
@@ -4664,6 +4666,8 @@ export interface TaskDefinition {
4664
4666
  memory?: string | undefined;
4665
4667
  /**
4666
4668
  * <p>The Elastic Inference accelerator that's associated with the task.</p>
4669
+ *
4670
+ * @deprecated (since 2023-04-15) This feature is no longer available.
4667
4671
  * @public
4668
4672
  */
4669
4673
  inferenceAccelerators?: InferenceAccelerator[] | undefined;
@@ -124,6 +124,8 @@ export interface RegisterTaskDefinitionRequest {
124
124
  proxyConfiguration?: ProxyConfiguration | undefined;
125
125
  /**
126
126
  * <p>The Elastic Inference accelerators to use for the containers in the task.</p>
127
+ *
128
+ * @deprecated (since 2023-04-15) This feature is no longer available.
127
129
  * @public
128
130
  */
129
131
  inferenceAccelerators?: InferenceAccelerator[] | undefined;
@@ -382,6 +384,8 @@ export interface ContainerOverride {
382
384
  }
383
385
  /**
384
386
  * <p>Details on an Elastic Inference accelerator task override. This parameter is used to override the Elastic Inference accelerator specified in the task definition. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html">Working with Amazon Elastic Inference on Amazon ECS</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
387
+ *
388
+ * @deprecated (since 2023-04-15) This feature is no longer available.
385
389
  * @public
386
390
  */
387
391
  export interface InferenceAcceleratorOverride {
@@ -413,6 +417,8 @@ export interface TaskOverride {
413
417
  cpu?: string | undefined;
414
418
  /**
415
419
  * <p>The Elastic Inference accelerator override for the task.</p>
420
+ *
421
+ * @deprecated (since 2023-04-15) This feature is no longer available.
416
422
  * @public
417
423
  */
418
424
  inferenceAcceleratorOverrides?: InferenceAcceleratorOverride[] | undefined;
@@ -524,6 +530,8 @@ export interface Task {
524
530
  healthStatus?: HealthStatus | undefined;
525
531
  /**
526
532
  * <p>The Elastic Inference accelerator that's associated with the task.</p>
533
+ *
534
+ * @deprecated (since 2023-04-15) This feature is no longer available.
527
535
  * @public
528
536
  */
529
537
  inferenceAccelerators?: InferenceAccelerator[] | undefined;
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.1028.0",
4
+ "version": "3.1029.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",