@aws-sdk/client-ecs 3.994.0 → 3.995.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/README.md +1 -15
  2. package/dist-cjs/index.js +164 -164
  3. package/dist-cjs/models/errors.js +86 -86
  4. package/dist-cjs/schemas/schemas_0.js +5 -5
  5. package/dist-es/models/enums.js +156 -156
  6. package/dist-es/models/errors.js +68 -68
  7. package/dist-es/schemas/schemas_0.js +5 -5
  8. package/dist-es/waiters/waitForServicesInactive.js +2 -2
  9. package/dist-es/waiters/waitForServicesStable.js +2 -2
  10. package/dist-es/waiters/waitForTasksRunning.js +2 -2
  11. package/dist-es/waiters/waitForTasksStopped.js +2 -2
  12. package/dist-types/ECS.d.ts +1 -15
  13. package/dist-types/ECSClient.d.ts +1 -15
  14. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +4 -16
  15. package/dist-types/commands/CreateClusterCommand.d.ts +3 -20
  16. package/dist-types/commands/CreateExpressGatewayServiceCommand.d.ts +4 -18
  17. package/dist-types/commands/CreateServiceCommand.d.ts +4 -236
  18. package/dist-types/commands/CreateTaskSetCommand.d.ts +6 -25
  19. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +12 -18
  20. package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -7
  21. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +3 -21
  22. package/dist-types/commands/DeleteClusterCommand.d.ts +7 -30
  23. package/dist-types/commands/DeleteExpressGatewayServiceCommand.d.ts +5 -19
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +4 -30
  25. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +3 -27
  26. package/dist-types/commands/DeleteTaskSetCommand.d.ts +6 -16
  27. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +3 -21
  28. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +3 -25
  29. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +34 -39
  30. package/dist-types/commands/DescribeClustersCommand.d.ts +3 -10
  31. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +3 -9
  32. package/dist-types/commands/DescribeExpressGatewayServiceCommand.d.ts +3 -14
  33. package/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +44 -13
  34. package/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +44 -14
  35. package/dist-types/commands/DescribeServicesCommand.d.ts +2 -7
  36. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +3 -15
  37. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +5 -16
  38. package/dist-types/commands/DescribeTasksCommand.d.ts +3 -12
  39. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -8
  40. package/dist-types/commands/ExecuteCommandCommand.d.ts +4 -32
  41. package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -7
  42. package/dist-types/commands/ListAccountSettingsCommand.d.ts +9 -14
  43. package/dist-types/commands/ListAttributesCommand.d.ts +2 -11
  44. package/dist-types/commands/ListClustersCommand.d.ts +2 -7
  45. package/dist-types/commands/ListContainerInstancesCommand.d.ts +3 -11
  46. package/dist-types/commands/ListServiceDeploymentsCommand.d.ts +4 -15
  47. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +3 -13
  48. package/dist-types/commands/ListServicesCommand.d.ts +3 -9
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -7
  50. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +13 -24
  51. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +13 -20
  52. package/dist-types/commands/ListTasksCommand.d.ts +14 -23
  53. package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -22
  54. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +3 -9
  55. package/dist-types/commands/PutAttributesCommand.d.ts +4 -14
  56. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +4 -29
  57. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -13
  58. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +3 -26
  59. package/dist-types/commands/RunTaskCommand.d.ts +6 -75
  60. package/dist-types/commands/StartTaskCommand.d.ts +3 -23
  61. package/dist-types/commands/StopServiceDeploymentCommand.d.ts +5 -25
  62. package/dist-types/commands/StopTaskCommand.d.ts +3 -25
  63. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +3 -12
  64. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -8
  65. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +3 -12
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -11
  67. package/dist-types/commands/UntagResourceCommand.d.ts +2 -7
  68. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +3 -10
  69. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -7
  70. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -7
  71. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +6 -41
  72. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +3 -56
  73. package/dist-types/commands/UpdateExpressGatewayServiceCommand.d.ts +5 -19
  74. package/dist-types/commands/UpdateServiceCommand.d.ts +14 -146
  75. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +6 -19
  76. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +15 -47
  77. package/dist-types/commands/UpdateTaskSetCommand.d.ts +6 -17
  78. package/dist-types/index.d.ts +1 -15
  79. package/dist-types/models/enums.d.ts +338 -338
  80. package/dist-types/models/errors.d.ts +74 -128
  81. package/dist-types/models/models_0.d.ts +3435 -9819
  82. package/dist-types/ts3.4/models/enums.d.ts +222 -222
  83. package/dist-types/ts3.4/models/errors.d.ts +61 -61
  84. package/dist-types/ts3.4/models/models_0.d.ts +1055 -1055
  85. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NoUpdateAvailableException = exports.MissingVersionException = exports.ServiceDeploymentNotFoundException = exports.ConflictException = exports.BlockedException = exports.ResourceInUseException = exports.AttributeLimitExceededException = exports.TargetNotConnectedException = exports.ResourceNotFoundException = exports.TaskSetNotFoundException = exports.ClusterContainsTasksException = exports.ClusterContainsServicesException = exports.ClusterContainsContainerInstancesException = exports.ClusterContainsCapacityProviderException = exports.TargetNotFoundException = exports.ServiceNotFoundException = exports.ServiceNotActiveException = exports.PlatformUnknownException = exports.PlatformTaskDefinitionIncompatibilityException = exports.NamespaceNotFoundException = exports.UpdateInProgressException = exports.UnsupportedFeatureException = exports.ServerException = exports.LimitExceededException = exports.InvalidParameterException = exports.ClusterNotFoundException = exports.ClientException = exports.AccessDeniedException = void 0;
3
+ exports.BlockedException = exports.TaskSetNotFoundException = exports.ServiceDeploymentNotFoundException = exports.ConflictException = exports.ResourceNotFoundException = exports.ServiceNotActiveException = exports.PlatformUnknownException = exports.PlatformTaskDefinitionIncompatibilityException = exports.NoUpdateAvailableException = exports.MissingVersionException = exports.AttributeLimitExceededException = exports.ServiceNotFoundException = exports.TargetNotFoundException = exports.ResourceInUseException = exports.TargetNotConnectedException = exports.ClusterContainsTasksException = exports.ClusterContainsServicesException = exports.ClusterContainsContainerInstancesException = exports.ClusterContainsCapacityProviderException = exports.NamespaceNotFoundException = exports.UpdateInProgressException = exports.UnsupportedFeatureException = exports.ServerException = exports.LimitExceededException = exports.InvalidParameterException = exports.ClusterNotFoundException = exports.ClientException = exports.AccessDeniedException = void 0;
4
4
  const ECSServiceException_1 = require("./ECSServiceException");
5
5
  class AccessDeniedException extends ECSServiceException_1.ECSServiceException {
6
6
  name = "AccessDeniedException";
@@ -119,201 +119,201 @@ class NamespaceNotFoundException extends ECSServiceException_1.ECSServiceExcepti
119
119
  }
120
120
  }
121
121
  exports.NamespaceNotFoundException = NamespaceNotFoundException;
122
- class PlatformTaskDefinitionIncompatibilityException extends ECSServiceException_1.ECSServiceException {
123
- name = "PlatformTaskDefinitionIncompatibilityException";
122
+ class ClusterContainsCapacityProviderException extends ECSServiceException_1.ECSServiceException {
123
+ name = "ClusterContainsCapacityProviderException";
124
124
  $fault = "client";
125
125
  constructor(opts) {
126
126
  super({
127
- name: "PlatformTaskDefinitionIncompatibilityException",
127
+ name: "ClusterContainsCapacityProviderException",
128
128
  $fault: "client",
129
129
  ...opts,
130
130
  });
131
- Object.setPrototypeOf(this, PlatformTaskDefinitionIncompatibilityException.prototype);
131
+ Object.setPrototypeOf(this, ClusterContainsCapacityProviderException.prototype);
132
132
  }
133
133
  }
134
- exports.PlatformTaskDefinitionIncompatibilityException = PlatformTaskDefinitionIncompatibilityException;
135
- class PlatformUnknownException extends ECSServiceException_1.ECSServiceException {
136
- name = "PlatformUnknownException";
134
+ exports.ClusterContainsCapacityProviderException = ClusterContainsCapacityProviderException;
135
+ class ClusterContainsContainerInstancesException extends ECSServiceException_1.ECSServiceException {
136
+ name = "ClusterContainsContainerInstancesException";
137
137
  $fault = "client";
138
138
  constructor(opts) {
139
139
  super({
140
- name: "PlatformUnknownException",
140
+ name: "ClusterContainsContainerInstancesException",
141
141
  $fault: "client",
142
142
  ...opts,
143
143
  });
144
- Object.setPrototypeOf(this, PlatformUnknownException.prototype);
144
+ Object.setPrototypeOf(this, ClusterContainsContainerInstancesException.prototype);
145
145
  }
146
146
  }
147
- exports.PlatformUnknownException = PlatformUnknownException;
148
- class ServiceNotActiveException extends ECSServiceException_1.ECSServiceException {
149
- name = "ServiceNotActiveException";
147
+ exports.ClusterContainsContainerInstancesException = ClusterContainsContainerInstancesException;
148
+ class ClusterContainsServicesException extends ECSServiceException_1.ECSServiceException {
149
+ name = "ClusterContainsServicesException";
150
150
  $fault = "client";
151
151
  constructor(opts) {
152
152
  super({
153
- name: "ServiceNotActiveException",
153
+ name: "ClusterContainsServicesException",
154
154
  $fault: "client",
155
155
  ...opts,
156
156
  });
157
- Object.setPrototypeOf(this, ServiceNotActiveException.prototype);
157
+ Object.setPrototypeOf(this, ClusterContainsServicesException.prototype);
158
158
  }
159
159
  }
160
- exports.ServiceNotActiveException = ServiceNotActiveException;
161
- class ServiceNotFoundException extends ECSServiceException_1.ECSServiceException {
162
- name = "ServiceNotFoundException";
160
+ exports.ClusterContainsServicesException = ClusterContainsServicesException;
161
+ class ClusterContainsTasksException extends ECSServiceException_1.ECSServiceException {
162
+ name = "ClusterContainsTasksException";
163
163
  $fault = "client";
164
164
  constructor(opts) {
165
165
  super({
166
- name: "ServiceNotFoundException",
166
+ name: "ClusterContainsTasksException",
167
167
  $fault: "client",
168
168
  ...opts,
169
169
  });
170
- Object.setPrototypeOf(this, ServiceNotFoundException.prototype);
170
+ Object.setPrototypeOf(this, ClusterContainsTasksException.prototype);
171
171
  }
172
172
  }
173
- exports.ServiceNotFoundException = ServiceNotFoundException;
174
- class TargetNotFoundException extends ECSServiceException_1.ECSServiceException {
175
- name = "TargetNotFoundException";
173
+ exports.ClusterContainsTasksException = ClusterContainsTasksException;
174
+ class TargetNotConnectedException extends ECSServiceException_1.ECSServiceException {
175
+ name = "TargetNotConnectedException";
176
176
  $fault = "client";
177
177
  constructor(opts) {
178
178
  super({
179
- name: "TargetNotFoundException",
179
+ name: "TargetNotConnectedException",
180
180
  $fault: "client",
181
181
  ...opts,
182
182
  });
183
- Object.setPrototypeOf(this, TargetNotFoundException.prototype);
183
+ Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
184
184
  }
185
185
  }
186
- exports.TargetNotFoundException = TargetNotFoundException;
187
- class ClusterContainsCapacityProviderException extends ECSServiceException_1.ECSServiceException {
188
- name = "ClusterContainsCapacityProviderException";
186
+ exports.TargetNotConnectedException = TargetNotConnectedException;
187
+ class ResourceInUseException extends ECSServiceException_1.ECSServiceException {
188
+ name = "ResourceInUseException";
189
189
  $fault = "client";
190
190
  constructor(opts) {
191
191
  super({
192
- name: "ClusterContainsCapacityProviderException",
192
+ name: "ResourceInUseException",
193
193
  $fault: "client",
194
194
  ...opts,
195
195
  });
196
- Object.setPrototypeOf(this, ClusterContainsCapacityProviderException.prototype);
196
+ Object.setPrototypeOf(this, ResourceInUseException.prototype);
197
197
  }
198
198
  }
199
- exports.ClusterContainsCapacityProviderException = ClusterContainsCapacityProviderException;
200
- class ClusterContainsContainerInstancesException extends ECSServiceException_1.ECSServiceException {
201
- name = "ClusterContainsContainerInstancesException";
199
+ exports.ResourceInUseException = ResourceInUseException;
200
+ class TargetNotFoundException extends ECSServiceException_1.ECSServiceException {
201
+ name = "TargetNotFoundException";
202
202
  $fault = "client";
203
203
  constructor(opts) {
204
204
  super({
205
- name: "ClusterContainsContainerInstancesException",
205
+ name: "TargetNotFoundException",
206
206
  $fault: "client",
207
207
  ...opts,
208
208
  });
209
- Object.setPrototypeOf(this, ClusterContainsContainerInstancesException.prototype);
209
+ Object.setPrototypeOf(this, TargetNotFoundException.prototype);
210
210
  }
211
211
  }
212
- exports.ClusterContainsContainerInstancesException = ClusterContainsContainerInstancesException;
213
- class ClusterContainsServicesException extends ECSServiceException_1.ECSServiceException {
214
- name = "ClusterContainsServicesException";
212
+ exports.TargetNotFoundException = TargetNotFoundException;
213
+ class ServiceNotFoundException extends ECSServiceException_1.ECSServiceException {
214
+ name = "ServiceNotFoundException";
215
215
  $fault = "client";
216
216
  constructor(opts) {
217
217
  super({
218
- name: "ClusterContainsServicesException",
218
+ name: "ServiceNotFoundException",
219
219
  $fault: "client",
220
220
  ...opts,
221
221
  });
222
- Object.setPrototypeOf(this, ClusterContainsServicesException.prototype);
222
+ Object.setPrototypeOf(this, ServiceNotFoundException.prototype);
223
223
  }
224
224
  }
225
- exports.ClusterContainsServicesException = ClusterContainsServicesException;
226
- class ClusterContainsTasksException extends ECSServiceException_1.ECSServiceException {
227
- name = "ClusterContainsTasksException";
225
+ exports.ServiceNotFoundException = ServiceNotFoundException;
226
+ class AttributeLimitExceededException extends ECSServiceException_1.ECSServiceException {
227
+ name = "AttributeLimitExceededException";
228
228
  $fault = "client";
229
229
  constructor(opts) {
230
230
  super({
231
- name: "ClusterContainsTasksException",
231
+ name: "AttributeLimitExceededException",
232
232
  $fault: "client",
233
233
  ...opts,
234
234
  });
235
- Object.setPrototypeOf(this, ClusterContainsTasksException.prototype);
235
+ Object.setPrototypeOf(this, AttributeLimitExceededException.prototype);
236
236
  }
237
237
  }
238
- exports.ClusterContainsTasksException = ClusterContainsTasksException;
239
- class TaskSetNotFoundException extends ECSServiceException_1.ECSServiceException {
240
- name = "TaskSetNotFoundException";
238
+ exports.AttributeLimitExceededException = AttributeLimitExceededException;
239
+ class MissingVersionException extends ECSServiceException_1.ECSServiceException {
240
+ name = "MissingVersionException";
241
241
  $fault = "client";
242
242
  constructor(opts) {
243
243
  super({
244
- name: "TaskSetNotFoundException",
244
+ name: "MissingVersionException",
245
245
  $fault: "client",
246
246
  ...opts,
247
247
  });
248
- Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
248
+ Object.setPrototypeOf(this, MissingVersionException.prototype);
249
249
  }
250
250
  }
251
- exports.TaskSetNotFoundException = TaskSetNotFoundException;
252
- class ResourceNotFoundException extends ECSServiceException_1.ECSServiceException {
253
- name = "ResourceNotFoundException";
251
+ exports.MissingVersionException = MissingVersionException;
252
+ class NoUpdateAvailableException extends ECSServiceException_1.ECSServiceException {
253
+ name = "NoUpdateAvailableException";
254
254
  $fault = "client";
255
255
  constructor(opts) {
256
256
  super({
257
- name: "ResourceNotFoundException",
257
+ name: "NoUpdateAvailableException",
258
258
  $fault: "client",
259
259
  ...opts,
260
260
  });
261
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
261
+ Object.setPrototypeOf(this, NoUpdateAvailableException.prototype);
262
262
  }
263
263
  }
264
- exports.ResourceNotFoundException = ResourceNotFoundException;
265
- class TargetNotConnectedException extends ECSServiceException_1.ECSServiceException {
266
- name = "TargetNotConnectedException";
264
+ exports.NoUpdateAvailableException = NoUpdateAvailableException;
265
+ class PlatformTaskDefinitionIncompatibilityException extends ECSServiceException_1.ECSServiceException {
266
+ name = "PlatformTaskDefinitionIncompatibilityException";
267
267
  $fault = "client";
268
268
  constructor(opts) {
269
269
  super({
270
- name: "TargetNotConnectedException",
270
+ name: "PlatformTaskDefinitionIncompatibilityException",
271
271
  $fault: "client",
272
272
  ...opts,
273
273
  });
274
- Object.setPrototypeOf(this, TargetNotConnectedException.prototype);
274
+ Object.setPrototypeOf(this, PlatformTaskDefinitionIncompatibilityException.prototype);
275
275
  }
276
276
  }
277
- exports.TargetNotConnectedException = TargetNotConnectedException;
278
- class AttributeLimitExceededException extends ECSServiceException_1.ECSServiceException {
279
- name = "AttributeLimitExceededException";
277
+ exports.PlatformTaskDefinitionIncompatibilityException = PlatformTaskDefinitionIncompatibilityException;
278
+ class PlatformUnknownException extends ECSServiceException_1.ECSServiceException {
279
+ name = "PlatformUnknownException";
280
280
  $fault = "client";
281
281
  constructor(opts) {
282
282
  super({
283
- name: "AttributeLimitExceededException",
283
+ name: "PlatformUnknownException",
284
284
  $fault: "client",
285
285
  ...opts,
286
286
  });
287
- Object.setPrototypeOf(this, AttributeLimitExceededException.prototype);
287
+ Object.setPrototypeOf(this, PlatformUnknownException.prototype);
288
288
  }
289
289
  }
290
- exports.AttributeLimitExceededException = AttributeLimitExceededException;
291
- class ResourceInUseException extends ECSServiceException_1.ECSServiceException {
292
- name = "ResourceInUseException";
290
+ exports.PlatformUnknownException = PlatformUnknownException;
291
+ class ServiceNotActiveException extends ECSServiceException_1.ECSServiceException {
292
+ name = "ServiceNotActiveException";
293
293
  $fault = "client";
294
294
  constructor(opts) {
295
295
  super({
296
- name: "ResourceInUseException",
296
+ name: "ServiceNotActiveException",
297
297
  $fault: "client",
298
298
  ...opts,
299
299
  });
300
- Object.setPrototypeOf(this, ResourceInUseException.prototype);
300
+ Object.setPrototypeOf(this, ServiceNotActiveException.prototype);
301
301
  }
302
302
  }
303
- exports.ResourceInUseException = ResourceInUseException;
304
- class BlockedException extends ECSServiceException_1.ECSServiceException {
305
- name = "BlockedException";
303
+ exports.ServiceNotActiveException = ServiceNotActiveException;
304
+ class ResourceNotFoundException extends ECSServiceException_1.ECSServiceException {
305
+ name = "ResourceNotFoundException";
306
306
  $fault = "client";
307
307
  constructor(opts) {
308
308
  super({
309
- name: "BlockedException",
309
+ name: "ResourceNotFoundException",
310
310
  $fault: "client",
311
311
  ...opts,
312
312
  });
313
- Object.setPrototypeOf(this, BlockedException.prototype);
313
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
314
314
  }
315
315
  }
316
- exports.BlockedException = BlockedException;
316
+ exports.ResourceNotFoundException = ResourceNotFoundException;
317
317
  class ConflictException extends ECSServiceException_1.ECSServiceException {
318
318
  name = "ConflictException";
319
319
  $fault = "client";
@@ -342,29 +342,29 @@ class ServiceDeploymentNotFoundException extends ECSServiceException_1.ECSServic
342
342
  }
343
343
  }
344
344
  exports.ServiceDeploymentNotFoundException = ServiceDeploymentNotFoundException;
345
- class MissingVersionException extends ECSServiceException_1.ECSServiceException {
346
- name = "MissingVersionException";
345
+ class TaskSetNotFoundException extends ECSServiceException_1.ECSServiceException {
346
+ name = "TaskSetNotFoundException";
347
347
  $fault = "client";
348
348
  constructor(opts) {
349
349
  super({
350
- name: "MissingVersionException",
350
+ name: "TaskSetNotFoundException",
351
351
  $fault: "client",
352
352
  ...opts,
353
353
  });
354
- Object.setPrototypeOf(this, MissingVersionException.prototype);
354
+ Object.setPrototypeOf(this, TaskSetNotFoundException.prototype);
355
355
  }
356
356
  }
357
- exports.MissingVersionException = MissingVersionException;
358
- class NoUpdateAvailableException extends ECSServiceException_1.ECSServiceException {
359
- name = "NoUpdateAvailableException";
357
+ exports.TaskSetNotFoundException = TaskSetNotFoundException;
358
+ class BlockedException extends ECSServiceException_1.ECSServiceException {
359
+ name = "BlockedException";
360
360
  $fault = "client";
361
361
  constructor(opts) {
362
362
  super({
363
- name: "NoUpdateAvailableException",
363
+ name: "BlockedException",
364
364
  $fault: "client",
365
365
  ...opts,
366
366
  });
367
- Object.setPrototypeOf(this, NoUpdateAvailableException.prototype);
367
+ Object.setPrototypeOf(this, BlockedException.prototype);
368
368
  }
369
369
  }
370
- exports.NoUpdateAvailableException = NoUpdateAvailableException;
370
+ exports.BlockedException = BlockedException;
@@ -2920,7 +2920,7 @@ var FirelensConfigurationOptionsMap = 128 | 0;
2920
2920
  var LogConfigurationOptionsMap = 128 | 0;
2921
2921
  var StringMap = 128 | 0;
2922
2922
  exports.CreateCapacityProvider$ = [9, n0, _CCP,
2923
- 0, () => exports.CreateCapacityProviderRequest$, () => exports.CreateCapacityProviderResponse$
2923
+ 2, () => exports.CreateCapacityProviderRequest$, () => exports.CreateCapacityProviderResponse$
2924
2924
  ];
2925
2925
  exports.CreateCluster$ = [9, n0, _CCr,
2926
2926
  0, () => exports.CreateClusterRequest$, () => exports.CreateClusterResponse$
@@ -2941,22 +2941,22 @@ exports.DeleteAttributes$ = [9, n0, _DAe,
2941
2941
  0, () => exports.DeleteAttributesRequest$, () => exports.DeleteAttributesResponse$
2942
2942
  ];
2943
2943
  exports.DeleteCapacityProvider$ = [9, n0, _DCP,
2944
- 0, () => exports.DeleteCapacityProviderRequest$, () => exports.DeleteCapacityProviderResponse$
2944
+ 2, () => exports.DeleteCapacityProviderRequest$, () => exports.DeleteCapacityProviderResponse$
2945
2945
  ];
2946
2946
  exports.DeleteCluster$ = [9, n0, _DCel,
2947
- 0, () => exports.DeleteClusterRequest$, () => exports.DeleteClusterResponse$
2947
+ 2, () => exports.DeleteClusterRequest$, () => exports.DeleteClusterResponse$
2948
2948
  ];
2949
2949
  exports.DeleteExpressGatewayService$ = [9, n0, _DEGS,
2950
2950
  0, () => exports.DeleteExpressGatewayServiceRequest$, () => exports.DeleteExpressGatewayServiceResponse$
2951
2951
  ];
2952
2952
  exports.DeleteService$ = [9, n0, _DS,
2953
- 0, () => exports.DeleteServiceRequest$, () => exports.DeleteServiceResponse$
2953
+ 2, () => exports.DeleteServiceRequest$, () => exports.DeleteServiceResponse$
2954
2954
  ];
2955
2955
  exports.DeleteTaskDefinitions$ = [9, n0, _DTD,
2956
2956
  0, () => exports.DeleteTaskDefinitionsRequest$, () => exports.DeleteTaskDefinitionsResponse$
2957
2957
  ];
2958
2958
  exports.DeleteTaskSet$ = [9, n0, _DTS,
2959
- 0, () => exports.DeleteTaskSetRequest$, () => exports.DeleteTaskSetResponse$
2959
+ 2, () => exports.DeleteTaskSetRequest$, () => exports.DeleteTaskSetResponse$
2960
2960
  ];
2961
2961
  exports.DeregisterContainerInstance$ = [9, n0, _DCI,
2962
2962
  0, () => exports.DeregisterContainerInstanceRequest$, () => exports.DeregisterContainerInstanceResponse$