@aws-sdk/client-codedeploy 3.940.0 → 3.946.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 (80) hide show
  1. package/dist-cjs/index.js +140 -1095
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CodeDeployClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +140 -1095
  8. package/dist-types/CodeDeploy.d.ts +1 -1
  9. package/dist-types/CodeDeployClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchGetApplicationsCommand.d.ts +3 -3
  15. package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +3 -3
  16. package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -3
  17. package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +3 -3
  18. package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +3 -3
  19. package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +3 -3
  20. package/dist-types/commands/ContinueDeploymentCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -3
  30. package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -3
  31. package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
  32. package/dist-types/commands/GetApplicationRevisionCommand.d.ts +3 -3
  33. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  34. package/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -3
  35. package/dist-types/commands/GetDeploymentGroupCommand.d.ts +3 -3
  36. package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -3
  37. package/dist-types/commands/GetDeploymentTargetCommand.d.ts +3 -3
  38. package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -3
  39. package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -3
  44. package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  46. package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -3
  47. package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -3
  50. package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +3 -3
  51. package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +3 -3
  52. package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +3 -3
  53. package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -3
  54. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  55. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  56. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +3 -3
  59. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  60. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  61. package/dist-types/extensionConfiguration.d.ts +4 -4
  62. package/dist-types/models/CodeDeployServiceException.d.ts +1 -1
  63. package/dist-types/models/errors.d.ts +1 -1
  64. package/dist-types/pagination/Interfaces.d.ts +1 -1
  65. package/dist-types/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  72. package/dist-types/runtimeConfig.d.ts +1 -1
  73. package/dist-types/runtimeConfig.native.d.ts +1 -1
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  75. package/dist-types/runtimeExtensions.d.ts +1 -1
  76. package/dist-types/schemas/schemas_0.d.ts +1 -1
  77. package/dist-types/ts3.4/CodeDeployClient.d.ts +3 -3
  78. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  79. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +1 -1
  80. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -1996,38 +1996,11 @@ var AddTagsToOnPremisesInstancesInput = [
1996
1996
  ];
1997
1997
  var Alarm = [3, n0, _A, 0, [_n], [0]];
1998
1998
  var AlarmConfiguration = [3, n0, _AC, 0, [_e, _iPAF, _a], [2, 2, () => AlarmList]];
1999
- var AlarmsLimitExceededException = [
2000
- -3,
2001
- n0,
2002
- _ALEE,
2003
- {
2004
- [_er]: _c,
2005
- },
2006
- [_m],
2007
- [0],
2008
- ];
1999
+ var AlarmsLimitExceededException = [-3, n0, _ALEE, { [_er]: _c }, [_m], [0]];
2009
2000
  schema.TypeRegistry.for(n0).registerError(AlarmsLimitExceededException, AlarmsLimitExceededException$1);
2010
- var ApplicationAlreadyExistsException = [
2011
- -3,
2012
- n0,
2013
- _AAEE,
2014
- {
2015
- [_er]: _c,
2016
- },
2017
- [_m],
2018
- [0],
2019
- ];
2001
+ var ApplicationAlreadyExistsException = [-3, n0, _AAEE, { [_er]: _c }, [_m], [0]];
2020
2002
  schema.TypeRegistry.for(n0).registerError(ApplicationAlreadyExistsException, ApplicationAlreadyExistsException$1);
2021
- var ApplicationDoesNotExistException = [
2022
- -3,
2023
- n0,
2024
- _ADNEE,
2025
- {
2026
- [_er]: _c,
2027
- },
2028
- [_m],
2029
- [0],
2030
- ];
2003
+ var ApplicationDoesNotExistException = [-3, n0, _ADNEE, { [_er]: _c }, [_m], [0]];
2031
2004
  schema.TypeRegistry.for(n0).registerError(ApplicationDoesNotExistException, ApplicationDoesNotExistException$1);
2032
2005
  var ApplicationInfo = [
2033
2006
  3,
@@ -2037,39 +2010,12 @@ var ApplicationInfo = [
2037
2010
  [_aI, _aN, _cT, _lTGH, _gHAN, _cP],
2038
2011
  [0, 0, 4, 2, 0, 0],
2039
2012
  ];
2040
- var ApplicationLimitExceededException = [
2041
- -3,
2042
- n0,
2043
- _ALEEp,
2044
- {
2045
- [_er]: _c,
2046
- },
2047
- [_m],
2048
- [0],
2049
- ];
2013
+ var ApplicationLimitExceededException = [-3, n0, _ALEEp, { [_er]: _c }, [_m], [0]];
2050
2014
  schema.TypeRegistry.for(n0).registerError(ApplicationLimitExceededException, ApplicationLimitExceededException$1);
2051
- var ApplicationNameRequiredException = [
2052
- -3,
2053
- n0,
2054
- _ANRE,
2055
- {
2056
- [_er]: _c,
2057
- },
2058
- [_m],
2059
- [0],
2060
- ];
2015
+ var ApplicationNameRequiredException = [-3, n0, _ANRE, { [_er]: _c }, [_m], [0]];
2061
2016
  schema.TypeRegistry.for(n0).registerError(ApplicationNameRequiredException, ApplicationNameRequiredException$1);
2062
2017
  var AppSpecContent = [3, n0, _ASC, 0, [_co, _s], [0, 0]];
2063
- var ArnNotSupportedException = [
2064
- -3,
2065
- n0,
2066
- _ANSE,
2067
- {
2068
- [_er]: _c,
2069
- },
2070
- [_m],
2071
- [0],
2072
- ];
2018
+ var ArnNotSupportedException = [-3, n0, _ANSE, { [_er]: _c }, [_m], [0]];
2073
2019
  schema.TypeRegistry.for(n0).registerError(ArnNotSupportedException, ArnNotSupportedException$1);
2074
2020
  var AutoRollbackConfiguration = [3, n0, _ARC, 0, [_e, _ev], [2, 64 | 0]];
2075
2021
  var AutoScalingGroup = [3, n0, _ASG, 0, [_n, _h, _tH], [0, 0, 0]];
@@ -2129,16 +2075,7 @@ var BatchGetOnPremisesInstancesOutput = [
2129
2075
  [_iIn],
2130
2076
  [() => InstanceInfoList],
2131
2077
  ];
2132
- var BatchLimitExceededException = [
2133
- -3,
2134
- n0,
2135
- _BLEE,
2136
- {
2137
- [_er]: _c,
2138
- },
2139
- [_m],
2140
- [0],
2141
- ];
2078
+ var BatchLimitExceededException = [-3, n0, _BLEE, { [_er]: _c }, [_m], [0]];
2142
2079
  schema.TypeRegistry.for(n0).registerError(BatchLimitExceededException, BatchLimitExceededException$1);
2143
2080
  var BlueGreenDeploymentConfiguration = [
2144
2081
  3,
@@ -2149,16 +2086,7 @@ var BlueGreenDeploymentConfiguration = [
2149
2086
  [() => BlueInstanceTerminationOption, () => DeploymentReadyOption, () => GreenFleetProvisioningOption],
2150
2087
  ];
2151
2088
  var BlueInstanceTerminationOption = [3, n0, _BITO, 0, [_ac, _tWTIM], [0, 1]];
2152
- var BucketNameFilterRequiredException = [
2153
- -3,
2154
- n0,
2155
- _BNFRE,
2156
- {
2157
- [_er]: _c,
2158
- },
2159
- [_m],
2160
- [0],
2161
- ];
2089
+ var BucketNameFilterRequiredException = [-3, n0, _BNFRE, { [_er]: _c }, [_m], [0]];
2162
2090
  schema.TypeRegistry.for(n0).registerError(BucketNameFilterRequiredException, BucketNameFilterRequiredException$1);
2163
2091
  var CloudFormationTarget = [
2164
2092
  3,
@@ -2245,38 +2173,11 @@ var DeleteGitHubAccountTokenInput = [3, n0, _DGHATI, 0, [_tN], [0]];
2245
2173
  var DeleteGitHubAccountTokenOutput = [3, n0, _DGHATO, 0, [_tN], [0]];
2246
2174
  var DeleteResourcesByExternalIdInput = [3, n0, _DRBEII, 0, [_eI], [0]];
2247
2175
  var DeleteResourcesByExternalIdOutput = [3, n0, _DRBEIO, 0, [], []];
2248
- var DeploymentAlreadyCompletedException = [
2249
- -3,
2250
- n0,
2251
- _DACE,
2252
- {
2253
- [_er]: _c,
2254
- },
2255
- [_m],
2256
- [0],
2257
- ];
2176
+ var DeploymentAlreadyCompletedException = [-3, n0, _DACE, { [_er]: _c }, [_m], [0]];
2258
2177
  schema.TypeRegistry.for(n0).registerError(DeploymentAlreadyCompletedException, DeploymentAlreadyCompletedException$1);
2259
- var DeploymentConfigAlreadyExistsException = [
2260
- -3,
2261
- n0,
2262
- _DCAEE,
2263
- {
2264
- [_er]: _c,
2265
- },
2266
- [_m],
2267
- [0],
2268
- ];
2178
+ var DeploymentConfigAlreadyExistsException = [-3, n0, _DCAEE, { [_er]: _c }, [_m], [0]];
2269
2179
  schema.TypeRegistry.for(n0).registerError(DeploymentConfigAlreadyExistsException, DeploymentConfigAlreadyExistsException$1);
2270
- var DeploymentConfigDoesNotExistException = [
2271
- -3,
2272
- n0,
2273
- _DCDNEE,
2274
- {
2275
- [_er]: _c,
2276
- },
2277
- [_m],
2278
- [0],
2279
- ];
2180
+ var DeploymentConfigDoesNotExistException = [-3, n0, _DCDNEE, { [_er]: _c }, [_m], [0]];
2280
2181
  schema.TypeRegistry.for(n0).registerError(DeploymentConfigDoesNotExistException, DeploymentConfigDoesNotExistException$1);
2281
2182
  var DeploymentConfigInfo = [
2282
2183
  3,
@@ -2286,71 +2187,17 @@ var DeploymentConfigInfo = [
2286
2187
  [_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
2287
2188
  [0, 0, () => MinimumHealthyHosts, 4, 0, () => TrafficRoutingConfig, () => ZonalConfig],
2288
2189
  ];
2289
- var DeploymentConfigInUseException = [
2290
- -3,
2291
- n0,
2292
- _DCIUE,
2293
- {
2294
- [_er]: _c,
2295
- },
2296
- [_m],
2297
- [0],
2298
- ];
2190
+ var DeploymentConfigInUseException = [-3, n0, _DCIUE, { [_er]: _c }, [_m], [0]];
2299
2191
  schema.TypeRegistry.for(n0).registerError(DeploymentConfigInUseException, DeploymentConfigInUseException$1);
2300
- var DeploymentConfigLimitExceededException = [
2301
- -3,
2302
- n0,
2303
- _DCLEE,
2304
- {
2305
- [_er]: _c,
2306
- },
2307
- [_m],
2308
- [0],
2309
- ];
2192
+ var DeploymentConfigLimitExceededException = [-3, n0, _DCLEE, { [_er]: _c }, [_m], [0]];
2310
2193
  schema.TypeRegistry.for(n0).registerError(DeploymentConfigLimitExceededException, DeploymentConfigLimitExceededException$1);
2311
- var DeploymentConfigNameRequiredException = [
2312
- -3,
2313
- n0,
2314
- _DCNRE,
2315
- {
2316
- [_er]: _c,
2317
- },
2318
- [_m],
2319
- [0],
2320
- ];
2194
+ var DeploymentConfigNameRequiredException = [-3, n0, _DCNRE, { [_er]: _c }, [_m], [0]];
2321
2195
  schema.TypeRegistry.for(n0).registerError(DeploymentConfigNameRequiredException, DeploymentConfigNameRequiredException$1);
2322
- var DeploymentDoesNotExistException = [
2323
- -3,
2324
- n0,
2325
- _DDNEE,
2326
- {
2327
- [_er]: _c,
2328
- },
2329
- [_m],
2330
- [0],
2331
- ];
2196
+ var DeploymentDoesNotExistException = [-3, n0, _DDNEE, { [_er]: _c }, [_m], [0]];
2332
2197
  schema.TypeRegistry.for(n0).registerError(DeploymentDoesNotExistException, DeploymentDoesNotExistException$1);
2333
- var DeploymentGroupAlreadyExistsException = [
2334
- -3,
2335
- n0,
2336
- _DGAEE,
2337
- {
2338
- [_er]: _c,
2339
- },
2340
- [_m],
2341
- [0],
2342
- ];
2198
+ var DeploymentGroupAlreadyExistsException = [-3, n0, _DGAEE, { [_er]: _c }, [_m], [0]];
2343
2199
  schema.TypeRegistry.for(n0).registerError(DeploymentGroupAlreadyExistsException, DeploymentGroupAlreadyExistsException$1);
2344
- var DeploymentGroupDoesNotExistException = [
2345
- -3,
2346
- n0,
2347
- _DGDNEE,
2348
- {
2349
- [_er]: _c,
2350
- },
2351
- [_m],
2352
- [0],
2353
- ];
2200
+ var DeploymentGroupDoesNotExistException = [-3, n0, _DGDNEE, { [_er]: _c }, [_m], [0]];
2354
2201
  schema.TypeRegistry.for(n0).registerError(DeploymentGroupDoesNotExistException, DeploymentGroupDoesNotExistException$1);
2355
2202
  var DeploymentGroupInfo = [
2356
2203
  3,
@@ -2408,38 +2255,11 @@ var DeploymentGroupInfo = [
2408
2255
  2,
2409
2256
  ],
2410
2257
  ];
2411
- var DeploymentGroupLimitExceededException = [
2412
- -3,
2413
- n0,
2414
- _DGLEE,
2415
- {
2416
- [_er]: _c,
2417
- },
2418
- [_m],
2419
- [0],
2420
- ];
2258
+ var DeploymentGroupLimitExceededException = [-3, n0, _DGLEE, { [_er]: _c }, [_m], [0]];
2421
2259
  schema.TypeRegistry.for(n0).registerError(DeploymentGroupLimitExceededException, DeploymentGroupLimitExceededException$1);
2422
- var DeploymentGroupNameRequiredException = [
2423
- -3,
2424
- n0,
2425
- _DGNRE,
2426
- {
2427
- [_er]: _c,
2428
- },
2429
- [_m],
2430
- [0],
2431
- ];
2260
+ var DeploymentGroupNameRequiredException = [-3, n0, _DGNRE, { [_er]: _c }, [_m], [0]];
2432
2261
  schema.TypeRegistry.for(n0).registerError(DeploymentGroupNameRequiredException, DeploymentGroupNameRequiredException$1);
2433
- var DeploymentIdRequiredException = [
2434
- -3,
2435
- n0,
2436
- _DIRE,
2437
- {
2438
- [_er]: _c,
2439
- },
2440
- [_m],
2441
- [0],
2442
- ];
2262
+ var DeploymentIdRequiredException = [-3, n0, _DIRE, { [_er]: _c }, [_m], [0]];
2443
2263
  schema.TypeRegistry.for(n0).registerError(DeploymentIdRequiredException, DeploymentIdRequiredException$1);
2444
2264
  var DeploymentInfo = [
2445
2265
  3,
@@ -2511,38 +2331,11 @@ var DeploymentInfo = [
2511
2331
  () => AlarmConfiguration,
2512
2332
  ],
2513
2333
  ];
2514
- var DeploymentIsNotInReadyStateException = [
2515
- -3,
2516
- n0,
2517
- _DINIRSE,
2518
- {
2519
- [_er]: _c,
2520
- },
2521
- [_m],
2522
- [0],
2523
- ];
2334
+ var DeploymentIsNotInReadyStateException = [-3, n0, _DINIRSE, { [_er]: _c }, [_m], [0]];
2524
2335
  schema.TypeRegistry.for(n0).registerError(DeploymentIsNotInReadyStateException, DeploymentIsNotInReadyStateException$1);
2525
- var DeploymentLimitExceededException = [
2526
- -3,
2527
- n0,
2528
- _DLEE,
2529
- {
2530
- [_er]: _c,
2531
- },
2532
- [_m],
2533
- [0],
2534
- ];
2336
+ var DeploymentLimitExceededException = [-3, n0, _DLEE, { [_er]: _c }, [_m], [0]];
2535
2337
  schema.TypeRegistry.for(n0).registerError(DeploymentLimitExceededException, DeploymentLimitExceededException$1);
2536
- var DeploymentNotStartedException = [
2537
- -3,
2538
- n0,
2539
- _DNSE,
2540
- {
2541
- [_er]: _c,
2542
- },
2543
- [_m],
2544
- [0],
2545
- ];
2338
+ var DeploymentNotStartedException = [-3, n0, _DNSE, { [_er]: _c }, [_m], [0]];
2546
2339
  schema.TypeRegistry.for(n0).registerError(DeploymentNotStartedException, DeploymentNotStartedException$1);
2547
2340
  var DeploymentOverview = [3, n0, _DO, 0, [_P, _IP, _S, _F, _Sk, _R], [1, 1, 1, 1, 1, 1]];
2548
2341
  var DeploymentReadyOption = [3, n0, _DRO, 0, [_aOT, _wTIM], [0, 1]];
@@ -2555,65 +2348,20 @@ var DeploymentTarget = [
2555
2348
  [_dTT, _iT, _lT, _eT, _cFT],
2556
2349
  [0, () => InstanceTarget, () => LambdaTarget, () => ECSTarget, () => CloudFormationTarget],
2557
2350
  ];
2558
- var DeploymentTargetDoesNotExistException = [
2559
- -3,
2560
- n0,
2561
- _DTDNEE,
2562
- {
2563
- [_er]: _c,
2564
- },
2565
- [_m],
2566
- [0],
2567
- ];
2351
+ var DeploymentTargetDoesNotExistException = [-3, n0, _DTDNEE, { [_er]: _c }, [_m], [0]];
2568
2352
  schema.TypeRegistry.for(n0).registerError(DeploymentTargetDoesNotExistException, DeploymentTargetDoesNotExistException$1);
2569
- var DeploymentTargetIdRequiredException = [
2570
- -3,
2571
- n0,
2572
- _DTIRE,
2573
- {
2574
- [_er]: _c,
2575
- },
2576
- [_m],
2577
- [0],
2578
- ];
2353
+ var DeploymentTargetIdRequiredException = [-3, n0, _DTIRE, { [_er]: _c }, [_m], [0]];
2579
2354
  schema.TypeRegistry.for(n0).registerError(DeploymentTargetIdRequiredException, DeploymentTargetIdRequiredException$1);
2580
- var DeploymentTargetListSizeExceededException = [
2581
- -3,
2582
- n0,
2583
- _DTLSEE,
2584
- {
2585
- [_er]: _c,
2586
- },
2587
- [_m],
2588
- [0],
2589
- ];
2355
+ var DeploymentTargetListSizeExceededException = [-3, n0, _DTLSEE, { [_er]: _c }, [_m], [0]];
2590
2356
  schema.TypeRegistry.for(n0).registerError(DeploymentTargetListSizeExceededException, DeploymentTargetListSizeExceededException$1);
2591
2357
  var DeregisterOnPremisesInstanceInput = [3, n0, _DOPII, 0, [_iNn], [0]];
2592
- var DescriptionTooLongException = [
2593
- -3,
2594
- n0,
2595
- _DTLE,
2596
- {
2597
- [_er]: _c,
2598
- },
2599
- [_m],
2600
- [0],
2601
- ];
2358
+ var DescriptionTooLongException = [-3, n0, _DTLE, { [_er]: _c }, [_m], [0]];
2602
2359
  schema.TypeRegistry.for(n0).registerError(DescriptionTooLongException, DescriptionTooLongException$1);
2603
2360
  var Diagnostics = [3, n0, _D, 0, [_eC, _sN, _m, _lTo], [0, 0, 0, 0]];
2604
2361
  var EC2TagFilter = [3, n0, _ECTF, 0, [_K, _V, _T], [0, 0, 0]];
2605
2362
  var EC2TagSet = [3, n0, _ECTS, 0, [_eTSL], [() => EC2TagSetList]];
2606
2363
  var ECSService = [3, n0, _ECSS, 0, [_sNe, _cN], [0, 0]];
2607
- var ECSServiceMappingLimitExceededException = [
2608
- -3,
2609
- n0,
2610
- _ECSSMLEE,
2611
- {
2612
- [_er]: _c,
2613
- },
2614
- [_m],
2615
- [0],
2616
- ];
2364
+ var ECSServiceMappingLimitExceededException = [-3, n0, _ECSSMLEE, { [_er]: _c }, [_m], [0]];
2617
2365
  schema.TypeRegistry.for(n0).registerError(ECSServiceMappingLimitExceededException, ECSServiceMappingLimitExceededException$1);
2618
2366
  var ECSTarget = [
2619
2367
  3,
@@ -2671,95 +2419,23 @@ var GetDeploymentTargetInput = [3, n0, _GDTI, 0, [_dI, _tIa], [0, 0]];
2671
2419
  var GetDeploymentTargetOutput = [3, n0, _GDTO, 0, [_dTep], [() => DeploymentTarget]];
2672
2420
  var GetOnPremisesInstanceInput = [3, n0, _GOPII, 0, [_iNn], [0]];
2673
2421
  var GetOnPremisesInstanceOutput = [3, n0, _GOPIO, 0, [_iInst], [() => InstanceInfo]];
2674
- var GitHubAccountTokenDoesNotExistException = [
2675
- -3,
2676
- n0,
2677
- _GHATDNEE,
2678
- {
2679
- [_er]: _c,
2680
- },
2681
- [_m],
2682
- [0],
2683
- ];
2422
+ var GitHubAccountTokenDoesNotExistException = [-3, n0, _GHATDNEE, { [_er]: _c }, [_m], [0]];
2684
2423
  schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenDoesNotExistException, GitHubAccountTokenDoesNotExistException$1);
2685
- var GitHubAccountTokenNameRequiredException = [
2686
- -3,
2687
- n0,
2688
- _GHATNRE,
2689
- {
2690
- [_er]: _c,
2691
- },
2692
- [_m],
2693
- [0],
2694
- ];
2424
+ var GitHubAccountTokenNameRequiredException = [-3, n0, _GHATNRE, { [_er]: _c }, [_m], [0]];
2695
2425
  schema.TypeRegistry.for(n0).registerError(GitHubAccountTokenNameRequiredException, GitHubAccountTokenNameRequiredException$1);
2696
2426
  var GitHubLocation = [3, n0, _GHL, 0, [_rep, _cI], [0, 0]];
2697
2427
  var GreenFleetProvisioningOption = [3, n0, _GFPO, 0, [_ac], [0]];
2698
- var IamArnRequiredException = [
2699
- -3,
2700
- n0,
2701
- _IARE,
2702
- {
2703
- [_er]: _c,
2704
- },
2705
- [_m],
2706
- [0],
2707
- ];
2428
+ var IamArnRequiredException = [-3, n0, _IARE, { [_er]: _c }, [_m], [0]];
2708
2429
  schema.TypeRegistry.for(n0).registerError(IamArnRequiredException, IamArnRequiredException$1);
2709
- var IamSessionArnAlreadyRegisteredException = [
2710
- -3,
2711
- n0,
2712
- _ISAARE,
2713
- {
2714
- [_er]: _c,
2715
- },
2716
- [_m],
2717
- [0],
2718
- ];
2430
+ var IamSessionArnAlreadyRegisteredException = [-3, n0, _ISAARE, { [_er]: _c }, [_m], [0]];
2719
2431
  schema.TypeRegistry.for(n0).registerError(IamSessionArnAlreadyRegisteredException, IamSessionArnAlreadyRegisteredException$1);
2720
- var IamUserArnAlreadyRegisteredException = [
2721
- -3,
2722
- n0,
2723
- _IUAARE,
2724
- {
2725
- [_er]: _c,
2726
- },
2727
- [_m],
2728
- [0],
2729
- ];
2432
+ var IamUserArnAlreadyRegisteredException = [-3, n0, _IUAARE, { [_er]: _c }, [_m], [0]];
2730
2433
  schema.TypeRegistry.for(n0).registerError(IamUserArnAlreadyRegisteredException, IamUserArnAlreadyRegisteredException$1);
2731
- var IamUserArnRequiredException = [
2732
- -3,
2733
- n0,
2734
- _IUARE,
2735
- {
2736
- [_er]: _c,
2737
- },
2738
- [_m],
2739
- [0],
2740
- ];
2434
+ var IamUserArnRequiredException = [-3, n0, _IUARE, { [_er]: _c }, [_m], [0]];
2741
2435
  schema.TypeRegistry.for(n0).registerError(IamUserArnRequiredException, IamUserArnRequiredException$1);
2742
- var InstanceDoesNotExistException = [
2743
- -3,
2744
- n0,
2745
- _IDNEE,
2746
- {
2747
- [_er]: _c,
2748
- },
2749
- [_m],
2750
- [0],
2751
- ];
2436
+ var InstanceDoesNotExistException = [-3, n0, _IDNEE, { [_er]: _c }, [_m], [0]];
2752
2437
  schema.TypeRegistry.for(n0).registerError(InstanceDoesNotExistException, InstanceDoesNotExistException$1);
2753
- var InstanceIdRequiredException = [
2754
- -3,
2755
- n0,
2756
- _IIRE,
2757
- {
2758
- [_er]: _c,
2759
- },
2760
- [_m],
2761
- [0],
2762
- ];
2438
+ var InstanceIdRequiredException = [-3, n0, _IIRE, { [_er]: _c }, [_m], [0]];
2763
2439
  schema.TypeRegistry.for(n0).registerError(InstanceIdRequiredException, InstanceIdRequiredException$1);
2764
2440
  var InstanceInfo = [
2765
2441
  3,
@@ -2769,49 +2445,13 @@ var InstanceInfo = [
2769
2445
  [_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
2770
2446
  [0, 0, 0, 0, 4, 4, () => TagList],
2771
2447
  ];
2772
- var InstanceLimitExceededException = [
2773
- -3,
2774
- n0,
2775
- _ILEE,
2776
- {
2777
- [_er]: _c,
2778
- },
2779
- [_m],
2780
- [0],
2781
- ];
2448
+ var InstanceLimitExceededException = [-3, n0, _ILEE, { [_er]: _c }, [_m], [0]];
2782
2449
  schema.TypeRegistry.for(n0).registerError(InstanceLimitExceededException, InstanceLimitExceededException$1);
2783
- var InstanceNameAlreadyRegisteredException = [
2784
- -3,
2785
- n0,
2786
- _INARE,
2787
- {
2788
- [_er]: _c,
2789
- },
2790
- [_m],
2791
- [0],
2792
- ];
2450
+ var InstanceNameAlreadyRegisteredException = [-3, n0, _INARE, { [_er]: _c }, [_m], [0]];
2793
2451
  schema.TypeRegistry.for(n0).registerError(InstanceNameAlreadyRegisteredException, InstanceNameAlreadyRegisteredException$1);
2794
- var InstanceNameRequiredException = [
2795
- -3,
2796
- n0,
2797
- _INRE,
2798
- {
2799
- [_er]: _c,
2800
- },
2801
- [_m],
2802
- [0],
2803
- ];
2452
+ var InstanceNameRequiredException = [-3, n0, _INRE, { [_er]: _c }, [_m], [0]];
2804
2453
  schema.TypeRegistry.for(n0).registerError(InstanceNameRequiredException, InstanceNameRequiredException$1);
2805
- var InstanceNotRegisteredException = [
2806
- -3,
2807
- n0,
2808
- _INREn,
2809
- {
2810
- [_er]: _c,
2811
- },
2812
- [_m],
2813
- [0],
2814
- ];
2454
+ var InstanceNotRegisteredException = [-3, n0, _INREn, { [_er]: _c }, [_m], [0]];
2815
2455
  schema.TypeRegistry.for(n0).registerError(InstanceNotRegisteredException, InstanceNotRegisteredException$1);
2816
2456
  var InstanceSummary = [
2817
2457
  3,
@@ -2829,365 +2469,89 @@ var InstanceTarget = [
2829
2469
  [_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
2830
2470
  [0, 0, 0, 0, 4, () => LifecycleEventList, 0],
2831
2471
  ];
2832
- var InvalidAlarmConfigException = [
2833
- -3,
2834
- n0,
2835
- _IACE,
2836
- {
2837
- [_er]: _c,
2838
- },
2839
- [_m],
2840
- [0],
2841
- ];
2472
+ var InvalidAlarmConfigException = [-3, n0, _IACE, { [_er]: _c }, [_m], [0]];
2842
2473
  schema.TypeRegistry.for(n0).registerError(InvalidAlarmConfigException, InvalidAlarmConfigException$1);
2843
- var InvalidApplicationNameException = [
2844
- -3,
2845
- n0,
2846
- _IANE,
2847
- {
2848
- [_er]: _c,
2849
- },
2850
- [_m],
2851
- [0],
2852
- ];
2474
+ var InvalidApplicationNameException = [-3, n0, _IANE, { [_er]: _c }, [_m], [0]];
2853
2475
  schema.TypeRegistry.for(n0).registerError(InvalidApplicationNameException, InvalidApplicationNameException$1);
2854
- var InvalidArnException = [
2855
- -3,
2856
- n0,
2857
- _IAE,
2858
- {
2859
- [_er]: _c,
2860
- },
2861
- [_m],
2862
- [0],
2863
- ];
2476
+ var InvalidArnException = [-3, n0, _IAE, { [_er]: _c }, [_m], [0]];
2864
2477
  schema.TypeRegistry.for(n0).registerError(InvalidArnException, InvalidArnException$1);
2865
- var InvalidAutoRollbackConfigException = [
2866
- -3,
2867
- n0,
2868
- _IARCE,
2869
- {
2870
- [_er]: _c,
2871
- },
2872
- [_m],
2873
- [0],
2874
- ];
2478
+ var InvalidAutoRollbackConfigException = [-3, n0, _IARCE, { [_er]: _c }, [_m], [0]];
2875
2479
  schema.TypeRegistry.for(n0).registerError(InvalidAutoRollbackConfigException, InvalidAutoRollbackConfigException$1);
2876
- var InvalidAutoScalingGroupException = [
2877
- -3,
2878
- n0,
2879
- _IASGE,
2880
- {
2881
- [_er]: _c,
2882
- },
2883
- [_m],
2884
- [0],
2885
- ];
2480
+ var InvalidAutoScalingGroupException = [-3, n0, _IASGE, { [_er]: _c }, [_m], [0]];
2886
2481
  schema.TypeRegistry.for(n0).registerError(InvalidAutoScalingGroupException, InvalidAutoScalingGroupException$1);
2887
2482
  var InvalidBlueGreenDeploymentConfigurationException = [
2888
2483
  -3,
2889
2484
  n0,
2890
2485
  _IBGDCE,
2891
- {
2892
- [_er]: _c,
2893
- },
2486
+ { [_er]: _c },
2894
2487
  [_m],
2895
2488
  [0],
2896
2489
  ];
2897
2490
  schema.TypeRegistry.for(n0).registerError(InvalidBlueGreenDeploymentConfigurationException, InvalidBlueGreenDeploymentConfigurationException$1);
2898
- var InvalidBucketNameFilterException = [
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 = [
2899
2532
  -3,
2900
2533
  n0,
2901
- _IBNFE,
2902
- {
2903
- [_er]: _c,
2904
- },
2534
+ _IIASFVE,
2535
+ { [_er]: _c },
2905
2536
  [_m],
2906
2537
  [0],
2907
2538
  ];
2908
- schema.TypeRegistry.for(n0).registerError(InvalidBucketNameFilterException, InvalidBucketNameFilterException$1);
2909
- var InvalidComputePlatformException = [
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 = [
2910
2551
  -3,
2911
2552
  n0,
2912
- _ICPE,
2913
- {
2914
- [_er]: _c,
2915
- },
2916
- [_m],
2917
- [0],
2918
- ];
2919
- schema.TypeRegistry.for(n0).registerError(InvalidComputePlatformException, InvalidComputePlatformException$1);
2920
- var InvalidDeployedStateFilterException = [
2921
- -3,
2922
- n0,
2923
- _IDSFE,
2924
- {
2925
- [_er]: _c,
2926
- },
2927
- [_m],
2928
- [0],
2929
- ];
2930
- schema.TypeRegistry.for(n0).registerError(InvalidDeployedStateFilterException, InvalidDeployedStateFilterException$1);
2931
- var InvalidDeploymentConfigNameException = [
2932
- -3,
2933
- n0,
2934
- _IDCNE,
2935
- {
2936
- [_er]: _c,
2937
- },
2938
- [_m],
2939
- [0],
2940
- ];
2941
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentConfigNameException, InvalidDeploymentConfigNameException$1);
2942
- var InvalidDeploymentGroupNameException = [
2943
- -3,
2944
- n0,
2945
- _IDGNE,
2946
- {
2947
- [_er]: _c,
2948
- },
2949
- [_m],
2950
- [0],
2951
- ];
2952
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentGroupNameException, InvalidDeploymentGroupNameException$1);
2953
- var InvalidDeploymentIdException = [
2954
- -3,
2955
- n0,
2956
- _IDIE,
2957
- {
2958
- [_er]: _c,
2959
- },
2960
- [_m],
2961
- [0],
2962
- ];
2963
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentIdException, InvalidDeploymentIdException$1);
2964
- var InvalidDeploymentInstanceTypeException = [
2965
- -3,
2966
- n0,
2967
- _IDITE,
2968
- {
2969
- [_er]: _c,
2970
- },
2971
- [_m],
2972
- [0],
2973
- ];
2974
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentInstanceTypeException, InvalidDeploymentInstanceTypeException$1);
2975
- var InvalidDeploymentStatusException = [
2976
- -3,
2977
- n0,
2978
- _IDSE,
2979
- {
2980
- [_er]: _c,
2981
- },
2982
- [_m],
2983
- [0],
2984
- ];
2985
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStatusException, InvalidDeploymentStatusException$1);
2986
- var InvalidDeploymentStyleException = [
2987
- -3,
2988
- n0,
2989
- _IDSEn,
2990
- {
2991
- [_er]: _c,
2992
- },
2993
- [_m],
2994
- [0],
2995
- ];
2996
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentStyleException, InvalidDeploymentStyleException$1);
2997
- var InvalidDeploymentTargetIdException = [
2998
- -3,
2999
- n0,
3000
- _IDTIE,
3001
- {
3002
- [_er]: _c,
3003
- },
3004
- [_m],
3005
- [0],
3006
- ];
3007
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentTargetIdException, InvalidDeploymentTargetIdException$1);
3008
- var InvalidDeploymentWaitTypeException = [
3009
- -3,
3010
- n0,
3011
- _IDWTE,
3012
- {
3013
- [_er]: _c,
3014
- },
3015
- [_m],
3016
- [0],
3017
- ];
3018
- schema.TypeRegistry.for(n0).registerError(InvalidDeploymentWaitTypeException, InvalidDeploymentWaitTypeException$1);
3019
- var InvalidEC2TagCombinationException = [
3020
- -3,
3021
- n0,
3022
- _IECTCE,
3023
- {
3024
- [_er]: _c,
3025
- },
3026
- [_m],
3027
- [0],
3028
- ];
3029
- schema.TypeRegistry.for(n0).registerError(InvalidEC2TagCombinationException, InvalidEC2TagCombinationException$1);
3030
- var InvalidEC2TagException = [
3031
- -3,
3032
- n0,
3033
- _IECTE,
3034
- {
3035
- [_er]: _c,
3036
- },
3037
- [_m],
3038
- [0],
3039
- ];
3040
- schema.TypeRegistry.for(n0).registerError(InvalidEC2TagException, InvalidEC2TagException$1);
3041
- var InvalidECSServiceException = [
3042
- -3,
3043
- n0,
3044
- _IECSSE,
3045
- {
3046
- [_er]: _c,
3047
- },
3048
- [_m],
3049
- [0],
3050
- ];
3051
- schema.TypeRegistry.for(n0).registerError(InvalidECSServiceException, InvalidECSServiceException$1);
3052
- var InvalidExternalIdException = [
3053
- -3,
3054
- n0,
3055
- _IEIE,
3056
- {
3057
- [_er]: _c,
3058
- },
3059
- [_m],
3060
- [0],
3061
- ];
3062
- schema.TypeRegistry.for(n0).registerError(InvalidExternalIdException, InvalidExternalIdException$1);
3063
- var InvalidFileExistsBehaviorException = [
3064
- -3,
3065
- n0,
3066
- _IFEBE,
3067
- {
3068
- [_er]: _c,
3069
- },
3070
- [_m],
3071
- [0],
3072
- ];
3073
- schema.TypeRegistry.for(n0).registerError(InvalidFileExistsBehaviorException, InvalidFileExistsBehaviorException$1);
3074
- var InvalidGitHubAccountTokenException = [
3075
- -3,
3076
- n0,
3077
- _IGHATE,
3078
- {
3079
- [_er]: _c,
3080
- },
3081
- [_m],
3082
- [0],
3083
- ];
3084
- schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenException, InvalidGitHubAccountTokenException$1);
3085
- var InvalidGitHubAccountTokenNameException = [
3086
- -3,
3087
- n0,
3088
- _IGHATNE,
3089
- {
3090
- [_er]: _c,
3091
- },
3092
- [_m],
3093
- [0],
3094
- ];
3095
- schema.TypeRegistry.for(n0).registerError(InvalidGitHubAccountTokenNameException, InvalidGitHubAccountTokenNameException$1);
3096
- var InvalidIamSessionArnException = [
3097
- -3,
3098
- n0,
3099
- _IISAE,
3100
- {
3101
- [_er]: _c,
3102
- },
3103
- [_m],
3104
- [0],
3105
- ];
3106
- schema.TypeRegistry.for(n0).registerError(InvalidIamSessionArnException, InvalidIamSessionArnException$1);
3107
- var InvalidIamUserArnException = [
3108
- -3,
3109
- n0,
3110
- _IIUAE,
3111
- {
3112
- [_er]: _c,
3113
- },
3114
- [_m],
3115
- [0],
3116
- ];
3117
- schema.TypeRegistry.for(n0).registerError(InvalidIamUserArnException, InvalidIamUserArnException$1);
3118
- var InvalidIgnoreApplicationStopFailuresValueException = [
3119
- -3,
3120
- n0,
3121
- _IIASFVE,
3122
- {
3123
- [_er]: _c,
3124
- },
3125
- [_m],
3126
- [0],
3127
- ];
3128
- schema.TypeRegistry.for(n0).registerError(InvalidIgnoreApplicationStopFailuresValueException, InvalidIgnoreApplicationStopFailuresValueException$1);
3129
- var InvalidInputException = [
3130
- -3,
3131
- n0,
3132
- _IIE,
3133
- {
3134
- [_er]: _c,
3135
- },
3136
- [_m],
3137
- [0],
3138
- ];
3139
- schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
3140
- var InvalidInstanceNameException = [
3141
- -3,
3142
- n0,
3143
- _IINE,
3144
- {
3145
- [_er]: _c,
3146
- },
3147
- [_m],
3148
- [0],
3149
- ];
3150
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceNameException, InvalidInstanceNameException$1);
3151
- var InvalidInstanceStatusException = [
3152
- -3,
3153
- n0,
3154
- _IISE,
3155
- {
3156
- [_er]: _c,
3157
- },
3158
- [_m],
3159
- [0],
3160
- ];
3161
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceStatusException, InvalidInstanceStatusException$1);
3162
- var InvalidInstanceTypeException = [
3163
- -3,
3164
- n0,
3165
- _IITE,
3166
- {
3167
- [_er]: _c,
3168
- },
3169
- [_m],
3170
- [0],
3171
- ];
3172
- schema.TypeRegistry.for(n0).registerError(InvalidInstanceTypeException, InvalidInstanceTypeException$1);
3173
- var InvalidKeyPrefixFilterException = [
3174
- -3,
3175
- n0,
3176
- _IKPFE,
3177
- {
3178
- [_er]: _c,
3179
- },
3180
- [_m],
3181
- [0],
3182
- ];
3183
- schema.TypeRegistry.for(n0).registerError(InvalidKeyPrefixFilterException, InvalidKeyPrefixFilterException$1);
3184
- var InvalidLifecycleEventHookExecutionIdException = [
3185
- -3,
3186
- n0,
3187
- _ILEHEIE,
3188
- {
3189
- [_er]: _c,
3190
- },
2553
+ _ILEHEIE,
2554
+ { [_er]: _c },
3191
2555
  [_m],
3192
2556
  [0],
3193
2557
  ];
@@ -3196,243 +2560,59 @@ var InvalidLifecycleEventHookExecutionStatusException = [
3196
2560
  -3,
3197
2561
  n0,
3198
2562
  _ILEHESE,
3199
- {
3200
- [_er]: _c,
3201
- },
2563
+ { [_er]: _c },
3202
2564
  [_m],
3203
2565
  [0],
3204
2566
  ];
3205
2567
  schema.TypeRegistry.for(n0).registerError(InvalidLifecycleEventHookExecutionStatusException, InvalidLifecycleEventHookExecutionStatusException$1);
3206
- var InvalidLoadBalancerInfoException = [
3207
- -3,
3208
- n0,
3209
- _ILBIE,
3210
- {
3211
- [_er]: _c,
3212
- },
3213
- [_m],
3214
- [0],
3215
- ];
2568
+ var InvalidLoadBalancerInfoException = [-3, n0, _ILBIE, { [_er]: _c }, [_m], [0]];
3216
2569
  schema.TypeRegistry.for(n0).registerError(InvalidLoadBalancerInfoException, InvalidLoadBalancerInfoException$1);
3217
- var InvalidMinimumHealthyHostValueException = [
3218
- -3,
3219
- n0,
3220
- _IMHHVE,
3221
- {
3222
- [_er]: _c,
3223
- },
3224
- [_m],
3225
- [0],
3226
- ];
2570
+ var InvalidMinimumHealthyHostValueException = [-3, n0, _IMHHVE, { [_er]: _c }, [_m], [0]];
3227
2571
  schema.TypeRegistry.for(n0).registerError(InvalidMinimumHealthyHostValueException, InvalidMinimumHealthyHostValueException$1);
3228
- var InvalidNextTokenException = [
3229
- -3,
3230
- n0,
3231
- _INTE,
3232
- {
3233
- [_er]: _c,
3234
- },
3235
- [_m],
3236
- [0],
3237
- ];
2572
+ var InvalidNextTokenException = [-3, n0, _INTE, { [_er]: _c }, [_m], [0]];
3238
2573
  schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
3239
- var InvalidOnPremisesTagCombinationException = [
3240
- -3,
3241
- n0,
3242
- _IOPTCE,
3243
- {
3244
- [_er]: _c,
3245
- },
3246
- [_m],
3247
- [0],
3248
- ];
2574
+ var InvalidOnPremisesTagCombinationException = [-3, n0, _IOPTCE, { [_er]: _c }, [_m], [0]];
3249
2575
  schema.TypeRegistry.for(n0).registerError(InvalidOnPremisesTagCombinationException, InvalidOnPremisesTagCombinationException$1);
3250
- var InvalidOperationException = [
3251
- -3,
3252
- n0,
3253
- _IOE,
3254
- {
3255
- [_er]: _c,
3256
- },
3257
- [_m],
3258
- [0],
3259
- ];
2576
+ var InvalidOperationException = [-3, n0, _IOE, { [_er]: _c }, [_m], [0]];
3260
2577
  schema.TypeRegistry.for(n0).registerError(InvalidOperationException, InvalidOperationException$1);
3261
- var InvalidRegistrationStatusException = [
3262
- -3,
3263
- n0,
3264
- _IRSE,
3265
- {
3266
- [_er]: _c,
3267
- },
3268
- [_m],
3269
- [0],
3270
- ];
2578
+ var InvalidRegistrationStatusException = [-3, n0, _IRSE, { [_er]: _c }, [_m], [0]];
3271
2579
  schema.TypeRegistry.for(n0).registerError(InvalidRegistrationStatusException, InvalidRegistrationStatusException$1);
3272
- var InvalidRevisionException = [
3273
- -3,
3274
- n0,
3275
- _IRE,
3276
- {
3277
- [_er]: _c,
3278
- },
3279
- [_m],
3280
- [0],
3281
- ];
2580
+ var InvalidRevisionException = [-3, n0, _IRE, { [_er]: _c }, [_m], [0]];
3282
2581
  schema.TypeRegistry.for(n0).registerError(InvalidRevisionException, InvalidRevisionException$1);
3283
- var InvalidRoleException = [
3284
- -3,
3285
- n0,
3286
- _IREn,
3287
- {
3288
- [_er]: _c,
3289
- },
3290
- [_m],
3291
- [0],
3292
- ];
2582
+ var InvalidRoleException = [-3, n0, _IREn, { [_er]: _c }, [_m], [0]];
3293
2583
  schema.TypeRegistry.for(n0).registerError(InvalidRoleException, InvalidRoleException$1);
3294
- var InvalidSortByException = [
3295
- -3,
3296
- n0,
3297
- _ISBE,
3298
- {
3299
- [_er]: _c,
3300
- },
3301
- [_m],
3302
- [0],
3303
- ];
2584
+ var InvalidSortByException = [-3, n0, _ISBE, { [_er]: _c }, [_m], [0]];
3304
2585
  schema.TypeRegistry.for(n0).registerError(InvalidSortByException, InvalidSortByException$1);
3305
- var InvalidSortOrderException = [
3306
- -3,
3307
- n0,
3308
- _ISOE,
3309
- {
3310
- [_er]: _c,
3311
- },
3312
- [_m],
3313
- [0],
3314
- ];
2586
+ var InvalidSortOrderException = [-3, n0, _ISOE, { [_er]: _c }, [_m], [0]];
3315
2587
  schema.TypeRegistry.for(n0).registerError(InvalidSortOrderException, InvalidSortOrderException$1);
3316
- var InvalidTagException = [
3317
- -3,
3318
- n0,
3319
- _ITE,
3320
- {
3321
- [_er]: _c,
3322
- },
3323
- [_m],
3324
- [0],
3325
- ];
2588
+ var InvalidTagException = [-3, n0, _ITE, { [_er]: _c }, [_m], [0]];
3326
2589
  schema.TypeRegistry.for(n0).registerError(InvalidTagException, InvalidTagException$1);
3327
- var InvalidTagFilterException = [
3328
- -3,
3329
- n0,
3330
- _ITFE,
3331
- {
3332
- [_er]: _c,
3333
- },
3334
- [_m],
3335
- [0],
3336
- ];
2590
+ var InvalidTagFilterException = [-3, n0, _ITFE, { [_er]: _c }, [_m], [0]];
3337
2591
  schema.TypeRegistry.for(n0).registerError(InvalidTagFilterException, InvalidTagFilterException$1);
3338
- var InvalidTagsToAddException = [
3339
- -3,
3340
- n0,
3341
- _ITTAE,
3342
- {
3343
- [_er]: _c,
3344
- },
3345
- [_m],
3346
- [0],
3347
- ];
2592
+ var InvalidTagsToAddException = [-3, n0, _ITTAE, { [_er]: _c }, [_m], [0]];
3348
2593
  schema.TypeRegistry.for(n0).registerError(InvalidTagsToAddException, InvalidTagsToAddException$1);
3349
- var InvalidTargetFilterNameException = [
3350
- -3,
3351
- n0,
3352
- _ITFNE,
3353
- {
3354
- [_er]: _c,
3355
- },
3356
- [_m],
3357
- [0],
3358
- ];
2594
+ var InvalidTargetFilterNameException = [-3, n0, _ITFNE, { [_er]: _c }, [_m], [0]];
3359
2595
  schema.TypeRegistry.for(n0).registerError(InvalidTargetFilterNameException, InvalidTargetFilterNameException$1);
3360
- var InvalidTargetGroupPairException = [
3361
- -3,
3362
- n0,
3363
- _ITGPE,
3364
- {
3365
- [_er]: _c,
3366
- },
3367
- [_m],
3368
- [0],
3369
- ];
2596
+ var InvalidTargetGroupPairException = [-3, n0, _ITGPE, { [_er]: _c }, [_m], [0]];
3370
2597
  schema.TypeRegistry.for(n0).registerError(InvalidTargetGroupPairException, InvalidTargetGroupPairException$1);
3371
- var InvalidTargetInstancesException = [
3372
- -3,
3373
- n0,
3374
- _ITIE,
3375
- {
3376
- [_er]: _c,
3377
- },
3378
- [_m],
3379
- [0],
3380
- ];
2598
+ var InvalidTargetInstancesException = [-3, n0, _ITIE, { [_er]: _c }, [_m], [0]];
3381
2599
  schema.TypeRegistry.for(n0).registerError(InvalidTargetInstancesException, InvalidTargetInstancesException$1);
3382
- var InvalidTimeRangeException = [
3383
- -3,
3384
- n0,
3385
- _ITRE,
3386
- {
3387
- [_er]: _c,
3388
- },
3389
- [_m],
3390
- [0],
3391
- ];
2600
+ var InvalidTimeRangeException = [-3, n0, _ITRE, { [_er]: _c }, [_m], [0]];
3392
2601
  schema.TypeRegistry.for(n0).registerError(InvalidTimeRangeException, InvalidTimeRangeException$1);
3393
- var InvalidTrafficRoutingConfigurationException = [
3394
- -3,
3395
- n0,
3396
- _ITRCE,
3397
- {
3398
- [_er]: _c,
3399
- },
3400
- [_m],
3401
- [0],
3402
- ];
2602
+ var InvalidTrafficRoutingConfigurationException = [-3, n0, _ITRCE, { [_er]: _c }, [_m], [0]];
3403
2603
  schema.TypeRegistry.for(n0).registerError(InvalidTrafficRoutingConfigurationException, InvalidTrafficRoutingConfigurationException$1);
3404
- var InvalidTriggerConfigException = [
3405
- -3,
3406
- n0,
3407
- _ITCE,
3408
- {
3409
- [_er]: _c,
3410
- },
3411
- [_m],
3412
- [0],
3413
- ];
2604
+ var InvalidTriggerConfigException = [-3, n0, _ITCE, { [_er]: _c }, [_m], [0]];
3414
2605
  schema.TypeRegistry.for(n0).registerError(InvalidTriggerConfigException, InvalidTriggerConfigException$1);
3415
2606
  var InvalidUpdateOutdatedInstancesOnlyValueException = [
3416
2607
  -3,
3417
2608
  n0,
3418
2609
  _IUOIOVE,
3419
- {
3420
- [_er]: _c,
3421
- },
2610
+ { [_er]: _c },
3422
2611
  [_m],
3423
2612
  [0],
3424
2613
  ];
3425
2614
  schema.TypeRegistry.for(n0).registerError(InvalidUpdateOutdatedInstancesOnlyValueException, InvalidUpdateOutdatedInstancesOnlyValueException$1);
3426
- var InvalidZonalDeploymentConfigurationException = [
3427
- -3,
3428
- n0,
3429
- _IZDCE,
3430
- {
3431
- [_er]: _c,
3432
- },
3433
- [_m],
3434
- [0],
3435
- ];
2615
+ var InvalidZonalDeploymentConfigurationException = [-3, n0, _IZDCE, { [_er]: _c }, [_m], [0]];
3436
2616
  schema.TypeRegistry.for(n0).registerError(InvalidZonalDeploymentConfigurationException, InvalidZonalDeploymentConfigurationException$1);
3437
2617
  var LambdaFunctionInfo = [3, n0, _LFI, 0, [_fN, _fA, _cV, _tV, _tVW], [0, 0, 0, 0, 1]];
3438
2618
  var LambdaTarget = [
@@ -3452,27 +2632,9 @@ var LifecycleEvent = [
3452
2632
  [_lEN, _di, _sT, _eTn, _st],
3453
2633
  [0, () => Diagnostics, 4, 4, 0],
3454
2634
  ];
3455
- var LifecycleEventAlreadyCompletedException = [
3456
- -3,
3457
- n0,
3458
- _LEACE,
3459
- {
3460
- [_er]: _c,
3461
- },
3462
- [_m],
3463
- [0],
3464
- ];
2635
+ var LifecycleEventAlreadyCompletedException = [-3, n0, _LEACE, { [_er]: _c }, [_m], [0]];
3465
2636
  schema.TypeRegistry.for(n0).registerError(LifecycleEventAlreadyCompletedException, LifecycleEventAlreadyCompletedException$1);
3466
- var LifecycleHookLimitExceededException = [
3467
- -3,
3468
- n0,
3469
- _LHLEE,
3470
- {
3471
- [_er]: _c,
3472
- },
3473
- [_m],
3474
- [0],
3475
- ];
2637
+ var LifecycleHookLimitExceededException = [-3, n0, _LHLEE, { [_er]: _c }, [_m], [0]];
3476
2638
  schema.TypeRegistry.for(n0).registerError(LifecycleHookLimitExceededException, LifecycleHookLimitExceededException$1);
3477
2639
  var ListApplicationRevisionsInput = [
3478
2640
  3,
@@ -3546,28 +2708,10 @@ var LoadBalancerInfo = [
3546
2708
  ];
3547
2709
  var MinimumHealthyHosts = [3, n0, _MHH, 0, [_ty, _v], [0, 1]];
3548
2710
  var MinimumHealthyHostsPerZone = [3, n0, _MHHPZ, 0, [_ty, _v], [0, 1]];
3549
- var MultipleIamArnsProvidedException = [
3550
- -3,
3551
- n0,
3552
- _MIAPE,
3553
- {
3554
- [_er]: _c,
3555
- },
3556
- [_m],
3557
- [0],
3558
- ];
2711
+ var MultipleIamArnsProvidedException = [-3, n0, _MIAPE, { [_er]: _c }, [_m], [0]];
3559
2712
  schema.TypeRegistry.for(n0).registerError(MultipleIamArnsProvidedException, MultipleIamArnsProvidedException$1);
3560
2713
  var OnPremisesTagSet = [3, n0, _OPTS, 0, [_oPTSL], [() => OnPremisesTagSetList]];
3561
- var OperationNotSupportedException = [
3562
- -3,
3563
- n0,
3564
- _ONSE,
3565
- {
3566
- [_er]: _c,
3567
- },
3568
- [_m],
3569
- [0],
3570
- ];
2714
+ var OperationNotSupportedException = [-3, n0, _ONSE, { [_er]: _c }, [_m], [0]];
3571
2715
  schema.TypeRegistry.for(n0).registerError(OperationNotSupportedException, OperationNotSupportedException$1);
3572
2716
  var PutLifecycleEventHookExecutionStatusInput = [
3573
2717
  3,
@@ -3597,38 +2741,11 @@ var RemoveTagsFromOnPremisesInstancesInput = [
3597
2741
  [_t, _iN],
3598
2742
  [() => TagList, 64 | 0],
3599
2743
  ];
3600
- var ResourceArnRequiredException = [
3601
- -3,
3602
- n0,
3603
- _RARE,
3604
- {
3605
- [_er]: _c,
3606
- },
3607
- [_m],
3608
- [0],
3609
- ];
2744
+ var ResourceArnRequiredException = [-3, n0, _RARE, { [_er]: _c }, [_m], [0]];
3610
2745
  schema.TypeRegistry.for(n0).registerError(ResourceArnRequiredException, ResourceArnRequiredException$1);
3611
- var ResourceValidationException = [
3612
- -3,
3613
- n0,
3614
- _RVE,
3615
- {
3616
- [_er]: _c,
3617
- },
3618
- [_m],
3619
- [0],
3620
- ];
2746
+ var ResourceValidationException = [-3, n0, _RVE, { [_er]: _c }, [_m], [0]];
3621
2747
  schema.TypeRegistry.for(n0).registerError(ResourceValidationException, ResourceValidationException$1);
3622
- var RevisionDoesNotExistException = [
3623
- -3,
3624
- n0,
3625
- _RDNEE,
3626
- {
3627
- [_er]: _c,
3628
- },
3629
- [_m],
3630
- [0],
3631
- ];
2748
+ var RevisionDoesNotExistException = [-3, n0, _RDNEE, { [_er]: _c }, [_m], [0]];
3632
2749
  schema.TypeRegistry.for(n0).registerError(RevisionDoesNotExistException, RevisionDoesNotExistException$1);
3633
2750
  var RevisionInfo = [
3634
2751
  3,
@@ -3646,27 +2763,9 @@ var RevisionLocation = [
3646
2763
  [_rTev, _sL, _gHL, _str, _aSC],
3647
2764
  [0, () => S3Location, () => GitHubLocation, () => RawString, () => AppSpecContent],
3648
2765
  ];
3649
- var RevisionRequiredException = [
3650
- -3,
3651
- n0,
3652
- _RRE,
3653
- {
3654
- [_er]: _c,
3655
- },
3656
- [_m],
3657
- [0],
3658
- ];
2766
+ var RevisionRequiredException = [-3, n0, _RRE, { [_er]: _c }, [_m], [0]];
3659
2767
  schema.TypeRegistry.for(n0).registerError(RevisionRequiredException, RevisionRequiredException$1);
3660
- var RoleRequiredException = [
3661
- -3,
3662
- n0,
3663
- _RREo,
3664
- {
3665
- [_er]: _c,
3666
- },
3667
- [_m],
3668
- [0],
3669
- ];
2768
+ var RoleRequiredException = [-3, n0, _RREo, { [_er]: _c }, [_m], [0]];
3670
2769
  schema.TypeRegistry.for(n0).registerError(RoleRequiredException, RoleRequiredException$1);
3671
2770
  var RollbackInfo = [3, n0, _RIo, 0, [_rDI, _rTDI, _rM], [0, 0, 0]];
3672
2771
  var S3Location = [3, n0, _SL, 0, [_b, _k, _bT, _ve, _eTa], [0, 0, 0, 0, 0]];
@@ -3675,40 +2774,13 @@ var StopDeploymentInput = [3, n0, _SDI, 0, [_dI, _aRE], [0, 2]];
3675
2774
  var StopDeploymentOutput = [3, n0, _SDO, 0, [_st, _sM], [0, 0]];
3676
2775
  var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
3677
2776
  var TagFilter = [3, n0, _TFa, 0, [_K, _V, _T], [0, 0, 0]];
3678
- var TagLimitExceededException = [
3679
- -3,
3680
- n0,
3681
- _TLEE,
3682
- {
3683
- [_er]: _c,
3684
- },
3685
- [_m],
3686
- [0],
3687
- ];
2777
+ var TagLimitExceededException = [-3, n0, _TLEE, { [_er]: _c }, [_m], [0]];
3688
2778
  schema.TypeRegistry.for(n0).registerError(TagLimitExceededException, TagLimitExceededException$1);
3689
- var TagRequiredException = [
3690
- -3,
3691
- n0,
3692
- _TRE,
3693
- {
3694
- [_er]: _c,
3695
- },
3696
- [_m],
3697
- [0],
3698
- ];
2779
+ var TagRequiredException = [-3, n0, _TRE, { [_er]: _c }, [_m], [0]];
3699
2780
  schema.TypeRegistry.for(n0).registerError(TagRequiredException, TagRequiredException$1);
3700
2781
  var TagResourceInput = [3, n0, _TRI, 0, [_RA, _Ta], [0, () => TagList]];
3701
2782
  var TagResourceOutput = [3, n0, _TRO, 0, [], []];
3702
- var TagSetListLimitExceededException = [
3703
- -3,
3704
- n0,
3705
- _TSLLEE,
3706
- {
3707
- [_er]: _c,
3708
- },
3709
- [_m],
3710
- [0],
3711
- ];
2783
+ var TagSetListLimitExceededException = [-3, n0, _TSLLEE, { [_er]: _c }, [_m], [0]];
3712
2784
  schema.TypeRegistry.for(n0).registerError(TagSetListLimitExceededException, TagSetListLimitExceededException$1);
3713
2785
  var TargetGroupInfo = [3, n0, _TGI, 0, [_n], [0]];
3714
2786
  var TargetGroupPairInfo = [
@@ -3727,16 +2799,7 @@ var TargetInstances = [
3727
2799
  [_tFa, _aSG, _eTS],
3728
2800
  [() => EC2TagFilterList, 64 | 0, () => EC2TagSet],
3729
2801
  ];
3730
- var ThrottlingException = [
3731
- -3,
3732
- n0,
3733
- _TE,
3734
- {
3735
- [_er]: _c,
3736
- },
3737
- [_m],
3738
- [0],
3739
- ];
2802
+ var ThrottlingException = [-3, n0, _TE, { [_er]: _c }, [_m], [0]];
3740
2803
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
3741
2804
  var TimeBasedCanary = [3, n0, _TBC, 0, [_cPa, _cIa], [1, 1]];
3742
2805
  var TimeBasedLinear = [3, n0, _TBL, 0, [_lP, _lI], [1, 1]];
@@ -3751,27 +2814,9 @@ var TrafficRoutingConfig = [
3751
2814
  [0, () => TimeBasedCanary, () => TimeBasedLinear],
3752
2815
  ];
3753
2816
  var TriggerConfig = [3, n0, _TC, 0, [_tNr, _tTA, _tE], [0, 0, 64 | 0]];
3754
- var TriggerTargetsLimitExceededException = [
3755
- -3,
3756
- n0,
3757
- _TTLEE,
3758
- {
3759
- [_er]: _c,
3760
- },
3761
- [_m],
3762
- [0],
3763
- ];
2817
+ var TriggerTargetsLimitExceededException = [-3, n0, _TTLEE, { [_er]: _c }, [_m], [0]];
3764
2818
  schema.TypeRegistry.for(n0).registerError(TriggerTargetsLimitExceededException, TriggerTargetsLimitExceededException$1);
3765
- var UnsupportedActionForDeploymentTypeException = [
3766
- -3,
3767
- n0,
3768
- _UAFDTE,
3769
- {
3770
- [_er]: _c,
3771
- },
3772
- [_m],
3773
- [0],
3774
- ];
2819
+ var UnsupportedActionForDeploymentTypeException = [-3, n0, _UAFDTE, { [_er]: _c }, [_m], [0]];
3775
2820
  schema.TypeRegistry.for(n0).registerError(UnsupportedActionForDeploymentTypeException, UnsupportedActionForDeploymentTypeException$1);
3776
2821
  var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
3777
2822
  var UntagResourceOutput = [3, n0, _URO, 0, [], []];