@aws-sdk/client-ecs 3.50.0 → 3.53.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 (92) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ECSServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +319 -5
  5. package/dist-cjs/protocols/Aws_json1_1.js +627 -2138
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ECSServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +290 -1
  9. package/dist-es/protocols/Aws_json1_1.js +1285 -2299
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ECSServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +170 -97
  13. package/dist-types/ts3.4/ECS.d.ts +265 -0
  14. package/dist-types/ts3.4/ECSClient.d.ts +125 -0
  15. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +52 -0
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  69. package/dist-types/ts3.4/index.d.ts +7 -0
  70. package/dist-types/ts3.4/models/ECSServiceException.d.ts +6 -0
  71. package/dist-types/ts3.4/models/index.d.ts +1 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +3180 -0
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  74. package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +158 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  88. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  89. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +7 -0
  90. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +7 -0
  91. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +7 -0
  92. package/package.json +34 -34
package/dist-es/index.js CHANGED
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { ECSServiceException } from "./models/ECSServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var ECSServiceException = (function (_super) {
4
+ __extends(ECSServiceException, _super);
5
+ function ECSServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, ECSServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return ECSServiceException;
11
+ }(__ServiceException));
12
+ export { ECSServiceException };
@@ -1,5 +1,18 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { ECSServiceException as __BaseException } from "./ECSServiceException";
4
+ var AccessDeniedException = (function (_super) {
5
+ __extends(AccessDeniedException, _super);
6
+ function AccessDeniedException(opts) {
7
+ var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
8
+ _this.name = "AccessDeniedException";
9
+ _this.$fault = "client";
10
+ Object.setPrototypeOf(_this, AccessDeniedException.prototype);
11
+ return _this;
12
+ }
13
+ return AccessDeniedException;
14
+ }(__BaseException));
15
+ export { AccessDeniedException };
3
16
  export var AgentUpdateStatus;
4
17
  (function (AgentUpdateStatus) {
5
18
  AgentUpdateStatus["FAILED"] = "FAILED";
@@ -9,6 +22,18 @@ export var AgentUpdateStatus;
9
22
  AgentUpdateStatus["UPDATED"] = "UPDATED";
10
23
  AgentUpdateStatus["UPDATING"] = "UPDATING";
11
24
  })(AgentUpdateStatus || (AgentUpdateStatus = {}));
25
+ var ClientException = (function (_super) {
26
+ __extends(ClientException, _super);
27
+ function ClientException(opts) {
28
+ var _this = _super.call(this, __assign({ name: "ClientException", $fault: "client" }, opts)) || this;
29
+ _this.name = "ClientException";
30
+ _this.$fault = "client";
31
+ Object.setPrototypeOf(_this, ClientException.prototype);
32
+ return _this;
33
+ }
34
+ return ClientException;
35
+ }(__BaseException));
36
+ export { ClientException };
12
37
  export var ManagedScalingStatus;
13
38
  (function (ManagedScalingStatus) {
14
39
  ManagedScalingStatus["DISABLED"] = "DISABLED";
@@ -57,6 +82,54 @@ export var CreateCapacityProviderResponse;
57
82
  (function (CreateCapacityProviderResponse) {
58
83
  CreateCapacityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
59
84
  })(CreateCapacityProviderResponse || (CreateCapacityProviderResponse = {}));
85
+ var InvalidParameterException = (function (_super) {
86
+ __extends(InvalidParameterException, _super);
87
+ function InvalidParameterException(opts) {
88
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
89
+ _this.name = "InvalidParameterException";
90
+ _this.$fault = "client";
91
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
92
+ return _this;
93
+ }
94
+ return InvalidParameterException;
95
+ }(__BaseException));
96
+ export { InvalidParameterException };
97
+ var LimitExceededException = (function (_super) {
98
+ __extends(LimitExceededException, _super);
99
+ function LimitExceededException(opts) {
100
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
101
+ _this.name = "LimitExceededException";
102
+ _this.$fault = "client";
103
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
104
+ return _this;
105
+ }
106
+ return LimitExceededException;
107
+ }(__BaseException));
108
+ export { LimitExceededException };
109
+ var ServerException = (function (_super) {
110
+ __extends(ServerException, _super);
111
+ function ServerException(opts) {
112
+ var _this = _super.call(this, __assign({ name: "ServerException", $fault: "server" }, opts)) || this;
113
+ _this.name = "ServerException";
114
+ _this.$fault = "server";
115
+ Object.setPrototypeOf(_this, ServerException.prototype);
116
+ return _this;
117
+ }
118
+ return ServerException;
119
+ }(__BaseException));
120
+ export { ServerException };
121
+ var UpdateInProgressException = (function (_super) {
122
+ __extends(UpdateInProgressException, _super);
123
+ function UpdateInProgressException(opts) {
124
+ var _this = _super.call(this, __assign({ name: "UpdateInProgressException", $fault: "client" }, opts)) || this;
125
+ _this.name = "UpdateInProgressException";
126
+ _this.$fault = "client";
127
+ Object.setPrototypeOf(_this, UpdateInProgressException.prototype);
128
+ return _this;
129
+ }
130
+ return UpdateInProgressException;
131
+ }(__BaseException));
132
+ export { UpdateInProgressException };
60
133
  export var ExecuteCommandLogConfiguration;
61
134
  (function (ExecuteCommandLogConfiguration) {
62
135
  ExecuteCommandLogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -107,6 +180,18 @@ export var CreateClusterResponse;
107
180
  (function (CreateClusterResponse) {
108
181
  CreateClusterResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
109
182
  })(CreateClusterResponse || (CreateClusterResponse = {}));
183
+ var ClusterNotFoundException = (function (_super) {
184
+ __extends(ClusterNotFoundException, _super);
185
+ function ClusterNotFoundException(opts) {
186
+ var _this = _super.call(this, __assign({ name: "ClusterNotFoundException", $fault: "client" }, opts)) || this;
187
+ _this.name = "ClusterNotFoundException";
188
+ _this.$fault = "client";
189
+ Object.setPrototypeOf(_this, ClusterNotFoundException.prototype);
190
+ return _this;
191
+ }
192
+ return ClusterNotFoundException;
193
+ }(__BaseException));
194
+ export { ClusterNotFoundException };
110
195
  export var DeploymentCircuitBreaker;
111
196
  (function (DeploymentCircuitBreaker) {
112
197
  DeploymentCircuitBreaker.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -224,6 +309,42 @@ export var CreateServiceResponse;
224
309
  (function (CreateServiceResponse) {
225
310
  CreateServiceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
311
  })(CreateServiceResponse || (CreateServiceResponse = {}));
312
+ var PlatformTaskDefinitionIncompatibilityException = (function (_super) {
313
+ __extends(PlatformTaskDefinitionIncompatibilityException, _super);
314
+ function PlatformTaskDefinitionIncompatibilityException(opts) {
315
+ var _this = _super.call(this, __assign({ name: "PlatformTaskDefinitionIncompatibilityException", $fault: "client" }, opts)) || this;
316
+ _this.name = "PlatformTaskDefinitionIncompatibilityException";
317
+ _this.$fault = "client";
318
+ Object.setPrototypeOf(_this, PlatformTaskDefinitionIncompatibilityException.prototype);
319
+ return _this;
320
+ }
321
+ return PlatformTaskDefinitionIncompatibilityException;
322
+ }(__BaseException));
323
+ export { PlatformTaskDefinitionIncompatibilityException };
324
+ var PlatformUnknownException = (function (_super) {
325
+ __extends(PlatformUnknownException, _super);
326
+ function PlatformUnknownException(opts) {
327
+ var _this = _super.call(this, __assign({ name: "PlatformUnknownException", $fault: "client" }, opts)) || this;
328
+ _this.name = "PlatformUnknownException";
329
+ _this.$fault = "client";
330
+ Object.setPrototypeOf(_this, PlatformUnknownException.prototype);
331
+ return _this;
332
+ }
333
+ return PlatformUnknownException;
334
+ }(__BaseException));
335
+ export { PlatformUnknownException };
336
+ var UnsupportedFeatureException = (function (_super) {
337
+ __extends(UnsupportedFeatureException, _super);
338
+ function UnsupportedFeatureException(opts) {
339
+ var _this = _super.call(this, __assign({ name: "UnsupportedFeatureException", $fault: "client" }, opts)) || this;
340
+ _this.name = "UnsupportedFeatureException";
341
+ _this.$fault = "client";
342
+ Object.setPrototypeOf(_this, UnsupportedFeatureException.prototype);
343
+ return _this;
344
+ }
345
+ return UnsupportedFeatureException;
346
+ }(__BaseException));
347
+ export { UnsupportedFeatureException };
227
348
  export var CreateTaskSetRequest;
228
349
  (function (CreateTaskSetRequest) {
229
350
  CreateTaskSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -232,6 +353,30 @@ export var CreateTaskSetResponse;
232
353
  (function (CreateTaskSetResponse) {
233
354
  CreateTaskSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
355
  })(CreateTaskSetResponse || (CreateTaskSetResponse = {}));
356
+ var ServiceNotActiveException = (function (_super) {
357
+ __extends(ServiceNotActiveException, _super);
358
+ function ServiceNotActiveException(opts) {
359
+ var _this = _super.call(this, __assign({ name: "ServiceNotActiveException", $fault: "client" }, opts)) || this;
360
+ _this.name = "ServiceNotActiveException";
361
+ _this.$fault = "client";
362
+ Object.setPrototypeOf(_this, ServiceNotActiveException.prototype);
363
+ return _this;
364
+ }
365
+ return ServiceNotActiveException;
366
+ }(__BaseException));
367
+ export { ServiceNotActiveException };
368
+ var ServiceNotFoundException = (function (_super) {
369
+ __extends(ServiceNotFoundException, _super);
370
+ function ServiceNotFoundException(opts) {
371
+ var _this = _super.call(this, __assign({ name: "ServiceNotFoundException", $fault: "client" }, opts)) || this;
372
+ _this.name = "ServiceNotFoundException";
373
+ _this.$fault = "client";
374
+ Object.setPrototypeOf(_this, ServiceNotFoundException.prototype);
375
+ return _this;
376
+ }
377
+ return ServiceNotFoundException;
378
+ }(__BaseException));
379
+ export { ServiceNotFoundException };
235
380
  export var SettingName;
236
381
  (function (SettingName) {
237
382
  SettingName["AWSVPC_TRUNKING"] = "awsvpcTrunking";
@@ -268,6 +413,18 @@ export var DeleteAttributesResponse;
268
413
  (function (DeleteAttributesResponse) {
269
414
  DeleteAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
415
  })(DeleteAttributesResponse || (DeleteAttributesResponse = {}));
416
+ var TargetNotFoundException = (function (_super) {
417
+ __extends(TargetNotFoundException, _super);
418
+ function TargetNotFoundException(opts) {
419
+ var _this = _super.call(this, __assign({ name: "TargetNotFoundException", $fault: "client" }, opts)) || this;
420
+ _this.name = "TargetNotFoundException";
421
+ _this.$fault = "client";
422
+ Object.setPrototypeOf(_this, TargetNotFoundException.prototype);
423
+ return _this;
424
+ }
425
+ return TargetNotFoundException;
426
+ }(__BaseException));
427
+ export { TargetNotFoundException };
271
428
  export var DeleteCapacityProviderRequest;
272
429
  (function (DeleteCapacityProviderRequest) {
273
430
  DeleteCapacityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -276,6 +433,42 @@ export var DeleteCapacityProviderResponse;
276
433
  (function (DeleteCapacityProviderResponse) {
277
434
  DeleteCapacityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
435
  })(DeleteCapacityProviderResponse || (DeleteCapacityProviderResponse = {}));
436
+ var ClusterContainsContainerInstancesException = (function (_super) {
437
+ __extends(ClusterContainsContainerInstancesException, _super);
438
+ function ClusterContainsContainerInstancesException(opts) {
439
+ var _this = _super.call(this, __assign({ name: "ClusterContainsContainerInstancesException", $fault: "client" }, opts)) || this;
440
+ _this.name = "ClusterContainsContainerInstancesException";
441
+ _this.$fault = "client";
442
+ Object.setPrototypeOf(_this, ClusterContainsContainerInstancesException.prototype);
443
+ return _this;
444
+ }
445
+ return ClusterContainsContainerInstancesException;
446
+ }(__BaseException));
447
+ export { ClusterContainsContainerInstancesException };
448
+ var ClusterContainsServicesException = (function (_super) {
449
+ __extends(ClusterContainsServicesException, _super);
450
+ function ClusterContainsServicesException(opts) {
451
+ var _this = _super.call(this, __assign({ name: "ClusterContainsServicesException", $fault: "client" }, opts)) || this;
452
+ _this.name = "ClusterContainsServicesException";
453
+ _this.$fault = "client";
454
+ Object.setPrototypeOf(_this, ClusterContainsServicesException.prototype);
455
+ return _this;
456
+ }
457
+ return ClusterContainsServicesException;
458
+ }(__BaseException));
459
+ export { ClusterContainsServicesException };
460
+ var ClusterContainsTasksException = (function (_super) {
461
+ __extends(ClusterContainsTasksException, _super);
462
+ function ClusterContainsTasksException(opts) {
463
+ var _this = _super.call(this, __assign({ name: "ClusterContainsTasksException", $fault: "client" }, opts)) || this;
464
+ _this.name = "ClusterContainsTasksException";
465
+ _this.$fault = "client";
466
+ Object.setPrototypeOf(_this, ClusterContainsTasksException.prototype);
467
+ return _this;
468
+ }
469
+ return ClusterContainsTasksException;
470
+ }(__BaseException));
471
+ export { ClusterContainsTasksException };
279
472
  export var DeleteClusterRequest;
280
473
  (function (DeleteClusterRequest) {
281
474
  DeleteClusterRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -300,6 +493,18 @@ export var DeleteTaskSetResponse;
300
493
  (function (DeleteTaskSetResponse) {
301
494
  DeleteTaskSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
495
  })(DeleteTaskSetResponse || (DeleteTaskSetResponse = {}));
496
+ var TaskSetNotFoundException = (function (_super) {
497
+ __extends(TaskSetNotFoundException, _super);
498
+ function TaskSetNotFoundException(opts) {
499
+ var _this = _super.call(this, __assign({ name: "TaskSetNotFoundException", $fault: "client" }, opts)) || this;
500
+ _this.name = "TaskSetNotFoundException";
501
+ _this.$fault = "client";
502
+ Object.setPrototypeOf(_this, TaskSetNotFoundException.prototype);
503
+ return _this;
504
+ }
505
+ return TaskSetNotFoundException;
506
+ }(__BaseException));
507
+ export { TaskSetNotFoundException };
303
508
  export var DeregisterContainerInstanceRequest;
304
509
  (function (DeregisterContainerInstanceRequest) {
305
510
  DeregisterContainerInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -770,6 +975,18 @@ export var ExecuteCommandResponse;
770
975
  (function (ExecuteCommandResponse) {
771
976
  ExecuteCommandResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.session && { session: Session.filterSensitiveLog(obj.session) }))); };
772
977
  })(ExecuteCommandResponse || (ExecuteCommandResponse = {}));
978
+ var TargetNotConnectedException = (function (_super) {
979
+ __extends(TargetNotConnectedException, _super);
980
+ function TargetNotConnectedException(opts) {
981
+ var _this = _super.call(this, __assign({ name: "TargetNotConnectedException", $fault: "client" }, opts)) || this;
982
+ _this.name = "TargetNotConnectedException";
983
+ _this.$fault = "client";
984
+ Object.setPrototypeOf(_this, TargetNotConnectedException.prototype);
985
+ return _this;
986
+ }
987
+ return TargetNotConnectedException;
988
+ }(__BaseException));
989
+ export { TargetNotConnectedException };
773
990
  export var ListAccountSettingsRequest;
774
991
  (function (ListAccountSettingsRequest) {
775
992
  ListAccountSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -883,6 +1100,18 @@ export var PutAccountSettingDefaultResponse;
883
1100
  (function (PutAccountSettingDefaultResponse) {
884
1101
  PutAccountSettingDefaultResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
885
1102
  })(PutAccountSettingDefaultResponse || (PutAccountSettingDefaultResponse = {}));
1103
+ var AttributeLimitExceededException = (function (_super) {
1104
+ __extends(AttributeLimitExceededException, _super);
1105
+ function AttributeLimitExceededException(opts) {
1106
+ var _this = _super.call(this, __assign({ name: "AttributeLimitExceededException", $fault: "client" }, opts)) || this;
1107
+ _this.name = "AttributeLimitExceededException";
1108
+ _this.$fault = "client";
1109
+ Object.setPrototypeOf(_this, AttributeLimitExceededException.prototype);
1110
+ return _this;
1111
+ }
1112
+ return AttributeLimitExceededException;
1113
+ }(__BaseException));
1114
+ export { AttributeLimitExceededException };
886
1115
  export var PutAttributesRequest;
887
1116
  (function (PutAttributesRequest) {
888
1117
  PutAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -899,6 +1128,18 @@ export var PutClusterCapacityProvidersResponse;
899
1128
  (function (PutClusterCapacityProvidersResponse) {
900
1129
  PutClusterCapacityProvidersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
901
1130
  })(PutClusterCapacityProvidersResponse || (PutClusterCapacityProvidersResponse = {}));
1131
+ var ResourceInUseException = (function (_super) {
1132
+ __extends(ResourceInUseException, _super);
1133
+ function ResourceInUseException(opts) {
1134
+ var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
1135
+ _this.name = "ResourceInUseException";
1136
+ _this.$fault = "client";
1137
+ Object.setPrototypeOf(_this, ResourceInUseException.prototype);
1138
+ return _this;
1139
+ }
1140
+ return ResourceInUseException;
1141
+ }(__BaseException));
1142
+ export { ResourceInUseException };
902
1143
  export var PlatformDeviceType;
903
1144
  (function (PlatformDeviceType) {
904
1145
  PlatformDeviceType["GPU"] = "GPU";
@@ -923,6 +1164,18 @@ export var RegisterTaskDefinitionResponse;
923
1164
  (function (RegisterTaskDefinitionResponse) {
924
1165
  RegisterTaskDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
925
1166
  })(RegisterTaskDefinitionResponse || (RegisterTaskDefinitionResponse = {}));
1167
+ var BlockedException = (function (_super) {
1168
+ __extends(BlockedException, _super);
1169
+ function BlockedException(opts) {
1170
+ var _this = _super.call(this, __assign({ name: "BlockedException", $fault: "client" }, opts)) || this;
1171
+ _this.name = "BlockedException";
1172
+ _this.$fault = "client";
1173
+ Object.setPrototypeOf(_this, BlockedException.prototype);
1174
+ return _this;
1175
+ }
1176
+ return BlockedException;
1177
+ }(__BaseException));
1178
+ export { BlockedException };
926
1179
  export var RunTaskRequest;
927
1180
  (function (RunTaskRequest) {
928
1181
  RunTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -983,6 +1236,18 @@ export var SubmitTaskStateChangeResponse;
983
1236
  (function (SubmitTaskStateChangeResponse) {
984
1237
  SubmitTaskStateChangeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
985
1238
  })(SubmitTaskStateChangeResponse || (SubmitTaskStateChangeResponse = {}));
1239
+ var ResourceNotFoundException = (function (_super) {
1240
+ __extends(ResourceNotFoundException, _super);
1241
+ function ResourceNotFoundException(opts) {
1242
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
1243
+ _this.name = "ResourceNotFoundException";
1244
+ _this.$fault = "client";
1245
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
1246
+ return _this;
1247
+ }
1248
+ return ResourceNotFoundException;
1249
+ }(__BaseException));
1250
+ export { ResourceNotFoundException };
986
1251
  export var TagResourceRequest;
987
1252
  (function (TagResourceRequest) {
988
1253
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1027,6 +1292,30 @@ export var UpdateClusterSettingsResponse;
1027
1292
  (function (UpdateClusterSettingsResponse) {
1028
1293
  UpdateClusterSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1029
1294
  })(UpdateClusterSettingsResponse || (UpdateClusterSettingsResponse = {}));
1295
+ var MissingVersionException = (function (_super) {
1296
+ __extends(MissingVersionException, _super);
1297
+ function MissingVersionException(opts) {
1298
+ var _this = _super.call(this, __assign({ name: "MissingVersionException", $fault: "client" }, opts)) || this;
1299
+ _this.name = "MissingVersionException";
1300
+ _this.$fault = "client";
1301
+ Object.setPrototypeOf(_this, MissingVersionException.prototype);
1302
+ return _this;
1303
+ }
1304
+ return MissingVersionException;
1305
+ }(__BaseException));
1306
+ export { MissingVersionException };
1307
+ var NoUpdateAvailableException = (function (_super) {
1308
+ __extends(NoUpdateAvailableException, _super);
1309
+ function NoUpdateAvailableException(opts) {
1310
+ var _this = _super.call(this, __assign({ name: "NoUpdateAvailableException", $fault: "client" }, opts)) || this;
1311
+ _this.name = "NoUpdateAvailableException";
1312
+ _this.$fault = "client";
1313
+ Object.setPrototypeOf(_this, NoUpdateAvailableException.prototype);
1314
+ return _this;
1315
+ }
1316
+ return NoUpdateAvailableException;
1317
+ }(__BaseException));
1318
+ export { NoUpdateAvailableException };
1030
1319
  export var UpdateContainerAgentRequest;
1031
1320
  (function (UpdateContainerAgentRequest) {
1032
1321
  UpdateContainerAgentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };