@aws-sdk/client-codedeploy 3.948.0 → 3.953.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 (67) hide show
  1. package/dist-cjs/index.js +1274 -941
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -2
  4. package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -2
  5. package/dist-es/commands/BatchGetApplicationsCommand.js +2 -2
  6. package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -2
  7. package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -2
  8. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -2
  9. package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -2
  10. package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -2
  11. package/dist-es/commands/ContinueDeploymentCommand.js +2 -2
  12. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  13. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  14. package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -2
  15. package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -2
  16. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  17. package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -2
  18. package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -2
  19. package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -2
  20. package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -2
  21. package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -2
  22. package/dist-es/commands/GetApplicationCommand.js +2 -2
  23. package/dist-es/commands/GetApplicationRevisionCommand.js +2 -2
  24. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  25. package/dist-es/commands/GetDeploymentConfigCommand.js +2 -2
  26. package/dist-es/commands/GetDeploymentGroupCommand.js +2 -2
  27. package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -2
  28. package/dist-es/commands/GetDeploymentTargetCommand.js +2 -2
  29. package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -2
  30. package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -2
  31. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  32. package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -2
  33. package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -2
  34. package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -2
  35. package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -2
  36. package/dist-es/commands/ListDeploymentsCommand.js +2 -2
  37. package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -2
  38. package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -2
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -2
  41. package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -2
  42. package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -2
  43. package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -2
  44. package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -2
  45. package/dist-es/commands/StopDeploymentCommand.js +2 -2
  46. package/dist-es/commands/TagResourceCommand.js +2 -2
  47. package/dist-es/commands/UntagResourceCommand.js +2 -2
  48. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  49. package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -2
  50. package/dist-es/index.js +1 -0
  51. package/dist-es/runtimeConfig.shared.js +7 -6
  52. package/dist-es/schemas/schemas_0.js +627 -592
  53. package/dist-types/CodeDeployClient.d.ts +1 -10
  54. package/dist-types/index.d.ts +1 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  56. package/dist-types/runtimeConfig.d.ts +6 -2
  57. package/dist-types/runtimeConfig.native.d.ts +6 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  59. package/dist-types/schemas/schemas_0.d.ts +299 -341
  60. package/dist-types/ts3.4/CodeDeployClient.d.ts +0 -4
  61. package/dist-types/ts3.4/index.d.ts +1 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +298 -342
  67. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class CodeDeployClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let CodeDeployServiceException$1 = class CodeDeployServiceException extends smithyClient.ServiceException {
114
+ class CodeDeployServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, CodeDeployServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let InstanceLimitExceededException$1 = class InstanceLimitExceededException extends CodeDeployServiceException$1 {
121
+ class InstanceLimitExceededException extends CodeDeployServiceException {
122
122
  name = "InstanceLimitExceededException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -129,8 +129,8 @@ let InstanceLimitExceededException$1 = class InstanceLimitExceededException exte
129
129
  });
130
130
  Object.setPrototypeOf(this, InstanceLimitExceededException.prototype);
131
131
  }
132
- };
133
- let InstanceNameRequiredException$1 = class InstanceNameRequiredException extends CodeDeployServiceException$1 {
132
+ }
133
+ class InstanceNameRequiredException extends CodeDeployServiceException {
134
134
  name = "InstanceNameRequiredException";
135
135
  $fault = "client";
136
136
  constructor(opts) {
@@ -141,8 +141,8 @@ let InstanceNameRequiredException$1 = class InstanceNameRequiredException extend
141
141
  });
142
142
  Object.setPrototypeOf(this, InstanceNameRequiredException.prototype);
143
143
  }
144
- };
145
- let InstanceNotRegisteredException$1 = class InstanceNotRegisteredException extends CodeDeployServiceException$1 {
144
+ }
145
+ class InstanceNotRegisteredException extends CodeDeployServiceException {
146
146
  name = "InstanceNotRegisteredException";
147
147
  $fault = "client";
148
148
  constructor(opts) {
@@ -153,8 +153,8 @@ let InstanceNotRegisteredException$1 = class InstanceNotRegisteredException exte
153
153
  });
154
154
  Object.setPrototypeOf(this, InstanceNotRegisteredException.prototype);
155
155
  }
156
- };
157
- let InvalidInstanceNameException$1 = class InvalidInstanceNameException extends CodeDeployServiceException$1 {
156
+ }
157
+ class InvalidInstanceNameException extends CodeDeployServiceException {
158
158
  name = "InvalidInstanceNameException";
159
159
  $fault = "client";
160
160
  constructor(opts) {
@@ -165,8 +165,8 @@ let InvalidInstanceNameException$1 = class InvalidInstanceNameException extends
165
165
  });
166
166
  Object.setPrototypeOf(this, InvalidInstanceNameException.prototype);
167
167
  }
168
- };
169
- let InvalidTagException$1 = class InvalidTagException extends CodeDeployServiceException$1 {
168
+ }
169
+ class InvalidTagException extends CodeDeployServiceException {
170
170
  name = "InvalidTagException";
171
171
  $fault = "client";
172
172
  constructor(opts) {
@@ -177,8 +177,8 @@ let InvalidTagException$1 = class InvalidTagException extends CodeDeployServiceE
177
177
  });
178
178
  Object.setPrototypeOf(this, InvalidTagException.prototype);
179
179
  }
180
- };
181
- let TagLimitExceededException$1 = class TagLimitExceededException extends CodeDeployServiceException$1 {
180
+ }
181
+ class TagLimitExceededException extends CodeDeployServiceException {
182
182
  name = "TagLimitExceededException";
183
183
  $fault = "client";
184
184
  constructor(opts) {
@@ -189,8 +189,8 @@ let TagLimitExceededException$1 = class TagLimitExceededException extends CodeDe
189
189
  });
190
190
  Object.setPrototypeOf(this, TagLimitExceededException.prototype);
191
191
  }
192
- };
193
- let TagRequiredException$1 = class TagRequiredException extends CodeDeployServiceException$1 {
192
+ }
193
+ class TagRequiredException extends CodeDeployServiceException {
194
194
  name = "TagRequiredException";
195
195
  $fault = "client";
196
196
  constructor(opts) {
@@ -201,8 +201,8 @@ let TagRequiredException$1 = class TagRequiredException extends CodeDeployServic
201
201
  });
202
202
  Object.setPrototypeOf(this, TagRequiredException.prototype);
203
203
  }
204
- };
205
- let AlarmsLimitExceededException$1 = class AlarmsLimitExceededException extends CodeDeployServiceException$1 {
204
+ }
205
+ class AlarmsLimitExceededException extends CodeDeployServiceException {
206
206
  name = "AlarmsLimitExceededException";
207
207
  $fault = "client";
208
208
  constructor(opts) {
@@ -213,8 +213,8 @@ let AlarmsLimitExceededException$1 = class AlarmsLimitExceededException extends
213
213
  });
214
214
  Object.setPrototypeOf(this, AlarmsLimitExceededException.prototype);
215
215
  }
216
- };
217
- let ApplicationAlreadyExistsException$1 = class ApplicationAlreadyExistsException extends CodeDeployServiceException$1 {
216
+ }
217
+ class ApplicationAlreadyExistsException extends CodeDeployServiceException {
218
218
  name = "ApplicationAlreadyExistsException";
219
219
  $fault = "client";
220
220
  constructor(opts) {
@@ -225,8 +225,8 @@ let ApplicationAlreadyExistsException$1 = class ApplicationAlreadyExistsExceptio
225
225
  });
226
226
  Object.setPrototypeOf(this, ApplicationAlreadyExistsException.prototype);
227
227
  }
228
- };
229
- let ApplicationDoesNotExistException$1 = class ApplicationDoesNotExistException extends CodeDeployServiceException$1 {
228
+ }
229
+ class ApplicationDoesNotExistException extends CodeDeployServiceException {
230
230
  name = "ApplicationDoesNotExistException";
231
231
  $fault = "client";
232
232
  constructor(opts) {
@@ -237,8 +237,8 @@ let ApplicationDoesNotExistException$1 = class ApplicationDoesNotExistException
237
237
  });
238
238
  Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
239
239
  }
240
- };
241
- let ApplicationLimitExceededException$1 = class ApplicationLimitExceededException extends CodeDeployServiceException$1 {
240
+ }
241
+ class ApplicationLimitExceededException extends CodeDeployServiceException {
242
242
  name = "ApplicationLimitExceededException";
243
243
  $fault = "client";
244
244
  constructor(opts) {
@@ -249,8 +249,8 @@ let ApplicationLimitExceededException$1 = class ApplicationLimitExceededExceptio
249
249
  });
250
250
  Object.setPrototypeOf(this, ApplicationLimitExceededException.prototype);
251
251
  }
252
- };
253
- let ApplicationNameRequiredException$1 = class ApplicationNameRequiredException extends CodeDeployServiceException$1 {
252
+ }
253
+ class ApplicationNameRequiredException extends CodeDeployServiceException {
254
254
  name = "ApplicationNameRequiredException";
255
255
  $fault = "client";
256
256
  constructor(opts) {
@@ -261,8 +261,8 @@ let ApplicationNameRequiredException$1 = class ApplicationNameRequiredException
261
261
  });
262
262
  Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
263
263
  }
264
- };
265
- let ArnNotSupportedException$1 = class ArnNotSupportedException extends CodeDeployServiceException$1 {
264
+ }
265
+ class ArnNotSupportedException extends CodeDeployServiceException {
266
266
  name = "ArnNotSupportedException";
267
267
  $fault = "client";
268
268
  constructor(opts) {
@@ -273,8 +273,8 @@ let ArnNotSupportedException$1 = class ArnNotSupportedException extends CodeDepl
273
273
  });
274
274
  Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
275
275
  }
276
- };
277
- let BatchLimitExceededException$1 = class BatchLimitExceededException extends CodeDeployServiceException$1 {
276
+ }
277
+ class BatchLimitExceededException extends CodeDeployServiceException {
278
278
  name = "BatchLimitExceededException";
279
279
  $fault = "client";
280
280
  constructor(opts) {
@@ -285,8 +285,8 @@ let BatchLimitExceededException$1 = class BatchLimitExceededException extends Co
285
285
  });
286
286
  Object.setPrototypeOf(this, BatchLimitExceededException.prototype);
287
287
  }
288
- };
289
- let InvalidApplicationNameException$1 = class InvalidApplicationNameException extends CodeDeployServiceException$1 {
288
+ }
289
+ class InvalidApplicationNameException extends CodeDeployServiceException {
290
290
  name = "InvalidApplicationNameException";
291
291
  $fault = "client";
292
292
  constructor(opts) {
@@ -297,8 +297,8 @@ let InvalidApplicationNameException$1 = class InvalidApplicationNameException ex
297
297
  });
298
298
  Object.setPrototypeOf(this, InvalidApplicationNameException.prototype);
299
299
  }
300
- };
301
- let InvalidRevisionException$1 = class InvalidRevisionException extends CodeDeployServiceException$1 {
300
+ }
301
+ class InvalidRevisionException extends CodeDeployServiceException {
302
302
  name = "InvalidRevisionException";
303
303
  $fault = "client";
304
304
  constructor(opts) {
@@ -309,8 +309,8 @@ let InvalidRevisionException$1 = class InvalidRevisionException extends CodeDepl
309
309
  });
310
310
  Object.setPrototypeOf(this, InvalidRevisionException.prototype);
311
311
  }
312
- };
313
- let RevisionRequiredException$1 = class RevisionRequiredException extends CodeDeployServiceException$1 {
312
+ }
313
+ class RevisionRequiredException extends CodeDeployServiceException {
314
314
  name = "RevisionRequiredException";
315
315
  $fault = "client";
316
316
  constructor(opts) {
@@ -321,8 +321,8 @@ let RevisionRequiredException$1 = class RevisionRequiredException extends CodeDe
321
321
  });
322
322
  Object.setPrototypeOf(this, RevisionRequiredException.prototype);
323
323
  }
324
- };
325
- let DeploymentConfigDoesNotExistException$1 = class DeploymentConfigDoesNotExistException extends CodeDeployServiceException$1 {
324
+ }
325
+ class DeploymentConfigDoesNotExistException extends CodeDeployServiceException {
326
326
  name = "DeploymentConfigDoesNotExistException";
327
327
  $fault = "client";
328
328
  constructor(opts) {
@@ -333,8 +333,8 @@ let DeploymentConfigDoesNotExistException$1 = class DeploymentConfigDoesNotExist
333
333
  });
334
334
  Object.setPrototypeOf(this, DeploymentConfigDoesNotExistException.prototype);
335
335
  }
336
- };
337
- let DeploymentGroupNameRequiredException$1 = class DeploymentGroupNameRequiredException extends CodeDeployServiceException$1 {
336
+ }
337
+ class DeploymentGroupNameRequiredException extends CodeDeployServiceException {
338
338
  name = "DeploymentGroupNameRequiredException";
339
339
  $fault = "client";
340
340
  constructor(opts) {
@@ -345,8 +345,8 @@ let DeploymentGroupNameRequiredException$1 = class DeploymentGroupNameRequiredEx
345
345
  });
346
346
  Object.setPrototypeOf(this, DeploymentGroupNameRequiredException.prototype);
347
347
  }
348
- };
349
- let InvalidDeploymentGroupNameException$1 = class InvalidDeploymentGroupNameException extends CodeDeployServiceException$1 {
348
+ }
349
+ class InvalidDeploymentGroupNameException extends CodeDeployServiceException {
350
350
  name = "InvalidDeploymentGroupNameException";
351
351
  $fault = "client";
352
352
  constructor(opts) {
@@ -357,8 +357,8 @@ let InvalidDeploymentGroupNameException$1 = class InvalidDeploymentGroupNameExce
357
357
  });
358
358
  Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
359
359
  }
360
- };
361
- let DeploymentDoesNotExistException$1 = class DeploymentDoesNotExistException extends CodeDeployServiceException$1 {
360
+ }
361
+ class DeploymentDoesNotExistException extends CodeDeployServiceException {
362
362
  name = "DeploymentDoesNotExistException";
363
363
  $fault = "client";
364
364
  constructor(opts) {
@@ -369,8 +369,8 @@ let DeploymentDoesNotExistException$1 = class DeploymentDoesNotExistException ex
369
369
  });
370
370
  Object.setPrototypeOf(this, DeploymentDoesNotExistException.prototype);
371
371
  }
372
- };
373
- let DeploymentIdRequiredException$1 = class DeploymentIdRequiredException extends CodeDeployServiceException$1 {
372
+ }
373
+ class DeploymentIdRequiredException extends CodeDeployServiceException {
374
374
  name = "DeploymentIdRequiredException";
375
375
  $fault = "client";
376
376
  constructor(opts) {
@@ -381,8 +381,8 @@ let DeploymentIdRequiredException$1 = class DeploymentIdRequiredException extend
381
381
  });
382
382
  Object.setPrototypeOf(this, DeploymentIdRequiredException.prototype);
383
383
  }
384
- };
385
- let InstanceIdRequiredException$1 = class InstanceIdRequiredException extends CodeDeployServiceException$1 {
384
+ }
385
+ class InstanceIdRequiredException extends CodeDeployServiceException {
386
386
  name = "InstanceIdRequiredException";
387
387
  $fault = "client";
388
388
  constructor(opts) {
@@ -393,8 +393,8 @@ let InstanceIdRequiredException$1 = class InstanceIdRequiredException extends Co
393
393
  });
394
394
  Object.setPrototypeOf(this, InstanceIdRequiredException.prototype);
395
395
  }
396
- };
397
- let InvalidComputePlatformException$1 = class InvalidComputePlatformException extends CodeDeployServiceException$1 {
396
+ }
397
+ class InvalidComputePlatformException extends CodeDeployServiceException {
398
398
  name = "InvalidComputePlatformException";
399
399
  $fault = "client";
400
400
  constructor(opts) {
@@ -405,8 +405,8 @@ let InvalidComputePlatformException$1 = class InvalidComputePlatformException ex
405
405
  });
406
406
  Object.setPrototypeOf(this, InvalidComputePlatformException.prototype);
407
407
  }
408
- };
409
- let InvalidDeploymentIdException$1 = class InvalidDeploymentIdException extends CodeDeployServiceException$1 {
408
+ }
409
+ class InvalidDeploymentIdException extends CodeDeployServiceException {
410
410
  name = "InvalidDeploymentIdException";
411
411
  $fault = "client";
412
412
  constructor(opts) {
@@ -417,8 +417,8 @@ let InvalidDeploymentIdException$1 = class InvalidDeploymentIdException extends
417
417
  });
418
418
  Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
419
419
  }
420
- };
421
- let DeploymentNotStartedException$1 = class DeploymentNotStartedException extends CodeDeployServiceException$1 {
420
+ }
421
+ class DeploymentNotStartedException extends CodeDeployServiceException {
422
422
  name = "DeploymentNotStartedException";
423
423
  $fault = "client";
424
424
  constructor(opts) {
@@ -429,8 +429,8 @@ let DeploymentNotStartedException$1 = class DeploymentNotStartedException extend
429
429
  });
430
430
  Object.setPrototypeOf(this, DeploymentNotStartedException.prototype);
431
431
  }
432
- };
433
- let DeploymentTargetDoesNotExistException$1 = class DeploymentTargetDoesNotExistException extends CodeDeployServiceException$1 {
432
+ }
433
+ class DeploymentTargetDoesNotExistException extends CodeDeployServiceException {
434
434
  name = "DeploymentTargetDoesNotExistException";
435
435
  $fault = "client";
436
436
  constructor(opts) {
@@ -441,8 +441,8 @@ let DeploymentTargetDoesNotExistException$1 = class DeploymentTargetDoesNotExist
441
441
  });
442
442
  Object.setPrototypeOf(this, DeploymentTargetDoesNotExistException.prototype);
443
443
  }
444
- };
445
- let DeploymentTargetIdRequiredException$1 = class DeploymentTargetIdRequiredException extends CodeDeployServiceException$1 {
444
+ }
445
+ class DeploymentTargetIdRequiredException extends CodeDeployServiceException {
446
446
  name = "DeploymentTargetIdRequiredException";
447
447
  $fault = "client";
448
448
  constructor(opts) {
@@ -453,8 +453,8 @@ let DeploymentTargetIdRequiredException$1 = class DeploymentTargetIdRequiredExce
453
453
  });
454
454
  Object.setPrototypeOf(this, DeploymentTargetIdRequiredException.prototype);
455
455
  }
456
- };
457
- let DeploymentTargetListSizeExceededException$1 = class DeploymentTargetListSizeExceededException extends CodeDeployServiceException$1 {
456
+ }
457
+ class DeploymentTargetListSizeExceededException extends CodeDeployServiceException {
458
458
  name = "DeploymentTargetListSizeExceededException";
459
459
  $fault = "client";
460
460
  constructor(opts) {
@@ -465,8 +465,8 @@ let DeploymentTargetListSizeExceededException$1 = class DeploymentTargetListSize
465
465
  });
466
466
  Object.setPrototypeOf(this, DeploymentTargetListSizeExceededException.prototype);
467
467
  }
468
- };
469
- let InstanceDoesNotExistException$1 = class InstanceDoesNotExistException extends CodeDeployServiceException$1 {
468
+ }
469
+ class InstanceDoesNotExistException extends CodeDeployServiceException {
470
470
  name = "InstanceDoesNotExistException";
471
471
  $fault = "client";
472
472
  constructor(opts) {
@@ -477,8 +477,8 @@ let InstanceDoesNotExistException$1 = class InstanceDoesNotExistException extend
477
477
  });
478
478
  Object.setPrototypeOf(this, InstanceDoesNotExistException.prototype);
479
479
  }
480
- };
481
- let InvalidDeploymentTargetIdException$1 = class InvalidDeploymentTargetIdException extends CodeDeployServiceException$1 {
480
+ }
481
+ class InvalidDeploymentTargetIdException extends CodeDeployServiceException {
482
482
  name = "InvalidDeploymentTargetIdException";
483
483
  $fault = "client";
484
484
  constructor(opts) {
@@ -489,8 +489,8 @@ let InvalidDeploymentTargetIdException$1 = class InvalidDeploymentTargetIdExcept
489
489
  });
490
490
  Object.setPrototypeOf(this, InvalidDeploymentTargetIdException.prototype);
491
491
  }
492
- };
493
- let BucketNameFilterRequiredException$1 = class BucketNameFilterRequiredException extends CodeDeployServiceException$1 {
492
+ }
493
+ class BucketNameFilterRequiredException extends CodeDeployServiceException {
494
494
  name = "BucketNameFilterRequiredException";
495
495
  $fault = "client";
496
496
  constructor(opts) {
@@ -501,8 +501,8 @@ let BucketNameFilterRequiredException$1 = class BucketNameFilterRequiredExceptio
501
501
  });
502
502
  Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
503
503
  }
504
- };
505
- let DeploymentAlreadyCompletedException$1 = class DeploymentAlreadyCompletedException extends CodeDeployServiceException$1 {
504
+ }
505
+ class DeploymentAlreadyCompletedException extends CodeDeployServiceException {
506
506
  name = "DeploymentAlreadyCompletedException";
507
507
  $fault = "client";
508
508
  constructor(opts) {
@@ -513,8 +513,8 @@ let DeploymentAlreadyCompletedException$1 = class DeploymentAlreadyCompletedExce
513
513
  });
514
514
  Object.setPrototypeOf(this, DeploymentAlreadyCompletedException.prototype);
515
515
  }
516
- };
517
- let DeploymentIsNotInReadyStateException$1 = class DeploymentIsNotInReadyStateException extends CodeDeployServiceException$1 {
516
+ }
517
+ class DeploymentIsNotInReadyStateException extends CodeDeployServiceException {
518
518
  name = "DeploymentIsNotInReadyStateException";
519
519
  $fault = "client";
520
520
  constructor(opts) {
@@ -525,8 +525,8 @@ let DeploymentIsNotInReadyStateException$1 = class DeploymentIsNotInReadyStateEx
525
525
  });
526
526
  Object.setPrototypeOf(this, DeploymentIsNotInReadyStateException.prototype);
527
527
  }
528
- };
529
- let InvalidDeploymentStatusException$1 = class InvalidDeploymentStatusException extends CodeDeployServiceException$1 {
528
+ }
529
+ class InvalidDeploymentStatusException extends CodeDeployServiceException {
530
530
  name = "InvalidDeploymentStatusException";
531
531
  $fault = "client";
532
532
  constructor(opts) {
@@ -537,8 +537,8 @@ let InvalidDeploymentStatusException$1 = class InvalidDeploymentStatusException
537
537
  });
538
538
  Object.setPrototypeOf(this, InvalidDeploymentStatusException.prototype);
539
539
  }
540
- };
541
- let InvalidDeploymentWaitTypeException$1 = class InvalidDeploymentWaitTypeException extends CodeDeployServiceException$1 {
540
+ }
541
+ class InvalidDeploymentWaitTypeException extends CodeDeployServiceException {
542
542
  name = "InvalidDeploymentWaitTypeException";
543
543
  $fault = "client";
544
544
  constructor(opts) {
@@ -549,8 +549,8 @@ let InvalidDeploymentWaitTypeException$1 = class InvalidDeploymentWaitTypeExcept
549
549
  });
550
550
  Object.setPrototypeOf(this, InvalidDeploymentWaitTypeException.prototype);
551
551
  }
552
- };
553
- let UnsupportedActionForDeploymentTypeException$1 = class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException$1 {
552
+ }
553
+ class UnsupportedActionForDeploymentTypeException extends CodeDeployServiceException {
554
554
  name = "UnsupportedActionForDeploymentTypeException";
555
555
  $fault = "client";
556
556
  constructor(opts) {
@@ -561,8 +561,8 @@ let UnsupportedActionForDeploymentTypeException$1 = class UnsupportedActionForDe
561
561
  });
562
562
  Object.setPrototypeOf(this, UnsupportedActionForDeploymentTypeException.prototype);
563
563
  }
564
- };
565
- let InvalidTagsToAddException$1 = class InvalidTagsToAddException extends CodeDeployServiceException$1 {
564
+ }
565
+ class InvalidTagsToAddException extends CodeDeployServiceException {
566
566
  name = "InvalidTagsToAddException";
567
567
  $fault = "client";
568
568
  constructor(opts) {
@@ -573,8 +573,8 @@ let InvalidTagsToAddException$1 = class InvalidTagsToAddException extends CodeDe
573
573
  });
574
574
  Object.setPrototypeOf(this, InvalidTagsToAddException.prototype);
575
575
  }
576
- };
577
- let DeploymentGroupDoesNotExistException$1 = class DeploymentGroupDoesNotExistException extends CodeDeployServiceException$1 {
576
+ }
577
+ class DeploymentGroupDoesNotExistException extends CodeDeployServiceException {
578
578
  name = "DeploymentGroupDoesNotExistException";
579
579
  $fault = "client";
580
580
  constructor(opts) {
@@ -585,8 +585,8 @@ let DeploymentGroupDoesNotExistException$1 = class DeploymentGroupDoesNotExistEx
585
585
  });
586
586
  Object.setPrototypeOf(this, DeploymentGroupDoesNotExistException.prototype);
587
587
  }
588
- };
589
- let DeploymentLimitExceededException$1 = class DeploymentLimitExceededException extends CodeDeployServiceException$1 {
588
+ }
589
+ class DeploymentLimitExceededException extends CodeDeployServiceException {
590
590
  name = "DeploymentLimitExceededException";
591
591
  $fault = "client";
592
592
  constructor(opts) {
@@ -597,8 +597,8 @@ let DeploymentLimitExceededException$1 = class DeploymentLimitExceededException
597
597
  });
598
598
  Object.setPrototypeOf(this, DeploymentLimitExceededException.prototype);
599
599
  }
600
- };
601
- let DescriptionTooLongException$1 = class DescriptionTooLongException extends CodeDeployServiceException$1 {
600
+ }
601
+ class DescriptionTooLongException extends CodeDeployServiceException {
602
602
  name = "DescriptionTooLongException";
603
603
  $fault = "client";
604
604
  constructor(opts) {
@@ -609,8 +609,8 @@ let DescriptionTooLongException$1 = class DescriptionTooLongException extends Co
609
609
  });
610
610
  Object.setPrototypeOf(this, DescriptionTooLongException.prototype);
611
611
  }
612
- };
613
- let InvalidAlarmConfigException$1 = class InvalidAlarmConfigException extends CodeDeployServiceException$1 {
612
+ }
613
+ class InvalidAlarmConfigException extends CodeDeployServiceException {
614
614
  name = "InvalidAlarmConfigException";
615
615
  $fault = "client";
616
616
  constructor(opts) {
@@ -621,8 +621,8 @@ let InvalidAlarmConfigException$1 = class InvalidAlarmConfigException extends Co
621
621
  });
622
622
  Object.setPrototypeOf(this, InvalidAlarmConfigException.prototype);
623
623
  }
624
- };
625
- let InvalidAutoRollbackConfigException$1 = class InvalidAutoRollbackConfigException extends CodeDeployServiceException$1 {
624
+ }
625
+ class InvalidAutoRollbackConfigException extends CodeDeployServiceException {
626
626
  name = "InvalidAutoRollbackConfigException";
627
627
  $fault = "client";
628
628
  constructor(opts) {
@@ -633,8 +633,8 @@ let InvalidAutoRollbackConfigException$1 = class InvalidAutoRollbackConfigExcept
633
633
  });
634
634
  Object.setPrototypeOf(this, InvalidAutoRollbackConfigException.prototype);
635
635
  }
636
- };
637
- let InvalidAutoScalingGroupException$1 = class InvalidAutoScalingGroupException extends CodeDeployServiceException$1 {
636
+ }
637
+ class InvalidAutoScalingGroupException extends CodeDeployServiceException {
638
638
  name = "InvalidAutoScalingGroupException";
639
639
  $fault = "client";
640
640
  constructor(opts) {
@@ -645,8 +645,8 @@ let InvalidAutoScalingGroupException$1 = class InvalidAutoScalingGroupException
645
645
  });
646
646
  Object.setPrototypeOf(this, InvalidAutoScalingGroupException.prototype);
647
647
  }
648
- };
649
- let InvalidDeploymentConfigNameException$1 = class InvalidDeploymentConfigNameException extends CodeDeployServiceException$1 {
648
+ }
649
+ class InvalidDeploymentConfigNameException extends CodeDeployServiceException {
650
650
  name = "InvalidDeploymentConfigNameException";
651
651
  $fault = "client";
652
652
  constructor(opts) {
@@ -657,8 +657,8 @@ let InvalidDeploymentConfigNameException$1 = class InvalidDeploymentConfigNameEx
657
657
  });
658
658
  Object.setPrototypeOf(this, InvalidDeploymentConfigNameException.prototype);
659
659
  }
660
- };
661
- let InvalidFileExistsBehaviorException$1 = class InvalidFileExistsBehaviorException extends CodeDeployServiceException$1 {
660
+ }
661
+ class InvalidFileExistsBehaviorException extends CodeDeployServiceException {
662
662
  name = "InvalidFileExistsBehaviorException";
663
663
  $fault = "client";
664
664
  constructor(opts) {
@@ -669,8 +669,8 @@ let InvalidFileExistsBehaviorException$1 = class InvalidFileExistsBehaviorExcept
669
669
  });
670
670
  Object.setPrototypeOf(this, InvalidFileExistsBehaviorException.prototype);
671
671
  }
672
- };
673
- let InvalidGitHubAccountTokenException$1 = class InvalidGitHubAccountTokenException extends CodeDeployServiceException$1 {
672
+ }
673
+ class InvalidGitHubAccountTokenException extends CodeDeployServiceException {
674
674
  name = "InvalidGitHubAccountTokenException";
675
675
  $fault = "client";
676
676
  constructor(opts) {
@@ -681,8 +681,8 @@ let InvalidGitHubAccountTokenException$1 = class InvalidGitHubAccountTokenExcept
681
681
  });
682
682
  Object.setPrototypeOf(this, InvalidGitHubAccountTokenException.prototype);
683
683
  }
684
- };
685
- let InvalidIgnoreApplicationStopFailuresValueException$1 = class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException$1 {
684
+ }
685
+ class InvalidIgnoreApplicationStopFailuresValueException extends CodeDeployServiceException {
686
686
  name = "InvalidIgnoreApplicationStopFailuresValueException";
687
687
  $fault = "client";
688
688
  constructor(opts) {
@@ -693,8 +693,8 @@ let InvalidIgnoreApplicationStopFailuresValueException$1 = class InvalidIgnoreAp
693
693
  });
694
694
  Object.setPrototypeOf(this, InvalidIgnoreApplicationStopFailuresValueException.prototype);
695
695
  }
696
- };
697
- let InvalidLoadBalancerInfoException$1 = class InvalidLoadBalancerInfoException extends CodeDeployServiceException$1 {
696
+ }
697
+ class InvalidLoadBalancerInfoException extends CodeDeployServiceException {
698
698
  name = "InvalidLoadBalancerInfoException";
699
699
  $fault = "client";
700
700
  constructor(opts) {
@@ -705,8 +705,8 @@ let InvalidLoadBalancerInfoException$1 = class InvalidLoadBalancerInfoException
705
705
  });
706
706
  Object.setPrototypeOf(this, InvalidLoadBalancerInfoException.prototype);
707
707
  }
708
- };
709
- let InvalidRoleException$1 = class InvalidRoleException extends CodeDeployServiceException$1 {
708
+ }
709
+ class InvalidRoleException extends CodeDeployServiceException {
710
710
  name = "InvalidRoleException";
711
711
  $fault = "client";
712
712
  constructor(opts) {
@@ -717,8 +717,8 @@ let InvalidRoleException$1 = class InvalidRoleException extends CodeDeployServic
717
717
  });
718
718
  Object.setPrototypeOf(this, InvalidRoleException.prototype);
719
719
  }
720
- };
721
- let InvalidTargetInstancesException$1 = class InvalidTargetInstancesException extends CodeDeployServiceException$1 {
720
+ }
721
+ class InvalidTargetInstancesException extends CodeDeployServiceException {
722
722
  name = "InvalidTargetInstancesException";
723
723
  $fault = "client";
724
724
  constructor(opts) {
@@ -729,8 +729,8 @@ let InvalidTargetInstancesException$1 = class InvalidTargetInstancesException ex
729
729
  });
730
730
  Object.setPrototypeOf(this, InvalidTargetInstancesException.prototype);
731
731
  }
732
- };
733
- let InvalidTrafficRoutingConfigurationException$1 = class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException$1 {
732
+ }
733
+ class InvalidTrafficRoutingConfigurationException extends CodeDeployServiceException {
734
734
  name = "InvalidTrafficRoutingConfigurationException";
735
735
  $fault = "client";
736
736
  constructor(opts) {
@@ -741,8 +741,8 @@ let InvalidTrafficRoutingConfigurationException$1 = class InvalidTrafficRoutingC
741
741
  });
742
742
  Object.setPrototypeOf(this, InvalidTrafficRoutingConfigurationException.prototype);
743
743
  }
744
- };
745
- let InvalidUpdateOutdatedInstancesOnlyValueException$1 = class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException$1 {
744
+ }
745
+ class InvalidUpdateOutdatedInstancesOnlyValueException extends CodeDeployServiceException {
746
746
  name = "InvalidUpdateOutdatedInstancesOnlyValueException";
747
747
  $fault = "client";
748
748
  constructor(opts) {
@@ -753,8 +753,8 @@ let InvalidUpdateOutdatedInstancesOnlyValueException$1 = class InvalidUpdateOutd
753
753
  });
754
754
  Object.setPrototypeOf(this, InvalidUpdateOutdatedInstancesOnlyValueException.prototype);
755
755
  }
756
- };
757
- let RevisionDoesNotExistException$1 = class RevisionDoesNotExistException extends CodeDeployServiceException$1 {
756
+ }
757
+ class RevisionDoesNotExistException extends CodeDeployServiceException {
758
758
  name = "RevisionDoesNotExistException";
759
759
  $fault = "client";
760
760
  constructor(opts) {
@@ -765,8 +765,8 @@ let RevisionDoesNotExistException$1 = class RevisionDoesNotExistException extend
765
765
  });
766
766
  Object.setPrototypeOf(this, RevisionDoesNotExistException.prototype);
767
767
  }
768
- };
769
- let ThrottlingException$1 = class ThrottlingException extends CodeDeployServiceException$1 {
768
+ }
769
+ class ThrottlingException extends CodeDeployServiceException {
770
770
  name = "ThrottlingException";
771
771
  $fault = "client";
772
772
  constructor(opts) {
@@ -777,8 +777,8 @@ let ThrottlingException$1 = class ThrottlingException extends CodeDeployServiceE
777
777
  });
778
778
  Object.setPrototypeOf(this, ThrottlingException.prototype);
779
779
  }
780
- };
781
- let DeploymentConfigAlreadyExistsException$1 = class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException$1 {
780
+ }
781
+ class DeploymentConfigAlreadyExistsException extends CodeDeployServiceException {
782
782
  name = "DeploymentConfigAlreadyExistsException";
783
783
  $fault = "client";
784
784
  constructor(opts) {
@@ -789,8 +789,8 @@ let DeploymentConfigAlreadyExistsException$1 = class DeploymentConfigAlreadyExis
789
789
  });
790
790
  Object.setPrototypeOf(this, DeploymentConfigAlreadyExistsException.prototype);
791
791
  }
792
- };
793
- let DeploymentConfigLimitExceededException$1 = class DeploymentConfigLimitExceededException extends CodeDeployServiceException$1 {
792
+ }
793
+ class DeploymentConfigLimitExceededException extends CodeDeployServiceException {
794
794
  name = "DeploymentConfigLimitExceededException";
795
795
  $fault = "client";
796
796
  constructor(opts) {
@@ -801,8 +801,8 @@ let DeploymentConfigLimitExceededException$1 = class DeploymentConfigLimitExceed
801
801
  });
802
802
  Object.setPrototypeOf(this, DeploymentConfigLimitExceededException.prototype);
803
803
  }
804
- };
805
- let DeploymentConfigNameRequiredException$1 = class DeploymentConfigNameRequiredException extends CodeDeployServiceException$1 {
804
+ }
805
+ class DeploymentConfigNameRequiredException extends CodeDeployServiceException {
806
806
  name = "DeploymentConfigNameRequiredException";
807
807
  $fault = "client";
808
808
  constructor(opts) {
@@ -813,8 +813,8 @@ let DeploymentConfigNameRequiredException$1 = class DeploymentConfigNameRequired
813
813
  });
814
814
  Object.setPrototypeOf(this, DeploymentConfigNameRequiredException.prototype);
815
815
  }
816
- };
817
- let InvalidMinimumHealthyHostValueException$1 = class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException$1 {
816
+ }
817
+ class InvalidMinimumHealthyHostValueException extends CodeDeployServiceException {
818
818
  name = "InvalidMinimumHealthyHostValueException";
819
819
  $fault = "client";
820
820
  constructor(opts) {
@@ -825,8 +825,8 @@ let InvalidMinimumHealthyHostValueException$1 = class InvalidMinimumHealthyHostV
825
825
  });
826
826
  Object.setPrototypeOf(this, InvalidMinimumHealthyHostValueException.prototype);
827
827
  }
828
- };
829
- let InvalidZonalDeploymentConfigurationException$1 = class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException$1 {
828
+ }
829
+ class InvalidZonalDeploymentConfigurationException extends CodeDeployServiceException {
830
830
  name = "InvalidZonalDeploymentConfigurationException";
831
831
  $fault = "client";
832
832
  constructor(opts) {
@@ -837,8 +837,8 @@ let InvalidZonalDeploymentConfigurationException$1 = class InvalidZonalDeploymen
837
837
  });
838
838
  Object.setPrototypeOf(this, InvalidZonalDeploymentConfigurationException.prototype);
839
839
  }
840
- };
841
- let DeploymentGroupAlreadyExistsException$1 = class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException$1 {
840
+ }
841
+ class DeploymentGroupAlreadyExistsException extends CodeDeployServiceException {
842
842
  name = "DeploymentGroupAlreadyExistsException";
843
843
  $fault = "client";
844
844
  constructor(opts) {
@@ -849,8 +849,8 @@ let DeploymentGroupAlreadyExistsException$1 = class DeploymentGroupAlreadyExists
849
849
  });
850
850
  Object.setPrototypeOf(this, DeploymentGroupAlreadyExistsException.prototype);
851
851
  }
852
- };
853
- let DeploymentGroupLimitExceededException$1 = class DeploymentGroupLimitExceededException extends CodeDeployServiceException$1 {
852
+ }
853
+ class DeploymentGroupLimitExceededException extends CodeDeployServiceException {
854
854
  name = "DeploymentGroupLimitExceededException";
855
855
  $fault = "client";
856
856
  constructor(opts) {
@@ -861,8 +861,8 @@ let DeploymentGroupLimitExceededException$1 = class DeploymentGroupLimitExceeded
861
861
  });
862
862
  Object.setPrototypeOf(this, DeploymentGroupLimitExceededException.prototype);
863
863
  }
864
- };
865
- let ECSServiceMappingLimitExceededException$1 = class ECSServiceMappingLimitExceededException extends CodeDeployServiceException$1 {
864
+ }
865
+ class ECSServiceMappingLimitExceededException extends CodeDeployServiceException {
866
866
  name = "ECSServiceMappingLimitExceededException";
867
867
  $fault = "client";
868
868
  constructor(opts) {
@@ -873,8 +873,8 @@ let ECSServiceMappingLimitExceededException$1 = class ECSServiceMappingLimitExce
873
873
  });
874
874
  Object.setPrototypeOf(this, ECSServiceMappingLimitExceededException.prototype);
875
875
  }
876
- };
877
- let InvalidBlueGreenDeploymentConfigurationException$1 = class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException$1 {
876
+ }
877
+ class InvalidBlueGreenDeploymentConfigurationException extends CodeDeployServiceException {
878
878
  name = "InvalidBlueGreenDeploymentConfigurationException";
879
879
  $fault = "client";
880
880
  constructor(opts) {
@@ -885,8 +885,8 @@ let InvalidBlueGreenDeploymentConfigurationException$1 = class InvalidBlueGreenD
885
885
  });
886
886
  Object.setPrototypeOf(this, InvalidBlueGreenDeploymentConfigurationException.prototype);
887
887
  }
888
- };
889
- let InvalidDeploymentStyleException$1 = class InvalidDeploymentStyleException extends CodeDeployServiceException$1 {
888
+ }
889
+ class InvalidDeploymentStyleException extends CodeDeployServiceException {
890
890
  name = "InvalidDeploymentStyleException";
891
891
  $fault = "client";
892
892
  constructor(opts) {
@@ -897,8 +897,8 @@ let InvalidDeploymentStyleException$1 = class InvalidDeploymentStyleException ex
897
897
  });
898
898
  Object.setPrototypeOf(this, InvalidDeploymentStyleException.prototype);
899
899
  }
900
- };
901
- let InvalidEC2TagCombinationException$1 = class InvalidEC2TagCombinationException extends CodeDeployServiceException$1 {
900
+ }
901
+ class InvalidEC2TagCombinationException extends CodeDeployServiceException {
902
902
  name = "InvalidEC2TagCombinationException";
903
903
  $fault = "client";
904
904
  constructor(opts) {
@@ -909,8 +909,8 @@ let InvalidEC2TagCombinationException$1 = class InvalidEC2TagCombinationExceptio
909
909
  });
910
910
  Object.setPrototypeOf(this, InvalidEC2TagCombinationException.prototype);
911
911
  }
912
- };
913
- let InvalidEC2TagException$1 = class InvalidEC2TagException extends CodeDeployServiceException$1 {
912
+ }
913
+ class InvalidEC2TagException extends CodeDeployServiceException {
914
914
  name = "InvalidEC2TagException";
915
915
  $fault = "client";
916
916
  constructor(opts) {
@@ -921,8 +921,8 @@ let InvalidEC2TagException$1 = class InvalidEC2TagException extends CodeDeploySe
921
921
  });
922
922
  Object.setPrototypeOf(this, InvalidEC2TagException.prototype);
923
923
  }
924
- };
925
- let InvalidECSServiceException$1 = class InvalidECSServiceException extends CodeDeployServiceException$1 {
924
+ }
925
+ class InvalidECSServiceException extends CodeDeployServiceException {
926
926
  name = "InvalidECSServiceException";
927
927
  $fault = "client";
928
928
  constructor(opts) {
@@ -933,8 +933,8 @@ let InvalidECSServiceException$1 = class InvalidECSServiceException extends Code
933
933
  });
934
934
  Object.setPrototypeOf(this, InvalidECSServiceException.prototype);
935
935
  }
936
- };
937
- let InvalidInputException$1 = class InvalidInputException extends CodeDeployServiceException$1 {
936
+ }
937
+ class InvalidInputException extends CodeDeployServiceException {
938
938
  name = "InvalidInputException";
939
939
  $fault = "client";
940
940
  constructor(opts) {
@@ -945,8 +945,8 @@ let InvalidInputException$1 = class InvalidInputException extends CodeDeployServ
945
945
  });
946
946
  Object.setPrototypeOf(this, InvalidInputException.prototype);
947
947
  }
948
- };
949
- let InvalidOnPremisesTagCombinationException$1 = class InvalidOnPremisesTagCombinationException extends CodeDeployServiceException$1 {
948
+ }
949
+ class InvalidOnPremisesTagCombinationException extends CodeDeployServiceException {
950
950
  name = "InvalidOnPremisesTagCombinationException";
951
951
  $fault = "client";
952
952
  constructor(opts) {
@@ -957,8 +957,8 @@ let InvalidOnPremisesTagCombinationException$1 = class InvalidOnPremisesTagCombi
957
957
  });
958
958
  Object.setPrototypeOf(this, InvalidOnPremisesTagCombinationException.prototype);
959
959
  }
960
- };
961
- let InvalidTargetGroupPairException$1 = class InvalidTargetGroupPairException extends CodeDeployServiceException$1 {
960
+ }
961
+ class InvalidTargetGroupPairException extends CodeDeployServiceException {
962
962
  name = "InvalidTargetGroupPairException";
963
963
  $fault = "client";
964
964
  constructor(opts) {
@@ -969,8 +969,8 @@ let InvalidTargetGroupPairException$1 = class InvalidTargetGroupPairException ex
969
969
  });
970
970
  Object.setPrototypeOf(this, InvalidTargetGroupPairException.prototype);
971
971
  }
972
- };
973
- let InvalidTriggerConfigException$1 = class InvalidTriggerConfigException extends CodeDeployServiceException$1 {
972
+ }
973
+ class InvalidTriggerConfigException extends CodeDeployServiceException {
974
974
  name = "InvalidTriggerConfigException";
975
975
  $fault = "client";
976
976
  constructor(opts) {
@@ -981,8 +981,8 @@ let InvalidTriggerConfigException$1 = class InvalidTriggerConfigException extend
981
981
  });
982
982
  Object.setPrototypeOf(this, InvalidTriggerConfigException.prototype);
983
983
  }
984
- };
985
- let LifecycleHookLimitExceededException$1 = class LifecycleHookLimitExceededException extends CodeDeployServiceException$1 {
984
+ }
985
+ class LifecycleHookLimitExceededException extends CodeDeployServiceException {
986
986
  name = "LifecycleHookLimitExceededException";
987
987
  $fault = "client";
988
988
  constructor(opts) {
@@ -993,8 +993,8 @@ let LifecycleHookLimitExceededException$1 = class LifecycleHookLimitExceededExce
993
993
  });
994
994
  Object.setPrototypeOf(this, LifecycleHookLimitExceededException.prototype);
995
995
  }
996
- };
997
- let RoleRequiredException$1 = class RoleRequiredException extends CodeDeployServiceException$1 {
996
+ }
997
+ class RoleRequiredException extends CodeDeployServiceException {
998
998
  name = "RoleRequiredException";
999
999
  $fault = "client";
1000
1000
  constructor(opts) {
@@ -1005,8 +1005,8 @@ let RoleRequiredException$1 = class RoleRequiredException extends CodeDeployServ
1005
1005
  });
1006
1006
  Object.setPrototypeOf(this, RoleRequiredException.prototype);
1007
1007
  }
1008
- };
1009
- let TagSetListLimitExceededException$1 = class TagSetListLimitExceededException extends CodeDeployServiceException$1 {
1008
+ }
1009
+ class TagSetListLimitExceededException extends CodeDeployServiceException {
1010
1010
  name = "TagSetListLimitExceededException";
1011
1011
  $fault = "client";
1012
1012
  constructor(opts) {
@@ -1017,8 +1017,8 @@ let TagSetListLimitExceededException$1 = class TagSetListLimitExceededException
1017
1017
  });
1018
1018
  Object.setPrototypeOf(this, TagSetListLimitExceededException.prototype);
1019
1019
  }
1020
- };
1021
- let TriggerTargetsLimitExceededException$1 = class TriggerTargetsLimitExceededException extends CodeDeployServiceException$1 {
1020
+ }
1021
+ class TriggerTargetsLimitExceededException extends CodeDeployServiceException {
1022
1022
  name = "TriggerTargetsLimitExceededException";
1023
1023
  $fault = "client";
1024
1024
  constructor(opts) {
@@ -1029,8 +1029,8 @@ let TriggerTargetsLimitExceededException$1 = class TriggerTargetsLimitExceededEx
1029
1029
  });
1030
1030
  Object.setPrototypeOf(this, TriggerTargetsLimitExceededException.prototype);
1031
1031
  }
1032
- };
1033
- let DeploymentConfigInUseException$1 = class DeploymentConfigInUseException extends CodeDeployServiceException$1 {
1032
+ }
1033
+ class DeploymentConfigInUseException extends CodeDeployServiceException {
1034
1034
  name = "DeploymentConfigInUseException";
1035
1035
  $fault = "client";
1036
1036
  constructor(opts) {
@@ -1041,8 +1041,8 @@ let DeploymentConfigInUseException$1 = class DeploymentConfigInUseException exte
1041
1041
  });
1042
1042
  Object.setPrototypeOf(this, DeploymentConfigInUseException.prototype);
1043
1043
  }
1044
- };
1045
- let InvalidOperationException$1 = class InvalidOperationException extends CodeDeployServiceException$1 {
1044
+ }
1045
+ class InvalidOperationException extends CodeDeployServiceException {
1046
1046
  name = "InvalidOperationException";
1047
1047
  $fault = "client";
1048
1048
  constructor(opts) {
@@ -1053,8 +1053,8 @@ let InvalidOperationException$1 = class InvalidOperationException extends CodeDe
1053
1053
  });
1054
1054
  Object.setPrototypeOf(this, InvalidOperationException.prototype);
1055
1055
  }
1056
- };
1057
- let GitHubAccountTokenDoesNotExistException$1 = class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException$1 {
1056
+ }
1057
+ class GitHubAccountTokenDoesNotExistException extends CodeDeployServiceException {
1058
1058
  name = "GitHubAccountTokenDoesNotExistException";
1059
1059
  $fault = "client";
1060
1060
  constructor(opts) {
@@ -1065,8 +1065,8 @@ let GitHubAccountTokenDoesNotExistException$1 = class GitHubAccountTokenDoesNotE
1065
1065
  });
1066
1066
  Object.setPrototypeOf(this, GitHubAccountTokenDoesNotExistException.prototype);
1067
1067
  }
1068
- };
1069
- let GitHubAccountTokenNameRequiredException$1 = class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException$1 {
1068
+ }
1069
+ class GitHubAccountTokenNameRequiredException extends CodeDeployServiceException {
1070
1070
  name = "GitHubAccountTokenNameRequiredException";
1071
1071
  $fault = "client";
1072
1072
  constructor(opts) {
@@ -1077,8 +1077,8 @@ let GitHubAccountTokenNameRequiredException$1 = class GitHubAccountTokenNameRequ
1077
1077
  });
1078
1078
  Object.setPrototypeOf(this, GitHubAccountTokenNameRequiredException.prototype);
1079
1079
  }
1080
- };
1081
- let InvalidGitHubAccountTokenNameException$1 = class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException$1 {
1080
+ }
1081
+ class InvalidGitHubAccountTokenNameException extends CodeDeployServiceException {
1082
1082
  name = "InvalidGitHubAccountTokenNameException";
1083
1083
  $fault = "client";
1084
1084
  constructor(opts) {
@@ -1089,8 +1089,8 @@ let InvalidGitHubAccountTokenNameException$1 = class InvalidGitHubAccountTokenNa
1089
1089
  });
1090
1090
  Object.setPrototypeOf(this, InvalidGitHubAccountTokenNameException.prototype);
1091
1091
  }
1092
- };
1093
- let OperationNotSupportedException$1 = class OperationNotSupportedException extends CodeDeployServiceException$1 {
1092
+ }
1093
+ class OperationNotSupportedException extends CodeDeployServiceException {
1094
1094
  name = "OperationNotSupportedException";
1095
1095
  $fault = "client";
1096
1096
  constructor(opts) {
@@ -1101,8 +1101,8 @@ let OperationNotSupportedException$1 = class OperationNotSupportedException exte
1101
1101
  });
1102
1102
  Object.setPrototypeOf(this, OperationNotSupportedException.prototype);
1103
1103
  }
1104
- };
1105
- let ResourceValidationException$1 = class ResourceValidationException extends CodeDeployServiceException$1 {
1104
+ }
1105
+ class ResourceValidationException extends CodeDeployServiceException {
1106
1106
  name = "ResourceValidationException";
1107
1107
  $fault = "client";
1108
1108
  constructor(opts) {
@@ -1113,8 +1113,8 @@ let ResourceValidationException$1 = class ResourceValidationException extends Co
1113
1113
  });
1114
1114
  Object.setPrototypeOf(this, ResourceValidationException.prototype);
1115
1115
  }
1116
- };
1117
- let InvalidBucketNameFilterException$1 = class InvalidBucketNameFilterException extends CodeDeployServiceException$1 {
1116
+ }
1117
+ class InvalidBucketNameFilterException extends CodeDeployServiceException {
1118
1118
  name = "InvalidBucketNameFilterException";
1119
1119
  $fault = "client";
1120
1120
  constructor(opts) {
@@ -1125,8 +1125,8 @@ let InvalidBucketNameFilterException$1 = class InvalidBucketNameFilterException
1125
1125
  });
1126
1126
  Object.setPrototypeOf(this, InvalidBucketNameFilterException.prototype);
1127
1127
  }
1128
- };
1129
- let InvalidDeployedStateFilterException$1 = class InvalidDeployedStateFilterException extends CodeDeployServiceException$1 {
1128
+ }
1129
+ class InvalidDeployedStateFilterException extends CodeDeployServiceException {
1130
1130
  name = "InvalidDeployedStateFilterException";
1131
1131
  $fault = "client";
1132
1132
  constructor(opts) {
@@ -1137,8 +1137,8 @@ let InvalidDeployedStateFilterException$1 = class InvalidDeployedStateFilterExce
1137
1137
  });
1138
1138
  Object.setPrototypeOf(this, InvalidDeployedStateFilterException.prototype);
1139
1139
  }
1140
- };
1141
- let InvalidKeyPrefixFilterException$1 = class InvalidKeyPrefixFilterException extends CodeDeployServiceException$1 {
1140
+ }
1141
+ class InvalidKeyPrefixFilterException extends CodeDeployServiceException {
1142
1142
  name = "InvalidKeyPrefixFilterException";
1143
1143
  $fault = "client";
1144
1144
  constructor(opts) {
@@ -1149,8 +1149,8 @@ let InvalidKeyPrefixFilterException$1 = class InvalidKeyPrefixFilterException ex
1149
1149
  });
1150
1150
  Object.setPrototypeOf(this, InvalidKeyPrefixFilterException.prototype);
1151
1151
  }
1152
- };
1153
- let InvalidNextTokenException$1 = class InvalidNextTokenException extends CodeDeployServiceException$1 {
1152
+ }
1153
+ class InvalidNextTokenException extends CodeDeployServiceException {
1154
1154
  name = "InvalidNextTokenException";
1155
1155
  $fault = "client";
1156
1156
  constructor(opts) {
@@ -1161,8 +1161,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends CodeDe
1161
1161
  });
1162
1162
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
1163
1163
  }
1164
- };
1165
- let InvalidSortByException$1 = class InvalidSortByException extends CodeDeployServiceException$1 {
1164
+ }
1165
+ class InvalidSortByException extends CodeDeployServiceException {
1166
1166
  name = "InvalidSortByException";
1167
1167
  $fault = "client";
1168
1168
  constructor(opts) {
@@ -1173,8 +1173,8 @@ let InvalidSortByException$1 = class InvalidSortByException extends CodeDeploySe
1173
1173
  });
1174
1174
  Object.setPrototypeOf(this, InvalidSortByException.prototype);
1175
1175
  }
1176
- };
1177
- let InvalidSortOrderException$1 = class InvalidSortOrderException extends CodeDeployServiceException$1 {
1176
+ }
1177
+ class InvalidSortOrderException extends CodeDeployServiceException {
1178
1178
  name = "InvalidSortOrderException";
1179
1179
  $fault = "client";
1180
1180
  constructor(opts) {
@@ -1185,8 +1185,8 @@ let InvalidSortOrderException$1 = class InvalidSortOrderException extends CodeDe
1185
1185
  });
1186
1186
  Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
1187
1187
  }
1188
- };
1189
- let InvalidDeploymentInstanceTypeException$1 = class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException$1 {
1188
+ }
1189
+ class InvalidDeploymentInstanceTypeException extends CodeDeployServiceException {
1190
1190
  name = "InvalidDeploymentInstanceTypeException";
1191
1191
  $fault = "client";
1192
1192
  constructor(opts) {
@@ -1197,8 +1197,8 @@ let InvalidDeploymentInstanceTypeException$1 = class InvalidDeploymentInstanceTy
1197
1197
  });
1198
1198
  Object.setPrototypeOf(this, InvalidDeploymentInstanceTypeException.prototype);
1199
1199
  }
1200
- };
1201
- let InvalidInstanceStatusException$1 = class InvalidInstanceStatusException extends CodeDeployServiceException$1 {
1200
+ }
1201
+ class InvalidInstanceStatusException extends CodeDeployServiceException {
1202
1202
  name = "InvalidInstanceStatusException";
1203
1203
  $fault = "client";
1204
1204
  constructor(opts) {
@@ -1209,8 +1209,8 @@ let InvalidInstanceStatusException$1 = class InvalidInstanceStatusException exte
1209
1209
  });
1210
1210
  Object.setPrototypeOf(this, InvalidInstanceStatusException.prototype);
1211
1211
  }
1212
- };
1213
- let InvalidInstanceTypeException$1 = class InvalidInstanceTypeException extends CodeDeployServiceException$1 {
1212
+ }
1213
+ class InvalidInstanceTypeException extends CodeDeployServiceException {
1214
1214
  name = "InvalidInstanceTypeException";
1215
1215
  $fault = "client";
1216
1216
  constructor(opts) {
@@ -1221,8 +1221,8 @@ let InvalidInstanceTypeException$1 = class InvalidInstanceTypeException extends
1221
1221
  });
1222
1222
  Object.setPrototypeOf(this, InvalidInstanceTypeException.prototype);
1223
1223
  }
1224
- };
1225
- let InvalidTargetFilterNameException$1 = class InvalidTargetFilterNameException extends CodeDeployServiceException$1 {
1224
+ }
1225
+ class InvalidTargetFilterNameException extends CodeDeployServiceException {
1226
1226
  name = "InvalidTargetFilterNameException";
1227
1227
  $fault = "client";
1228
1228
  constructor(opts) {
@@ -1233,8 +1233,8 @@ let InvalidTargetFilterNameException$1 = class InvalidTargetFilterNameException
1233
1233
  });
1234
1234
  Object.setPrototypeOf(this, InvalidTargetFilterNameException.prototype);
1235
1235
  }
1236
- };
1237
- let InvalidExternalIdException$1 = class InvalidExternalIdException extends CodeDeployServiceException$1 {
1236
+ }
1237
+ class InvalidExternalIdException extends CodeDeployServiceException {
1238
1238
  name = "InvalidExternalIdException";
1239
1239
  $fault = "client";
1240
1240
  constructor(opts) {
@@ -1245,8 +1245,8 @@ let InvalidExternalIdException$1 = class InvalidExternalIdException extends Code
1245
1245
  });
1246
1246
  Object.setPrototypeOf(this, InvalidExternalIdException.prototype);
1247
1247
  }
1248
- };
1249
- let InvalidTimeRangeException$1 = class InvalidTimeRangeException extends CodeDeployServiceException$1 {
1248
+ }
1249
+ class InvalidTimeRangeException extends CodeDeployServiceException {
1250
1250
  name = "InvalidTimeRangeException";
1251
1251
  $fault = "client";
1252
1252
  constructor(opts) {
@@ -1257,8 +1257,8 @@ let InvalidTimeRangeException$1 = class InvalidTimeRangeException extends CodeDe
1257
1257
  });
1258
1258
  Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
1259
1259
  }
1260
- };
1261
- let InvalidRegistrationStatusException$1 = class InvalidRegistrationStatusException extends CodeDeployServiceException$1 {
1260
+ }
1261
+ class InvalidRegistrationStatusException extends CodeDeployServiceException {
1262
1262
  name = "InvalidRegistrationStatusException";
1263
1263
  $fault = "client";
1264
1264
  constructor(opts) {
@@ -1269,8 +1269,8 @@ let InvalidRegistrationStatusException$1 = class InvalidRegistrationStatusExcept
1269
1269
  });
1270
1270
  Object.setPrototypeOf(this, InvalidRegistrationStatusException.prototype);
1271
1271
  }
1272
- };
1273
- let InvalidTagFilterException$1 = class InvalidTagFilterException extends CodeDeployServiceException$1 {
1272
+ }
1273
+ class InvalidTagFilterException extends CodeDeployServiceException {
1274
1274
  name = "InvalidTagFilterException";
1275
1275
  $fault = "client";
1276
1276
  constructor(opts) {
@@ -1281,8 +1281,8 @@ let InvalidTagFilterException$1 = class InvalidTagFilterException extends CodeDe
1281
1281
  });
1282
1282
  Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
1283
1283
  }
1284
- };
1285
- let InvalidArnException$1 = class InvalidArnException extends CodeDeployServiceException$1 {
1284
+ }
1285
+ class InvalidArnException extends CodeDeployServiceException {
1286
1286
  name = "InvalidArnException";
1287
1287
  $fault = "client";
1288
1288
  constructor(opts) {
@@ -1293,8 +1293,8 @@ let InvalidArnException$1 = class InvalidArnException extends CodeDeployServiceE
1293
1293
  });
1294
1294
  Object.setPrototypeOf(this, InvalidArnException.prototype);
1295
1295
  }
1296
- };
1297
- let ResourceArnRequiredException$1 = class ResourceArnRequiredException extends CodeDeployServiceException$1 {
1296
+ }
1297
+ class ResourceArnRequiredException extends CodeDeployServiceException {
1298
1298
  name = "ResourceArnRequiredException";
1299
1299
  $fault = "client";
1300
1300
  constructor(opts) {
@@ -1305,8 +1305,8 @@ let ResourceArnRequiredException$1 = class ResourceArnRequiredException extends
1305
1305
  });
1306
1306
  Object.setPrototypeOf(this, ResourceArnRequiredException.prototype);
1307
1307
  }
1308
- };
1309
- let InvalidLifecycleEventHookExecutionIdException$1 = class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException$1 {
1308
+ }
1309
+ class InvalidLifecycleEventHookExecutionIdException extends CodeDeployServiceException {
1310
1310
  name = "InvalidLifecycleEventHookExecutionIdException";
1311
1311
  $fault = "client";
1312
1312
  constructor(opts) {
@@ -1317,8 +1317,8 @@ let InvalidLifecycleEventHookExecutionIdException$1 = class InvalidLifecycleEven
1317
1317
  });
1318
1318
  Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionIdException.prototype);
1319
1319
  }
1320
- };
1321
- let InvalidLifecycleEventHookExecutionStatusException$1 = class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException$1 {
1320
+ }
1321
+ class InvalidLifecycleEventHookExecutionStatusException extends CodeDeployServiceException {
1322
1322
  name = "InvalidLifecycleEventHookExecutionStatusException";
1323
1323
  $fault = "client";
1324
1324
  constructor(opts) {
@@ -1329,8 +1329,8 @@ let InvalidLifecycleEventHookExecutionStatusException$1 = class InvalidLifecycle
1329
1329
  });
1330
1330
  Object.setPrototypeOf(this, InvalidLifecycleEventHookExecutionStatusException.prototype);
1331
1331
  }
1332
- };
1333
- let LifecycleEventAlreadyCompletedException$1 = class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException$1 {
1332
+ }
1333
+ class LifecycleEventAlreadyCompletedException extends CodeDeployServiceException {
1334
1334
  name = "LifecycleEventAlreadyCompletedException";
1335
1335
  $fault = "client";
1336
1336
  constructor(opts) {
@@ -1341,8 +1341,8 @@ let LifecycleEventAlreadyCompletedException$1 = class LifecycleEventAlreadyCompl
1341
1341
  });
1342
1342
  Object.setPrototypeOf(this, LifecycleEventAlreadyCompletedException.prototype);
1343
1343
  }
1344
- };
1345
- let IamArnRequiredException$1 = class IamArnRequiredException extends CodeDeployServiceException$1 {
1344
+ }
1345
+ class IamArnRequiredException extends CodeDeployServiceException {
1346
1346
  name = "IamArnRequiredException";
1347
1347
  $fault = "client";
1348
1348
  constructor(opts) {
@@ -1353,8 +1353,8 @@ let IamArnRequiredException$1 = class IamArnRequiredException extends CodeDeploy
1353
1353
  });
1354
1354
  Object.setPrototypeOf(this, IamArnRequiredException.prototype);
1355
1355
  }
1356
- };
1357
- let IamSessionArnAlreadyRegisteredException$1 = class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException$1 {
1356
+ }
1357
+ class IamSessionArnAlreadyRegisteredException extends CodeDeployServiceException {
1358
1358
  name = "IamSessionArnAlreadyRegisteredException";
1359
1359
  $fault = "client";
1360
1360
  constructor(opts) {
@@ -1365,8 +1365,8 @@ let IamSessionArnAlreadyRegisteredException$1 = class IamSessionArnAlreadyRegist
1365
1365
  });
1366
1366
  Object.setPrototypeOf(this, IamSessionArnAlreadyRegisteredException.prototype);
1367
1367
  }
1368
- };
1369
- let IamUserArnAlreadyRegisteredException$1 = class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException$1 {
1368
+ }
1369
+ class IamUserArnAlreadyRegisteredException extends CodeDeployServiceException {
1370
1370
  name = "IamUserArnAlreadyRegisteredException";
1371
1371
  $fault = "client";
1372
1372
  constructor(opts) {
@@ -1377,8 +1377,8 @@ let IamUserArnAlreadyRegisteredException$1 = class IamUserArnAlreadyRegisteredEx
1377
1377
  });
1378
1378
  Object.setPrototypeOf(this, IamUserArnAlreadyRegisteredException.prototype);
1379
1379
  }
1380
- };
1381
- let IamUserArnRequiredException$1 = class IamUserArnRequiredException extends CodeDeployServiceException$1 {
1380
+ }
1381
+ class IamUserArnRequiredException extends CodeDeployServiceException {
1382
1382
  name = "IamUserArnRequiredException";
1383
1383
  $fault = "client";
1384
1384
  constructor(opts) {
@@ -1389,8 +1389,8 @@ let IamUserArnRequiredException$1 = class IamUserArnRequiredException extends Co
1389
1389
  });
1390
1390
  Object.setPrototypeOf(this, IamUserArnRequiredException.prototype);
1391
1391
  }
1392
- };
1393
- let InstanceNameAlreadyRegisteredException$1 = class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException$1 {
1392
+ }
1393
+ class InstanceNameAlreadyRegisteredException extends CodeDeployServiceException {
1394
1394
  name = "InstanceNameAlreadyRegisteredException";
1395
1395
  $fault = "client";
1396
1396
  constructor(opts) {
@@ -1401,8 +1401,8 @@ let InstanceNameAlreadyRegisteredException$1 = class InstanceNameAlreadyRegister
1401
1401
  });
1402
1402
  Object.setPrototypeOf(this, InstanceNameAlreadyRegisteredException.prototype);
1403
1403
  }
1404
- };
1405
- let InvalidIamSessionArnException$1 = class InvalidIamSessionArnException extends CodeDeployServiceException$1 {
1404
+ }
1405
+ class InvalidIamSessionArnException extends CodeDeployServiceException {
1406
1406
  name = "InvalidIamSessionArnException";
1407
1407
  $fault = "client";
1408
1408
  constructor(opts) {
@@ -1413,8 +1413,8 @@ let InvalidIamSessionArnException$1 = class InvalidIamSessionArnException extend
1413
1413
  });
1414
1414
  Object.setPrototypeOf(this, InvalidIamSessionArnException.prototype);
1415
1415
  }
1416
- };
1417
- let InvalidIamUserArnException$1 = class InvalidIamUserArnException extends CodeDeployServiceException$1 {
1416
+ }
1417
+ class InvalidIamUserArnException extends CodeDeployServiceException {
1418
1418
  name = "InvalidIamUserArnException";
1419
1419
  $fault = "client";
1420
1420
  constructor(opts) {
@@ -1425,8 +1425,8 @@ let InvalidIamUserArnException$1 = class InvalidIamUserArnException extends Code
1425
1425
  });
1426
1426
  Object.setPrototypeOf(this, InvalidIamUserArnException.prototype);
1427
1427
  }
1428
- };
1429
- let MultipleIamArnsProvidedException$1 = class MultipleIamArnsProvidedException extends CodeDeployServiceException$1 {
1428
+ }
1429
+ class MultipleIamArnsProvidedException extends CodeDeployServiceException {
1430
1430
  name = "MultipleIamArnsProvidedException";
1431
1431
  $fault = "client";
1432
1432
  constructor(opts) {
@@ -1437,7 +1437,7 @@ let MultipleIamArnsProvidedException$1 = class MultipleIamArnsProvidedException
1437
1437
  });
1438
1438
  Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
1439
1439
  }
1440
- };
1440
+ }
1441
1441
 
1442
1442
  const _A = "Alarm";
1443
1443
  const _AAEE = "ApplicationAlreadyExistsException";
@@ -1986,7 +1986,7 @@ const _ve = "version";
1986
1986
  const _wTIM = "waitTimeInMinutes";
1987
1987
  const _zC = "zonalConfig";
1988
1988
  const n0 = "com.amazonaws.codedeploy";
1989
- var AddTagsToOnPremisesInstancesInput = [
1989
+ var AddTagsToOnPremisesInstancesInput$ = [
1990
1990
  3,
1991
1991
  n0,
1992
1992
  _ATTOPII,
@@ -1994,15 +1994,15 @@ var AddTagsToOnPremisesInstancesInput = [
1994
1994
  [_t, _iN],
1995
1995
  [() => TagList, 64 | 0],
1996
1996
  ];
1997
- var Alarm = [3, n0, _A, 0, [_n], [0]];
1998
- var AlarmConfiguration = [3, n0, _AC, 0, [_e, _iPAF, _a], [2, 2, () => AlarmList]];
1999
- var AlarmsLimitExceededException = [-3, n0, _ALEE, { [_er]: _c }, [_m], [0]];
2000
- schema.TypeRegistry.for(n0).registerError(AlarmsLimitExceededException, AlarmsLimitExceededException$1);
2001
- var ApplicationAlreadyExistsException = [-3, n0, _AAEE, { [_er]: _c }, [_m], [0]];
2002
- schema.TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException, ApplicationAlreadyExistsException$1);
2003
- var ApplicationDoesNotExistException = [-3, n0, _ADNEE, { [_er]: _c }, [_m], [0]];
2004
- schema.TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException, ApplicationDoesNotExistException$1);
2005
- var ApplicationInfo = [
1997
+ var Alarm$ = [3, n0, _A, 0, [_n], [0]];
1998
+ var AlarmConfiguration$ = [3, n0, _AC, 0, [_e, _iPAF, _a], [2, 2, () => AlarmList]];
1999
+ var AlarmsLimitExceededException$ = [-3, n0, _ALEE, { [_er]: _c }, [_m], [0]];
2000
+ schema.TypeRegistry.for(n0).registerError(AlarmsLimitExceededException$, AlarmsLimitExceededException);
2001
+ var ApplicationAlreadyExistsException$ = [-3, n0, _AAEE, { [_er]: _c }, [_m], [0]];
2002
+ schema.TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException$, ApplicationAlreadyExistsException);
2003
+ var ApplicationDoesNotExistException$ = [-3, n0, _ADNEE, { [_er]: _c }, [_m], [0]];
2004
+ schema.TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException$, ApplicationDoesNotExistException);
2005
+ var ApplicationInfo$ = [
2006
2006
  3,
2007
2007
  n0,
2008
2008
  _AI,
@@ -2010,16 +2010,16 @@ var ApplicationInfo = [
2010
2010
  [_aI, _aN, _cT, _lTGH, _gHAN, _cP],
2011
2011
  [0, 0, 4, 2, 0, 0],
2012
2012
  ];
2013
- var ApplicationLimitExceededException = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
2014
- schema.TypeRegistry.for(n0).registerError(ApplicationLimitExceededException, ApplicationLimitExceededException$1);
2015
- var ApplicationNameRequiredException = [-3, n0, _ANRE, { [_er]: _c }, [_m], [0]];
2016
- schema.TypeRegistry.for(n0).registerError(ApplicationNameRequiredException, ApplicationNameRequiredException$1);
2017
- var AppSpecContent = [3, n0, _ASC, 0, [_co, _s], [0, 0]];
2018
- var ArnNotSupportedException = [-3, n0, _ANSE, { [_er]: _c }, [_m], [0]];
2019
- schema.TypeRegistry.for(n0).registerError(ArnNotSupportedException, ArnNotSupportedException$1);
2020
- var AutoRollbackConfiguration = [3, n0, _ARC, 0, [_e, _ev], [2, 64 | 0]];
2021
- var AutoScalingGroup = [3, n0, _ASG, 0, [_n, _h, _tH], [0, 0, 0]];
2022
- var BatchGetApplicationRevisionsInput = [
2013
+ var ApplicationLimitExceededException$ = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
2014
+ schema.TypeRegistry.for(n0).registerError(ApplicationLimitExceededException$, ApplicationLimitExceededException);
2015
+ var ApplicationNameRequiredException$ = [-3, n0, _ANRE, { [_er]: _c }, [_m], [0]];
2016
+ schema.TypeRegistry.for(n0).registerError(ApplicationNameRequiredException$, ApplicationNameRequiredException);
2017
+ var AppSpecContent$ = [3, n0, _ASC, 0, [_co, _s], [0, 0]];
2018
+ var ArnNotSupportedException$ = [-3, n0, _ANSE, { [_er]: _c }, [_m], [0]];
2019
+ schema.TypeRegistry.for(n0).registerError(ArnNotSupportedException$, ArnNotSupportedException);
2020
+ var AutoRollbackConfiguration$ = [3, n0, _ARC, 0, [_e, _ev], [2, 64 | 0]];
2021
+ var AutoScalingGroup$ = [3, n0, _ASG, 0, [_n, _h, _tH], [0, 0, 0]];
2022
+ var BatchGetApplicationRevisionsInput$ = [
2023
2023
  3,
2024
2024
  n0,
2025
2025
  _BGARI,
@@ -2027,7 +2027,7 @@ var BatchGetApplicationRevisionsInput = [
2027
2027
  [_aN, _r],
2028
2028
  [0, () => RevisionLocationList],
2029
2029
  ];
2030
- var BatchGetApplicationRevisionsOutput = [
2030
+ var BatchGetApplicationRevisionsOutput$ = [
2031
2031
  3,
2032
2032
  n0,
2033
2033
  _BGARO,
@@ -2035,10 +2035,10 @@ var BatchGetApplicationRevisionsOutput = [
2035
2035
  [_aN, _eM, _r],
2036
2036
  [0, 0, () => RevisionInfoList],
2037
2037
  ];
2038
- var BatchGetApplicationsInput = [3, n0, _BGAI, 0, [_aNp], [64 | 0]];
2039
- var BatchGetApplicationsOutput = [3, n0, _BGAO, 0, [_aIp], [() => ApplicationsInfoList]];
2040
- var BatchGetDeploymentGroupsInput = [3, n0, _BGDGI, 0, [_aN, _dGN], [0, 64 | 0]];
2041
- var BatchGetDeploymentGroupsOutput = [
2038
+ var BatchGetApplicationsInput$ = [3, n0, _BGAI, 0, [_aNp], [64 | 0]];
2039
+ var BatchGetApplicationsOutput$ = [3, n0, _BGAO, 0, [_aIp], [() => ApplicationsInfoList]];
2040
+ var BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI, 0, [_aN, _dGN], [0, 64 | 0]];
2041
+ var BatchGetDeploymentGroupsOutput$ = [
2042
2042
  3,
2043
2043
  n0,
2044
2044
  _BGDGO,
@@ -2046,8 +2046,8 @@ var BatchGetDeploymentGroupsOutput = [
2046
2046
  [_dGI, _eM],
2047
2047
  [() => DeploymentGroupInfoList, 0],
2048
2048
  ];
2049
- var BatchGetDeploymentInstancesInput = [3, n0, _BGDII, 0, [_dI, _iI], [0, 64 | 0]];
2050
- var BatchGetDeploymentInstancesOutput = [
2049
+ var BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII, 0, [_dI, _iI], [0, 64 | 0]];
2050
+ var BatchGetDeploymentInstancesOutput$ = [
2051
2051
  3,
2052
2052
  n0,
2053
2053
  _BGDIO,
@@ -2055,10 +2055,10 @@ var BatchGetDeploymentInstancesOutput = [
2055
2055
  [_iS, _eM],
2056
2056
  [() => InstanceSummaryList, 0],
2057
2057
  ];
2058
- var BatchGetDeploymentsInput = [3, n0, _BGDI, 0, [_dIe], [64 | 0]];
2059
- var BatchGetDeploymentsOutput = [3, n0, _BGDO, 0, [_dIep], [() => DeploymentsInfoList]];
2060
- var BatchGetDeploymentTargetsInput = [3, n0, _BGDTI, 0, [_dI, _tI], [0, 64 | 0]];
2061
- var BatchGetDeploymentTargetsOutput = [
2058
+ var BatchGetDeploymentsInput$ = [3, n0, _BGDI, 0, [_dIe], [64 | 0]];
2059
+ var BatchGetDeploymentsOutput$ = [3, n0, _BGDO, 0, [_dIep], [() => DeploymentsInfoList]];
2060
+ var BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI, 0, [_dI, _tI], [0, 64 | 0]];
2061
+ var BatchGetDeploymentTargetsOutput$ = [
2062
2062
  3,
2063
2063
  n0,
2064
2064
  _BGDTO,
@@ -2066,8 +2066,8 @@ var BatchGetDeploymentTargetsOutput = [
2066
2066
  [_dT],
2067
2067
  [() => DeploymentTargetList],
2068
2068
  ];
2069
- var BatchGetOnPremisesInstancesInput = [3, n0, _BGOPII, 0, [_iN], [64 | 0]];
2070
- var BatchGetOnPremisesInstancesOutput = [
2069
+ var BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII, 0, [_iN], [64 | 0]];
2070
+ var BatchGetOnPremisesInstancesOutput$ = [
2071
2071
  3,
2072
2072
  n0,
2073
2073
  _BGOPIO,
@@ -2075,20 +2075,20 @@ var BatchGetOnPremisesInstancesOutput = [
2075
2075
  [_iIn],
2076
2076
  [() => InstanceInfoList],
2077
2077
  ];
2078
- var BatchLimitExceededException = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
2079
- schema.TypeRegistry.for(n0).registerError(BatchLimitExceededException, BatchLimitExceededException$1);
2080
- var BlueGreenDeploymentConfiguration = [
2078
+ var BatchLimitExceededException$ = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
2079
+ schema.TypeRegistry.for(n0).registerError(BatchLimitExceededException$, BatchLimitExceededException);
2080
+ var BlueGreenDeploymentConfiguration$ = [
2081
2081
  3,
2082
2082
  n0,
2083
2083
  _BGDC,
2084
2084
  0,
2085
2085
  [_tBIODS, _dRO, _gFPO],
2086
- [() => BlueInstanceTerminationOption, () => DeploymentReadyOption, () => GreenFleetProvisioningOption],
2086
+ [() => BlueInstanceTerminationOption$, () => DeploymentReadyOption$, () => GreenFleetProvisioningOption$],
2087
2087
  ];
2088
- var BlueInstanceTerminationOption = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
2089
- var BucketNameFilterRequiredException = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
2090
- schema.TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException, BucketNameFilterRequiredException$1);
2091
- var CloudFormationTarget = [
2088
+ var BlueInstanceTerminationOption$ = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
2089
+ var BucketNameFilterRequiredException$ = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
2090
+ schema.TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException$, BucketNameFilterRequiredException);
2091
+ var CloudFormationTarget$ = [
2092
2092
  3,
2093
2093
  n0,
2094
2094
  _CFT,
@@ -2096,19 +2096,19 @@ var CloudFormationTarget = [
2096
2096
  [_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
2097
2097
  [0, 0, 4, () => LifecycleEventList, 0, 0, 1],
2098
2098
  ];
2099
- var ContinueDeploymentInput = [3, n0, _CDI, 0, [_dI, _dWT], [0, 0]];
2100
- var CreateApplicationInput = [3, n0, _CAI, 0, [_aN, _cP, _t], [0, 0, () => TagList]];
2101
- var CreateApplicationOutput = [3, n0, _CAO, 0, [_aI], [0]];
2102
- var CreateDeploymentConfigInput = [
2099
+ var ContinueDeploymentInput$ = [3, n0, _CDI, 0, [_dI, _dWT], [0, 0]];
2100
+ var CreateApplicationInput$ = [3, n0, _CAI, 0, [_aN, _cP, _t], [0, 0, () => TagList]];
2101
+ var CreateApplicationOutput$ = [3, n0, _CAO, 0, [_aI], [0]];
2102
+ var CreateDeploymentConfigInput$ = [
2103
2103
  3,
2104
2104
  n0,
2105
2105
  _CDCI,
2106
2106
  0,
2107
2107
  [_dCN, _mHH, _tRC, _cP, _zC],
2108
- [0, () => MinimumHealthyHosts, () => TrafficRoutingConfig, 0, () => ZonalConfig],
2108
+ [0, () => MinimumHealthyHosts$, () => TrafficRoutingConfig$, 0, () => ZonalConfig$],
2109
2109
  ];
2110
- var CreateDeploymentConfigOutput = [3, n0, _CDCO, 0, [_dCI], [0]];
2111
- var CreateDeploymentGroupInput = [
2110
+ var CreateDeploymentConfigOutput$ = [3, n0, _CDCO, 0, [_dCI], [0]];
2111
+ var CreateDeploymentGroupInput$ = [
2112
2112
  3,
2113
2113
  n0,
2114
2114
  _CDGI,
@@ -2123,21 +2123,21 @@ var CreateDeploymentGroupInput = [
2123
2123
  64 | 0,
2124
2124
  0,
2125
2125
  () => TriggerConfigList,
2126
- () => AlarmConfiguration,
2127
- () => AutoRollbackConfiguration,
2126
+ () => AlarmConfiguration$,
2127
+ () => AutoRollbackConfiguration$,
2128
2128
  0,
2129
- () => DeploymentStyle,
2130
- () => BlueGreenDeploymentConfiguration,
2131
- () => LoadBalancerInfo,
2132
- () => EC2TagSet,
2129
+ () => DeploymentStyle$,
2130
+ () => BlueGreenDeploymentConfiguration$,
2131
+ () => LoadBalancerInfo$,
2132
+ () => EC2TagSet$,
2133
2133
  () => ECSServiceList,
2134
- () => OnPremisesTagSet,
2134
+ () => OnPremisesTagSet$,
2135
2135
  () => TagList,
2136
2136
  2,
2137
2137
  ],
2138
2138
  ];
2139
- var CreateDeploymentGroupOutput = [3, n0, _CDGO, 0, [_dGIe], [0]];
2140
- var CreateDeploymentInput = [
2139
+ var CreateDeploymentGroupOutput$ = [3, n0, _CDGO, 0, [_dGIe], [0]];
2140
+ var CreateDeploymentInput$ = [
2141
2141
  3,
2142
2142
  n0,
2143
2143
  _CDIr,
@@ -2146,22 +2146,22 @@ var CreateDeploymentInput = [
2146
2146
  [
2147
2147
  0,
2148
2148
  0,
2149
- () => RevisionLocation,
2149
+ () => RevisionLocation$,
2150
2150
  0,
2151
2151
  0,
2152
2152
  2,
2153
- () => TargetInstances,
2154
- () => AutoRollbackConfiguration,
2153
+ () => TargetInstances$,
2154
+ () => AutoRollbackConfiguration$,
2155
2155
  2,
2156
2156
  0,
2157
- () => AlarmConfiguration,
2157
+ () => AlarmConfiguration$,
2158
2158
  ],
2159
2159
  ];
2160
- var CreateDeploymentOutput = [3, n0, _CDO, 0, [_dI], [0]];
2161
- var DeleteApplicationInput = [3, n0, _DAI, 0, [_aN], [0]];
2162
- var DeleteDeploymentConfigInput = [3, n0, _DDCI, 0, [_dCN], [0]];
2163
- var DeleteDeploymentGroupInput = [3, n0, _DDGI, 0, [_aN, _dGNe], [0, 0]];
2164
- var DeleteDeploymentGroupOutput = [
2160
+ var CreateDeploymentOutput$ = [3, n0, _CDO, 0, [_dI], [0]];
2161
+ var DeleteApplicationInput$ = [3, n0, _DAI, 0, [_aN], [0]];
2162
+ var DeleteDeploymentConfigInput$ = [3, n0, _DDCI, 0, [_dCN], [0]];
2163
+ var DeleteDeploymentGroupInput$ = [3, n0, _DDGI, 0, [_aN, _dGNe], [0, 0]];
2164
+ var DeleteDeploymentGroupOutput$ = [
2165
2165
  3,
2166
2166
  n0,
2167
2167
  _DDGO,
@@ -2169,37 +2169,37 @@ var DeleteDeploymentGroupOutput = [
2169
2169
  [_hNCU],
2170
2170
  [() => AutoScalingGroupList],
2171
2171
  ];
2172
- var DeleteGitHubAccountTokenInput = [3, n0, _DGHATI, 0, [_tN], [0]];
2173
- var DeleteGitHubAccountTokenOutput = [3, n0, _DGHATO, 0, [_tN], [0]];
2174
- var DeleteResourcesByExternalIdInput = [3, n0, _DRBEII, 0, [_eI], [0]];
2175
- var DeleteResourcesByExternalIdOutput = [3, n0, _DRBEIO, 0, [], []];
2176
- var DeploymentAlreadyCompletedException = [-3, n0, _DACE, { [_er]: _c }, [_m], [0]];
2177
- schema.TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException, DeploymentAlreadyCompletedException$1);
2178
- var DeploymentConfigAlreadyExistsException = [-3, n0, _DCAEE, { [_er]: _c }, [_m], [0]];
2179
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException, DeploymentConfigAlreadyExistsException$1);
2180
- var DeploymentConfigDoesNotExistException = [-3, n0, _DCDNEE, { [_er]: _c }, [_m], [0]];
2181
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException, DeploymentConfigDoesNotExistException$1);
2182
- var DeploymentConfigInfo = [
2172
+ var DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI, 0, [_tN], [0]];
2173
+ var DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO, 0, [_tN], [0]];
2174
+ var DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII, 0, [_eI], [0]];
2175
+ var DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO, 0, [], []];
2176
+ var DeploymentAlreadyCompletedException$ = [-3, n0, _DACE, { [_er]: _c }, [_m], [0]];
2177
+ schema.TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException$, DeploymentAlreadyCompletedException);
2178
+ var DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE, { [_er]: _c }, [_m], [0]];
2179
+ schema.TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException$, DeploymentConfigAlreadyExistsException);
2180
+ var DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE, { [_er]: _c }, [_m], [0]];
2181
+ schema.TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException$, DeploymentConfigDoesNotExistException);
2182
+ var DeploymentConfigInfo$ = [
2183
2183
  3,
2184
2184
  n0,
2185
2185
  _DCI,
2186
2186
  0,
2187
2187
  [_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
2188
- [0, 0, () => MinimumHealthyHosts, 4, 0, () => TrafficRoutingConfig, () => ZonalConfig],
2188
+ [0, 0, () => MinimumHealthyHosts$, 4, 0, () => TrafficRoutingConfig$, () => ZonalConfig$],
2189
2189
  ];
2190
- var DeploymentConfigInUseException = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
2191
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigInUseException, DeploymentConfigInUseException$1);
2192
- var DeploymentConfigLimitExceededException = [-3, n0, _DCLEE, { [_er]: _c }, [_m], [0]];
2193
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException, DeploymentConfigLimitExceededException$1);
2194
- var DeploymentConfigNameRequiredException = [-3, n0, _DCNRE, { [_er]: _c }, [_m], [0]];
2195
- schema.TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException, DeploymentConfigNameRequiredException$1);
2196
- var DeploymentDoesNotExistException = [-3, n0, _DDNEE, { [_er]: _c }, [_m], [0]];
2197
- schema.TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException, DeploymentDoesNotExistException$1);
2198
- var DeploymentGroupAlreadyExistsException = [-3, n0, _DGAEE, { [_er]: _c }, [_m], [0]];
2199
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException, DeploymentGroupAlreadyExistsException$1);
2200
- var DeploymentGroupDoesNotExistException = [-3, n0, _DGDNEE, { [_er]: _c }, [_m], [0]];
2201
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException, DeploymentGroupDoesNotExistException$1);
2202
- var DeploymentGroupInfo = [
2190
+ var DeploymentConfigInUseException$ = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
2191
+ schema.TypeRegistry.for(n0).registerError(DeploymentConfigInUseException$, DeploymentConfigInUseException);
2192
+ var DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE, { [_er]: _c }, [_m], [0]];
2193
+ schema.TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException$, DeploymentConfigLimitExceededException);
2194
+ var DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE, { [_er]: _c }, [_m], [0]];
2195
+ schema.TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException$, DeploymentConfigNameRequiredException);
2196
+ var DeploymentDoesNotExistException$ = [-3, n0, _DDNEE, { [_er]: _c }, [_m], [0]];
2197
+ schema.TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException$, DeploymentDoesNotExistException);
2198
+ var DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE, { [_er]: _c }, [_m], [0]];
2199
+ schema.TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException$, DeploymentGroupAlreadyExistsException);
2200
+ var DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE, { [_er]: _c }, [_m], [0]];
2201
+ schema.TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException$, DeploymentGroupDoesNotExistException);
2202
+ var DeploymentGroupInfo$ = [
2203
2203
  3,
2204
2204
  n0,
2205
2205
  _DGI,
@@ -2238,30 +2238,30 @@ var DeploymentGroupInfo = [
2238
2238
  () => TagFilterList,
2239
2239
  () => AutoScalingGroupList,
2240
2240
  0,
2241
- () => RevisionLocation,
2241
+ () => RevisionLocation$,
2242
2242
  () => TriggerConfigList,
2243
- () => AlarmConfiguration,
2244
- () => AutoRollbackConfiguration,
2245
- () => DeploymentStyle,
2243
+ () => AlarmConfiguration$,
2244
+ () => AutoRollbackConfiguration$,
2245
+ () => DeploymentStyle$,
2246
2246
  0,
2247
- () => BlueGreenDeploymentConfiguration,
2248
- () => LoadBalancerInfo,
2249
- () => LastDeploymentInfo,
2250
- () => LastDeploymentInfo,
2251
- () => EC2TagSet,
2252
- () => OnPremisesTagSet,
2247
+ () => BlueGreenDeploymentConfiguration$,
2248
+ () => LoadBalancerInfo$,
2249
+ () => LastDeploymentInfo$,
2250
+ () => LastDeploymentInfo$,
2251
+ () => EC2TagSet$,
2252
+ () => OnPremisesTagSet$,
2253
2253
  0,
2254
2254
  () => ECSServiceList,
2255
2255
  2,
2256
2256
  ],
2257
2257
  ];
2258
- var DeploymentGroupLimitExceededException = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
2259
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException, DeploymentGroupLimitExceededException$1);
2260
- var DeploymentGroupNameRequiredException = [-3, n0, _DGNRE, { [_er]: _c }, [_m], [0]];
2261
- schema.TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException, DeploymentGroupNameRequiredException$1);
2262
- var DeploymentIdRequiredException = [-3, n0, _DIRE, { [_er]: _c }, [_m], [0]];
2263
- schema.TypeRegistry.for(n0).registerError(DeploymentIdRequiredException, DeploymentIdRequiredException$1);
2264
- var DeploymentInfo = [
2258
+ var DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
2259
+ schema.TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException$, DeploymentGroupLimitExceededException);
2260
+ var DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE, { [_er]: _c }, [_m], [0]];
2261
+ schema.TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException$, DeploymentGroupNameRequiredException);
2262
+ var DeploymentIdRequiredException$ = [-3, n0, _DIRE, { [_er]: _c }, [_m], [0]];
2263
+ schema.TypeRegistry.for(n0).registerError(DeploymentIdRequiredException$, DeploymentIdRequiredException);
2264
+ var DeploymentInfo$ = [
2265
2265
  3,
2266
2266
  n0,
2267
2267
  _DI,
@@ -2303,67 +2303,67 @@ var DeploymentInfo = [
2303
2303
  0,
2304
2304
  0,
2305
2305
  0,
2306
- () => RevisionLocation,
2307
- () => RevisionLocation,
2306
+ () => RevisionLocation$,
2307
+ () => RevisionLocation$,
2308
2308
  0,
2309
- () => ErrorInformation,
2309
+ () => ErrorInformation$,
2310
2310
  4,
2311
2311
  4,
2312
2312
  4,
2313
- () => DeploymentOverview,
2313
+ () => DeploymentOverview$,
2314
2314
  0,
2315
2315
  0,
2316
2316
  2,
2317
- () => AutoRollbackConfiguration,
2317
+ () => AutoRollbackConfiguration$,
2318
2318
  2,
2319
- () => RollbackInfo,
2320
- () => DeploymentStyle,
2321
- () => TargetInstances,
2319
+ () => RollbackInfo$,
2320
+ () => DeploymentStyle$,
2321
+ () => TargetInstances$,
2322
2322
  2,
2323
- () => BlueGreenDeploymentConfiguration,
2324
- () => LoadBalancerInfo,
2323
+ () => BlueGreenDeploymentConfiguration$,
2324
+ () => LoadBalancerInfo$,
2325
2325
  0,
2326
2326
  0,
2327
2327
  64 | 0,
2328
2328
  0,
2329
2329
  0,
2330
- () => RelatedDeployments,
2331
- () => AlarmConfiguration,
2330
+ () => RelatedDeployments$,
2331
+ () => AlarmConfiguration$,
2332
2332
  ],
2333
2333
  ];
2334
- var DeploymentIsNotInReadyStateException = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
2335
- schema.TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException, DeploymentIsNotInReadyStateException$1);
2336
- var DeploymentLimitExceededException = [-3, n0, _DLEE, { [_er]: _c }, [_m], [0]];
2337
- schema.TypeRegistry.for(n0).registerError(DeploymentLimitExceededException, DeploymentLimitExceededException$1);
2338
- var DeploymentNotStartedException = [-3, n0, _DNSE, { [_er]: _c }, [_m], [0]];
2339
- schema.TypeRegistry.for(n0).registerError(DeploymentNotStartedException, DeploymentNotStartedException$1);
2340
- var DeploymentOverview = [3, n0, _DO, 0, [_P, _IP, _S, _F, _Sk, _R], [1, 1, 1, 1, 1, 1]];
2341
- var DeploymentReadyOption = [3, n0, _DRO, 0, [_aOT, _wTIM], [0, 1]];
2342
- var DeploymentStyle = [3, n0, _DS, 0, [_dTe, _dOe], [0, 0]];
2343
- var DeploymentTarget = [
2334
+ var DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
2335
+ schema.TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException$, DeploymentIsNotInReadyStateException);
2336
+ var DeploymentLimitExceededException$ = [-3, n0, _DLEE, { [_er]: _c }, [_m], [0]];
2337
+ schema.TypeRegistry.for(n0).registerError(DeploymentLimitExceededException$, DeploymentLimitExceededException);
2338
+ var DeploymentNotStartedException$ = [-3, n0, _DNSE, { [_er]: _c }, [_m], [0]];
2339
+ schema.TypeRegistry.for(n0).registerError(DeploymentNotStartedException$, DeploymentNotStartedException);
2340
+ var DeploymentOverview$ = [3, n0, _DO, 0, [_P, _IP, _S, _F, _Sk, _R], [1, 1, 1, 1, 1, 1]];
2341
+ var DeploymentReadyOption$ = [3, n0, _DRO, 0, [_aOT, _wTIM], [0, 1]];
2342
+ var DeploymentStyle$ = [3, n0, _DS, 0, [_dTe, _dOe], [0, 0]];
2343
+ var DeploymentTarget$ = [
2344
2344
  3,
2345
2345
  n0,
2346
2346
  _DT,
2347
2347
  0,
2348
2348
  [_dTT, _iT, _lT, _eT, _cFT],
2349
- [0, () => InstanceTarget, () => LambdaTarget, () => ECSTarget, () => CloudFormationTarget],
2349
+ [0, () => InstanceTarget$, () => LambdaTarget$, () => ECSTarget$, () => CloudFormationTarget$],
2350
2350
  ];
2351
- var DeploymentTargetDoesNotExistException = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
2352
- schema.TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException, DeploymentTargetDoesNotExistException$1);
2353
- var DeploymentTargetIdRequiredException = [-3, n0, _DTIRE, { [_er]: _c }, [_m], [0]];
2354
- schema.TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException, DeploymentTargetIdRequiredException$1);
2355
- var DeploymentTargetListSizeExceededException = [-3, n0, _DTLSEE, { [_er]: _c }, [_m], [0]];
2356
- schema.TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException, DeploymentTargetListSizeExceededException$1);
2357
- var DeregisterOnPremisesInstanceInput = [3, n0, _DOPII, 0, [_iNn], [0]];
2358
- var DescriptionTooLongException = [-3, n0, _DTLE, { [_er]: _c }, [_m], [0]];
2359
- schema.TypeRegistry.for(n0).registerError(DescriptionTooLongException, DescriptionTooLongException$1);
2360
- var Diagnostics = [3, n0, _D, 0, [_eC, _sN, _m, _lTo], [0, 0, 0, 0]];
2361
- var EC2TagFilter = [3, n0, _ECTF, 0, [_K, _V, _T], [0, 0, 0]];
2362
- var EC2TagSet = [3, n0, _ECTS, 0, [_eTSL], [() => EC2TagSetList]];
2363
- var ECSService = [3, n0, _ECSS, 0, [_sNe, _cN], [0, 0]];
2364
- var ECSServiceMappingLimitExceededException = [-3, n0, _ECSSMLEE, { [_er]: _c }, [_m], [0]];
2365
- schema.TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException, ECSServiceMappingLimitExceededException$1);
2366
- var ECSTarget = [
2351
+ var DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
2352
+ schema.TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException$, DeploymentTargetDoesNotExistException);
2353
+ var DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE, { [_er]: _c }, [_m], [0]];
2354
+ schema.TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException$, DeploymentTargetIdRequiredException);
2355
+ var DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE, { [_er]: _c }, [_m], [0]];
2356
+ schema.TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException$, DeploymentTargetListSizeExceededException);
2357
+ var DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII, 0, [_iNn], [0]];
2358
+ var DescriptionTooLongException$ = [-3, n0, _DTLE, { [_er]: _c }, [_m], [0]];
2359
+ schema.TypeRegistry.for(n0).registerError(DescriptionTooLongException$, DescriptionTooLongException);
2360
+ var Diagnostics$ = [3, n0, _D, 0, [_eC, _sN, _m, _lTo], [0, 0, 0, 0]];
2361
+ var EC2TagFilter$ = [3, n0, _ECTF, 0, [_K, _V, _T], [0, 0, 0]];
2362
+ var EC2TagSet$ = [3, n0, _ECTS, 0, [_eTSL], [() => EC2TagSetList]];
2363
+ var ECSService$ = [3, n0, _ECSS, 0, [_sNe, _cN], [0, 0]];
2364
+ var ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE, { [_er]: _c }, [_m], [0]];
2365
+ schema.TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException$, ECSServiceMappingLimitExceededException);
2366
+ var ECSTarget$ = [
2367
2367
  3,
2368
2368
  n0,
2369
2369
  _ECST,
@@ -2371,17 +2371,17 @@ var ECSTarget = [
2371
2371
  [_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
2372
2372
  [0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList],
2373
2373
  ];
2374
- var ECSTaskSet = [
2374
+ var ECSTaskSet$ = [
2375
2375
  3,
2376
2376
  n0,
2377
2377
  _ECSTS,
2378
2378
  0,
2379
2379
  [_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
2380
- [0, 1, 1, 1, 0, 1, () => TargetGroupInfo, 0],
2380
+ [0, 1, 1, 1, 0, 1, () => TargetGroupInfo$, 0],
2381
2381
  ];
2382
- var ELBInfo = [3, n0, _ELBI, 0, [_n], [0]];
2383
- var ErrorInformation = [3, n0, _EI, 0, [_cod, _m], [0, 0]];
2384
- var GenericRevisionInfo = [
2382
+ var ELBInfo$ = [3, n0, _ELBI, 0, [_n], [0]];
2383
+ var ErrorInformation$ = [3, n0, _EI, 0, [_cod, _m], [0, 0]];
2384
+ var GenericRevisionInfo$ = [
2385
2385
  3,
2386
2386
  n0,
2387
2387
  _GRI,
@@ -2389,55 +2389,62 @@ var GenericRevisionInfo = [
2389
2389
  [_d, _dG, _fUT, _lUT, _rTe],
2390
2390
  [0, 64 | 0, 4, 4, 4],
2391
2391
  ];
2392
- var GetApplicationInput = [3, n0, _GAI, 0, [_aN], [0]];
2393
- var GetApplicationOutput = [3, n0, _GAO, 0, [_ap], [() => ApplicationInfo]];
2394
- var GetApplicationRevisionInput = [
2392
+ var GetApplicationInput$ = [3, n0, _GAI, 0, [_aN], [0]];
2393
+ var GetApplicationOutput$ = [3, n0, _GAO, 0, [_ap], [() => ApplicationInfo$]];
2394
+ var GetApplicationRevisionInput$ = [
2395
2395
  3,
2396
2396
  n0,
2397
2397
  _GARI,
2398
2398
  0,
2399
2399
  [_aN, _re],
2400
- [0, () => RevisionLocation],
2400
+ [0, () => RevisionLocation$],
2401
2401
  ];
2402
- var GetApplicationRevisionOutput = [
2402
+ var GetApplicationRevisionOutput$ = [
2403
2403
  3,
2404
2404
  n0,
2405
2405
  _GARO,
2406
2406
  0,
2407
2407
  [_aN, _re, _rIe],
2408
- [0, () => RevisionLocation, () => GenericRevisionInfo],
2408
+ [0, () => RevisionLocation$, () => GenericRevisionInfo$],
2409
2409
  ];
2410
- var GetDeploymentConfigInput = [3, n0, _GDCI, 0, [_dCN], [0]];
2411
- var GetDeploymentConfigOutput = [3, n0, _GDCO, 0, [_dCIe], [() => DeploymentConfigInfo]];
2412
- var GetDeploymentGroupInput = [3, n0, _GDGI, 0, [_aN, _dGNe], [0, 0]];
2413
- var GetDeploymentGroupOutput = [3, n0, _GDGO, 0, [_dGIep], [() => DeploymentGroupInfo]];
2414
- var GetDeploymentInput = [3, n0, _GDI, 0, [_dI], [0]];
2415
- var GetDeploymentInstanceInput = [3, n0, _GDII, 0, [_dI, _iIns], [0, 0]];
2416
- var GetDeploymentInstanceOutput = [3, n0, _GDIO, 0, [_iSn], [() => InstanceSummary]];
2417
- var GetDeploymentOutput = [3, n0, _GDO, 0, [_dIepl], [() => DeploymentInfo]];
2418
- var GetDeploymentTargetInput = [3, n0, _GDTI, 0, [_dI, _tIa], [0, 0]];
2419
- var GetDeploymentTargetOutput = [3, n0, _GDTO, 0, [_dTep], [() => DeploymentTarget]];
2420
- var GetOnPremisesInstanceInput = [3, n0, _GOPII, 0, [_iNn], [0]];
2421
- var GetOnPremisesInstanceOutput = [3, n0, _GOPIO, 0, [_iInst], [() => InstanceInfo]];
2422
- var GitHubAccountTokenDoesNotExistException = [-3, n0, _GHATDNEE, { [_er]: _c }, [_m], [0]];
2423
- schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException, GitHubAccountTokenDoesNotExistException$1);
2424
- var GitHubAccountTokenNameRequiredException = [-3, n0, _GHATNRE, { [_er]: _c }, [_m], [0]];
2425
- schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException, GitHubAccountTokenNameRequiredException$1);
2426
- var GitHubLocation = [3, n0, _GHL, 0, [_rep, _cI], [0, 0]];
2427
- var GreenFleetProvisioningOption = [3, n0, _GFPO, 0, [_ac], [0]];
2428
- var IamArnRequiredException = [-3, n0, _IARE, { [_er]: _c }, [_m], [0]];
2429
- schema.TypeRegistry.for(n0).registerError(IamArnRequiredException, IamArnRequiredException$1);
2430
- var IamSessionArnAlreadyRegisteredException = [-3, n0, _ISAARE, { [_er]: _c }, [_m], [0]];
2431
- schema.TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException, IamSessionArnAlreadyRegisteredException$1);
2432
- var IamUserArnAlreadyRegisteredException = [-3, n0, _IUAARE, { [_er]: _c }, [_m], [0]];
2433
- schema.TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException, IamUserArnAlreadyRegisteredException$1);
2434
- var IamUserArnRequiredException = [-3, n0, _IUARE, { [_er]: _c }, [_m], [0]];
2435
- schema.TypeRegistry.for(n0).registerError(IamUserArnRequiredException, IamUserArnRequiredException$1);
2436
- var InstanceDoesNotExistException = [-3, n0, _IDNEE, { [_er]: _c }, [_m], [0]];
2437
- schema.TypeRegistry.for(n0).registerError(InstanceDoesNotExistException, InstanceDoesNotExistException$1);
2438
- var InstanceIdRequiredException = [-3, n0, _IIRE, { [_er]: _c }, [_m], [0]];
2439
- schema.TypeRegistry.for(n0).registerError(InstanceIdRequiredException, InstanceIdRequiredException$1);
2440
- var InstanceInfo = [
2410
+ var GetDeploymentConfigInput$ = [3, n0, _GDCI, 0, [_dCN], [0]];
2411
+ var GetDeploymentConfigOutput$ = [
2412
+ 3,
2413
+ n0,
2414
+ _GDCO,
2415
+ 0,
2416
+ [_dCIe],
2417
+ [() => DeploymentConfigInfo$],
2418
+ ];
2419
+ var GetDeploymentGroupInput$ = [3, n0, _GDGI, 0, [_aN, _dGNe], [0, 0]];
2420
+ var GetDeploymentGroupOutput$ = [3, n0, _GDGO, 0, [_dGIep], [() => DeploymentGroupInfo$]];
2421
+ var GetDeploymentInput$ = [3, n0, _GDI, 0, [_dI], [0]];
2422
+ var GetDeploymentInstanceInput$ = [3, n0, _GDII, 0, [_dI, _iIns], [0, 0]];
2423
+ var GetDeploymentInstanceOutput$ = [3, n0, _GDIO, 0, [_iSn], [() => InstanceSummary$]];
2424
+ var GetDeploymentOutput$ = [3, n0, _GDO, 0, [_dIepl], [() => DeploymentInfo$]];
2425
+ var GetDeploymentTargetInput$ = [3, n0, _GDTI, 0, [_dI, _tIa], [0, 0]];
2426
+ var GetDeploymentTargetOutput$ = [3, n0, _GDTO, 0, [_dTep], [() => DeploymentTarget$]];
2427
+ var GetOnPremisesInstanceInput$ = [3, n0, _GOPII, 0, [_iNn], [0]];
2428
+ var GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO, 0, [_iInst], [() => InstanceInfo$]];
2429
+ var GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE, { [_er]: _c }, [_m], [0]];
2430
+ schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException$, GitHubAccountTokenDoesNotExistException);
2431
+ var GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE, { [_er]: _c }, [_m], [0]];
2432
+ schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException$, GitHubAccountTokenNameRequiredException);
2433
+ var GitHubLocation$ = [3, n0, _GHL, 0, [_rep, _cI], [0, 0]];
2434
+ var GreenFleetProvisioningOption$ = [3, n0, _GFPO, 0, [_ac], [0]];
2435
+ var IamArnRequiredException$ = [-3, n0, _IARE, { [_er]: _c }, [_m], [0]];
2436
+ schema.TypeRegistry.for(n0).registerError(IamArnRequiredException$, IamArnRequiredException);
2437
+ var IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE, { [_er]: _c }, [_m], [0]];
2438
+ schema.TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException$, IamSessionArnAlreadyRegisteredException);
2439
+ var IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE, { [_er]: _c }, [_m], [0]];
2440
+ schema.TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException$, IamUserArnAlreadyRegisteredException);
2441
+ var IamUserArnRequiredException$ = [-3, n0, _IUARE, { [_er]: _c }, [_m], [0]];
2442
+ schema.TypeRegistry.for(n0).registerError(IamUserArnRequiredException$, IamUserArnRequiredException);
2443
+ var InstanceDoesNotExistException$ = [-3, n0, _IDNEE, { [_er]: _c }, [_m], [0]];
2444
+ schema.TypeRegistry.for(n0).registerError(InstanceDoesNotExistException$, InstanceDoesNotExistException);
2445
+ var InstanceIdRequiredException$ = [-3, n0, _IIRE, { [_er]: _c }, [_m], [0]];
2446
+ schema.TypeRegistry.for(n0).registerError(InstanceIdRequiredException$, InstanceIdRequiredException);
2447
+ var InstanceInfo$ = [
2441
2448
  3,
2442
2449
  n0,
2443
2450
  _II,
@@ -2445,15 +2452,15 @@ var InstanceInfo = [
2445
2452
  [_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
2446
2453
  [0, 0, 0, 0, 4, 4, () => TagList],
2447
2454
  ];
2448
- var InstanceLimitExceededException = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
2449
- schema.TypeRegistry.for(n0).registerError(InstanceLimitExceededException, InstanceLimitExceededException$1);
2450
- var InstanceNameAlreadyRegisteredException = [-3, n0, _INARE, { [_er]: _c }, [_m], [0]];
2451
- schema.TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException, InstanceNameAlreadyRegisteredException$1);
2452
- var InstanceNameRequiredException = [-3, n0, _INRE, { [_er]: _c }, [_m], [0]];
2453
- schema.TypeRegistry.for(n0).registerError(InstanceNameRequiredException, InstanceNameRequiredException$1);
2454
- var InstanceNotRegisteredException = [-3, n0, _INREn, { [_er]: _c }, [_m], [0]];
2455
- schema.TypeRegistry.for(n0).registerError(InstanceNotRegisteredException, InstanceNotRegisteredException$1);
2456
- var InstanceSummary = [
2455
+ var InstanceLimitExceededException$ = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
2456
+ schema.TypeRegistry.for(n0).registerError(InstanceLimitExceededException$, InstanceLimitExceededException);
2457
+ var InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE, { [_er]: _c }, [_m], [0]];
2458
+ schema.TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException$, InstanceNameAlreadyRegisteredException);
2459
+ var InstanceNameRequiredException$ = [-3, n0, _INRE, { [_er]: _c }, [_m], [0]];
2460
+ schema.TypeRegistry.for(n0).registerError(InstanceNameRequiredException$, InstanceNameRequiredException);
2461
+ var InstanceNotRegisteredException$ = [-3, n0, _INREn, { [_er]: _c }, [_m], [0]];
2462
+ schema.TypeRegistry.for(n0).registerError(InstanceNotRegisteredException$, InstanceNotRegisteredException);
2463
+ var InstanceSummary$ = [
2457
2464
  3,
2458
2465
  n0,
2459
2466
  _IS,
@@ -2461,7 +2468,7 @@ var InstanceSummary = [
2461
2468
  [_dI, _iIns, _st, _lUA, _lE, _iTn],
2462
2469
  [0, 0, 0, 4, () => LifecycleEventList, 0],
2463
2470
  ];
2464
- var InstanceTarget = [
2471
+ var InstanceTarget$ = [
2465
2472
  3,
2466
2473
  n0,
2467
2474
  _IT,
@@ -2469,17 +2476,17 @@ var InstanceTarget = [
2469
2476
  [_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
2470
2477
  [0, 0, 0, 0, 4, () => LifecycleEventList, 0],
2471
2478
  ];
2472
- var InvalidAlarmConfigException = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
2473
- schema.TypeRegistry.for(n0).registerError(InvalidAlarmConfigException, InvalidAlarmConfigException$1);
2474
- var InvalidApplicationNameException = [-3, n0, _IANE, { [_er]: _c }, [_m], [0]];
2475
- schema.TypeRegistry.for(n0).registerError(InvalidApplicationNameException, InvalidApplicationNameException$1);
2476
- var InvalidArnException = [-3, n0, _IAE, { [_er]: _c }, [_m], [0]];
2477
- schema.TypeRegistry.for(n0).registerError(InvalidArnException, InvalidArnException$1);
2478
- var InvalidAutoRollbackConfigException = [-3, n0, _IARCE, { [_er]: _c }, [_m], [0]];
2479
- schema.TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException, InvalidAutoRollbackConfigException$1);
2480
- var InvalidAutoScalingGroupException = [-3, n0, _IASGE, { [_er]: _c }, [_m], [0]];
2481
- schema.TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException, InvalidAutoScalingGroupException$1);
2482
- var InvalidBlueGreenDeploymentConfigurationException = [
2479
+ var InvalidAlarmConfigException$ = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
2480
+ schema.TypeRegistry.for(n0).registerError(InvalidAlarmConfigException$, InvalidAlarmConfigException);
2481
+ var InvalidApplicationNameException$ = [-3, n0, _IANE, { [_er]: _c }, [_m], [0]];
2482
+ schema.TypeRegistry.for(n0).registerError(InvalidApplicationNameException$, InvalidApplicationNameException);
2483
+ var InvalidArnException$ = [-3, n0, _IAE, { [_er]: _c }, [_m], [0]];
2484
+ schema.TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
2485
+ var InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE, { [_er]: _c }, [_m], [0]];
2486
+ schema.TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException$, InvalidAutoRollbackConfigException);
2487
+ var InvalidAutoScalingGroupException$ = [-3, n0, _IASGE, { [_er]: _c }, [_m], [0]];
2488
+ schema.TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException$, InvalidAutoScalingGroupException);
2489
+ var InvalidBlueGreenDeploymentConfigurationException$ = [
2483
2490
  -3,
2484
2491
  n0,
2485
2492
  _IBGDCE,
@@ -2487,48 +2494,48 @@ var InvalidBlueGreenDeploymentConfigurationException = [
2487
2494
  [_m],
2488
2495
  [0],
2489
2496
  ];
2490
- schema.TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException, InvalidBlueGreenDeploymentConfigurationException$1);
2491
- var InvalidBucketNameFilterException = [-3, n0, _IBNFE, { [_er]: _c }, [_m], [0]];
2492
- schema.TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException, InvalidBucketNameFilterException$1);
2493
- var InvalidComputePlatformException = [-3, n0, _ICPE, { [_er]: _c }, [_m], [0]];
2494
- schema.TypeRegistry.for(n0).registerError(InvalidComputePlatformException, InvalidComputePlatformException$1);
2495
- var InvalidDeployedStateFilterException = [-3, n0, _IDSFE, { [_er]: _c }, [_m], [0]];
2496
- schema.TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException, InvalidDeployedStateFilterException$1);
2497
- var InvalidDeploymentConfigNameException = [-3, n0, _IDCNE, { [_er]: _c }, [_m], [0]];
2498
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException, InvalidDeploymentConfigNameException$1);
2499
- var InvalidDeploymentGroupNameException = [-3, n0, _IDGNE, { [_er]: _c }, [_m], [0]];
2500
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException, InvalidDeploymentGroupNameException$1);
2501
- var InvalidDeploymentIdException = [-3, n0, _IDIE, { [_er]: _c }, [_m], [0]];
2502
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentIdException, InvalidDeploymentIdException$1);
2503
- var InvalidDeploymentInstanceTypeException = [-3, n0, _IDITE, { [_er]: _c }, [_m], [0]];
2504
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException, InvalidDeploymentInstanceTypeException$1);
2505
- var InvalidDeploymentStatusException = [-3, n0, _IDSE, { [_er]: _c }, [_m], [0]];
2506
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException, InvalidDeploymentStatusException$1);
2507
- var InvalidDeploymentStyleException = [-3, n0, _IDSEn, { [_er]: _c }, [_m], [0]];
2508
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException, InvalidDeploymentStyleException$1);
2509
- var InvalidDeploymentTargetIdException = [-3, n0, _IDTIE, { [_er]: _c }, [_m], [0]];
2510
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException, InvalidDeploymentTargetIdException$1);
2511
- var InvalidDeploymentWaitTypeException = [-3, n0, _IDWTE, { [_er]: _c }, [_m], [0]];
2512
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException, InvalidDeploymentWaitTypeException$1);
2513
- var InvalidEC2TagCombinationException = [-3, n0, _IECTCE, { [_er]: _c }, [_m], [0]];
2514
- schema.TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException, InvalidEC2TagCombinationException$1);
2515
- var InvalidEC2TagException = [-3, n0, _IECTE, { [_er]: _c }, [_m], [0]];
2516
- schema.TypeRegistry.for(n0).registerError(InvalidEC2TagException, InvalidEC2TagException$1);
2517
- var InvalidECSServiceException = [-3, n0, _IECSSE, { [_er]: _c }, [_m], [0]];
2518
- schema.TypeRegistry.for(n0).registerError(InvalidECSServiceException, InvalidECSServiceException$1);
2519
- var InvalidExternalIdException = [-3, n0, _IEIE, { [_er]: _c }, [_m], [0]];
2520
- schema.TypeRegistry.for(n0).registerError(InvalidExternalIdException, InvalidExternalIdException$1);
2521
- var InvalidFileExistsBehaviorException = [-3, n0, _IFEBE, { [_er]: _c }, [_m], [0]];
2522
- schema.TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException, InvalidFileExistsBehaviorException$1);
2523
- var InvalidGitHubAccountTokenException = [-3, n0, _IGHATE, { [_er]: _c }, [_m], [0]];
2524
- schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException, InvalidGitHubAccountTokenException$1);
2525
- var InvalidGitHubAccountTokenNameException = [-3, n0, _IGHATNE, { [_er]: _c }, [_m], [0]];
2526
- schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException, InvalidGitHubAccountTokenNameException$1);
2527
- var InvalidIamSessionArnException = [-3, n0, _IISAE, { [_er]: _c }, [_m], [0]];
2528
- schema.TypeRegistry.for(n0).registerError(InvalidIamSessionArnException, InvalidIamSessionArnException$1);
2529
- var InvalidIamUserArnException = [-3, n0, _IIUAE, { [_er]: _c }, [_m], [0]];
2530
- schema.TypeRegistry.for(n0).registerError(InvalidIamUserArnException, InvalidIamUserArnException$1);
2531
- var InvalidIgnoreApplicationStopFailuresValueException = [
2497
+ schema.TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException$, InvalidBlueGreenDeploymentConfigurationException);
2498
+ var InvalidBucketNameFilterException$ = [-3, n0, _IBNFE, { [_er]: _c }, [_m], [0]];
2499
+ schema.TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException$, InvalidBucketNameFilterException);
2500
+ var InvalidComputePlatformException$ = [-3, n0, _ICPE, { [_er]: _c }, [_m], [0]];
2501
+ schema.TypeRegistry.for(n0).registerError(InvalidComputePlatformException$, InvalidComputePlatformException);
2502
+ var InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE, { [_er]: _c }, [_m], [0]];
2503
+ schema.TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException$, InvalidDeployedStateFilterException);
2504
+ var InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE, { [_er]: _c }, [_m], [0]];
2505
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException$, InvalidDeploymentConfigNameException);
2506
+ var InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE, { [_er]: _c }, [_m], [0]];
2507
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException$, InvalidDeploymentGroupNameException);
2508
+ var InvalidDeploymentIdException$ = [-3, n0, _IDIE, { [_er]: _c }, [_m], [0]];
2509
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentIdException$, InvalidDeploymentIdException);
2510
+ var InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE, { [_er]: _c }, [_m], [0]];
2511
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException$, InvalidDeploymentInstanceTypeException);
2512
+ var InvalidDeploymentStatusException$ = [-3, n0, _IDSE, { [_er]: _c }, [_m], [0]];
2513
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException$, InvalidDeploymentStatusException);
2514
+ var InvalidDeploymentStyleException$ = [-3, n0, _IDSEn, { [_er]: _c }, [_m], [0]];
2515
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException$, InvalidDeploymentStyleException);
2516
+ var InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE, { [_er]: _c }, [_m], [0]];
2517
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException$, InvalidDeploymentTargetIdException);
2518
+ var InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE, { [_er]: _c }, [_m], [0]];
2519
+ schema.TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException$, InvalidDeploymentWaitTypeException);
2520
+ var InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE, { [_er]: _c }, [_m], [0]];
2521
+ schema.TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException$, InvalidEC2TagCombinationException);
2522
+ var InvalidEC2TagException$ = [-3, n0, _IECTE, { [_er]: _c }, [_m], [0]];
2523
+ schema.TypeRegistry.for(n0).registerError(InvalidEC2TagException$, InvalidEC2TagException);
2524
+ var InvalidECSServiceException$ = [-3, n0, _IECSSE, { [_er]: _c }, [_m], [0]];
2525
+ schema.TypeRegistry.for(n0).registerError(InvalidECSServiceException$, InvalidECSServiceException);
2526
+ var InvalidExternalIdException$ = [-3, n0, _IEIE, { [_er]: _c }, [_m], [0]];
2527
+ schema.TypeRegistry.for(n0).registerError(InvalidExternalIdException$, InvalidExternalIdException);
2528
+ var InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE, { [_er]: _c }, [_m], [0]];
2529
+ schema.TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException$, InvalidFileExistsBehaviorException);
2530
+ var InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE, { [_er]: _c }, [_m], [0]];
2531
+ schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException$, InvalidGitHubAccountTokenException);
2532
+ var InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE, { [_er]: _c }, [_m], [0]];
2533
+ schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException$, InvalidGitHubAccountTokenNameException);
2534
+ var InvalidIamSessionArnException$ = [-3, n0, _IISAE, { [_er]: _c }, [_m], [0]];
2535
+ schema.TypeRegistry.for(n0).registerError(InvalidIamSessionArnException$, InvalidIamSessionArnException);
2536
+ var InvalidIamUserArnException$ = [-3, n0, _IIUAE, { [_er]: _c }, [_m], [0]];
2537
+ schema.TypeRegistry.for(n0).registerError(InvalidIamUserArnException$, InvalidIamUserArnException);
2538
+ var InvalidIgnoreApplicationStopFailuresValueException$ = [
2532
2539
  -3,
2533
2540
  n0,
2534
2541
  _IIASFVE,
@@ -2536,18 +2543,18 @@ var InvalidIgnoreApplicationStopFailuresValueException = [
2536
2543
  [_m],
2537
2544
  [0],
2538
2545
  ];
2539
- schema.TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException, InvalidIgnoreApplicationStopFailuresValueException$1);
2540
- var InvalidInputException = [-3, n0, _IIE, { [_er]: _c }, [_m], [0]];
2541
- schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
2542
- var InvalidInstanceNameException = [-3, n0, _IINE, { [_er]: _c }, [_m], [0]];
2543
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceNameException, InvalidInstanceNameException$1);
2544
- var InvalidInstanceStatusException = [-3, n0, _IISE, { [_er]: _c }, [_m], [0]];
2545
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceStatusException, InvalidInstanceStatusException$1);
2546
- var InvalidInstanceTypeException = [-3, n0, _IITE, { [_er]: _c }, [_m], [0]];
2547
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceTypeException, InvalidInstanceTypeException$1);
2548
- var InvalidKeyPrefixFilterException = [-3, n0, _IKPFE, { [_er]: _c }, [_m], [0]];
2549
- schema.TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException, InvalidKeyPrefixFilterException$1);
2550
- var InvalidLifecycleEventHookExecutionIdException = [
2546
+ schema.TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException$, InvalidIgnoreApplicationStopFailuresValueException);
2547
+ var InvalidInputException$ = [-3, n0, _IIE, { [_er]: _c }, [_m], [0]];
2548
+ schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
2549
+ var InvalidInstanceNameException$ = [-3, n0, _IINE, { [_er]: _c }, [_m], [0]];
2550
+ schema.TypeRegistry.for(n0).registerError(InvalidInstanceNameException$, InvalidInstanceNameException);
2551
+ var InvalidInstanceStatusException$ = [-3, n0, _IISE, { [_er]: _c }, [_m], [0]];
2552
+ schema.TypeRegistry.for(n0).registerError(InvalidInstanceStatusException$, InvalidInstanceStatusException);
2553
+ var InvalidInstanceTypeException$ = [-3, n0, _IITE, { [_er]: _c }, [_m], [0]];
2554
+ schema.TypeRegistry.for(n0).registerError(InvalidInstanceTypeException$, InvalidInstanceTypeException);
2555
+ var InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE, { [_er]: _c }, [_m], [0]];
2556
+ schema.TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException$, InvalidKeyPrefixFilterException);
2557
+ var InvalidLifecycleEventHookExecutionIdException$ = [
2551
2558
  -3,
2552
2559
  n0,
2553
2560
  _ILEHEIE,
@@ -2555,8 +2562,8 @@ var InvalidLifecycleEventHookExecutionIdException = [
2555
2562
  [_m],
2556
2563
  [0],
2557
2564
  ];
2558
- schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException, InvalidLifecycleEventHookExecutionIdException$1);
2559
- var InvalidLifecycleEventHookExecutionStatusException = [
2565
+ schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionIdException$, InvalidLifecycleEventHookExecutionIdException);
2566
+ var InvalidLifecycleEventHookExecutionStatusException$ = [
2560
2567
  -3,
2561
2568
  n0,
2562
2569
  _ILEHESE,
@@ -2564,46 +2571,46 @@ var InvalidLifecycleEventHookExecutionStatusException = [
2564
2571
  [_m],
2565
2572
  [0],
2566
2573
  ];
2567
- schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException, InvalidLifecycleEventHookExecutionStatusException$1);
2568
- var InvalidLoadBalancerInfoException = [-3, n0, _ILBIE, { [_er]: _c }, [_m], [0]];
2569
- schema.TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException, InvalidLoadBalancerInfoException$1);
2570
- var InvalidMinimumHealthyHostValueException = [-3, n0, _IMHHVE, { [_er]: _c }, [_m], [0]];
2571
- schema.TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException, InvalidMinimumHealthyHostValueException$1);
2572
- var InvalidNextTokenException = [-3, n0, _INTE, { [_er]: _c }, [_m], [0]];
2573
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
2574
- var InvalidOnPremisesTagCombinationException = [-3, n0, _IOPTCE, { [_er]: _c }, [_m], [0]];
2575
- schema.TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException, InvalidOnPremisesTagCombinationException$1);
2576
- var InvalidOperationException = [-3, n0, _IOE, { [_er]: _c }, [_m], [0]];
2577
- schema.TypeRegistry.for(n0).registerError(InvalidOperationException, InvalidOperationException$1);
2578
- var InvalidRegistrationStatusException = [-3, n0, _IRSE, { [_er]: _c }, [_m], [0]];
2579
- schema.TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException, InvalidRegistrationStatusException$1);
2580
- var InvalidRevisionException = [-3, n0, _IRE, { [_er]: _c }, [_m], [0]];
2581
- schema.TypeRegistry.for(n0).registerError(InvalidRevisionException, InvalidRevisionException$1);
2582
- var InvalidRoleException = [-3, n0, _IREn, { [_er]: _c }, [_m], [0]];
2583
- schema.TypeRegistry.for(n0).registerError(InvalidRoleException, InvalidRoleException$1);
2584
- var InvalidSortByException = [-3, n0, _ISBE, { [_er]: _c }, [_m], [0]];
2585
- schema.TypeRegistry.for(n0).registerError(InvalidSortByException, InvalidSortByException$1);
2586
- var InvalidSortOrderException = [-3, n0, _ISOE, { [_er]: _c }, [_m], [0]];
2587
- schema.TypeRegistry.for(n0).registerError(InvalidSortOrderException, InvalidSortOrderException$1);
2588
- var InvalidTagException = [-3, n0, _ITE, { [_er]: _c }, [_m], [0]];
2589
- schema.TypeRegistry.for(n0).registerError(InvalidTagException, InvalidTagException$1);
2590
- var InvalidTagFilterException = [-3, n0, _ITFE, { [_er]: _c }, [_m], [0]];
2591
- schema.TypeRegistry.for(n0).registerError(InvalidTagFilterException, InvalidTagFilterException$1);
2592
- var InvalidTagsToAddException = [-3, n0, _ITTAE, { [_er]: _c }, [_m], [0]];
2593
- schema.TypeRegistry.for(n0).registerError(InvalidTagsToAddException, InvalidTagsToAddException$1);
2594
- var InvalidTargetFilterNameException = [-3, n0, _ITFNE, { [_er]: _c }, [_m], [0]];
2595
- schema.TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException, InvalidTargetFilterNameException$1);
2596
- var InvalidTargetGroupPairException = [-3, n0, _ITGPE, { [_er]: _c }, [_m], [0]];
2597
- schema.TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException, InvalidTargetGroupPairException$1);
2598
- var InvalidTargetInstancesException = [-3, n0, _ITIE, { [_er]: _c }, [_m], [0]];
2599
- schema.TypeRegistry.for(n0).registerError(InvalidTargetInstancesException, InvalidTargetInstancesException$1);
2600
- var InvalidTimeRangeException = [-3, n0, _ITRE, { [_er]: _c }, [_m], [0]];
2601
- schema.TypeRegistry.for(n0).registerError(InvalidTimeRangeException, InvalidTimeRangeException$1);
2602
- var InvalidTrafficRoutingConfigurationException = [-3, n0, _ITRCE, { [_er]: _c }, [_m], [0]];
2603
- schema.TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException, InvalidTrafficRoutingConfigurationException$1);
2604
- var InvalidTriggerConfigException = [-3, n0, _ITCE, { [_er]: _c }, [_m], [0]];
2605
- schema.TypeRegistry.for(n0).registerError(InvalidTriggerConfigException, InvalidTriggerConfigException$1);
2606
- var InvalidUpdateOutdatedInstancesOnlyValueException = [
2574
+ schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException$, InvalidLifecycleEventHookExecutionStatusException);
2575
+ var InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE, { [_er]: _c }, [_m], [0]];
2576
+ schema.TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException$, InvalidLoadBalancerInfoException);
2577
+ var InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE, { [_er]: _c }, [_m], [0]];
2578
+ schema.TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException$, InvalidMinimumHealthyHostValueException);
2579
+ var InvalidNextTokenException$ = [-3, n0, _INTE, { [_er]: _c }, [_m], [0]];
2580
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
2581
+ var InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE, { [_er]: _c }, [_m], [0]];
2582
+ schema.TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException$, InvalidOnPremisesTagCombinationException);
2583
+ var InvalidOperationException$ = [-3, n0, _IOE, { [_er]: _c }, [_m], [0]];
2584
+ schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
2585
+ var InvalidRegistrationStatusException$ = [-3, n0, _IRSE, { [_er]: _c }, [_m], [0]];
2586
+ schema.TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException$, InvalidRegistrationStatusException);
2587
+ var InvalidRevisionException$ = [-3, n0, _IRE, { [_er]: _c }, [_m], [0]];
2588
+ schema.TypeRegistry.for(n0).registerError(InvalidRevisionException$, InvalidRevisionException);
2589
+ var InvalidRoleException$ = [-3, n0, _IREn, { [_er]: _c }, [_m], [0]];
2590
+ schema.TypeRegistry.for(n0).registerError(InvalidRoleException$, InvalidRoleException);
2591
+ var InvalidSortByException$ = [-3, n0, _ISBE, { [_er]: _c }, [_m], [0]];
2592
+ schema.TypeRegistry.for(n0).registerError(InvalidSortByException$, InvalidSortByException);
2593
+ var InvalidSortOrderException$ = [-3, n0, _ISOE, { [_er]: _c }, [_m], [0]];
2594
+ schema.TypeRegistry.for(n0).registerError(InvalidSortOrderException$, InvalidSortOrderException);
2595
+ var InvalidTagException$ = [-3, n0, _ITE, { [_er]: _c }, [_m], [0]];
2596
+ schema.TypeRegistry.for(n0).registerError(InvalidTagException$, InvalidTagException);
2597
+ var InvalidTagFilterException$ = [-3, n0, _ITFE, { [_er]: _c }, [_m], [0]];
2598
+ schema.TypeRegistry.for(n0).registerError(InvalidTagFilterException$, InvalidTagFilterException);
2599
+ var InvalidTagsToAddException$ = [-3, n0, _ITTAE, { [_er]: _c }, [_m], [0]];
2600
+ schema.TypeRegistry.for(n0).registerError(InvalidTagsToAddException$, InvalidTagsToAddException);
2601
+ var InvalidTargetFilterNameException$ = [-3, n0, _ITFNE, { [_er]: _c }, [_m], [0]];
2602
+ schema.TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException$, InvalidTargetFilterNameException);
2603
+ var InvalidTargetGroupPairException$ = [-3, n0, _ITGPE, { [_er]: _c }, [_m], [0]];
2604
+ schema.TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException$, InvalidTargetGroupPairException);
2605
+ var InvalidTargetInstancesException$ = [-3, n0, _ITIE, { [_er]: _c }, [_m], [0]];
2606
+ schema.TypeRegistry.for(n0).registerError(InvalidTargetInstancesException$, InvalidTargetInstancesException);
2607
+ var InvalidTimeRangeException$ = [-3, n0, _ITRE, { [_er]: _c }, [_m], [0]];
2608
+ schema.TypeRegistry.for(n0).registerError(InvalidTimeRangeException$, InvalidTimeRangeException);
2609
+ var InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE, { [_er]: _c }, [_m], [0]];
2610
+ schema.TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException$, InvalidTrafficRoutingConfigurationException);
2611
+ var InvalidTriggerConfigException$ = [-3, n0, _ITCE, { [_er]: _c }, [_m], [0]];
2612
+ schema.TypeRegistry.for(n0).registerError(InvalidTriggerConfigException$, InvalidTriggerConfigException);
2613
+ var InvalidUpdateOutdatedInstancesOnlyValueException$ = [
2607
2614
  -3,
2608
2615
  n0,
2609
2616
  _IUOIOVE,
@@ -2611,32 +2618,39 @@ var InvalidUpdateOutdatedInstancesOnlyValueException = [
2611
2618
  [_m],
2612
2619
  [0],
2613
2620
  ];
2614
- schema.TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException, InvalidUpdateOutdatedInstancesOnlyValueException$1);
2615
- var InvalidZonalDeploymentConfigurationException = [-3, n0, _IZDCE, { [_er]: _c }, [_m], [0]];
2616
- schema.TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException, InvalidZonalDeploymentConfigurationException$1);
2617
- var LambdaFunctionInfo = [3, n0, _LFI, 0, [_fN, _fA, _cV, _tV, _tVW], [0, 0, 0, 0, 1]];
2618
- var LambdaTarget = [
2621
+ schema.TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException$, InvalidUpdateOutdatedInstancesOnlyValueException);
2622
+ var InvalidZonalDeploymentConfigurationException$ = [
2623
+ -3,
2624
+ n0,
2625
+ _IZDCE,
2626
+ { [_er]: _c },
2627
+ [_m],
2628
+ [0],
2629
+ ];
2630
+ schema.TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException$, InvalidZonalDeploymentConfigurationException);
2631
+ var LambdaFunctionInfo$ = [3, n0, _LFI, 0, [_fN, _fA, _cV, _tV, _tVW], [0, 0, 0, 0, 1]];
2632
+ var LambdaTarget$ = [
2619
2633
  3,
2620
2634
  n0,
2621
2635
  _LT,
2622
2636
  0,
2623
2637
  [_dI, _tIa, _tA, _st, _lUA, _lE, _lFI],
2624
- [0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo],
2638
+ [0, 0, 0, 0, 4, () => LifecycleEventList, () => LambdaFunctionInfo$],
2625
2639
  ];
2626
- var LastDeploymentInfo = [3, n0, _LDI, 0, [_dI, _st, _eTn, _cT], [0, 0, 4, 4]];
2627
- var LifecycleEvent = [
2640
+ var LastDeploymentInfo$ = [3, n0, _LDI, 0, [_dI, _st, _eTn, _cT], [0, 0, 4, 4]];
2641
+ var LifecycleEvent$ = [
2628
2642
  3,
2629
2643
  n0,
2630
2644
  _LE,
2631
2645
  0,
2632
2646
  [_lEN, _di, _sT, _eTn, _st],
2633
- [0, () => Diagnostics, 4, 4, 0],
2647
+ [0, () => Diagnostics$, 4, 4, 0],
2634
2648
  ];
2635
- var LifecycleEventAlreadyCompletedException = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
2636
- schema.TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException, LifecycleEventAlreadyCompletedException$1);
2637
- var LifecycleHookLimitExceededException = [-3, n0, _LHLEE, { [_er]: _c }, [_m], [0]];
2638
- schema.TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException, LifecycleHookLimitExceededException$1);
2639
- var ListApplicationRevisionsInput = [
2649
+ var LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
2650
+ schema.TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException$, LifecycleEventAlreadyCompletedException);
2651
+ var LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE, { [_er]: _c }, [_m], [0]];
2652
+ schema.TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException$, LifecycleHookLimitExceededException);
2653
+ var ListApplicationRevisionsInput$ = [
2640
2654
  3,
2641
2655
  n0,
2642
2656
  _LARI,
@@ -2644,7 +2658,7 @@ var ListApplicationRevisionsInput = [
2644
2658
  [_aN, _sB, _sO, _sBu, _sKP, _de, _nT],
2645
2659
  [0, 0, 0, 0, 0, 0, 0],
2646
2660
  ];
2647
- var ListApplicationRevisionsOutput = [
2661
+ var ListApplicationRevisionsOutput$ = [
2648
2662
  3,
2649
2663
  n0,
2650
2664
  _LARO,
@@ -2652,13 +2666,13 @@ var ListApplicationRevisionsOutput = [
2652
2666
  [_r, _nT],
2653
2667
  [() => RevisionLocationList, 0],
2654
2668
  ];
2655
- var ListApplicationsInput = [3, n0, _LAI, 0, [_nT], [0]];
2656
- var ListApplicationsOutput = [3, n0, _LAO, 0, [_app, _nT], [64 | 0, 0]];
2657
- var ListDeploymentConfigsInput = [3, n0, _LDCI, 0, [_nT], [0]];
2658
- var ListDeploymentConfigsOutput = [3, n0, _LDCO, 0, [_dCL, _nT], [64 | 0, 0]];
2659
- var ListDeploymentGroupsInput = [3, n0, _LDGI, 0, [_aN, _nT], [0, 0]];
2660
- var ListDeploymentGroupsOutput = [3, n0, _LDGO, 0, [_aN, _dG, _nT], [0, 64 | 0, 0]];
2661
- var ListDeploymentInstancesInput = [
2669
+ var ListApplicationsInput$ = [3, n0, _LAI, 0, [_nT], [0]];
2670
+ var ListApplicationsOutput$ = [3, n0, _LAO, 0, [_app, _nT], [64 | 0, 0]];
2671
+ var ListDeploymentConfigsInput$ = [3, n0, _LDCI, 0, [_nT], [0]];
2672
+ var ListDeploymentConfigsOutput$ = [3, n0, _LDCO, 0, [_dCL, _nT], [64 | 0, 0]];
2673
+ var ListDeploymentGroupsInput$ = [3, n0, _LDGI, 0, [_aN, _nT], [0, 0]];
2674
+ var ListDeploymentGroupsOutput$ = [3, n0, _LDGO, 0, [_aN, _dG, _nT], [0, 64 | 0, 0]];
2675
+ var ListDeploymentInstancesInput$ = [
2662
2676
  3,
2663
2677
  n0,
2664
2678
  _LDII,
@@ -2666,17 +2680,17 @@ var ListDeploymentInstancesInput = [
2666
2680
  [_dI, _nT, _iSF, _iTF],
2667
2681
  [0, 0, 64 | 0, 64 | 0],
2668
2682
  ];
2669
- var ListDeploymentInstancesOutput = [3, n0, _LDIO, 0, [_iLn, _nT], [64 | 0, 0]];
2670
- var ListDeploymentsInput = [
2683
+ var ListDeploymentInstancesOutput$ = [3, n0, _LDIO, 0, [_iLn, _nT], [64 | 0, 0]];
2684
+ var ListDeploymentsInput$ = [
2671
2685
  3,
2672
2686
  n0,
2673
2687
  _LDIi,
2674
2688
  0,
2675
2689
  [_aN, _dGNe, _eI, _iOS, _cTR, _nT],
2676
- [0, 0, 0, 64 | 0, () => TimeRange, 0],
2690
+ [0, 0, 0, 64 | 0, () => TimeRange$, 0],
2677
2691
  ];
2678
- var ListDeploymentsOutput = [3, n0, _LDO, 0, [_dep, _nT], [64 | 0, 0]];
2679
- var ListDeploymentTargetsInput = [
2692
+ var ListDeploymentsOutput$ = [3, n0, _LDO, 0, [_dep, _nT], [64 | 0, 0]];
2693
+ var ListDeploymentTargetsInput$ = [
2680
2694
  3,
2681
2695
  n0,
2682
2696
  _LDTI,
@@ -2684,10 +2698,10 @@ var ListDeploymentTargetsInput = [
2684
2698
  [_dI, _nT, _tF],
2685
2699
  [0, 0, [2, n0, _TF, 0, 0, 64 | 0]],
2686
2700
  ];
2687
- var ListDeploymentTargetsOutput = [3, n0, _LDTO, 0, [_tI, _nT], [64 | 0, 0]];
2688
- var ListGitHubAccountTokenNamesInput = [3, n0, _LGHATNI, 0, [_nT], [0]];
2689
- var ListGitHubAccountTokenNamesOutput = [3, n0, _LGHATNO, 0, [_tNL, _nT], [64 | 0, 0]];
2690
- var ListOnPremisesInstancesInput = [
2701
+ var ListDeploymentTargetsOutput$ = [3, n0, _LDTO, 0, [_tI, _nT], [64 | 0, 0]];
2702
+ var ListGitHubAccountTokenNamesInput$ = [3, n0, _LGHATNI, 0, [_nT], [0]];
2703
+ var ListGitHubAccountTokenNamesOutput$ = [3, n0, _LGHATNO, 0, [_tNL, _nT], [64 | 0, 0]];
2704
+ var ListOnPremisesInstancesInput$ = [
2691
2705
  3,
2692
2706
  n0,
2693
2707
  _LOPII,
@@ -2695,10 +2709,10 @@ var ListOnPremisesInstancesInput = [
2695
2709
  [_rS, _tFa, _nT],
2696
2710
  [0, () => TagFilterList, 0],
2697
2711
  ];
2698
- var ListOnPremisesInstancesOutput = [3, n0, _LOPIO, 0, [_iN, _nT], [64 | 0, 0]];
2699
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA, _NT], [0, 0]];
2700
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
2701
- var LoadBalancerInfo = [
2712
+ var ListOnPremisesInstancesOutput$ = [3, n0, _LOPIO, 0, [_iN, _nT], [64 | 0, 0]];
2713
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA, _NT], [0, 0]];
2714
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
2715
+ var LoadBalancerInfo$ = [
2702
2716
  3,
2703
2717
  n0,
2704
2718
  _LBI,
@@ -2706,14 +2720,14 @@ var LoadBalancerInfo = [
2706
2720
  [_eIL, _tGIL, _tGPIL],
2707
2721
  [() => ELBInfoList, () => TargetGroupInfoList, () => TargetGroupPairInfoList],
2708
2722
  ];
2709
- var MinimumHealthyHosts = [3, n0, _MHH, 0, [_ty, _v], [0, 1]];
2710
- var MinimumHealthyHostsPerZone = [3, n0, _MHHPZ, 0, [_ty, _v], [0, 1]];
2711
- var MultipleIamArnsProvidedException = [-3, n0, _MIAPE, { [_er]: _c }, [_m], [0]];
2712
- schema.TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException, MultipleIamArnsProvidedException$1);
2713
- var OnPremisesTagSet = [3, n0, _OPTS, 0, [_oPTSL], [() => OnPremisesTagSetList]];
2714
- var OperationNotSupportedException = [-3, n0, _ONSE, { [_er]: _c }, [_m], [0]];
2715
- schema.TypeRegistry.for(n0).registerError(OperationNotSupportedException, OperationNotSupportedException$1);
2716
- var PutLifecycleEventHookExecutionStatusInput = [
2723
+ var MinimumHealthyHosts$ = [3, n0, _MHH, 0, [_ty, _v], [0, 1]];
2724
+ var MinimumHealthyHostsPerZone$ = [3, n0, _MHHPZ, 0, [_ty, _v], [0, 1]];
2725
+ var MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE, { [_er]: _c }, [_m], [0]];
2726
+ schema.TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException$, MultipleIamArnsProvidedException);
2727
+ var OnPremisesTagSet$ = [3, n0, _OPTS, 0, [_oPTSL], [() => OnPremisesTagSetList]];
2728
+ var OperationNotSupportedException$ = [-3, n0, _ONSE, { [_er]: _c }, [_m], [0]];
2729
+ schema.TypeRegistry.for(n0).registerError(OperationNotSupportedException$, OperationNotSupportedException);
2730
+ var PutLifecycleEventHookExecutionStatusInput$ = [
2717
2731
  3,
2718
2732
  n0,
2719
2733
  _PLEHESI,
@@ -2721,19 +2735,19 @@ var PutLifecycleEventHookExecutionStatusInput = [
2721
2735
  [_dI, _lEHEI, _st],
2722
2736
  [0, 0, 0],
2723
2737
  ];
2724
- var PutLifecycleEventHookExecutionStatusOutput = [3, n0, _PLEHESO, 0, [_lEHEI], [0]];
2725
- var RawString = [3, n0, _RS, 0, [_co, _s], [0, 0]];
2726
- var RegisterApplicationRevisionInput = [
2738
+ var PutLifecycleEventHookExecutionStatusOutput$ = [3, n0, _PLEHESO, 0, [_lEHEI], [0]];
2739
+ var RawString$ = [3, n0, _RS, 0, [_co, _s], [0, 0]];
2740
+ var RegisterApplicationRevisionInput$ = [
2727
2741
  3,
2728
2742
  n0,
2729
2743
  _RARI,
2730
2744
  0,
2731
2745
  [_aN, _d, _re],
2732
- [0, 0, () => RevisionLocation],
2746
+ [0, 0, () => RevisionLocation$],
2733
2747
  ];
2734
- var RegisterOnPremisesInstanceInput = [3, n0, _ROPII, 0, [_iNn, _iSA, _iUA], [0, 0, 0]];
2735
- var RelatedDeployments = [3, n0, _RD, 0, [_aUOIRDI, _aUOIDI], [0, 64 | 0]];
2736
- var RemoveTagsFromOnPremisesInstancesInput = [
2748
+ var RegisterOnPremisesInstanceInput$ = [3, n0, _ROPII, 0, [_iNn, _iSA, _iUA], [0, 0, 0]];
2749
+ var RelatedDeployments$ = [3, n0, _RD, 0, [_aUOIRDI, _aUOIDI], [0, 64 | 0]];
2750
+ var RemoveTagsFromOnPremisesInstancesInput$ = [
2737
2751
  3,
2738
2752
  n0,
2739
2753
  _RTFOPII,
@@ -2741,87 +2755,94 @@ var RemoveTagsFromOnPremisesInstancesInput = [
2741
2755
  [_t, _iN],
2742
2756
  [() => TagList, 64 | 0],
2743
2757
  ];
2744
- var ResourceArnRequiredException = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
2745
- schema.TypeRegistry.for(n0).registerError(ResourceArnRequiredException, ResourceArnRequiredException$1);
2746
- var ResourceValidationException = [-3, n0, _RVE, { [_er]: _c }, [_m], [0]];
2747
- schema.TypeRegistry.for(n0).registerError(ResourceValidationException, ResourceValidationException$1);
2748
- var RevisionDoesNotExistException = [-3, n0, _RDNEE, { [_er]: _c }, [_m], [0]];
2749
- schema.TypeRegistry.for(n0).registerError(RevisionDoesNotExistException, RevisionDoesNotExistException$1);
2750
- var RevisionInfo = [
2758
+ var ResourceArnRequiredException$ = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
2759
+ schema.TypeRegistry.for(n0).registerError(ResourceArnRequiredException$, ResourceArnRequiredException);
2760
+ var ResourceValidationException$ = [-3, n0, _RVE, { [_er]: _c }, [_m], [0]];
2761
+ schema.TypeRegistry.for(n0).registerError(ResourceValidationException$, ResourceValidationException);
2762
+ var RevisionDoesNotExistException$ = [-3, n0, _RDNEE, { [_er]: _c }, [_m], [0]];
2763
+ schema.TypeRegistry.for(n0).registerError(RevisionDoesNotExistException$, RevisionDoesNotExistException);
2764
+ var RevisionInfo$ = [
2751
2765
  3,
2752
2766
  n0,
2753
2767
  _RI,
2754
2768
  0,
2755
2769
  [_rL, _gRI],
2756
- [() => RevisionLocation, () => GenericRevisionInfo],
2770
+ [() => RevisionLocation$, () => GenericRevisionInfo$],
2757
2771
  ];
2758
- var RevisionLocation = [
2772
+ var RevisionLocation$ = [
2759
2773
  3,
2760
2774
  n0,
2761
2775
  _RL,
2762
2776
  0,
2763
2777
  [_rTev, _sL, _gHL, _str, _aSC],
2764
- [0, () => S3Location, () => GitHubLocation, () => RawString, () => AppSpecContent],
2778
+ [0, () => S3Location$, () => GitHubLocation$, () => RawString$, () => AppSpecContent$],
2765
2779
  ];
2766
- var RevisionRequiredException = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
2767
- schema.TypeRegistry.for(n0).registerError(RevisionRequiredException, RevisionRequiredException$1);
2768
- var RoleRequiredException = [-3, n0, _RREo, { [_er]: _c }, [_m], [0]];
2769
- schema.TypeRegistry.for(n0).registerError(RoleRequiredException, RoleRequiredException$1);
2770
- var RollbackInfo = [3, n0, _RIo, 0, [_rDI, _rTDI, _rM], [0, 0, 0]];
2771
- var S3Location = [3, n0, _SL, 0, [_b, _k, _bT, _ve, _eTa], [0, 0, 0, 0, 0]];
2772
- var SkipWaitTimeForInstanceTerminationInput = [3, n0, _SWTFITI, 0, [_dI], [0]];
2773
- var StopDeploymentInput = [3, n0, _SDI, 0, [_dI, _aRE], [0, 2]];
2774
- var StopDeploymentOutput = [3, n0, _SDO, 0, [_st, _sM], [0, 0]];
2775
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2776
- var TagFilter = [3, n0, _TFa, 0, [_K, _V, _T], [0, 0, 0]];
2777
- var TagLimitExceededException = [-3, n0, _TLEE, { [_er]: _c }, [_m], [0]];
2778
- schema.TypeRegistry.for(n0).registerError(TagLimitExceededException, TagLimitExceededException$1);
2779
- var TagRequiredException = [-3, n0, _TRE, { [_er]: _c }, [_m], [0]];
2780
- schema.TypeRegistry.for(n0).registerError(TagRequiredException, TagRequiredException$1);
2781
- var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
2782
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
2783
- var TagSetListLimitExceededException = [-3, n0, _TSLLEE, { [_er]: _c }, [_m], [0]];
2784
- schema.TypeRegistry.for(n0).registerError(TagSetListLimitExceededException, TagSetListLimitExceededException$1);
2785
- var TargetGroupInfo = [3, n0, _TGI, 0, [_n], [0]];
2786
- var TargetGroupPairInfo = [
2780
+ var RevisionRequiredException$ = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
2781
+ schema.TypeRegistry.for(n0).registerError(RevisionRequiredException$, RevisionRequiredException);
2782
+ var RoleRequiredException$ = [-3, n0, _RREo, { [_er]: _c }, [_m], [0]];
2783
+ schema.TypeRegistry.for(n0).registerError(RoleRequiredException$, RoleRequiredException);
2784
+ var RollbackInfo$ = [3, n0, _RIo, 0, [_rDI, _rTDI, _rM], [0, 0, 0]];
2785
+ var S3Location$ = [3, n0, _SL, 0, [_b, _k, _bT, _ve, _eTa], [0, 0, 0, 0, 0]];
2786
+ var SkipWaitTimeForInstanceTerminationInput$ = [3, n0, _SWTFITI, 0, [_dI], [0]];
2787
+ var StopDeploymentInput$ = [3, n0, _SDI, 0, [_dI, _aRE], [0, 2]];
2788
+ var StopDeploymentOutput$ = [3, n0, _SDO, 0, [_st, _sM], [0, 0]];
2789
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2790
+ var TagFilter$ = [3, n0, _TFa, 0, [_K, _V, _T], [0, 0, 0]];
2791
+ var TagLimitExceededException$ = [-3, n0, _TLEE, { [_er]: _c }, [_m], [0]];
2792
+ schema.TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
2793
+ var TagRequiredException$ = [-3, n0, _TRE, { [_er]: _c }, [_m], [0]];
2794
+ schema.TypeRegistry.for(n0).registerError(TagRequiredException$, TagRequiredException);
2795
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
2796
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
2797
+ var TagSetListLimitExceededException$ = [-3, n0, _TSLLEE, { [_er]: _c }, [_m], [0]];
2798
+ schema.TypeRegistry.for(n0).registerError(TagSetListLimitExceededException$, TagSetListLimitExceededException);
2799
+ var TargetGroupInfo$ = [3, n0, _TGI, 0, [_n], [0]];
2800
+ var TargetGroupPairInfo$ = [
2787
2801
  3,
2788
2802
  n0,
2789
2803
  _TGPI,
2790
2804
  0,
2791
2805
  [_tGa, _pTR, _tTR],
2792
- [() => TargetGroupInfoList, () => TrafficRoute, () => TrafficRoute],
2806
+ [() => TargetGroupInfoList, () => TrafficRoute$, () => TrafficRoute$],
2793
2807
  ];
2794
- var TargetInstances = [
2808
+ var TargetInstances$ = [
2795
2809
  3,
2796
2810
  n0,
2797
2811
  _TI,
2798
2812
  0,
2799
2813
  [_tFa, _aSG, _eTS],
2800
- [() => EC2TagFilterList, 64 | 0, () => EC2TagSet],
2814
+ [() => EC2TagFilterList, 64 | 0, () => EC2TagSet$],
2801
2815
  ];
2802
- var ThrottlingException = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
2803
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2804
- var TimeBasedCanary = [3, n0, _TBC, 0, [_cPa, _cIa], [1, 1]];
2805
- var TimeBasedLinear = [3, n0, _TBL, 0, [_lP, _lI], [1, 1]];
2806
- var TimeRange = [3, n0, _TR, 0, [_sta, _en], [4, 4]];
2807
- var TrafficRoute = [3, n0, _TRr, 0, [_lA], [64 | 0]];
2808
- var TrafficRoutingConfig = [
2816
+ var ThrottlingException$ = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
2817
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2818
+ var TimeBasedCanary$ = [3, n0, _TBC, 0, [_cPa, _cIa], [1, 1]];
2819
+ var TimeBasedLinear$ = [3, n0, _TBL, 0, [_lP, _lI], [1, 1]];
2820
+ var TimeRange$ = [3, n0, _TR, 0, [_sta, _en], [4, 4]];
2821
+ var TrafficRoute$ = [3, n0, _TRr, 0, [_lA], [64 | 0]];
2822
+ var TrafficRoutingConfig$ = [
2809
2823
  3,
2810
2824
  n0,
2811
2825
  _TRC,
2812
2826
  0,
2813
2827
  [_ty, _tBC, _tBL],
2814
- [0, () => TimeBasedCanary, () => TimeBasedLinear],
2828
+ [0, () => TimeBasedCanary$, () => TimeBasedLinear$],
2829
+ ];
2830
+ var TriggerConfig$ = [3, n0, _TC, 0, [_tNr, _tTA, _tE], [0, 0, 64 | 0]];
2831
+ var TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE, { [_er]: _c }, [_m], [0]];
2832
+ schema.TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException$, TriggerTargetsLimitExceededException);
2833
+ var UnsupportedActionForDeploymentTypeException$ = [
2834
+ -3,
2835
+ n0,
2836
+ _UAFDTE,
2837
+ { [_er]: _c },
2838
+ [_m],
2839
+ [0],
2815
2840
  ];
2816
- var TriggerConfig = [3, n0, _TC, 0, [_tNr, _tTA, _tE], [0, 0, 64 | 0]];
2817
- var TriggerTargetsLimitExceededException = [-3, n0, _TTLEE, { [_er]: _c }, [_m], [0]];
2818
- schema.TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException, TriggerTargetsLimitExceededException$1);
2819
- var UnsupportedActionForDeploymentTypeException = [-3, n0, _UAFDTE, { [_er]: _c }, [_m], [0]];
2820
- schema.TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException, UnsupportedActionForDeploymentTypeException$1);
2821
- var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
2822
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
2823
- var UpdateApplicationInput = [3, n0, _UAI, 0, [_aN, _nAN], [0, 0]];
2824
- var UpdateDeploymentGroupInput = [
2841
+ schema.TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException$, UnsupportedActionForDeploymentTypeException);
2842
+ var UntagResourceInput$ = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
2843
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
2844
+ var UpdateApplicationInput$ = [3, n0, _UAI, 0, [_aN, _nAN], [0, 0]];
2845
+ var UpdateDeploymentGroupInput$ = [
2825
2846
  3,
2826
2847
  n0,
2827
2848
  _UDGI,
@@ -2837,19 +2858,19 @@ var UpdateDeploymentGroupInput = [
2837
2858
  64 | 0,
2838
2859
  0,
2839
2860
  () => TriggerConfigList,
2840
- () => AlarmConfiguration,
2841
- () => AutoRollbackConfiguration,
2861
+ () => AlarmConfiguration$,
2862
+ () => AutoRollbackConfiguration$,
2842
2863
  0,
2843
- () => DeploymentStyle,
2844
- () => BlueGreenDeploymentConfiguration,
2845
- () => LoadBalancerInfo,
2846
- () => EC2TagSet,
2864
+ () => DeploymentStyle$,
2865
+ () => BlueGreenDeploymentConfiguration$,
2866
+ () => LoadBalancerInfo$,
2867
+ () => EC2TagSet$,
2847
2868
  () => ECSServiceList,
2848
- () => OnPremisesTagSet,
2869
+ () => OnPremisesTagSet$,
2849
2870
  2,
2850
2871
  ],
2851
2872
  ];
2852
- var UpdateDeploymentGroupOutput = [
2873
+ var UpdateDeploymentGroupOutput$ = [
2853
2874
  3,
2854
2875
  n0,
2855
2876
  _UDGO,
@@ -2857,372 +2878,386 @@ var UpdateDeploymentGroupOutput = [
2857
2878
  [_hNCU],
2858
2879
  [() => AutoScalingGroupList],
2859
2880
  ];
2860
- var ZonalConfig = [
2881
+ var ZonalConfig$ = [
2861
2882
  3,
2862
2883
  n0,
2863
2884
  _ZC,
2864
2885
  0,
2865
2886
  [_fZMDIS, _mDIS, _mHHPZ],
2866
- [1, 1, () => MinimumHealthyHostsPerZone],
2887
+ [1, 1, () => MinimumHealthyHostsPerZone$],
2867
2888
  ];
2868
2889
  var __Unit = "unit";
2869
- var CodeDeployServiceException = [-3, _sm, "CodeDeployServiceException", 0, [], []];
2870
- schema.TypeRegistry.for(_sm).registerError(CodeDeployServiceException, CodeDeployServiceException$1);
2871
- var AlarmList = [1, n0, _AL, 0, () => Alarm];
2872
- var ApplicationsInfoList = [1, n0, _AIL, 0, () => ApplicationInfo];
2873
- var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup];
2874
- var DeploymentGroupInfoList = [1, n0, _DGIL, 0, () => DeploymentGroupInfo];
2875
- var DeploymentsInfoList = [1, n0, _DIL, 0, () => DeploymentInfo];
2876
- var DeploymentTargetList = [1, n0, _DTL, 0, () => DeploymentTarget];
2877
- var EC2TagFilterList = [1, n0, _ECTFL, 0, () => EC2TagFilter];
2890
+ var CodeDeployServiceException$ = [-3, _sm, "CodeDeployServiceException", 0, [], []];
2891
+ schema.TypeRegistry.for(_sm).registerError(CodeDeployServiceException$, CodeDeployServiceException);
2892
+ var AlarmList = [1, n0, _AL, 0, () => Alarm$];
2893
+ var ApplicationsInfoList = [1, n0, _AIL, 0, () => ApplicationInfo$];
2894
+ var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup$];
2895
+ var DeploymentGroupInfoList = [1, n0, _DGIL, 0, () => DeploymentGroupInfo$];
2896
+ var DeploymentsInfoList = [1, n0, _DIL, 0, () => DeploymentInfo$];
2897
+ var DeploymentTargetList = [1, n0, _DTL, 0, () => DeploymentTarget$];
2898
+ var EC2TagFilterList = [1, n0, _ECTFL, 0, () => EC2TagFilter$];
2878
2899
  var EC2TagSetList = [1, n0, _ECTSL, 0, () => EC2TagFilterList];
2879
- var ECSServiceList = [1, n0, _ECSSL, 0, () => ECSService];
2880
- var ECSTaskSetList = [1, n0, _ECSTSL, 0, () => ECSTaskSet];
2881
- var ELBInfoList = [1, n0, _ELBIL, 0, () => ELBInfo];
2882
- var InstanceInfoList = [1, n0, _IIL, 0, () => InstanceInfo];
2883
- var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary];
2884
- var LifecycleEventList = [1, n0, _LEL, 0, () => LifecycleEvent];
2900
+ var ECSServiceList = [1, n0, _ECSSL, 0, () => ECSService$];
2901
+ var ECSTaskSetList = [1, n0, _ECSTSL, 0, () => ECSTaskSet$];
2902
+ var ELBInfoList = [1, n0, _ELBIL, 0, () => ELBInfo$];
2903
+ var InstanceInfoList = [1, n0, _IIL, 0, () => InstanceInfo$];
2904
+ var InstanceSummaryList = [1, n0, _ISL, 0, () => InstanceSummary$];
2905
+ var LifecycleEventList = [1, n0, _LEL, 0, () => LifecycleEvent$];
2885
2906
  var OnPremisesTagSetList = [1, n0, _OPTSL, 0, () => TagFilterList];
2886
- var RevisionInfoList = [1, n0, _RIL, 0, () => RevisionInfo];
2887
- var RevisionLocationList = [1, n0, _RLL, 0, () => RevisionLocation];
2888
- var TagFilterList = [1, n0, _TFL, 0, () => TagFilter];
2889
- var TagList = [1, n0, _TL, 0, () => Tag];
2890
- var TargetGroupInfoList = [1, n0, _TGIL, 0, () => TargetGroupInfo];
2891
- var TargetGroupPairInfoList = [1, n0, _TGPIL, 0, () => TargetGroupPairInfo];
2892
- var TriggerConfigList = [1, n0, _TCL, 0, () => TriggerConfig];
2893
- var AddTagsToOnPremisesInstances = [
2907
+ var RevisionInfoList = [1, n0, _RIL, 0, () => RevisionInfo$];
2908
+ var RevisionLocationList = [1, n0, _RLL, 0, () => RevisionLocation$];
2909
+ var TagFilterList = [1, n0, _TFL, 0, () => TagFilter$];
2910
+ var TagList = [1, n0, _TL, 0, () => Tag$];
2911
+ var TargetGroupInfoList = [1, n0, _TGIL, 0, () => TargetGroupInfo$];
2912
+ var TargetGroupPairInfoList = [1, n0, _TGPIL, 0, () => TargetGroupPairInfo$];
2913
+ var TriggerConfigList = [1, n0, _TCL, 0, () => TriggerConfig$];
2914
+ var AddTagsToOnPremisesInstances$ = [
2894
2915
  9,
2895
2916
  n0,
2896
2917
  _ATTOPI,
2897
2918
  0,
2898
- () => AddTagsToOnPremisesInstancesInput,
2919
+ () => AddTagsToOnPremisesInstancesInput$,
2899
2920
  () => __Unit,
2900
2921
  ];
2901
- var BatchGetApplicationRevisions = [
2922
+ var BatchGetApplicationRevisions$ = [
2902
2923
  9,
2903
2924
  n0,
2904
2925
  _BGAR,
2905
2926
  0,
2906
- () => BatchGetApplicationRevisionsInput,
2907
- () => BatchGetApplicationRevisionsOutput,
2927
+ () => BatchGetApplicationRevisionsInput$,
2928
+ () => BatchGetApplicationRevisionsOutput$,
2908
2929
  ];
2909
- var BatchGetApplications = [
2930
+ var BatchGetApplications$ = [
2910
2931
  9,
2911
2932
  n0,
2912
2933
  _BGA,
2913
2934
  0,
2914
- () => BatchGetApplicationsInput,
2915
- () => BatchGetApplicationsOutput,
2935
+ () => BatchGetApplicationsInput$,
2936
+ () => BatchGetApplicationsOutput$,
2916
2937
  ];
2917
- var BatchGetDeploymentGroups = [
2938
+ var BatchGetDeploymentGroups$ = [
2918
2939
  9,
2919
2940
  n0,
2920
2941
  _BGDG,
2921
2942
  0,
2922
- () => BatchGetDeploymentGroupsInput,
2923
- () => BatchGetDeploymentGroupsOutput,
2943
+ () => BatchGetDeploymentGroupsInput$,
2944
+ () => BatchGetDeploymentGroupsOutput$,
2924
2945
  ];
2925
- var BatchGetDeploymentInstances = [
2946
+ var BatchGetDeploymentInstances$ = [
2926
2947
  9,
2927
2948
  n0,
2928
2949
  _BGDIa,
2929
2950
  0,
2930
- () => BatchGetDeploymentInstancesInput,
2931
- () => BatchGetDeploymentInstancesOutput,
2951
+ () => BatchGetDeploymentInstancesInput$,
2952
+ () => BatchGetDeploymentInstancesOutput$,
2932
2953
  ];
2933
- var BatchGetDeployments = [
2954
+ var BatchGetDeployments$ = [
2934
2955
  9,
2935
2956
  n0,
2936
2957
  _BGD,
2937
2958
  0,
2938
- () => BatchGetDeploymentsInput,
2939
- () => BatchGetDeploymentsOutput,
2959
+ () => BatchGetDeploymentsInput$,
2960
+ () => BatchGetDeploymentsOutput$,
2940
2961
  ];
2941
- var BatchGetDeploymentTargets = [
2962
+ var BatchGetDeploymentTargets$ = [
2942
2963
  9,
2943
2964
  n0,
2944
2965
  _BGDT,
2945
2966
  0,
2946
- () => BatchGetDeploymentTargetsInput,
2947
- () => BatchGetDeploymentTargetsOutput,
2967
+ () => BatchGetDeploymentTargetsInput$,
2968
+ () => BatchGetDeploymentTargetsOutput$,
2948
2969
  ];
2949
- var BatchGetOnPremisesInstances = [
2970
+ var BatchGetOnPremisesInstances$ = [
2950
2971
  9,
2951
2972
  n0,
2952
2973
  _BGOPI,
2953
2974
  0,
2954
- () => BatchGetOnPremisesInstancesInput,
2955
- () => BatchGetOnPremisesInstancesOutput,
2975
+ () => BatchGetOnPremisesInstancesInput$,
2976
+ () => BatchGetOnPremisesInstancesOutput$,
2956
2977
  ];
2957
- var ContinueDeployment = [9, n0, _CD, 0, () => ContinueDeploymentInput, () => __Unit];
2958
- var CreateApplication = [
2978
+ var ContinueDeployment$ = [9, n0, _CD, 0, () => ContinueDeploymentInput$, () => __Unit];
2979
+ var CreateApplication$ = [
2959
2980
  9,
2960
2981
  n0,
2961
2982
  _CA,
2962
2983
  0,
2963
- () => CreateApplicationInput,
2964
- () => CreateApplicationOutput,
2984
+ () => CreateApplicationInput$,
2985
+ () => CreateApplicationOutput$,
2965
2986
  ];
2966
- var CreateDeployment = [
2987
+ var CreateDeployment$ = [
2967
2988
  9,
2968
2989
  n0,
2969
2990
  _CDr,
2970
2991
  0,
2971
- () => CreateDeploymentInput,
2972
- () => CreateDeploymentOutput,
2992
+ () => CreateDeploymentInput$,
2993
+ () => CreateDeploymentOutput$,
2973
2994
  ];
2974
- var CreateDeploymentConfig = [
2995
+ var CreateDeploymentConfig$ = [
2975
2996
  9,
2976
2997
  n0,
2977
2998
  _CDC,
2978
2999
  0,
2979
- () => CreateDeploymentConfigInput,
2980
- () => CreateDeploymentConfigOutput,
3000
+ () => CreateDeploymentConfigInput$,
3001
+ () => CreateDeploymentConfigOutput$,
2981
3002
  ];
2982
- var CreateDeploymentGroup = [
3003
+ var CreateDeploymentGroup$ = [
2983
3004
  9,
2984
3005
  n0,
2985
3006
  _CDG,
2986
3007
  0,
2987
- () => CreateDeploymentGroupInput,
2988
- () => CreateDeploymentGroupOutput,
3008
+ () => CreateDeploymentGroupInput$,
3009
+ () => CreateDeploymentGroupOutput$,
2989
3010
  ];
2990
- var DeleteApplication = [9, n0, _DA, 0, () => DeleteApplicationInput, () => __Unit];
2991
- var DeleteDeploymentConfig = [
3011
+ var DeleteApplication$ = [9, n0, _DA, 0, () => DeleteApplicationInput$, () => __Unit];
3012
+ var DeleteDeploymentConfig$ = [
2992
3013
  9,
2993
3014
  n0,
2994
3015
  _DDC,
2995
3016
  0,
2996
- () => DeleteDeploymentConfigInput,
3017
+ () => DeleteDeploymentConfigInput$,
2997
3018
  () => __Unit,
2998
3019
  ];
2999
- var DeleteDeploymentGroup = [
3020
+ var DeleteDeploymentGroup$ = [
3000
3021
  9,
3001
3022
  n0,
3002
3023
  _DDG,
3003
3024
  0,
3004
- () => DeleteDeploymentGroupInput,
3005
- () => DeleteDeploymentGroupOutput,
3025
+ () => DeleteDeploymentGroupInput$,
3026
+ () => DeleteDeploymentGroupOutput$,
3006
3027
  ];
3007
- var DeleteGitHubAccountToken = [
3028
+ var DeleteGitHubAccountToken$ = [
3008
3029
  9,
3009
3030
  n0,
3010
3031
  _DGHAT,
3011
3032
  0,
3012
- () => DeleteGitHubAccountTokenInput,
3013
- () => DeleteGitHubAccountTokenOutput,
3033
+ () => DeleteGitHubAccountTokenInput$,
3034
+ () => DeleteGitHubAccountTokenOutput$,
3014
3035
  ];
3015
- var DeleteResourcesByExternalId = [
3036
+ var DeleteResourcesByExternalId$ = [
3016
3037
  9,
3017
3038
  n0,
3018
3039
  _DRBEI,
3019
3040
  0,
3020
- () => DeleteResourcesByExternalIdInput,
3021
- () => DeleteResourcesByExternalIdOutput,
3041
+ () => DeleteResourcesByExternalIdInput$,
3042
+ () => DeleteResourcesByExternalIdOutput$,
3022
3043
  ];
3023
- var DeregisterOnPremisesInstance = [
3044
+ var DeregisterOnPremisesInstance$ = [
3024
3045
  9,
3025
3046
  n0,
3026
3047
  _DOPI,
3027
3048
  0,
3028
- () => DeregisterOnPremisesInstanceInput,
3049
+ () => DeregisterOnPremisesInstanceInput$,
3029
3050
  () => __Unit,
3030
3051
  ];
3031
- var GetApplication = [
3052
+ var GetApplication$ = [
3032
3053
  9,
3033
3054
  n0,
3034
3055
  _GA,
3035
3056
  0,
3036
- () => GetApplicationInput,
3037
- () => GetApplicationOutput,
3057
+ () => GetApplicationInput$,
3058
+ () => GetApplicationOutput$,
3038
3059
  ];
3039
- var GetApplicationRevision = [
3060
+ var GetApplicationRevision$ = [
3040
3061
  9,
3041
3062
  n0,
3042
3063
  _GAR,
3043
3064
  0,
3044
- () => GetApplicationRevisionInput,
3045
- () => GetApplicationRevisionOutput,
3065
+ () => GetApplicationRevisionInput$,
3066
+ () => GetApplicationRevisionOutput$,
3046
3067
  ];
3047
- var GetDeployment = [9, n0, _GD, 0, () => GetDeploymentInput, () => GetDeploymentOutput];
3048
- var GetDeploymentConfig = [
3068
+ var GetDeployment$ = [
3069
+ 9,
3070
+ n0,
3071
+ _GD,
3072
+ 0,
3073
+ () => GetDeploymentInput$,
3074
+ () => GetDeploymentOutput$,
3075
+ ];
3076
+ var GetDeploymentConfig$ = [
3049
3077
  9,
3050
3078
  n0,
3051
3079
  _GDC,
3052
3080
  0,
3053
- () => GetDeploymentConfigInput,
3054
- () => GetDeploymentConfigOutput,
3081
+ () => GetDeploymentConfigInput$,
3082
+ () => GetDeploymentConfigOutput$,
3055
3083
  ];
3056
- var GetDeploymentGroup = [
3084
+ var GetDeploymentGroup$ = [
3057
3085
  9,
3058
3086
  n0,
3059
3087
  _GDG,
3060
3088
  0,
3061
- () => GetDeploymentGroupInput,
3062
- () => GetDeploymentGroupOutput,
3089
+ () => GetDeploymentGroupInput$,
3090
+ () => GetDeploymentGroupOutput$,
3063
3091
  ];
3064
- var GetDeploymentInstance = [
3092
+ var GetDeploymentInstance$ = [
3065
3093
  9,
3066
3094
  n0,
3067
3095
  _GDIe,
3068
3096
  0,
3069
- () => GetDeploymentInstanceInput,
3070
- () => GetDeploymentInstanceOutput,
3097
+ () => GetDeploymentInstanceInput$,
3098
+ () => GetDeploymentInstanceOutput$,
3071
3099
  ];
3072
- var GetDeploymentTarget = [
3100
+ var GetDeploymentTarget$ = [
3073
3101
  9,
3074
3102
  n0,
3075
3103
  _GDT,
3076
3104
  0,
3077
- () => GetDeploymentTargetInput,
3078
- () => GetDeploymentTargetOutput,
3105
+ () => GetDeploymentTargetInput$,
3106
+ () => GetDeploymentTargetOutput$,
3079
3107
  ];
3080
- var GetOnPremisesInstance = [
3108
+ var GetOnPremisesInstance$ = [
3081
3109
  9,
3082
3110
  n0,
3083
3111
  _GOPI,
3084
3112
  0,
3085
- () => GetOnPremisesInstanceInput,
3086
- () => GetOnPremisesInstanceOutput,
3113
+ () => GetOnPremisesInstanceInput$,
3114
+ () => GetOnPremisesInstanceOutput$,
3087
3115
  ];
3088
- var ListApplicationRevisions = [
3116
+ var ListApplicationRevisions$ = [
3089
3117
  9,
3090
3118
  n0,
3091
3119
  _LAR,
3092
3120
  0,
3093
- () => ListApplicationRevisionsInput,
3094
- () => ListApplicationRevisionsOutput,
3121
+ () => ListApplicationRevisionsInput$,
3122
+ () => ListApplicationRevisionsOutput$,
3095
3123
  ];
3096
- var ListApplications = [
3124
+ var ListApplications$ = [
3097
3125
  9,
3098
3126
  n0,
3099
3127
  _LA,
3100
3128
  0,
3101
- () => ListApplicationsInput,
3102
- () => ListApplicationsOutput,
3129
+ () => ListApplicationsInput$,
3130
+ () => ListApplicationsOutput$,
3103
3131
  ];
3104
- var ListDeploymentConfigs = [
3132
+ var ListDeploymentConfigs$ = [
3105
3133
  9,
3106
3134
  n0,
3107
3135
  _LDC,
3108
3136
  0,
3109
- () => ListDeploymentConfigsInput,
3110
- () => ListDeploymentConfigsOutput,
3137
+ () => ListDeploymentConfigsInput$,
3138
+ () => ListDeploymentConfigsOutput$,
3111
3139
  ];
3112
- var ListDeploymentGroups = [
3140
+ var ListDeploymentGroups$ = [
3113
3141
  9,
3114
3142
  n0,
3115
3143
  _LDG,
3116
3144
  0,
3117
- () => ListDeploymentGroupsInput,
3118
- () => ListDeploymentGroupsOutput,
3145
+ () => ListDeploymentGroupsInput$,
3146
+ () => ListDeploymentGroupsOutput$,
3119
3147
  ];
3120
- var ListDeploymentInstances = [
3148
+ var ListDeploymentInstances$ = [
3121
3149
  9,
3122
3150
  n0,
3123
3151
  _LDIis,
3124
3152
  0,
3125
- () => ListDeploymentInstancesInput,
3126
- () => ListDeploymentInstancesOutput,
3153
+ () => ListDeploymentInstancesInput$,
3154
+ () => ListDeploymentInstancesOutput$,
3127
3155
  ];
3128
- var ListDeployments = [
3156
+ var ListDeployments$ = [
3129
3157
  9,
3130
3158
  n0,
3131
3159
  _LD,
3132
3160
  0,
3133
- () => ListDeploymentsInput,
3134
- () => ListDeploymentsOutput,
3161
+ () => ListDeploymentsInput$,
3162
+ () => ListDeploymentsOutput$,
3135
3163
  ];
3136
- var ListDeploymentTargets = [
3164
+ var ListDeploymentTargets$ = [
3137
3165
  9,
3138
3166
  n0,
3139
3167
  _LDT,
3140
3168
  0,
3141
- () => ListDeploymentTargetsInput,
3142
- () => ListDeploymentTargetsOutput,
3169
+ () => ListDeploymentTargetsInput$,
3170
+ () => ListDeploymentTargetsOutput$,
3143
3171
  ];
3144
- var ListGitHubAccountTokenNames = [
3172
+ var ListGitHubAccountTokenNames$ = [
3145
3173
  9,
3146
3174
  n0,
3147
3175
  _LGHATN,
3148
3176
  0,
3149
- () => ListGitHubAccountTokenNamesInput,
3150
- () => ListGitHubAccountTokenNamesOutput,
3177
+ () => ListGitHubAccountTokenNamesInput$,
3178
+ () => ListGitHubAccountTokenNamesOutput$,
3151
3179
  ];
3152
- var ListOnPremisesInstances = [
3180
+ var ListOnPremisesInstances$ = [
3153
3181
  9,
3154
3182
  n0,
3155
3183
  _LOPI,
3156
3184
  0,
3157
- () => ListOnPremisesInstancesInput,
3158
- () => ListOnPremisesInstancesOutput,
3185
+ () => ListOnPremisesInstancesInput$,
3186
+ () => ListOnPremisesInstancesOutput$,
3159
3187
  ];
3160
- var ListTagsForResource = [
3188
+ var ListTagsForResource$ = [
3161
3189
  9,
3162
3190
  n0,
3163
3191
  _LTFR,
3164
3192
  0,
3165
- () => ListTagsForResourceInput,
3166
- () => ListTagsForResourceOutput,
3193
+ () => ListTagsForResourceInput$,
3194
+ () => ListTagsForResourceOutput$,
3167
3195
  ];
3168
- var PutLifecycleEventHookExecutionStatus = [
3196
+ var PutLifecycleEventHookExecutionStatus$ = [
3169
3197
  9,
3170
3198
  n0,
3171
3199
  _PLEHES,
3172
3200
  0,
3173
- () => PutLifecycleEventHookExecutionStatusInput,
3174
- () => PutLifecycleEventHookExecutionStatusOutput,
3201
+ () => PutLifecycleEventHookExecutionStatusInput$,
3202
+ () => PutLifecycleEventHookExecutionStatusOutput$,
3175
3203
  ];
3176
- var RegisterApplicationRevision = [
3204
+ var RegisterApplicationRevision$ = [
3177
3205
  9,
3178
3206
  n0,
3179
3207
  _RAR,
3180
3208
  0,
3181
- () => RegisterApplicationRevisionInput,
3209
+ () => RegisterApplicationRevisionInput$,
3182
3210
  () => __Unit,
3183
3211
  ];
3184
- var RegisterOnPremisesInstance = [
3212
+ var RegisterOnPremisesInstance$ = [
3185
3213
  9,
3186
3214
  n0,
3187
3215
  _ROPI,
3188
3216
  0,
3189
- () => RegisterOnPremisesInstanceInput,
3217
+ () => RegisterOnPremisesInstanceInput$,
3190
3218
  () => __Unit,
3191
3219
  ];
3192
- var RemoveTagsFromOnPremisesInstances = [
3220
+ var RemoveTagsFromOnPremisesInstances$ = [
3193
3221
  9,
3194
3222
  n0,
3195
3223
  _RTFOPI,
3196
3224
  0,
3197
- () => RemoveTagsFromOnPremisesInstancesInput,
3225
+ () => RemoveTagsFromOnPremisesInstancesInput$,
3198
3226
  () => __Unit,
3199
3227
  ];
3200
- var SkipWaitTimeForInstanceTermination = [
3228
+ var SkipWaitTimeForInstanceTermination$ = [
3201
3229
  9,
3202
3230
  n0,
3203
3231
  _SWTFIT,
3204
3232
  0,
3205
- () => SkipWaitTimeForInstanceTerminationInput,
3233
+ () => SkipWaitTimeForInstanceTerminationInput$,
3206
3234
  () => __Unit,
3207
3235
  ];
3208
- var StopDeployment = [
3236
+ var StopDeployment$ = [
3209
3237
  9,
3210
3238
  n0,
3211
3239
  _SD,
3212
3240
  0,
3213
- () => StopDeploymentInput,
3214
- () => StopDeploymentOutput,
3241
+ () => StopDeploymentInput$,
3242
+ () => StopDeploymentOutput$,
3243
+ ];
3244
+ var TagResource$ = [9, n0, _TRa, 0, () => TagResourceInput$, () => TagResourceOutput$];
3245
+ var UntagResource$ = [
3246
+ 9,
3247
+ n0,
3248
+ _UR,
3249
+ 0,
3250
+ () => UntagResourceInput$,
3251
+ () => UntagResourceOutput$,
3215
3252
  ];
3216
- var TagResource = [9, n0, _TRa, 0, () => TagResourceInput, () => TagResourceOutput];
3217
- var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
3218
- var UpdateApplication = [9, n0, _UA, 0, () => UpdateApplicationInput, () => __Unit];
3219
- var UpdateDeploymentGroup = [
3253
+ var UpdateApplication$ = [9, n0, _UA, 0, () => UpdateApplicationInput$, () => __Unit];
3254
+ var UpdateDeploymentGroup$ = [
3220
3255
  9,
3221
3256
  n0,
3222
3257
  _UDG,
3223
3258
  0,
3224
- () => UpdateDeploymentGroupInput,
3225
- () => UpdateDeploymentGroupOutput,
3259
+ () => UpdateDeploymentGroupInput$,
3260
+ () => UpdateDeploymentGroupOutput$,
3226
3261
  ];
3227
3262
 
3228
3263
  class AddTagsToOnPremisesInstancesCommand extends smithyClient.Command
@@ -3233,7 +3268,7 @@ class AddTagsToOnPremisesInstancesCommand extends smithyClient.Command
3233
3268
  })
3234
3269
  .s("CodeDeploy_20141006", "AddTagsToOnPremisesInstances", {})
3235
3270
  .n("CodeDeployClient", "AddTagsToOnPremisesInstancesCommand")
3236
- .sc(AddTagsToOnPremisesInstances)
3271
+ .sc(AddTagsToOnPremisesInstances$)
3237
3272
  .build() {
3238
3273
  }
3239
3274
 
@@ -3245,7 +3280,7 @@ class BatchGetApplicationRevisionsCommand extends smithyClient.Command
3245
3280
  })
3246
3281
  .s("CodeDeploy_20141006", "BatchGetApplicationRevisions", {})
3247
3282
  .n("CodeDeployClient", "BatchGetApplicationRevisionsCommand")
3248
- .sc(BatchGetApplicationRevisions)
3283
+ .sc(BatchGetApplicationRevisions$)
3249
3284
  .build() {
3250
3285
  }
3251
3286
 
@@ -3257,7 +3292,7 @@ class BatchGetApplicationsCommand extends smithyClient.Command
3257
3292
  })
3258
3293
  .s("CodeDeploy_20141006", "BatchGetApplications", {})
3259
3294
  .n("CodeDeployClient", "BatchGetApplicationsCommand")
3260
- .sc(BatchGetApplications)
3295
+ .sc(BatchGetApplications$)
3261
3296
  .build() {
3262
3297
  }
3263
3298
 
@@ -3269,7 +3304,7 @@ class BatchGetDeploymentGroupsCommand extends smithyClient.Command
3269
3304
  })
3270
3305
  .s("CodeDeploy_20141006", "BatchGetDeploymentGroups", {})
3271
3306
  .n("CodeDeployClient", "BatchGetDeploymentGroupsCommand")
3272
- .sc(BatchGetDeploymentGroups)
3307
+ .sc(BatchGetDeploymentGroups$)
3273
3308
  .build() {
3274
3309
  }
3275
3310
 
@@ -3281,7 +3316,7 @@ class BatchGetDeploymentInstancesCommand extends smithyClient.Command
3281
3316
  })
3282
3317
  .s("CodeDeploy_20141006", "BatchGetDeploymentInstances", {})
3283
3318
  .n("CodeDeployClient", "BatchGetDeploymentInstancesCommand")
3284
- .sc(BatchGetDeploymentInstances)
3319
+ .sc(BatchGetDeploymentInstances$)
3285
3320
  .build() {
3286
3321
  }
3287
3322
 
@@ -3293,7 +3328,7 @@ class BatchGetDeploymentsCommand extends smithyClient.Command
3293
3328
  })
3294
3329
  .s("CodeDeploy_20141006", "BatchGetDeployments", {})
3295
3330
  .n("CodeDeployClient", "BatchGetDeploymentsCommand")
3296
- .sc(BatchGetDeployments)
3331
+ .sc(BatchGetDeployments$)
3297
3332
  .build() {
3298
3333
  }
3299
3334
 
@@ -3305,7 +3340,7 @@ class BatchGetDeploymentTargetsCommand extends smithyClient.Command
3305
3340
  })
3306
3341
  .s("CodeDeploy_20141006", "BatchGetDeploymentTargets", {})
3307
3342
  .n("CodeDeployClient", "BatchGetDeploymentTargetsCommand")
3308
- .sc(BatchGetDeploymentTargets)
3343
+ .sc(BatchGetDeploymentTargets$)
3309
3344
  .build() {
3310
3345
  }
3311
3346
 
@@ -3317,7 +3352,7 @@ class BatchGetOnPremisesInstancesCommand extends smithyClient.Command
3317
3352
  })
3318
3353
  .s("CodeDeploy_20141006", "BatchGetOnPremisesInstances", {})
3319
3354
  .n("CodeDeployClient", "BatchGetOnPremisesInstancesCommand")
3320
- .sc(BatchGetOnPremisesInstances)
3355
+ .sc(BatchGetOnPremisesInstances$)
3321
3356
  .build() {
3322
3357
  }
3323
3358
 
@@ -3329,7 +3364,7 @@ class ContinueDeploymentCommand extends smithyClient.Command
3329
3364
  })
3330
3365
  .s("CodeDeploy_20141006", "ContinueDeployment", {})
3331
3366
  .n("CodeDeployClient", "ContinueDeploymentCommand")
3332
- .sc(ContinueDeployment)
3367
+ .sc(ContinueDeployment$)
3333
3368
  .build() {
3334
3369
  }
3335
3370
 
@@ -3341,7 +3376,7 @@ class CreateApplicationCommand extends smithyClient.Command
3341
3376
  })
3342
3377
  .s("CodeDeploy_20141006", "CreateApplication", {})
3343
3378
  .n("CodeDeployClient", "CreateApplicationCommand")
3344
- .sc(CreateApplication)
3379
+ .sc(CreateApplication$)
3345
3380
  .build() {
3346
3381
  }
3347
3382
 
@@ -3353,7 +3388,7 @@ class CreateDeploymentCommand extends smithyClient.Command
3353
3388
  })
3354
3389
  .s("CodeDeploy_20141006", "CreateDeployment", {})
3355
3390
  .n("CodeDeployClient", "CreateDeploymentCommand")
3356
- .sc(CreateDeployment)
3391
+ .sc(CreateDeployment$)
3357
3392
  .build() {
3358
3393
  }
3359
3394
 
@@ -3365,7 +3400,7 @@ class CreateDeploymentConfigCommand extends smithyClient.Command
3365
3400
  })
3366
3401
  .s("CodeDeploy_20141006", "CreateDeploymentConfig", {})
3367
3402
  .n("CodeDeployClient", "CreateDeploymentConfigCommand")
3368
- .sc(CreateDeploymentConfig)
3403
+ .sc(CreateDeploymentConfig$)
3369
3404
  .build() {
3370
3405
  }
3371
3406
 
@@ -3377,7 +3412,7 @@ class CreateDeploymentGroupCommand extends smithyClient.Command
3377
3412
  })
3378
3413
  .s("CodeDeploy_20141006", "CreateDeploymentGroup", {})
3379
3414
  .n("CodeDeployClient", "CreateDeploymentGroupCommand")
3380
- .sc(CreateDeploymentGroup)
3415
+ .sc(CreateDeploymentGroup$)
3381
3416
  .build() {
3382
3417
  }
3383
3418
 
@@ -3389,7 +3424,7 @@ class DeleteApplicationCommand extends smithyClient.Command
3389
3424
  })
3390
3425
  .s("CodeDeploy_20141006", "DeleteApplication", {})
3391
3426
  .n("CodeDeployClient", "DeleteApplicationCommand")
3392
- .sc(DeleteApplication)
3427
+ .sc(DeleteApplication$)
3393
3428
  .build() {
3394
3429
  }
3395
3430
 
@@ -3401,7 +3436,7 @@ class DeleteDeploymentConfigCommand extends smithyClient.Command
3401
3436
  })
3402
3437
  .s("CodeDeploy_20141006", "DeleteDeploymentConfig", {})
3403
3438
  .n("CodeDeployClient", "DeleteDeploymentConfigCommand")
3404
- .sc(DeleteDeploymentConfig)
3439
+ .sc(DeleteDeploymentConfig$)
3405
3440
  .build() {
3406
3441
  }
3407
3442
 
@@ -3413,7 +3448,7 @@ class DeleteDeploymentGroupCommand extends smithyClient.Command
3413
3448
  })
3414
3449
  .s("CodeDeploy_20141006", "DeleteDeploymentGroup", {})
3415
3450
  .n("CodeDeployClient", "DeleteDeploymentGroupCommand")
3416
- .sc(DeleteDeploymentGroup)
3451
+ .sc(DeleteDeploymentGroup$)
3417
3452
  .build() {
3418
3453
  }
3419
3454
 
@@ -3425,7 +3460,7 @@ class DeleteGitHubAccountTokenCommand extends smithyClient.Command
3425
3460
  })
3426
3461
  .s("CodeDeploy_20141006", "DeleteGitHubAccountToken", {})
3427
3462
  .n("CodeDeployClient", "DeleteGitHubAccountTokenCommand")
3428
- .sc(DeleteGitHubAccountToken)
3463
+ .sc(DeleteGitHubAccountToken$)
3429
3464
  .build() {
3430
3465
  }
3431
3466
 
@@ -3437,7 +3472,7 @@ class DeleteResourcesByExternalIdCommand extends smithyClient.Command
3437
3472
  })
3438
3473
  .s("CodeDeploy_20141006", "DeleteResourcesByExternalId", {})
3439
3474
  .n("CodeDeployClient", "DeleteResourcesByExternalIdCommand")
3440
- .sc(DeleteResourcesByExternalId)
3475
+ .sc(DeleteResourcesByExternalId$)
3441
3476
  .build() {
3442
3477
  }
3443
3478
 
@@ -3449,7 +3484,7 @@ class DeregisterOnPremisesInstanceCommand extends smithyClient.Command
3449
3484
  })
3450
3485
  .s("CodeDeploy_20141006", "DeregisterOnPremisesInstance", {})
3451
3486
  .n("CodeDeployClient", "DeregisterOnPremisesInstanceCommand")
3452
- .sc(DeregisterOnPremisesInstance)
3487
+ .sc(DeregisterOnPremisesInstance$)
3453
3488
  .build() {
3454
3489
  }
3455
3490
 
@@ -3461,7 +3496,7 @@ class GetApplicationCommand extends smithyClient.Command
3461
3496
  })
3462
3497
  .s("CodeDeploy_20141006", "GetApplication", {})
3463
3498
  .n("CodeDeployClient", "GetApplicationCommand")
3464
- .sc(GetApplication)
3499
+ .sc(GetApplication$)
3465
3500
  .build() {
3466
3501
  }
3467
3502
 
@@ -3473,7 +3508,7 @@ class GetApplicationRevisionCommand extends smithyClient.Command
3473
3508
  })
3474
3509
  .s("CodeDeploy_20141006", "GetApplicationRevision", {})
3475
3510
  .n("CodeDeployClient", "GetApplicationRevisionCommand")
3476
- .sc(GetApplicationRevision)
3511
+ .sc(GetApplicationRevision$)
3477
3512
  .build() {
3478
3513
  }
3479
3514
 
@@ -3485,7 +3520,7 @@ class GetDeploymentCommand extends smithyClient.Command
3485
3520
  })
3486
3521
  .s("CodeDeploy_20141006", "GetDeployment", {})
3487
3522
  .n("CodeDeployClient", "GetDeploymentCommand")
3488
- .sc(GetDeployment)
3523
+ .sc(GetDeployment$)
3489
3524
  .build() {
3490
3525
  }
3491
3526
 
@@ -3497,7 +3532,7 @@ class GetDeploymentConfigCommand extends smithyClient.Command
3497
3532
  })
3498
3533
  .s("CodeDeploy_20141006", "GetDeploymentConfig", {})
3499
3534
  .n("CodeDeployClient", "GetDeploymentConfigCommand")
3500
- .sc(GetDeploymentConfig)
3535
+ .sc(GetDeploymentConfig$)
3501
3536
  .build() {
3502
3537
  }
3503
3538
 
@@ -3509,7 +3544,7 @@ class GetDeploymentGroupCommand extends smithyClient.Command
3509
3544
  })
3510
3545
  .s("CodeDeploy_20141006", "GetDeploymentGroup", {})
3511
3546
  .n("CodeDeployClient", "GetDeploymentGroupCommand")
3512
- .sc(GetDeploymentGroup)
3547
+ .sc(GetDeploymentGroup$)
3513
3548
  .build() {
3514
3549
  }
3515
3550
 
@@ -3521,7 +3556,7 @@ class GetDeploymentInstanceCommand extends smithyClient.Command
3521
3556
  })
3522
3557
  .s("CodeDeploy_20141006", "GetDeploymentInstance", {})
3523
3558
  .n("CodeDeployClient", "GetDeploymentInstanceCommand")
3524
- .sc(GetDeploymentInstance)
3559
+ .sc(GetDeploymentInstance$)
3525
3560
  .build() {
3526
3561
  }
3527
3562
 
@@ -3533,7 +3568,7 @@ class GetDeploymentTargetCommand extends smithyClient.Command
3533
3568
  })
3534
3569
  .s("CodeDeploy_20141006", "GetDeploymentTarget", {})
3535
3570
  .n("CodeDeployClient", "GetDeploymentTargetCommand")
3536
- .sc(GetDeploymentTarget)
3571
+ .sc(GetDeploymentTarget$)
3537
3572
  .build() {
3538
3573
  }
3539
3574
 
@@ -3545,7 +3580,7 @@ class GetOnPremisesInstanceCommand extends smithyClient.Command
3545
3580
  })
3546
3581
  .s("CodeDeploy_20141006", "GetOnPremisesInstance", {})
3547
3582
  .n("CodeDeployClient", "GetOnPremisesInstanceCommand")
3548
- .sc(GetOnPremisesInstance)
3583
+ .sc(GetOnPremisesInstance$)
3549
3584
  .build() {
3550
3585
  }
3551
3586
 
@@ -3557,7 +3592,7 @@ class ListApplicationRevisionsCommand extends smithyClient.Command
3557
3592
  })
3558
3593
  .s("CodeDeploy_20141006", "ListApplicationRevisions", {})
3559
3594
  .n("CodeDeployClient", "ListApplicationRevisionsCommand")
3560
- .sc(ListApplicationRevisions)
3595
+ .sc(ListApplicationRevisions$)
3561
3596
  .build() {
3562
3597
  }
3563
3598
 
@@ -3569,7 +3604,7 @@ class ListApplicationsCommand extends smithyClient.Command
3569
3604
  })
3570
3605
  .s("CodeDeploy_20141006", "ListApplications", {})
3571
3606
  .n("CodeDeployClient", "ListApplicationsCommand")
3572
- .sc(ListApplications)
3607
+ .sc(ListApplications$)
3573
3608
  .build() {
3574
3609
  }
3575
3610
 
@@ -3581,7 +3616,7 @@ class ListDeploymentConfigsCommand extends smithyClient.Command
3581
3616
  })
3582
3617
  .s("CodeDeploy_20141006", "ListDeploymentConfigs", {})
3583
3618
  .n("CodeDeployClient", "ListDeploymentConfigsCommand")
3584
- .sc(ListDeploymentConfigs)
3619
+ .sc(ListDeploymentConfigs$)
3585
3620
  .build() {
3586
3621
  }
3587
3622
 
@@ -3593,7 +3628,7 @@ class ListDeploymentGroupsCommand extends smithyClient.Command
3593
3628
  })
3594
3629
  .s("CodeDeploy_20141006", "ListDeploymentGroups", {})
3595
3630
  .n("CodeDeployClient", "ListDeploymentGroupsCommand")
3596
- .sc(ListDeploymentGroups)
3631
+ .sc(ListDeploymentGroups$)
3597
3632
  .build() {
3598
3633
  }
3599
3634
 
@@ -3605,7 +3640,7 @@ class ListDeploymentInstancesCommand extends smithyClient.Command
3605
3640
  })
3606
3641
  .s("CodeDeploy_20141006", "ListDeploymentInstances", {})
3607
3642
  .n("CodeDeployClient", "ListDeploymentInstancesCommand")
3608
- .sc(ListDeploymentInstances)
3643
+ .sc(ListDeploymentInstances$)
3609
3644
  .build() {
3610
3645
  }
3611
3646
 
@@ -3617,7 +3652,7 @@ class ListDeploymentsCommand extends smithyClient.Command
3617
3652
  })
3618
3653
  .s("CodeDeploy_20141006", "ListDeployments", {})
3619
3654
  .n("CodeDeployClient", "ListDeploymentsCommand")
3620
- .sc(ListDeployments)
3655
+ .sc(ListDeployments$)
3621
3656
  .build() {
3622
3657
  }
3623
3658
 
@@ -3629,7 +3664,7 @@ class ListDeploymentTargetsCommand extends smithyClient.Command
3629
3664
  })
3630
3665
  .s("CodeDeploy_20141006", "ListDeploymentTargets", {})
3631
3666
  .n("CodeDeployClient", "ListDeploymentTargetsCommand")
3632
- .sc(ListDeploymentTargets)
3667
+ .sc(ListDeploymentTargets$)
3633
3668
  .build() {
3634
3669
  }
3635
3670
 
@@ -3641,7 +3676,7 @@ class ListGitHubAccountTokenNamesCommand extends smithyClient.Command
3641
3676
  })
3642
3677
  .s("CodeDeploy_20141006", "ListGitHubAccountTokenNames", {})
3643
3678
  .n("CodeDeployClient", "ListGitHubAccountTokenNamesCommand")
3644
- .sc(ListGitHubAccountTokenNames)
3679
+ .sc(ListGitHubAccountTokenNames$)
3645
3680
  .build() {
3646
3681
  }
3647
3682
 
@@ -3653,7 +3688,7 @@ class ListOnPremisesInstancesCommand extends smithyClient.Command
3653
3688
  })
3654
3689
  .s("CodeDeploy_20141006", "ListOnPremisesInstances", {})
3655
3690
  .n("CodeDeployClient", "ListOnPremisesInstancesCommand")
3656
- .sc(ListOnPremisesInstances)
3691
+ .sc(ListOnPremisesInstances$)
3657
3692
  .build() {
3658
3693
  }
3659
3694
 
@@ -3665,7 +3700,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3665
3700
  })
3666
3701
  .s("CodeDeploy_20141006", "ListTagsForResource", {})
3667
3702
  .n("CodeDeployClient", "ListTagsForResourceCommand")
3668
- .sc(ListTagsForResource)
3703
+ .sc(ListTagsForResource$)
3669
3704
  .build() {
3670
3705
  }
3671
3706
 
@@ -3677,7 +3712,7 @@ class PutLifecycleEventHookExecutionStatusCommand extends smithyClient.Command
3677
3712
  })
3678
3713
  .s("CodeDeploy_20141006", "PutLifecycleEventHookExecutionStatus", {})
3679
3714
  .n("CodeDeployClient", "PutLifecycleEventHookExecutionStatusCommand")
3680
- .sc(PutLifecycleEventHookExecutionStatus)
3715
+ .sc(PutLifecycleEventHookExecutionStatus$)
3681
3716
  .build() {
3682
3717
  }
3683
3718
 
@@ -3689,7 +3724,7 @@ class RegisterApplicationRevisionCommand extends smithyClient.Command
3689
3724
  })
3690
3725
  .s("CodeDeploy_20141006", "RegisterApplicationRevision", {})
3691
3726
  .n("CodeDeployClient", "RegisterApplicationRevisionCommand")
3692
- .sc(RegisterApplicationRevision)
3727
+ .sc(RegisterApplicationRevision$)
3693
3728
  .build() {
3694
3729
  }
3695
3730
 
@@ -3701,7 +3736,7 @@ class RegisterOnPremisesInstanceCommand extends smithyClient.Command
3701
3736
  })
3702
3737
  .s("CodeDeploy_20141006", "RegisterOnPremisesInstance", {})
3703
3738
  .n("CodeDeployClient", "RegisterOnPremisesInstanceCommand")
3704
- .sc(RegisterOnPremisesInstance)
3739
+ .sc(RegisterOnPremisesInstance$)
3705
3740
  .build() {
3706
3741
  }
3707
3742
 
@@ -3713,7 +3748,7 @@ class RemoveTagsFromOnPremisesInstancesCommand extends smithyClient.Command
3713
3748
  })
3714
3749
  .s("CodeDeploy_20141006", "RemoveTagsFromOnPremisesInstances", {})
3715
3750
  .n("CodeDeployClient", "RemoveTagsFromOnPremisesInstancesCommand")
3716
- .sc(RemoveTagsFromOnPremisesInstances)
3751
+ .sc(RemoveTagsFromOnPremisesInstances$)
3717
3752
  .build() {
3718
3753
  }
3719
3754
 
@@ -3725,7 +3760,7 @@ class SkipWaitTimeForInstanceTerminationCommand extends smithyClient.Command
3725
3760
  })
3726
3761
  .s("CodeDeploy_20141006", "SkipWaitTimeForInstanceTermination", {})
3727
3762
  .n("CodeDeployClient", "SkipWaitTimeForInstanceTerminationCommand")
3728
- .sc(SkipWaitTimeForInstanceTermination)
3763
+ .sc(SkipWaitTimeForInstanceTermination$)
3729
3764
  .build() {
3730
3765
  }
3731
3766
 
@@ -3737,7 +3772,7 @@ class StopDeploymentCommand extends smithyClient.Command
3737
3772
  })
3738
3773
  .s("CodeDeploy_20141006", "StopDeployment", {})
3739
3774
  .n("CodeDeployClient", "StopDeploymentCommand")
3740
- .sc(StopDeployment)
3775
+ .sc(StopDeployment$)
3741
3776
  .build() {
3742
3777
  }
3743
3778
 
@@ -3749,7 +3784,7 @@ class TagResourceCommand extends smithyClient.Command
3749
3784
  })
3750
3785
  .s("CodeDeploy_20141006", "TagResource", {})
3751
3786
  .n("CodeDeployClient", "TagResourceCommand")
3752
- .sc(TagResource)
3787
+ .sc(TagResource$)
3753
3788
  .build() {
3754
3789
  }
3755
3790
 
@@ -3761,7 +3796,7 @@ class UntagResourceCommand extends smithyClient.Command
3761
3796
  })
3762
3797
  .s("CodeDeploy_20141006", "UntagResource", {})
3763
3798
  .n("CodeDeployClient", "UntagResourceCommand")
3764
- .sc(UntagResource)
3799
+ .sc(UntagResource$)
3765
3800
  .build() {
3766
3801
  }
3767
3802
 
@@ -3773,7 +3808,7 @@ class UpdateApplicationCommand extends smithyClient.Command
3773
3808
  })
3774
3809
  .s("CodeDeploy_20141006", "UpdateApplication", {})
3775
3810
  .n("CodeDeployClient", "UpdateApplicationCommand")
3776
- .sc(UpdateApplication)
3811
+ .sc(UpdateApplication$)
3777
3812
  .build() {
3778
3813
  }
3779
3814
 
@@ -3785,7 +3820,7 @@ class UpdateDeploymentGroupCommand extends smithyClient.Command
3785
3820
  })
3786
3821
  .s("CodeDeploy_20141006", "UpdateDeploymentGroup", {})
3787
3822
  .n("CodeDeployClient", "UpdateDeploymentGroupCommand")
3788
- .sc(UpdateDeploymentGroup)
3823
+ .sc(UpdateDeploymentGroup$)
3789
3824
  .build() {
3790
3825
  }
3791
3826
 
@@ -4132,199 +4167,497 @@ Object.defineProperty(exports, "__Client", {
4132
4167
  enumerable: true,
4133
4168
  get: function () { return smithyClient.Client; }
4134
4169
  });
4170
+ exports.AddTagsToOnPremisesInstances$ = AddTagsToOnPremisesInstances$;
4135
4171
  exports.AddTagsToOnPremisesInstancesCommand = AddTagsToOnPremisesInstancesCommand;
4136
- exports.AlarmsLimitExceededException = AlarmsLimitExceededException$1;
4137
- exports.ApplicationAlreadyExistsException = ApplicationAlreadyExistsException$1;
4138
- exports.ApplicationDoesNotExistException = ApplicationDoesNotExistException$1;
4139
- exports.ApplicationLimitExceededException = ApplicationLimitExceededException$1;
4140
- exports.ApplicationNameRequiredException = ApplicationNameRequiredException$1;
4172
+ exports.AddTagsToOnPremisesInstancesInput$ = AddTagsToOnPremisesInstancesInput$;
4173
+ exports.Alarm$ = Alarm$;
4174
+ exports.AlarmConfiguration$ = AlarmConfiguration$;
4175
+ exports.AlarmsLimitExceededException = AlarmsLimitExceededException;
4176
+ exports.AlarmsLimitExceededException$ = AlarmsLimitExceededException$;
4177
+ exports.AppSpecContent$ = AppSpecContent$;
4178
+ exports.ApplicationAlreadyExistsException = ApplicationAlreadyExistsException;
4179
+ exports.ApplicationAlreadyExistsException$ = ApplicationAlreadyExistsException$;
4180
+ exports.ApplicationDoesNotExistException = ApplicationDoesNotExistException;
4181
+ exports.ApplicationDoesNotExistException$ = ApplicationDoesNotExistException$;
4182
+ exports.ApplicationInfo$ = ApplicationInfo$;
4183
+ exports.ApplicationLimitExceededException = ApplicationLimitExceededException;
4184
+ exports.ApplicationLimitExceededException$ = ApplicationLimitExceededException$;
4185
+ exports.ApplicationNameRequiredException = ApplicationNameRequiredException;
4186
+ exports.ApplicationNameRequiredException$ = ApplicationNameRequiredException$;
4141
4187
  exports.ApplicationRevisionSortBy = ApplicationRevisionSortBy;
4142
- exports.ArnNotSupportedException = ArnNotSupportedException$1;
4188
+ exports.ArnNotSupportedException = ArnNotSupportedException;
4189
+ exports.ArnNotSupportedException$ = ArnNotSupportedException$;
4190
+ exports.AutoRollbackConfiguration$ = AutoRollbackConfiguration$;
4143
4191
  exports.AutoRollbackEvent = AutoRollbackEvent;
4192
+ exports.AutoScalingGroup$ = AutoScalingGroup$;
4193
+ exports.BatchGetApplicationRevisions$ = BatchGetApplicationRevisions$;
4144
4194
  exports.BatchGetApplicationRevisionsCommand = BatchGetApplicationRevisionsCommand;
4195
+ exports.BatchGetApplicationRevisionsInput$ = BatchGetApplicationRevisionsInput$;
4196
+ exports.BatchGetApplicationRevisionsOutput$ = BatchGetApplicationRevisionsOutput$;
4197
+ exports.BatchGetApplications$ = BatchGetApplications$;
4145
4198
  exports.BatchGetApplicationsCommand = BatchGetApplicationsCommand;
4199
+ exports.BatchGetApplicationsInput$ = BatchGetApplicationsInput$;
4200
+ exports.BatchGetApplicationsOutput$ = BatchGetApplicationsOutput$;
4201
+ exports.BatchGetDeploymentGroups$ = BatchGetDeploymentGroups$;
4146
4202
  exports.BatchGetDeploymentGroupsCommand = BatchGetDeploymentGroupsCommand;
4203
+ exports.BatchGetDeploymentGroupsInput$ = BatchGetDeploymentGroupsInput$;
4204
+ exports.BatchGetDeploymentGroupsOutput$ = BatchGetDeploymentGroupsOutput$;
4205
+ exports.BatchGetDeploymentInstances$ = BatchGetDeploymentInstances$;
4147
4206
  exports.BatchGetDeploymentInstancesCommand = BatchGetDeploymentInstancesCommand;
4207
+ exports.BatchGetDeploymentInstancesInput$ = BatchGetDeploymentInstancesInput$;
4208
+ exports.BatchGetDeploymentInstancesOutput$ = BatchGetDeploymentInstancesOutput$;
4209
+ exports.BatchGetDeploymentTargets$ = BatchGetDeploymentTargets$;
4148
4210
  exports.BatchGetDeploymentTargetsCommand = BatchGetDeploymentTargetsCommand;
4211
+ exports.BatchGetDeploymentTargetsInput$ = BatchGetDeploymentTargetsInput$;
4212
+ exports.BatchGetDeploymentTargetsOutput$ = BatchGetDeploymentTargetsOutput$;
4213
+ exports.BatchGetDeployments$ = BatchGetDeployments$;
4149
4214
  exports.BatchGetDeploymentsCommand = BatchGetDeploymentsCommand;
4215
+ exports.BatchGetDeploymentsInput$ = BatchGetDeploymentsInput$;
4216
+ exports.BatchGetDeploymentsOutput$ = BatchGetDeploymentsOutput$;
4217
+ exports.BatchGetOnPremisesInstances$ = BatchGetOnPremisesInstances$;
4150
4218
  exports.BatchGetOnPremisesInstancesCommand = BatchGetOnPremisesInstancesCommand;
4151
- exports.BatchLimitExceededException = BatchLimitExceededException$1;
4152
- exports.BucketNameFilterRequiredException = BucketNameFilterRequiredException$1;
4219
+ exports.BatchGetOnPremisesInstancesInput$ = BatchGetOnPremisesInstancesInput$;
4220
+ exports.BatchGetOnPremisesInstancesOutput$ = BatchGetOnPremisesInstancesOutput$;
4221
+ exports.BatchLimitExceededException = BatchLimitExceededException;
4222
+ exports.BatchLimitExceededException$ = BatchLimitExceededException$;
4223
+ exports.BlueGreenDeploymentConfiguration$ = BlueGreenDeploymentConfiguration$;
4224
+ exports.BlueInstanceTerminationOption$ = BlueInstanceTerminationOption$;
4225
+ exports.BucketNameFilterRequiredException = BucketNameFilterRequiredException;
4226
+ exports.BucketNameFilterRequiredException$ = BucketNameFilterRequiredException$;
4153
4227
  exports.BundleType = BundleType;
4228
+ exports.CloudFormationTarget$ = CloudFormationTarget$;
4154
4229
  exports.CodeDeploy = CodeDeploy;
4155
4230
  exports.CodeDeployClient = CodeDeployClient;
4156
- exports.CodeDeployServiceException = CodeDeployServiceException$1;
4231
+ exports.CodeDeployServiceException = CodeDeployServiceException;
4232
+ exports.CodeDeployServiceException$ = CodeDeployServiceException$;
4157
4233
  exports.ComputePlatform = ComputePlatform;
4234
+ exports.ContinueDeployment$ = ContinueDeployment$;
4158
4235
  exports.ContinueDeploymentCommand = ContinueDeploymentCommand;
4236
+ exports.ContinueDeploymentInput$ = ContinueDeploymentInput$;
4237
+ exports.CreateApplication$ = CreateApplication$;
4159
4238
  exports.CreateApplicationCommand = CreateApplicationCommand;
4239
+ exports.CreateApplicationInput$ = CreateApplicationInput$;
4240
+ exports.CreateApplicationOutput$ = CreateApplicationOutput$;
4241
+ exports.CreateDeployment$ = CreateDeployment$;
4160
4242
  exports.CreateDeploymentCommand = CreateDeploymentCommand;
4243
+ exports.CreateDeploymentConfig$ = CreateDeploymentConfig$;
4161
4244
  exports.CreateDeploymentConfigCommand = CreateDeploymentConfigCommand;
4245
+ exports.CreateDeploymentConfigInput$ = CreateDeploymentConfigInput$;
4246
+ exports.CreateDeploymentConfigOutput$ = CreateDeploymentConfigOutput$;
4247
+ exports.CreateDeploymentGroup$ = CreateDeploymentGroup$;
4162
4248
  exports.CreateDeploymentGroupCommand = CreateDeploymentGroupCommand;
4249
+ exports.CreateDeploymentGroupInput$ = CreateDeploymentGroupInput$;
4250
+ exports.CreateDeploymentGroupOutput$ = CreateDeploymentGroupOutput$;
4251
+ exports.CreateDeploymentInput$ = CreateDeploymentInput$;
4252
+ exports.CreateDeploymentOutput$ = CreateDeploymentOutput$;
4253
+ exports.DeleteApplication$ = DeleteApplication$;
4163
4254
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
4255
+ exports.DeleteApplicationInput$ = DeleteApplicationInput$;
4256
+ exports.DeleteDeploymentConfig$ = DeleteDeploymentConfig$;
4164
4257
  exports.DeleteDeploymentConfigCommand = DeleteDeploymentConfigCommand;
4258
+ exports.DeleteDeploymentConfigInput$ = DeleteDeploymentConfigInput$;
4259
+ exports.DeleteDeploymentGroup$ = DeleteDeploymentGroup$;
4165
4260
  exports.DeleteDeploymentGroupCommand = DeleteDeploymentGroupCommand;
4261
+ exports.DeleteDeploymentGroupInput$ = DeleteDeploymentGroupInput$;
4262
+ exports.DeleteDeploymentGroupOutput$ = DeleteDeploymentGroupOutput$;
4263
+ exports.DeleteGitHubAccountToken$ = DeleteGitHubAccountToken$;
4166
4264
  exports.DeleteGitHubAccountTokenCommand = DeleteGitHubAccountTokenCommand;
4265
+ exports.DeleteGitHubAccountTokenInput$ = DeleteGitHubAccountTokenInput$;
4266
+ exports.DeleteGitHubAccountTokenOutput$ = DeleteGitHubAccountTokenOutput$;
4267
+ exports.DeleteResourcesByExternalId$ = DeleteResourcesByExternalId$;
4167
4268
  exports.DeleteResourcesByExternalIdCommand = DeleteResourcesByExternalIdCommand;
4168
- exports.DeploymentAlreadyCompletedException = DeploymentAlreadyCompletedException$1;
4169
- exports.DeploymentConfigAlreadyExistsException = DeploymentConfigAlreadyExistsException$1;
4170
- exports.DeploymentConfigDoesNotExistException = DeploymentConfigDoesNotExistException$1;
4171
- exports.DeploymentConfigInUseException = DeploymentConfigInUseException$1;
4172
- exports.DeploymentConfigLimitExceededException = DeploymentConfigLimitExceededException$1;
4173
- exports.DeploymentConfigNameRequiredException = DeploymentConfigNameRequiredException$1;
4269
+ exports.DeleteResourcesByExternalIdInput$ = DeleteResourcesByExternalIdInput$;
4270
+ exports.DeleteResourcesByExternalIdOutput$ = DeleteResourcesByExternalIdOutput$;
4271
+ exports.DeploymentAlreadyCompletedException = DeploymentAlreadyCompletedException;
4272
+ exports.DeploymentAlreadyCompletedException$ = DeploymentAlreadyCompletedException$;
4273
+ exports.DeploymentConfigAlreadyExistsException = DeploymentConfigAlreadyExistsException;
4274
+ exports.DeploymentConfigAlreadyExistsException$ = DeploymentConfigAlreadyExistsException$;
4275
+ exports.DeploymentConfigDoesNotExistException = DeploymentConfigDoesNotExistException;
4276
+ exports.DeploymentConfigDoesNotExistException$ = DeploymentConfigDoesNotExistException$;
4277
+ exports.DeploymentConfigInUseException = DeploymentConfigInUseException;
4278
+ exports.DeploymentConfigInUseException$ = DeploymentConfigInUseException$;
4279
+ exports.DeploymentConfigInfo$ = DeploymentConfigInfo$;
4280
+ exports.DeploymentConfigLimitExceededException = DeploymentConfigLimitExceededException;
4281
+ exports.DeploymentConfigLimitExceededException$ = DeploymentConfigLimitExceededException$;
4282
+ exports.DeploymentConfigNameRequiredException = DeploymentConfigNameRequiredException;
4283
+ exports.DeploymentConfigNameRequiredException$ = DeploymentConfigNameRequiredException$;
4174
4284
  exports.DeploymentCreator = DeploymentCreator;
4175
- exports.DeploymentDoesNotExistException = DeploymentDoesNotExistException$1;
4176
- exports.DeploymentGroupAlreadyExistsException = DeploymentGroupAlreadyExistsException$1;
4177
- exports.DeploymentGroupDoesNotExistException = DeploymentGroupDoesNotExistException$1;
4178
- exports.DeploymentGroupLimitExceededException = DeploymentGroupLimitExceededException$1;
4179
- exports.DeploymentGroupNameRequiredException = DeploymentGroupNameRequiredException$1;
4180
- exports.DeploymentIdRequiredException = DeploymentIdRequiredException$1;
4181
- exports.DeploymentIsNotInReadyStateException = DeploymentIsNotInReadyStateException$1;
4182
- exports.DeploymentLimitExceededException = DeploymentLimitExceededException$1;
4183
- exports.DeploymentNotStartedException = DeploymentNotStartedException$1;
4285
+ exports.DeploymentDoesNotExistException = DeploymentDoesNotExistException;
4286
+ exports.DeploymentDoesNotExistException$ = DeploymentDoesNotExistException$;
4287
+ exports.DeploymentGroupAlreadyExistsException = DeploymentGroupAlreadyExistsException;
4288
+ exports.DeploymentGroupAlreadyExistsException$ = DeploymentGroupAlreadyExistsException$;
4289
+ exports.DeploymentGroupDoesNotExistException = DeploymentGroupDoesNotExistException;
4290
+ exports.DeploymentGroupDoesNotExistException$ = DeploymentGroupDoesNotExistException$;
4291
+ exports.DeploymentGroupInfo$ = DeploymentGroupInfo$;
4292
+ exports.DeploymentGroupLimitExceededException = DeploymentGroupLimitExceededException;
4293
+ exports.DeploymentGroupLimitExceededException$ = DeploymentGroupLimitExceededException$;
4294
+ exports.DeploymentGroupNameRequiredException = DeploymentGroupNameRequiredException;
4295
+ exports.DeploymentGroupNameRequiredException$ = DeploymentGroupNameRequiredException$;
4296
+ exports.DeploymentIdRequiredException = DeploymentIdRequiredException;
4297
+ exports.DeploymentIdRequiredException$ = DeploymentIdRequiredException$;
4298
+ exports.DeploymentInfo$ = DeploymentInfo$;
4299
+ exports.DeploymentIsNotInReadyStateException = DeploymentIsNotInReadyStateException;
4300
+ exports.DeploymentIsNotInReadyStateException$ = DeploymentIsNotInReadyStateException$;
4301
+ exports.DeploymentLimitExceededException = DeploymentLimitExceededException;
4302
+ exports.DeploymentLimitExceededException$ = DeploymentLimitExceededException$;
4303
+ exports.DeploymentNotStartedException = DeploymentNotStartedException;
4304
+ exports.DeploymentNotStartedException$ = DeploymentNotStartedException$;
4184
4305
  exports.DeploymentOption = DeploymentOption;
4306
+ exports.DeploymentOverview$ = DeploymentOverview$;
4185
4307
  exports.DeploymentReadyAction = DeploymentReadyAction;
4308
+ exports.DeploymentReadyOption$ = DeploymentReadyOption$;
4186
4309
  exports.DeploymentStatus = DeploymentStatus;
4187
- exports.DeploymentTargetDoesNotExistException = DeploymentTargetDoesNotExistException$1;
4188
- exports.DeploymentTargetIdRequiredException = DeploymentTargetIdRequiredException$1;
4189
- exports.DeploymentTargetListSizeExceededException = DeploymentTargetListSizeExceededException$1;
4310
+ exports.DeploymentStyle$ = DeploymentStyle$;
4311
+ exports.DeploymentTarget$ = DeploymentTarget$;
4312
+ exports.DeploymentTargetDoesNotExistException = DeploymentTargetDoesNotExistException;
4313
+ exports.DeploymentTargetDoesNotExistException$ = DeploymentTargetDoesNotExistException$;
4314
+ exports.DeploymentTargetIdRequiredException = DeploymentTargetIdRequiredException;
4315
+ exports.DeploymentTargetIdRequiredException$ = DeploymentTargetIdRequiredException$;
4316
+ exports.DeploymentTargetListSizeExceededException = DeploymentTargetListSizeExceededException;
4317
+ exports.DeploymentTargetListSizeExceededException$ = DeploymentTargetListSizeExceededException$;
4190
4318
  exports.DeploymentTargetType = DeploymentTargetType;
4191
4319
  exports.DeploymentType = DeploymentType;
4192
4320
  exports.DeploymentWaitType = DeploymentWaitType;
4321
+ exports.DeregisterOnPremisesInstance$ = DeregisterOnPremisesInstance$;
4193
4322
  exports.DeregisterOnPremisesInstanceCommand = DeregisterOnPremisesInstanceCommand;
4194
- exports.DescriptionTooLongException = DescriptionTooLongException$1;
4323
+ exports.DeregisterOnPremisesInstanceInput$ = DeregisterOnPremisesInstanceInput$;
4324
+ exports.DescriptionTooLongException = DescriptionTooLongException;
4325
+ exports.DescriptionTooLongException$ = DescriptionTooLongException$;
4326
+ exports.Diagnostics$ = Diagnostics$;
4327
+ exports.EC2TagFilter$ = EC2TagFilter$;
4195
4328
  exports.EC2TagFilterType = EC2TagFilterType;
4196
- exports.ECSServiceMappingLimitExceededException = ECSServiceMappingLimitExceededException$1;
4329
+ exports.EC2TagSet$ = EC2TagSet$;
4330
+ exports.ECSService$ = ECSService$;
4331
+ exports.ECSServiceMappingLimitExceededException = ECSServiceMappingLimitExceededException;
4332
+ exports.ECSServiceMappingLimitExceededException$ = ECSServiceMappingLimitExceededException$;
4333
+ exports.ECSTarget$ = ECSTarget$;
4334
+ exports.ECSTaskSet$ = ECSTaskSet$;
4335
+ exports.ELBInfo$ = ELBInfo$;
4197
4336
  exports.ErrorCode = ErrorCode;
4337
+ exports.ErrorInformation$ = ErrorInformation$;
4198
4338
  exports.FileExistsBehavior = FileExistsBehavior;
4339
+ exports.GenericRevisionInfo$ = GenericRevisionInfo$;
4340
+ exports.GetApplication$ = GetApplication$;
4199
4341
  exports.GetApplicationCommand = GetApplicationCommand;
4342
+ exports.GetApplicationInput$ = GetApplicationInput$;
4343
+ exports.GetApplicationOutput$ = GetApplicationOutput$;
4344
+ exports.GetApplicationRevision$ = GetApplicationRevision$;
4200
4345
  exports.GetApplicationRevisionCommand = GetApplicationRevisionCommand;
4346
+ exports.GetApplicationRevisionInput$ = GetApplicationRevisionInput$;
4347
+ exports.GetApplicationRevisionOutput$ = GetApplicationRevisionOutput$;
4348
+ exports.GetDeployment$ = GetDeployment$;
4201
4349
  exports.GetDeploymentCommand = GetDeploymentCommand;
4350
+ exports.GetDeploymentConfig$ = GetDeploymentConfig$;
4202
4351
  exports.GetDeploymentConfigCommand = GetDeploymentConfigCommand;
4352
+ exports.GetDeploymentConfigInput$ = GetDeploymentConfigInput$;
4353
+ exports.GetDeploymentConfigOutput$ = GetDeploymentConfigOutput$;
4354
+ exports.GetDeploymentGroup$ = GetDeploymentGroup$;
4203
4355
  exports.GetDeploymentGroupCommand = GetDeploymentGroupCommand;
4356
+ exports.GetDeploymentGroupInput$ = GetDeploymentGroupInput$;
4357
+ exports.GetDeploymentGroupOutput$ = GetDeploymentGroupOutput$;
4358
+ exports.GetDeploymentInput$ = GetDeploymentInput$;
4359
+ exports.GetDeploymentInstance$ = GetDeploymentInstance$;
4204
4360
  exports.GetDeploymentInstanceCommand = GetDeploymentInstanceCommand;
4361
+ exports.GetDeploymentInstanceInput$ = GetDeploymentInstanceInput$;
4362
+ exports.GetDeploymentInstanceOutput$ = GetDeploymentInstanceOutput$;
4363
+ exports.GetDeploymentOutput$ = GetDeploymentOutput$;
4364
+ exports.GetDeploymentTarget$ = GetDeploymentTarget$;
4205
4365
  exports.GetDeploymentTargetCommand = GetDeploymentTargetCommand;
4366
+ exports.GetDeploymentTargetInput$ = GetDeploymentTargetInput$;
4367
+ exports.GetDeploymentTargetOutput$ = GetDeploymentTargetOutput$;
4368
+ exports.GetOnPremisesInstance$ = GetOnPremisesInstance$;
4206
4369
  exports.GetOnPremisesInstanceCommand = GetOnPremisesInstanceCommand;
4207
- exports.GitHubAccountTokenDoesNotExistException = GitHubAccountTokenDoesNotExistException$1;
4208
- exports.GitHubAccountTokenNameRequiredException = GitHubAccountTokenNameRequiredException$1;
4370
+ exports.GetOnPremisesInstanceInput$ = GetOnPremisesInstanceInput$;
4371
+ exports.GetOnPremisesInstanceOutput$ = GetOnPremisesInstanceOutput$;
4372
+ exports.GitHubAccountTokenDoesNotExistException = GitHubAccountTokenDoesNotExistException;
4373
+ exports.GitHubAccountTokenDoesNotExistException$ = GitHubAccountTokenDoesNotExistException$;
4374
+ exports.GitHubAccountTokenNameRequiredException = GitHubAccountTokenNameRequiredException;
4375
+ exports.GitHubAccountTokenNameRequiredException$ = GitHubAccountTokenNameRequiredException$;
4376
+ exports.GitHubLocation$ = GitHubLocation$;
4209
4377
  exports.GreenFleetProvisioningAction = GreenFleetProvisioningAction;
4210
- exports.IamArnRequiredException = IamArnRequiredException$1;
4211
- exports.IamSessionArnAlreadyRegisteredException = IamSessionArnAlreadyRegisteredException$1;
4212
- exports.IamUserArnAlreadyRegisteredException = IamUserArnAlreadyRegisteredException$1;
4213
- exports.IamUserArnRequiredException = IamUserArnRequiredException$1;
4378
+ exports.GreenFleetProvisioningOption$ = GreenFleetProvisioningOption$;
4379
+ exports.IamArnRequiredException = IamArnRequiredException;
4380
+ exports.IamArnRequiredException$ = IamArnRequiredException$;
4381
+ exports.IamSessionArnAlreadyRegisteredException = IamSessionArnAlreadyRegisteredException;
4382
+ exports.IamSessionArnAlreadyRegisteredException$ = IamSessionArnAlreadyRegisteredException$;
4383
+ exports.IamUserArnAlreadyRegisteredException = IamUserArnAlreadyRegisteredException;
4384
+ exports.IamUserArnAlreadyRegisteredException$ = IamUserArnAlreadyRegisteredException$;
4385
+ exports.IamUserArnRequiredException = IamUserArnRequiredException;
4386
+ exports.IamUserArnRequiredException$ = IamUserArnRequiredException$;
4214
4387
  exports.InstanceAction = InstanceAction;
4215
- exports.InstanceDoesNotExistException = InstanceDoesNotExistException$1;
4216
- exports.InstanceIdRequiredException = InstanceIdRequiredException$1;
4217
- exports.InstanceLimitExceededException = InstanceLimitExceededException$1;
4218
- exports.InstanceNameAlreadyRegisteredException = InstanceNameAlreadyRegisteredException$1;
4219
- exports.InstanceNameRequiredException = InstanceNameRequiredException$1;
4220
- exports.InstanceNotRegisteredException = InstanceNotRegisteredException$1;
4388
+ exports.InstanceDoesNotExistException = InstanceDoesNotExistException;
4389
+ exports.InstanceDoesNotExistException$ = InstanceDoesNotExistException$;
4390
+ exports.InstanceIdRequiredException = InstanceIdRequiredException;
4391
+ exports.InstanceIdRequiredException$ = InstanceIdRequiredException$;
4392
+ exports.InstanceInfo$ = InstanceInfo$;
4393
+ exports.InstanceLimitExceededException = InstanceLimitExceededException;
4394
+ exports.InstanceLimitExceededException$ = InstanceLimitExceededException$;
4395
+ exports.InstanceNameAlreadyRegisteredException = InstanceNameAlreadyRegisteredException;
4396
+ exports.InstanceNameAlreadyRegisteredException$ = InstanceNameAlreadyRegisteredException$;
4397
+ exports.InstanceNameRequiredException = InstanceNameRequiredException;
4398
+ exports.InstanceNameRequiredException$ = InstanceNameRequiredException$;
4399
+ exports.InstanceNotRegisteredException = InstanceNotRegisteredException;
4400
+ exports.InstanceNotRegisteredException$ = InstanceNotRegisteredException$;
4221
4401
  exports.InstanceStatus = InstanceStatus;
4222
- exports.InvalidAlarmConfigException = InvalidAlarmConfigException$1;
4223
- exports.InvalidApplicationNameException = InvalidApplicationNameException$1;
4224
- exports.InvalidArnException = InvalidArnException$1;
4225
- exports.InvalidAutoRollbackConfigException = InvalidAutoRollbackConfigException$1;
4226
- exports.InvalidAutoScalingGroupException = InvalidAutoScalingGroupException$1;
4227
- exports.InvalidBlueGreenDeploymentConfigurationException = InvalidBlueGreenDeploymentConfigurationException$1;
4228
- exports.InvalidBucketNameFilterException = InvalidBucketNameFilterException$1;
4229
- exports.InvalidComputePlatformException = InvalidComputePlatformException$1;
4230
- exports.InvalidDeployedStateFilterException = InvalidDeployedStateFilterException$1;
4231
- exports.InvalidDeploymentConfigNameException = InvalidDeploymentConfigNameException$1;
4232
- exports.InvalidDeploymentGroupNameException = InvalidDeploymentGroupNameException$1;
4233
- exports.InvalidDeploymentIdException = InvalidDeploymentIdException$1;
4234
- exports.InvalidDeploymentInstanceTypeException = InvalidDeploymentInstanceTypeException$1;
4235
- exports.InvalidDeploymentStatusException = InvalidDeploymentStatusException$1;
4236
- exports.InvalidDeploymentStyleException = InvalidDeploymentStyleException$1;
4237
- exports.InvalidDeploymentTargetIdException = InvalidDeploymentTargetIdException$1;
4238
- exports.InvalidDeploymentWaitTypeException = InvalidDeploymentWaitTypeException$1;
4239
- exports.InvalidEC2TagCombinationException = InvalidEC2TagCombinationException$1;
4240
- exports.InvalidEC2TagException = InvalidEC2TagException$1;
4241
- exports.InvalidECSServiceException = InvalidECSServiceException$1;
4242
- exports.InvalidExternalIdException = InvalidExternalIdException$1;
4243
- exports.InvalidFileExistsBehaviorException = InvalidFileExistsBehaviorException$1;
4244
- exports.InvalidGitHubAccountTokenException = InvalidGitHubAccountTokenException$1;
4245
- exports.InvalidGitHubAccountTokenNameException = InvalidGitHubAccountTokenNameException$1;
4246
- exports.InvalidIamSessionArnException = InvalidIamSessionArnException$1;
4247
- exports.InvalidIamUserArnException = InvalidIamUserArnException$1;
4248
- exports.InvalidIgnoreApplicationStopFailuresValueException = InvalidIgnoreApplicationStopFailuresValueException$1;
4249
- exports.InvalidInputException = InvalidInputException$1;
4250
- exports.InvalidInstanceNameException = InvalidInstanceNameException$1;
4251
- exports.InvalidInstanceStatusException = InvalidInstanceStatusException$1;
4252
- exports.InvalidInstanceTypeException = InvalidInstanceTypeException$1;
4253
- exports.InvalidKeyPrefixFilterException = InvalidKeyPrefixFilterException$1;
4254
- exports.InvalidLifecycleEventHookExecutionIdException = InvalidLifecycleEventHookExecutionIdException$1;
4255
- exports.InvalidLifecycleEventHookExecutionStatusException = InvalidLifecycleEventHookExecutionStatusException$1;
4256
- exports.InvalidLoadBalancerInfoException = InvalidLoadBalancerInfoException$1;
4257
- exports.InvalidMinimumHealthyHostValueException = InvalidMinimumHealthyHostValueException$1;
4258
- exports.InvalidNextTokenException = InvalidNextTokenException$1;
4259
- exports.InvalidOnPremisesTagCombinationException = InvalidOnPremisesTagCombinationException$1;
4260
- exports.InvalidOperationException = InvalidOperationException$1;
4261
- exports.InvalidRegistrationStatusException = InvalidRegistrationStatusException$1;
4262
- exports.InvalidRevisionException = InvalidRevisionException$1;
4263
- exports.InvalidRoleException = InvalidRoleException$1;
4264
- exports.InvalidSortByException = InvalidSortByException$1;
4265
- exports.InvalidSortOrderException = InvalidSortOrderException$1;
4266
- exports.InvalidTagException = InvalidTagException$1;
4267
- exports.InvalidTagFilterException = InvalidTagFilterException$1;
4268
- exports.InvalidTagsToAddException = InvalidTagsToAddException$1;
4269
- exports.InvalidTargetFilterNameException = InvalidTargetFilterNameException$1;
4270
- exports.InvalidTargetGroupPairException = InvalidTargetGroupPairException$1;
4271
- exports.InvalidTargetInstancesException = InvalidTargetInstancesException$1;
4272
- exports.InvalidTimeRangeException = InvalidTimeRangeException$1;
4273
- exports.InvalidTrafficRoutingConfigurationException = InvalidTrafficRoutingConfigurationException$1;
4274
- exports.InvalidTriggerConfigException = InvalidTriggerConfigException$1;
4275
- exports.InvalidUpdateOutdatedInstancesOnlyValueException = InvalidUpdateOutdatedInstancesOnlyValueException$1;
4276
- exports.InvalidZonalDeploymentConfigurationException = InvalidZonalDeploymentConfigurationException$1;
4402
+ exports.InstanceSummary$ = InstanceSummary$;
4403
+ exports.InstanceTarget$ = InstanceTarget$;
4404
+ exports.InvalidAlarmConfigException = InvalidAlarmConfigException;
4405
+ exports.InvalidAlarmConfigException$ = InvalidAlarmConfigException$;
4406
+ exports.InvalidApplicationNameException = InvalidApplicationNameException;
4407
+ exports.InvalidApplicationNameException$ = InvalidApplicationNameException$;
4408
+ exports.InvalidArnException = InvalidArnException;
4409
+ exports.InvalidArnException$ = InvalidArnException$;
4410
+ exports.InvalidAutoRollbackConfigException = InvalidAutoRollbackConfigException;
4411
+ exports.InvalidAutoRollbackConfigException$ = InvalidAutoRollbackConfigException$;
4412
+ exports.InvalidAutoScalingGroupException = InvalidAutoScalingGroupException;
4413
+ exports.InvalidAutoScalingGroupException$ = InvalidAutoScalingGroupException$;
4414
+ exports.InvalidBlueGreenDeploymentConfigurationException = InvalidBlueGreenDeploymentConfigurationException;
4415
+ exports.InvalidBlueGreenDeploymentConfigurationException$ = InvalidBlueGreenDeploymentConfigurationException$;
4416
+ exports.InvalidBucketNameFilterException = InvalidBucketNameFilterException;
4417
+ exports.InvalidBucketNameFilterException$ = InvalidBucketNameFilterException$;
4418
+ exports.InvalidComputePlatformException = InvalidComputePlatformException;
4419
+ exports.InvalidComputePlatformException$ = InvalidComputePlatformException$;
4420
+ exports.InvalidDeployedStateFilterException = InvalidDeployedStateFilterException;
4421
+ exports.InvalidDeployedStateFilterException$ = InvalidDeployedStateFilterException$;
4422
+ exports.InvalidDeploymentConfigNameException = InvalidDeploymentConfigNameException;
4423
+ exports.InvalidDeploymentConfigNameException$ = InvalidDeploymentConfigNameException$;
4424
+ exports.InvalidDeploymentGroupNameException = InvalidDeploymentGroupNameException;
4425
+ exports.InvalidDeploymentGroupNameException$ = InvalidDeploymentGroupNameException$;
4426
+ exports.InvalidDeploymentIdException = InvalidDeploymentIdException;
4427
+ exports.InvalidDeploymentIdException$ = InvalidDeploymentIdException$;
4428
+ exports.InvalidDeploymentInstanceTypeException = InvalidDeploymentInstanceTypeException;
4429
+ exports.InvalidDeploymentInstanceTypeException$ = InvalidDeploymentInstanceTypeException$;
4430
+ exports.InvalidDeploymentStatusException = InvalidDeploymentStatusException;
4431
+ exports.InvalidDeploymentStatusException$ = InvalidDeploymentStatusException$;
4432
+ exports.InvalidDeploymentStyleException = InvalidDeploymentStyleException;
4433
+ exports.InvalidDeploymentStyleException$ = InvalidDeploymentStyleException$;
4434
+ exports.InvalidDeploymentTargetIdException = InvalidDeploymentTargetIdException;
4435
+ exports.InvalidDeploymentTargetIdException$ = InvalidDeploymentTargetIdException$;
4436
+ exports.InvalidDeploymentWaitTypeException = InvalidDeploymentWaitTypeException;
4437
+ exports.InvalidDeploymentWaitTypeException$ = InvalidDeploymentWaitTypeException$;
4438
+ exports.InvalidEC2TagCombinationException = InvalidEC2TagCombinationException;
4439
+ exports.InvalidEC2TagCombinationException$ = InvalidEC2TagCombinationException$;
4440
+ exports.InvalidEC2TagException = InvalidEC2TagException;
4441
+ exports.InvalidEC2TagException$ = InvalidEC2TagException$;
4442
+ exports.InvalidECSServiceException = InvalidECSServiceException;
4443
+ exports.InvalidECSServiceException$ = InvalidECSServiceException$;
4444
+ exports.InvalidExternalIdException = InvalidExternalIdException;
4445
+ exports.InvalidExternalIdException$ = InvalidExternalIdException$;
4446
+ exports.InvalidFileExistsBehaviorException = InvalidFileExistsBehaviorException;
4447
+ exports.InvalidFileExistsBehaviorException$ = InvalidFileExistsBehaviorException$;
4448
+ exports.InvalidGitHubAccountTokenException = InvalidGitHubAccountTokenException;
4449
+ exports.InvalidGitHubAccountTokenException$ = InvalidGitHubAccountTokenException$;
4450
+ exports.InvalidGitHubAccountTokenNameException = InvalidGitHubAccountTokenNameException;
4451
+ exports.InvalidGitHubAccountTokenNameException$ = InvalidGitHubAccountTokenNameException$;
4452
+ exports.InvalidIamSessionArnException = InvalidIamSessionArnException;
4453
+ exports.InvalidIamSessionArnException$ = InvalidIamSessionArnException$;
4454
+ exports.InvalidIamUserArnException = InvalidIamUserArnException;
4455
+ exports.InvalidIamUserArnException$ = InvalidIamUserArnException$;
4456
+ exports.InvalidIgnoreApplicationStopFailuresValueException = InvalidIgnoreApplicationStopFailuresValueException;
4457
+ exports.InvalidIgnoreApplicationStopFailuresValueException$ = InvalidIgnoreApplicationStopFailuresValueException$;
4458
+ exports.InvalidInputException = InvalidInputException;
4459
+ exports.InvalidInputException$ = InvalidInputException$;
4460
+ exports.InvalidInstanceNameException = InvalidInstanceNameException;
4461
+ exports.InvalidInstanceNameException$ = InvalidInstanceNameException$;
4462
+ exports.InvalidInstanceStatusException = InvalidInstanceStatusException;
4463
+ exports.InvalidInstanceStatusException$ = InvalidInstanceStatusException$;
4464
+ exports.InvalidInstanceTypeException = InvalidInstanceTypeException;
4465
+ exports.InvalidInstanceTypeException$ = InvalidInstanceTypeException$;
4466
+ exports.InvalidKeyPrefixFilterException = InvalidKeyPrefixFilterException;
4467
+ exports.InvalidKeyPrefixFilterException$ = InvalidKeyPrefixFilterException$;
4468
+ exports.InvalidLifecycleEventHookExecutionIdException = InvalidLifecycleEventHookExecutionIdException;
4469
+ exports.InvalidLifecycleEventHookExecutionIdException$ = InvalidLifecycleEventHookExecutionIdException$;
4470
+ exports.InvalidLifecycleEventHookExecutionStatusException = InvalidLifecycleEventHookExecutionStatusException;
4471
+ exports.InvalidLifecycleEventHookExecutionStatusException$ = InvalidLifecycleEventHookExecutionStatusException$;
4472
+ exports.InvalidLoadBalancerInfoException = InvalidLoadBalancerInfoException;
4473
+ exports.InvalidLoadBalancerInfoException$ = InvalidLoadBalancerInfoException$;
4474
+ exports.InvalidMinimumHealthyHostValueException = InvalidMinimumHealthyHostValueException;
4475
+ exports.InvalidMinimumHealthyHostValueException$ = InvalidMinimumHealthyHostValueException$;
4476
+ exports.InvalidNextTokenException = InvalidNextTokenException;
4477
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
4478
+ exports.InvalidOnPremisesTagCombinationException = InvalidOnPremisesTagCombinationException;
4479
+ exports.InvalidOnPremisesTagCombinationException$ = InvalidOnPremisesTagCombinationException$;
4480
+ exports.InvalidOperationException = InvalidOperationException;
4481
+ exports.InvalidOperationException$ = InvalidOperationException$;
4482
+ exports.InvalidRegistrationStatusException = InvalidRegistrationStatusException;
4483
+ exports.InvalidRegistrationStatusException$ = InvalidRegistrationStatusException$;
4484
+ exports.InvalidRevisionException = InvalidRevisionException;
4485
+ exports.InvalidRevisionException$ = InvalidRevisionException$;
4486
+ exports.InvalidRoleException = InvalidRoleException;
4487
+ exports.InvalidRoleException$ = InvalidRoleException$;
4488
+ exports.InvalidSortByException = InvalidSortByException;
4489
+ exports.InvalidSortByException$ = InvalidSortByException$;
4490
+ exports.InvalidSortOrderException = InvalidSortOrderException;
4491
+ exports.InvalidSortOrderException$ = InvalidSortOrderException$;
4492
+ exports.InvalidTagException = InvalidTagException;
4493
+ exports.InvalidTagException$ = InvalidTagException$;
4494
+ exports.InvalidTagFilterException = InvalidTagFilterException;
4495
+ exports.InvalidTagFilterException$ = InvalidTagFilterException$;
4496
+ exports.InvalidTagsToAddException = InvalidTagsToAddException;
4497
+ exports.InvalidTagsToAddException$ = InvalidTagsToAddException$;
4498
+ exports.InvalidTargetFilterNameException = InvalidTargetFilterNameException;
4499
+ exports.InvalidTargetFilterNameException$ = InvalidTargetFilterNameException$;
4500
+ exports.InvalidTargetGroupPairException = InvalidTargetGroupPairException;
4501
+ exports.InvalidTargetGroupPairException$ = InvalidTargetGroupPairException$;
4502
+ exports.InvalidTargetInstancesException = InvalidTargetInstancesException;
4503
+ exports.InvalidTargetInstancesException$ = InvalidTargetInstancesException$;
4504
+ exports.InvalidTimeRangeException = InvalidTimeRangeException;
4505
+ exports.InvalidTimeRangeException$ = InvalidTimeRangeException$;
4506
+ exports.InvalidTrafficRoutingConfigurationException = InvalidTrafficRoutingConfigurationException;
4507
+ exports.InvalidTrafficRoutingConfigurationException$ = InvalidTrafficRoutingConfigurationException$;
4508
+ exports.InvalidTriggerConfigException = InvalidTriggerConfigException;
4509
+ exports.InvalidTriggerConfigException$ = InvalidTriggerConfigException$;
4510
+ exports.InvalidUpdateOutdatedInstancesOnlyValueException = InvalidUpdateOutdatedInstancesOnlyValueException;
4511
+ exports.InvalidUpdateOutdatedInstancesOnlyValueException$ = InvalidUpdateOutdatedInstancesOnlyValueException$;
4512
+ exports.InvalidZonalDeploymentConfigurationException = InvalidZonalDeploymentConfigurationException;
4513
+ exports.InvalidZonalDeploymentConfigurationException$ = InvalidZonalDeploymentConfigurationException$;
4514
+ exports.LambdaFunctionInfo$ = LambdaFunctionInfo$;
4515
+ exports.LambdaTarget$ = LambdaTarget$;
4516
+ exports.LastDeploymentInfo$ = LastDeploymentInfo$;
4277
4517
  exports.LifecycleErrorCode = LifecycleErrorCode;
4278
- exports.LifecycleEventAlreadyCompletedException = LifecycleEventAlreadyCompletedException$1;
4518
+ exports.LifecycleEvent$ = LifecycleEvent$;
4519
+ exports.LifecycleEventAlreadyCompletedException = LifecycleEventAlreadyCompletedException;
4520
+ exports.LifecycleEventAlreadyCompletedException$ = LifecycleEventAlreadyCompletedException$;
4279
4521
  exports.LifecycleEventStatus = LifecycleEventStatus;
4280
- exports.LifecycleHookLimitExceededException = LifecycleHookLimitExceededException$1;
4522
+ exports.LifecycleHookLimitExceededException = LifecycleHookLimitExceededException;
4523
+ exports.LifecycleHookLimitExceededException$ = LifecycleHookLimitExceededException$;
4524
+ exports.ListApplicationRevisions$ = ListApplicationRevisions$;
4281
4525
  exports.ListApplicationRevisionsCommand = ListApplicationRevisionsCommand;
4526
+ exports.ListApplicationRevisionsInput$ = ListApplicationRevisionsInput$;
4527
+ exports.ListApplicationRevisionsOutput$ = ListApplicationRevisionsOutput$;
4528
+ exports.ListApplications$ = ListApplications$;
4282
4529
  exports.ListApplicationsCommand = ListApplicationsCommand;
4530
+ exports.ListApplicationsInput$ = ListApplicationsInput$;
4531
+ exports.ListApplicationsOutput$ = ListApplicationsOutput$;
4532
+ exports.ListDeploymentConfigs$ = ListDeploymentConfigs$;
4283
4533
  exports.ListDeploymentConfigsCommand = ListDeploymentConfigsCommand;
4534
+ exports.ListDeploymentConfigsInput$ = ListDeploymentConfigsInput$;
4535
+ exports.ListDeploymentConfigsOutput$ = ListDeploymentConfigsOutput$;
4536
+ exports.ListDeploymentGroups$ = ListDeploymentGroups$;
4284
4537
  exports.ListDeploymentGroupsCommand = ListDeploymentGroupsCommand;
4538
+ exports.ListDeploymentGroupsInput$ = ListDeploymentGroupsInput$;
4539
+ exports.ListDeploymentGroupsOutput$ = ListDeploymentGroupsOutput$;
4540
+ exports.ListDeploymentInstances$ = ListDeploymentInstances$;
4285
4541
  exports.ListDeploymentInstancesCommand = ListDeploymentInstancesCommand;
4542
+ exports.ListDeploymentInstancesInput$ = ListDeploymentInstancesInput$;
4543
+ exports.ListDeploymentInstancesOutput$ = ListDeploymentInstancesOutput$;
4544
+ exports.ListDeploymentTargets$ = ListDeploymentTargets$;
4286
4545
  exports.ListDeploymentTargetsCommand = ListDeploymentTargetsCommand;
4546
+ exports.ListDeploymentTargetsInput$ = ListDeploymentTargetsInput$;
4547
+ exports.ListDeploymentTargetsOutput$ = ListDeploymentTargetsOutput$;
4548
+ exports.ListDeployments$ = ListDeployments$;
4287
4549
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
4550
+ exports.ListDeploymentsInput$ = ListDeploymentsInput$;
4551
+ exports.ListDeploymentsOutput$ = ListDeploymentsOutput$;
4552
+ exports.ListGitHubAccountTokenNames$ = ListGitHubAccountTokenNames$;
4288
4553
  exports.ListGitHubAccountTokenNamesCommand = ListGitHubAccountTokenNamesCommand;
4554
+ exports.ListGitHubAccountTokenNamesInput$ = ListGitHubAccountTokenNamesInput$;
4555
+ exports.ListGitHubAccountTokenNamesOutput$ = ListGitHubAccountTokenNamesOutput$;
4556
+ exports.ListOnPremisesInstances$ = ListOnPremisesInstances$;
4289
4557
  exports.ListOnPremisesInstancesCommand = ListOnPremisesInstancesCommand;
4558
+ exports.ListOnPremisesInstancesInput$ = ListOnPremisesInstancesInput$;
4559
+ exports.ListOnPremisesInstancesOutput$ = ListOnPremisesInstancesOutput$;
4290
4560
  exports.ListStateFilterAction = ListStateFilterAction;
4561
+ exports.ListTagsForResource$ = ListTagsForResource$;
4291
4562
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4563
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
4564
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
4565
+ exports.LoadBalancerInfo$ = LoadBalancerInfo$;
4566
+ exports.MinimumHealthyHosts$ = MinimumHealthyHosts$;
4567
+ exports.MinimumHealthyHostsPerZone$ = MinimumHealthyHostsPerZone$;
4292
4568
  exports.MinimumHealthyHostsPerZoneType = MinimumHealthyHostsPerZoneType;
4293
4569
  exports.MinimumHealthyHostsType = MinimumHealthyHostsType;
4294
- exports.MultipleIamArnsProvidedException = MultipleIamArnsProvidedException$1;
4295
- exports.OperationNotSupportedException = OperationNotSupportedException$1;
4570
+ exports.MultipleIamArnsProvidedException = MultipleIamArnsProvidedException;
4571
+ exports.MultipleIamArnsProvidedException$ = MultipleIamArnsProvidedException$;
4572
+ exports.OnPremisesTagSet$ = OnPremisesTagSet$;
4573
+ exports.OperationNotSupportedException = OperationNotSupportedException;
4574
+ exports.OperationNotSupportedException$ = OperationNotSupportedException$;
4296
4575
  exports.OutdatedInstancesStrategy = OutdatedInstancesStrategy;
4576
+ exports.PutLifecycleEventHookExecutionStatus$ = PutLifecycleEventHookExecutionStatus$;
4297
4577
  exports.PutLifecycleEventHookExecutionStatusCommand = PutLifecycleEventHookExecutionStatusCommand;
4578
+ exports.PutLifecycleEventHookExecutionStatusInput$ = PutLifecycleEventHookExecutionStatusInput$;
4579
+ exports.PutLifecycleEventHookExecutionStatusOutput$ = PutLifecycleEventHookExecutionStatusOutput$;
4580
+ exports.RawString$ = RawString$;
4581
+ exports.RegisterApplicationRevision$ = RegisterApplicationRevision$;
4298
4582
  exports.RegisterApplicationRevisionCommand = RegisterApplicationRevisionCommand;
4583
+ exports.RegisterApplicationRevisionInput$ = RegisterApplicationRevisionInput$;
4584
+ exports.RegisterOnPremisesInstance$ = RegisterOnPremisesInstance$;
4299
4585
  exports.RegisterOnPremisesInstanceCommand = RegisterOnPremisesInstanceCommand;
4586
+ exports.RegisterOnPremisesInstanceInput$ = RegisterOnPremisesInstanceInput$;
4300
4587
  exports.RegistrationStatus = RegistrationStatus;
4588
+ exports.RelatedDeployments$ = RelatedDeployments$;
4589
+ exports.RemoveTagsFromOnPremisesInstances$ = RemoveTagsFromOnPremisesInstances$;
4301
4590
  exports.RemoveTagsFromOnPremisesInstancesCommand = RemoveTagsFromOnPremisesInstancesCommand;
4302
- exports.ResourceArnRequiredException = ResourceArnRequiredException$1;
4303
- exports.ResourceValidationException = ResourceValidationException$1;
4304
- exports.RevisionDoesNotExistException = RevisionDoesNotExistException$1;
4591
+ exports.RemoveTagsFromOnPremisesInstancesInput$ = RemoveTagsFromOnPremisesInstancesInput$;
4592
+ exports.ResourceArnRequiredException = ResourceArnRequiredException;
4593
+ exports.ResourceArnRequiredException$ = ResourceArnRequiredException$;
4594
+ exports.ResourceValidationException = ResourceValidationException;
4595
+ exports.ResourceValidationException$ = ResourceValidationException$;
4596
+ exports.RevisionDoesNotExistException = RevisionDoesNotExistException;
4597
+ exports.RevisionDoesNotExistException$ = RevisionDoesNotExistException$;
4598
+ exports.RevisionInfo$ = RevisionInfo$;
4599
+ exports.RevisionLocation$ = RevisionLocation$;
4305
4600
  exports.RevisionLocationType = RevisionLocationType;
4306
- exports.RevisionRequiredException = RevisionRequiredException$1;
4307
- exports.RoleRequiredException = RoleRequiredException$1;
4601
+ exports.RevisionRequiredException = RevisionRequiredException;
4602
+ exports.RevisionRequiredException$ = RevisionRequiredException$;
4603
+ exports.RoleRequiredException = RoleRequiredException;
4604
+ exports.RoleRequiredException$ = RoleRequiredException$;
4605
+ exports.RollbackInfo$ = RollbackInfo$;
4606
+ exports.S3Location$ = S3Location$;
4607
+ exports.SkipWaitTimeForInstanceTermination$ = SkipWaitTimeForInstanceTermination$;
4308
4608
  exports.SkipWaitTimeForInstanceTerminationCommand = SkipWaitTimeForInstanceTerminationCommand;
4609
+ exports.SkipWaitTimeForInstanceTerminationInput$ = SkipWaitTimeForInstanceTerminationInput$;
4309
4610
  exports.SortOrder = SortOrder;
4611
+ exports.StopDeployment$ = StopDeployment$;
4310
4612
  exports.StopDeploymentCommand = StopDeploymentCommand;
4613
+ exports.StopDeploymentInput$ = StopDeploymentInput$;
4614
+ exports.StopDeploymentOutput$ = StopDeploymentOutput$;
4311
4615
  exports.StopStatus = StopStatus;
4616
+ exports.Tag$ = Tag$;
4617
+ exports.TagFilter$ = TagFilter$;
4312
4618
  exports.TagFilterType = TagFilterType;
4313
- exports.TagLimitExceededException = TagLimitExceededException$1;
4314
- exports.TagRequiredException = TagRequiredException$1;
4619
+ exports.TagLimitExceededException = TagLimitExceededException;
4620
+ exports.TagLimitExceededException$ = TagLimitExceededException$;
4621
+ exports.TagRequiredException = TagRequiredException;
4622
+ exports.TagRequiredException$ = TagRequiredException$;
4623
+ exports.TagResource$ = TagResource$;
4315
4624
  exports.TagResourceCommand = TagResourceCommand;
4316
- exports.TagSetListLimitExceededException = TagSetListLimitExceededException$1;
4625
+ exports.TagResourceInput$ = TagResourceInput$;
4626
+ exports.TagResourceOutput$ = TagResourceOutput$;
4627
+ exports.TagSetListLimitExceededException = TagSetListLimitExceededException;
4628
+ exports.TagSetListLimitExceededException$ = TagSetListLimitExceededException$;
4317
4629
  exports.TargetFilterName = TargetFilterName;
4630
+ exports.TargetGroupInfo$ = TargetGroupInfo$;
4631
+ exports.TargetGroupPairInfo$ = TargetGroupPairInfo$;
4632
+ exports.TargetInstances$ = TargetInstances$;
4318
4633
  exports.TargetLabel = TargetLabel;
4319
4634
  exports.TargetStatus = TargetStatus;
4320
- exports.ThrottlingException = ThrottlingException$1;
4635
+ exports.ThrottlingException = ThrottlingException;
4636
+ exports.ThrottlingException$ = ThrottlingException$;
4637
+ exports.TimeBasedCanary$ = TimeBasedCanary$;
4638
+ exports.TimeBasedLinear$ = TimeBasedLinear$;
4639
+ exports.TimeRange$ = TimeRange$;
4640
+ exports.TrafficRoute$ = TrafficRoute$;
4641
+ exports.TrafficRoutingConfig$ = TrafficRoutingConfig$;
4321
4642
  exports.TrafficRoutingType = TrafficRoutingType;
4643
+ exports.TriggerConfig$ = TriggerConfig$;
4322
4644
  exports.TriggerEventType = TriggerEventType;
4323
- exports.TriggerTargetsLimitExceededException = TriggerTargetsLimitExceededException$1;
4324
- exports.UnsupportedActionForDeploymentTypeException = UnsupportedActionForDeploymentTypeException$1;
4645
+ exports.TriggerTargetsLimitExceededException = TriggerTargetsLimitExceededException;
4646
+ exports.TriggerTargetsLimitExceededException$ = TriggerTargetsLimitExceededException$;
4647
+ exports.UnsupportedActionForDeploymentTypeException = UnsupportedActionForDeploymentTypeException;
4648
+ exports.UnsupportedActionForDeploymentTypeException$ = UnsupportedActionForDeploymentTypeException$;
4649
+ exports.UntagResource$ = UntagResource$;
4325
4650
  exports.UntagResourceCommand = UntagResourceCommand;
4651
+ exports.UntagResourceInput$ = UntagResourceInput$;
4652
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
4653
+ exports.UpdateApplication$ = UpdateApplication$;
4326
4654
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
4655
+ exports.UpdateApplicationInput$ = UpdateApplicationInput$;
4656
+ exports.UpdateDeploymentGroup$ = UpdateDeploymentGroup$;
4327
4657
  exports.UpdateDeploymentGroupCommand = UpdateDeploymentGroupCommand;
4658
+ exports.UpdateDeploymentGroupInput$ = UpdateDeploymentGroupInput$;
4659
+ exports.UpdateDeploymentGroupOutput$ = UpdateDeploymentGroupOutput$;
4660
+ exports.ZonalConfig$ = ZonalConfig$;
4328
4661
  exports._InstanceType = _InstanceType;
4329
4662
  exports.paginateListApplicationRevisions = paginateListApplicationRevisions;
4330
4663
  exports.paginateListApplications = paginateListApplications;