@aws-sdk/client-appconfig 3.1068.0 → 3.1069.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationRequest$ = exports.GetConfigurationProfileRequest$ = exports.GetApplicationRequest$ = exports.ExtensionSummary$ = exports.Extensions$ = exports.ExtensionAssociationSummary$ = exports.ExtensionAssociations$ = exports.ExtensionAssociation$ = exports.Extension$ = exports.Environments$ = exports.Environment$ = exports.DeploymentSummary$ = exports.DeploymentStrategy$ = exports.DeploymentStrategies$ = exports.Deployments$ = exports.DeploymentEvent$ = exports.Deployment$ = exports.DeletionProtectionSettings$ = exports.DeleteHostedConfigurationVersionRequest$ = exports.DeleteExtensionRequest$ = exports.DeleteExtensionAssociationRequest$ = exports.DeleteEnvironmentRequest$ = exports.DeleteDeploymentStrategyRequest$ = exports.DeleteConfigurationProfileRequest$ = exports.DeleteApplicationRequest$ = exports.CreateHostedConfigurationVersionRequest$ = exports.CreateExtensionRequest$ = exports.CreateExtensionAssociationRequest$ = exports.CreateEnvironmentRequest$ = exports.CreateDeploymentStrategyRequest$ = exports.CreateConfigurationProfileRequest$ = exports.CreateApplicationRequest$ = exports.ConfigurationProfileSummary$ = exports.ConfigurationProfiles$ = exports.ConfigurationProfile$ = exports.Configuration$ = exports.AppliedExtension$ = exports.Applications$ = exports.Application$ = exports.ActionInvocation$ = exports.Action$ = exports.AccountSettings$ = exports.errorTypeRegistries = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.PayloadTooLargeException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.AppConfigServiceException$ = void 0;
4
- exports.DeleteHostedConfigurationVersion$ = exports.DeleteExtensionAssociation$ = exports.DeleteExtension$ = exports.DeleteEnvironment$ = exports.DeleteDeploymentStrategy$ = exports.DeleteConfigurationProfile$ = exports.DeleteApplication$ = exports.CreateHostedConfigurationVersion$ = exports.CreateExtensionAssociation$ = exports.CreateExtension$ = exports.CreateEnvironment$ = exports.CreateDeploymentStrategy$ = exports.CreateConfigurationProfile$ = exports.CreateApplication$ = exports.BadRequestDetails$ = exports.Validator$ = exports.ValidateConfigurationRequest$ = exports.UpdateExtensionRequest$ = exports.UpdateExtensionAssociationRequest$ = exports.UpdateEnvironmentRequest$ = exports.UpdateDeploymentStrategyRequest$ = exports.UpdateConfigurationProfileRequest$ = exports.UpdateApplicationRequest$ = exports.UpdateAccountSettingsRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.StopDeploymentRequest$ = exports.StartDeploymentRequest$ = exports.ResourceTags$ = exports.Parameter$ = exports.Monitor$ = exports.ListTagsForResourceRequest$ = exports.ListHostedConfigurationVersionsRequest$ = exports.ListExtensionsRequest$ = exports.ListExtensionAssociationsRequest$ = exports.ListEnvironmentsRequest$ = exports.ListDeploymentStrategiesRequest$ = exports.ListDeploymentsRequest$ = exports.ListConfigurationProfilesRequest$ = exports.ListApplicationsRequest$ = exports.InvalidConfigurationDetail$ = exports.HostedConfigurationVersionSummary$ = exports.HostedConfigurationVersions$ = exports.HostedConfigurationVersion$ = exports.GetHostedConfigurationVersionRequest$ = exports.GetExtensionRequest$ = exports.GetExtensionAssociationRequest$ = exports.GetEnvironmentRequest$ = exports.GetDeploymentStrategyRequest$ = exports.GetDeploymentRequest$ = void 0;
5
- exports.ValidateConfiguration$ = exports.UpdateExtensionAssociation$ = exports.UpdateExtension$ = exports.UpdateEnvironment$ = exports.UpdateDeploymentStrategy$ = exports.UpdateConfigurationProfile$ = exports.UpdateApplication$ = exports.UpdateAccountSettings$ = exports.UntagResource$ = exports.TagResource$ = exports.StopDeployment$ = exports.StartDeployment$ = exports.ListTagsForResource$ = exports.ListHostedConfigurationVersions$ = exports.ListExtensions$ = exports.ListExtensionAssociations$ = exports.ListEnvironments$ = exports.ListDeploymentStrategies$ = exports.ListDeployments$ = exports.ListConfigurationProfiles$ = exports.ListApplications$ = exports.GetHostedConfigurationVersion$ = exports.GetExtensionAssociation$ = exports.GetExtension$ = exports.GetEnvironment$ = exports.GetDeploymentStrategy$ = exports.GetDeployment$ = exports.GetConfigurationProfile$ = exports.GetConfiguration$ = exports.GetApplication$ = exports.GetAccountSettings$ = void 0;
6
1
  const _A = "Action";
7
2
  const _AA = "AlarmArn";
8
3
  const _AE = "AppliedExtension";
@@ -264,486 +259,570 @@ const _vl = "version_label";
264
259
  const _vn = "version_number";
265
260
  const _xadpc = "x-amzn-deletion-protection-check";
266
261
  const n0 = "com.amazonaws.appconfig";
267
- const schema_1 = require("@smithy/core/schema");
268
- const AppConfigServiceException_1 = require("../models/AppConfigServiceException");
269
- const errors_1 = require("../models/errors");
270
- const _s_registry = schema_1.TypeRegistry.for(_s);
271
- exports.AppConfigServiceException$ = [-3, _s, "AppConfigServiceException", 0, [], []];
272
- _s_registry.registerError(exports.AppConfigServiceException$, AppConfigServiceException_1.AppConfigServiceException);
273
- const n0_registry = schema_1.TypeRegistry.for(n0);
274
- exports.BadRequestException$ = [-3, n0, _BRE,
262
+ const { TypeRegistry } = require("@smithy/core/schema");
263
+ const { AppConfigServiceException } = require("../models/AppConfigServiceException");
264
+ const { BadRequestException, ConflictException, InternalServerException, PayloadTooLargeException, ResourceNotFoundException, ServiceQuotaExceededException } = require("../models/errors");
265
+ const _s_registry = TypeRegistry.for(_s);
266
+ const AppConfigServiceException$ = [-3, _s, "AppConfigServiceException", 0, [], []];
267
+ exports.AppConfigServiceException$ = AppConfigServiceException$;
268
+ _s_registry.registerError(AppConfigServiceException$, AppConfigServiceException);
269
+ const n0_registry = TypeRegistry.for(n0);
270
+ const BadRequestException$ = [-3, n0, _BRE,
275
271
  { [_e]: _c, [_hE]: 400 },
276
272
  [_M, _R, _D],
277
- [0, 0, () => exports.BadRequestDetails$]
273
+ [0, 0, () => BadRequestDetails$]
278
274
  ];
279
- n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
280
- exports.ConflictException$ = [-3, n0, _CE,
275
+ exports.BadRequestException$ = BadRequestException$;
276
+ n0_registry.registerError(BadRequestException$, BadRequestException);
277
+ const ConflictException$ = [-3, n0, _CE,
281
278
  { [_e]: _c, [_hE]: 409 },
282
279
  [_M],
283
280
  [0]
284
281
  ];
285
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
286
- exports.InternalServerException$ = [-3, n0, _ISE,
282
+ exports.ConflictException$ = ConflictException$;
283
+ n0_registry.registerError(ConflictException$, ConflictException);
284
+ const InternalServerException$ = [-3, n0, _ISE,
287
285
  { [_e]: _se, [_hE]: 500 },
288
286
  [_M],
289
287
  [0]
290
288
  ];
291
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
292
- exports.PayloadTooLargeException$ = [-3, n0, _PTLE,
289
+ exports.InternalServerException$ = InternalServerException$;
290
+ n0_registry.registerError(InternalServerException$, InternalServerException);
291
+ const PayloadTooLargeException$ = [-3, n0, _PTLE,
293
292
  { [_e]: _c, [_hE]: 413 },
294
293
  [_M, _Me, _L, _S],
295
294
  [0, 0, 1, 1]
296
295
  ];
297
- n0_registry.registerError(exports.PayloadTooLargeException$, errors_1.PayloadTooLargeException);
298
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
296
+ exports.PayloadTooLargeException$ = PayloadTooLargeException$;
297
+ n0_registry.registerError(PayloadTooLargeException$, PayloadTooLargeException);
298
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
299
299
  { [_e]: _c, [_hE]: 404 },
300
300
  [_M, _RN],
301
301
  [0, 0]
302
302
  ];
303
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
304
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
303
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
304
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
305
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
305
306
  { [_e]: _c, [_hE]: 402 },
306
307
  [_M],
307
308
  [0]
308
309
  ];
309
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
310
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
311
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
310
312
  exports.errorTypeRegistries = [
311
313
  _s_registry,
312
314
  n0_registry,
313
315
  ];
314
316
  var _Blob = [0, n0, _B, 8, 21];
315
317
  var StringWithLengthBetween0And32768 = [0, n0, _SWLBA, 8, 0];
316
- exports.AccountSettings$ = [3, n0, _AS,
318
+ const AccountSettings$ = [3, n0, _AS,
317
319
  0,
318
320
  [_DP],
319
- [() => exports.DeletionProtectionSettings$]
321
+ [() => DeletionProtectionSettings$]
320
322
  ];
321
- exports.Action$ = [3, n0, _A,
323
+ exports.AccountSettings$ = AccountSettings$;
324
+ const Action$ = [3, n0, _A,
322
325
  0,
323
326
  [_N, _De, _U, _RA],
324
327
  [0, 0, 0, 0]
325
328
  ];
326
- exports.ActionInvocation$ = [3, n0, _AI,
329
+ exports.Action$ = Action$;
330
+ const ActionInvocation$ = [3, n0, _AI,
327
331
  0,
328
332
  [_EI, _AN, _U, _RA, _EM, _EC, _II],
329
333
  [0, 0, 0, 0, 0, 0, 0]
330
334
  ];
331
- exports.Application$ = [3, n0, _Ap,
335
+ exports.ActionInvocation$ = ActionInvocation$;
336
+ const Application$ = [3, n0, _Ap,
332
337
  0,
333
338
  [_I, _N, _De],
334
339
  [0, 0, 0]
335
340
  ];
336
- exports.Applications$ = [3, n0, _App,
341
+ exports.Application$ = Application$;
342
+ const Applications$ = [3, n0, _App,
337
343
  0,
338
344
  [_It, _NT],
339
345
  [() => ApplicationList, 0]
340
346
  ];
341
- exports.AppliedExtension$ = [3, n0, _AE,
347
+ exports.Applications$ = Applications$;
348
+ const AppliedExtension$ = [3, n0, _AE,
342
349
  0,
343
350
  [_EIx, _EAI, _VN, _P],
344
351
  [0, 0, 1, 128 | 0]
345
352
  ];
346
- exports.Configuration$ = [3, n0, _C,
353
+ exports.AppliedExtension$ = AppliedExtension$;
354
+ const Configuration$ = [3, n0, _C,
347
355
  0,
348
356
  [_Co, _CV, _CT],
349
357
  [[() => _Blob, 16], [0, { [_hH]: _CV_ }], [0, { [_hH]: _CT_ }]]
350
358
  ];
351
- exports.ConfigurationProfile$ = [3, n0, _CP,
359
+ exports.Configuration$ = Configuration$;
360
+ const ConfigurationProfile$ = [3, n0, _CP,
352
361
  0,
353
362
  [_AIp, _I, _N, _De, _LU, _RRA, _V, _T, _KKA, _KKI],
354
363
  [0, 0, 0, 0, 0, 0, [() => ValidatorList, 0], 0, 0, 0]
355
364
  ];
356
- exports.ConfigurationProfiles$ = [3, n0, _CPo,
365
+ exports.ConfigurationProfile$ = ConfigurationProfile$;
366
+ const ConfigurationProfiles$ = [3, n0, _CPo,
357
367
  0,
358
368
  [_It, _NT],
359
369
  [() => ConfigurationProfileSummaryList, 0]
360
370
  ];
361
- exports.ConfigurationProfileSummary$ = [3, n0, _CPS,
371
+ exports.ConfigurationProfiles$ = ConfigurationProfiles$;
372
+ const ConfigurationProfileSummary$ = [3, n0, _CPS,
362
373
  0,
363
374
  [_AIp, _I, _N, _LU, _VT, _T],
364
375
  [0, 0, 0, 0, 64 | 0, 0]
365
376
  ];
366
- exports.CreateApplicationRequest$ = [3, n0, _CAR,
377
+ exports.ConfigurationProfileSummary$ = ConfigurationProfileSummary$;
378
+ const CreateApplicationRequest$ = [3, n0, _CAR,
367
379
  0,
368
380
  [_N, _De, _Ta],
369
381
  [0, 0, 128 | 0], 1
370
382
  ];
371
- exports.CreateConfigurationProfileRequest$ = [3, n0, _CCPR,
383
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
384
+ const CreateConfigurationProfileRequest$ = [3, n0, _CCPR,
372
385
  0,
373
386
  [_AIp, _N, _LU, _De, _RRA, _V, _Ta, _T, _KKI],
374
387
  [[0, 1], 0, 0, 0, 0, [() => ValidatorList, 0], 128 | 0, 0, 0], 3
375
388
  ];
376
- exports.CreateDeploymentStrategyRequest$ = [3, n0, _CDSR,
389
+ exports.CreateConfigurationProfileRequest$ = CreateConfigurationProfileRequest$;
390
+ const CreateDeploymentStrategyRequest$ = [3, n0, _CDSR,
377
391
  0,
378
392
  [_N, _DDIM, _GF, _De, _FBTIM, _GT, _RT, _Ta],
379
393
  [0, 1, 1, 0, 1, 0, 0, 128 | 0], 3
380
394
  ];
381
- exports.CreateEnvironmentRequest$ = [3, n0, _CER,
395
+ exports.CreateDeploymentStrategyRequest$ = CreateDeploymentStrategyRequest$;
396
+ const CreateEnvironmentRequest$ = [3, n0, _CER,
382
397
  0,
383
398
  [_AIp, _N, _De, _Mo, _Ta],
384
399
  [[0, 1], 0, 0, () => MonitorList, 128 | 0], 2
385
400
  ];
386
- exports.CreateExtensionAssociationRequest$ = [3, n0, _CEAR,
401
+ exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
402
+ const CreateExtensionAssociationRequest$ = [3, n0, _CEAR,
387
403
  0,
388
404
  [_EI, _RI, _EVN, _P, _Ta],
389
405
  [0, 0, 1, 128 | 0, 128 | 0], 2
390
406
  ];
391
- exports.CreateExtensionRequest$ = [3, n0, _CERr,
407
+ exports.CreateExtensionAssociationRequest$ = CreateExtensionAssociationRequest$;
408
+ const CreateExtensionRequest$ = [3, n0, _CERr,
392
409
  0,
393
410
  [_N, _Ac, _De, _P, _Ta, _LVN],
394
411
  [0, () => ActionsMap, 0, () => ParameterMap, 128 | 0, [1, { [_hH]: _LVN_ }]], 2
395
412
  ];
396
- exports.CreateHostedConfigurationVersionRequest$ = [3, n0, _CHCVR,
413
+ exports.CreateExtensionRequest$ = CreateExtensionRequest$;
414
+ const CreateHostedConfigurationVersionRequest$ = [3, n0, _CHCVR,
397
415
  0,
398
416
  [_AIp, _CPI, _Co, _CT, _De, _LVN, _VL],
399
417
  [[0, 1], [0, 1], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _De }], [1, { [_hH]: _LVN_ }], [0, { [_hH]: _VL }]], 4
400
418
  ];
401
- exports.DeleteApplicationRequest$ = [3, n0, _DAR,
419
+ exports.CreateHostedConfigurationVersionRequest$ = CreateHostedConfigurationVersionRequest$;
420
+ const DeleteApplicationRequest$ = [3, n0, _DAR,
402
421
  0,
403
422
  [_AIp],
404
423
  [[0, 1]], 1
405
424
  ];
406
- exports.DeleteConfigurationProfileRequest$ = [3, n0, _DCPR,
425
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
426
+ const DeleteConfigurationProfileRequest$ = [3, n0, _DCPR,
407
427
  0,
408
428
  [_AIp, _CPI, _DPC],
409
429
  [[0, 1], [0, 1], [0, { [_hH]: _xadpc }]], 2
410
430
  ];
411
- exports.DeleteDeploymentStrategyRequest$ = [3, n0, _DDSR,
431
+ exports.DeleteConfigurationProfileRequest$ = DeleteConfigurationProfileRequest$;
432
+ const DeleteDeploymentStrategyRequest$ = [3, n0, _DDSR,
412
433
  0,
413
434
  [_DSI],
414
435
  [[0, 1]], 1
415
436
  ];
416
- exports.DeleteEnvironmentRequest$ = [3, n0, _DER,
437
+ exports.DeleteDeploymentStrategyRequest$ = DeleteDeploymentStrategyRequest$;
438
+ const DeleteEnvironmentRequest$ = [3, n0, _DER,
417
439
  0,
418
440
  [_EIn, _AIp, _DPC],
419
441
  [[0, 1], [0, 1], [0, { [_hH]: _xadpc }]], 2
420
442
  ];
421
- exports.DeleteExtensionAssociationRequest$ = [3, n0, _DEAR,
443
+ exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
444
+ const DeleteExtensionAssociationRequest$ = [3, n0, _DEAR,
422
445
  0,
423
446
  [_EAI],
424
447
  [[0, 1]], 1
425
448
  ];
426
- exports.DeleteExtensionRequest$ = [3, n0, _DERe,
449
+ exports.DeleteExtensionAssociationRequest$ = DeleteExtensionAssociationRequest$;
450
+ const DeleteExtensionRequest$ = [3, n0, _DERe,
427
451
  0,
428
452
  [_EI, _VN],
429
453
  [[0, 1], [1, { [_hQ]: _v }]], 1
430
454
  ];
431
- exports.DeleteHostedConfigurationVersionRequest$ = [3, n0, _DHCVR,
455
+ exports.DeleteExtensionRequest$ = DeleteExtensionRequest$;
456
+ const DeleteHostedConfigurationVersionRequest$ = [3, n0, _DHCVR,
432
457
  0,
433
458
  [_AIp, _CPI, _VN],
434
459
  [[0, 1], [0, 1], [1, 1]], 3
435
460
  ];
436
- exports.DeletionProtectionSettings$ = [3, n0, _DPS,
461
+ exports.DeleteHostedConfigurationVersionRequest$ = DeleteHostedConfigurationVersionRequest$;
462
+ const DeletionProtectionSettings$ = [3, n0, _DPS,
437
463
  0,
438
464
  [_E, _PPIM],
439
465
  [2, 1]
440
466
  ];
441
- exports.Deployment$ = [3, n0, _Dep,
467
+ exports.DeletionProtectionSettings$ = DeletionProtectionSettings$;
468
+ const Deployment$ = [3, n0, _Dep,
442
469
  0,
443
470
  [_AIp, _EIn, _DSI, _CPI, _DN, _CN, _CLU, _CV, _De, _DDIM, _GT, _GF, _FBTIM, _St, _EL, _PC, _SA, _CA, _AEp, _KKA, _KKI, _VL],
444
471
  [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, () => DeploymentEvents, 1, 5, 5, () => AppliedExtensions, 0, 0, 0]
445
472
  ];
446
- exports.DeploymentEvent$ = [3, n0, _DE,
473
+ exports.Deployment$ = Deployment$;
474
+ const DeploymentEvent$ = [3, n0, _DE,
447
475
  0,
448
476
  [_ET, _TB, _De, _AIc, _OA],
449
477
  [0, 0, 0, () => ActionInvocations, 5]
450
478
  ];
451
- exports.Deployments$ = [3, n0, _Depl,
479
+ exports.DeploymentEvent$ = DeploymentEvent$;
480
+ const Deployments$ = [3, n0, _Depl,
452
481
  0,
453
482
  [_It, _NT],
454
483
  [() => DeploymentList, 0]
455
484
  ];
456
- exports.DeploymentStrategies$ = [3, n0, _DS,
485
+ exports.Deployments$ = Deployments$;
486
+ const DeploymentStrategies$ = [3, n0, _DS,
457
487
  0,
458
488
  [_It, _NT],
459
489
  [() => DeploymentStrategyList, 0]
460
490
  ];
461
- exports.DeploymentStrategy$ = [3, n0, _DSe,
491
+ exports.DeploymentStrategies$ = DeploymentStrategies$;
492
+ const DeploymentStrategy$ = [3, n0, _DSe,
462
493
  0,
463
494
  [_I, _N, _De, _DDIM, _GT, _GF, _FBTIM, _RT],
464
495
  [0, 0, 0, 1, 0, 1, 1, 0]
465
496
  ];
466
- exports.DeploymentSummary$ = [3, n0, _DSep,
497
+ exports.DeploymentStrategy$ = DeploymentStrategy$;
498
+ const DeploymentSummary$ = [3, n0, _DSep,
467
499
  0,
468
500
  [_DN, _CN, _CV, _DDIM, _GT, _GF, _FBTIM, _St, _PC, _SA, _CA, _VL],
469
501
  [1, 0, 0, 1, 0, 1, 1, 0, 1, 5, 5, 0]
470
502
  ];
471
- exports.Environment$ = [3, n0, _En,
503
+ exports.DeploymentSummary$ = DeploymentSummary$;
504
+ const Environment$ = [3, n0, _En,
472
505
  0,
473
506
  [_AIp, _I, _N, _De, _St, _Mo],
474
507
  [0, 0, 0, 0, 0, () => MonitorList]
475
508
  ];
476
- exports.Environments$ = [3, n0, _Env,
509
+ exports.Environment$ = Environment$;
510
+ const Environments$ = [3, n0, _Env,
477
511
  0,
478
512
  [_It, _NT],
479
513
  [() => EnvironmentList, 0]
480
514
  ];
481
- exports.Extension$ = [3, n0, _Ex,
515
+ exports.Environments$ = Environments$;
516
+ const Extension$ = [3, n0, _Ex,
482
517
  0,
483
518
  [_I, _N, _VN, _Ar, _De, _Ac, _P],
484
519
  [0, 0, 1, 0, 0, () => ActionsMap, () => ParameterMap]
485
520
  ];
486
- exports.ExtensionAssociation$ = [3, n0, _EA,
521
+ exports.Extension$ = Extension$;
522
+ const ExtensionAssociation$ = [3, n0, _EA,
487
523
  0,
488
524
  [_I, _EAx, _RAe, _Ar, _P, _EVN],
489
525
  [0, 0, 0, 0, 128 | 0, 1]
490
526
  ];
491
- exports.ExtensionAssociations$ = [3, n0, _EAxt,
527
+ exports.ExtensionAssociation$ = ExtensionAssociation$;
528
+ const ExtensionAssociations$ = [3, n0, _EAxt,
492
529
  0,
493
530
  [_It, _NT],
494
531
  [() => ExtensionAssociationSummaries, 0]
495
532
  ];
496
- exports.ExtensionAssociationSummary$ = [3, n0, _EAS,
533
+ exports.ExtensionAssociations$ = ExtensionAssociations$;
534
+ const ExtensionAssociationSummary$ = [3, n0, _EAS,
497
535
  0,
498
536
  [_I, _EAx, _RAe],
499
537
  [0, 0, 0]
500
538
  ];
501
- exports.Extensions$ = [3, n0, _Ext,
539
+ exports.ExtensionAssociationSummary$ = ExtensionAssociationSummary$;
540
+ const Extensions$ = [3, n0, _Ext,
502
541
  0,
503
542
  [_It, _NT],
504
543
  [() => ExtensionSummaries, 0]
505
544
  ];
506
- exports.ExtensionSummary$ = [3, n0, _ES,
545
+ exports.Extensions$ = Extensions$;
546
+ const ExtensionSummary$ = [3, n0, _ES,
507
547
  0,
508
548
  [_I, _N, _VN, _Ar, _De],
509
549
  [0, 0, 1, 0, 0]
510
550
  ];
511
- exports.GetApplicationRequest$ = [3, n0, _GAR,
551
+ exports.ExtensionSummary$ = ExtensionSummary$;
552
+ const GetApplicationRequest$ = [3, n0, _GAR,
512
553
  0,
513
554
  [_AIp],
514
555
  [[0, 1]], 1
515
556
  ];
516
- exports.GetConfigurationProfileRequest$ = [3, n0, _GCPR,
557
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
558
+ const GetConfigurationProfileRequest$ = [3, n0, _GCPR,
517
559
  0,
518
560
  [_AIp, _CPI],
519
561
  [[0, 1], [0, 1]], 2
520
562
  ];
521
- exports.GetConfigurationRequest$ = [3, n0, _GCR,
563
+ exports.GetConfigurationProfileRequest$ = GetConfigurationProfileRequest$;
564
+ const GetConfigurationRequest$ = [3, n0, _GCR,
522
565
  0,
523
566
  [_Ap, _En, _C, _CI, _CCV],
524
567
  [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _ci }], [0, { [_hQ]: _ccv }]], 4
525
568
  ];
526
- exports.GetDeploymentRequest$ = [3, n0, _GDR,
569
+ exports.GetConfigurationRequest$ = GetConfigurationRequest$;
570
+ const GetDeploymentRequest$ = [3, n0, _GDR,
527
571
  0,
528
572
  [_AIp, _EIn, _DN],
529
573
  [[0, 1], [0, 1], [1, 1]], 3
530
574
  ];
531
- exports.GetDeploymentStrategyRequest$ = [3, n0, _GDSR,
575
+ exports.GetDeploymentRequest$ = GetDeploymentRequest$;
576
+ const GetDeploymentStrategyRequest$ = [3, n0, _GDSR,
532
577
  0,
533
578
  [_DSI],
534
579
  [[0, 1]], 1
535
580
  ];
536
- exports.GetEnvironmentRequest$ = [3, n0, _GER,
581
+ exports.GetDeploymentStrategyRequest$ = GetDeploymentStrategyRequest$;
582
+ const GetEnvironmentRequest$ = [3, n0, _GER,
537
583
  0,
538
584
  [_AIp, _EIn],
539
585
  [[0, 1], [0, 1]], 2
540
586
  ];
541
- exports.GetExtensionAssociationRequest$ = [3, n0, _GEAR,
587
+ exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
588
+ const GetExtensionAssociationRequest$ = [3, n0, _GEAR,
542
589
  0,
543
590
  [_EAI],
544
591
  [[0, 1]], 1
545
592
  ];
546
- exports.GetExtensionRequest$ = [3, n0, _GERe,
593
+ exports.GetExtensionAssociationRequest$ = GetExtensionAssociationRequest$;
594
+ const GetExtensionRequest$ = [3, n0, _GERe,
547
595
  0,
548
596
  [_EI, _VN],
549
597
  [[0, 1], [1, { [_hQ]: _vn }]], 1
550
598
  ];
551
- exports.GetHostedConfigurationVersionRequest$ = [3, n0, _GHCVR,
599
+ exports.GetExtensionRequest$ = GetExtensionRequest$;
600
+ const GetHostedConfigurationVersionRequest$ = [3, n0, _GHCVR,
552
601
  0,
553
602
  [_AIp, _CPI, _VN],
554
603
  [[0, 1], [0, 1], [1, 1]], 3
555
604
  ];
556
- exports.HostedConfigurationVersion$ = [3, n0, _HCV,
605
+ exports.GetHostedConfigurationVersionRequest$ = GetHostedConfigurationVersionRequest$;
606
+ const HostedConfigurationVersion$ = [3, n0, _HCV,
557
607
  0,
558
608
  [_AIp, _CPI, _VN, _De, _Co, _CT, _VL, _KKA],
559
609
  [[0, { [_hH]: _AI_ }], [0, { [_hH]: _CPI_ }], [1, { [_hH]: _VN_ }], [0, { [_hH]: _De }], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _VL }], [0, { [_hH]: _KKA }]]
560
610
  ];
561
- exports.HostedConfigurationVersions$ = [3, n0, _HCVo,
611
+ exports.HostedConfigurationVersion$ = HostedConfigurationVersion$;
612
+ const HostedConfigurationVersions$ = [3, n0, _HCVo,
562
613
  0,
563
614
  [_It, _NT],
564
615
  [() => HostedConfigurationVersionSummaryList, 0]
565
616
  ];
566
- exports.HostedConfigurationVersionSummary$ = [3, n0, _HCVS,
617
+ exports.HostedConfigurationVersions$ = HostedConfigurationVersions$;
618
+ const HostedConfigurationVersionSummary$ = [3, n0, _HCVS,
567
619
  0,
568
620
  [_AIp, _CPI, _VN, _De, _CT, _VL, _KKA],
569
621
  [0, 0, 1, 0, 0, 0, 0]
570
622
  ];
571
- exports.InvalidConfigurationDetail$ = [3, n0, _ICD,
623
+ exports.HostedConfigurationVersionSummary$ = HostedConfigurationVersionSummary$;
624
+ const InvalidConfigurationDetail$ = [3, n0, _ICD,
572
625
  0,
573
626
  [_Con, _Lo, _R, _T, _Va],
574
627
  [0, 0, 0, 0, 0]
575
628
  ];
576
- exports.ListApplicationsRequest$ = [3, n0, _LAR,
629
+ exports.InvalidConfigurationDetail$ = InvalidConfigurationDetail$;
630
+ const ListApplicationsRequest$ = [3, n0, _LAR,
577
631
  0,
578
632
  [_MR, _NT],
579
633
  [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
580
634
  ];
581
- exports.ListConfigurationProfilesRequest$ = [3, n0, _LCPR,
635
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
636
+ const ListConfigurationProfilesRequest$ = [3, n0, _LCPR,
582
637
  0,
583
638
  [_AIp, _MR, _NT, _T],
584
639
  [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _t }]], 1
585
640
  ];
586
- exports.ListDeploymentsRequest$ = [3, n0, _LDR,
641
+ exports.ListConfigurationProfilesRequest$ = ListConfigurationProfilesRequest$;
642
+ const ListDeploymentsRequest$ = [3, n0, _LDR,
587
643
  0,
588
644
  [_AIp, _EIn, _MR, _NT],
589
645
  [[0, 1], [0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 2
590
646
  ];
591
- exports.ListDeploymentStrategiesRequest$ = [3, n0, _LDSR,
647
+ exports.ListDeploymentsRequest$ = ListDeploymentsRequest$;
648
+ const ListDeploymentStrategiesRequest$ = [3, n0, _LDSR,
592
649
  0,
593
650
  [_MR, _NT],
594
651
  [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
595
652
  ];
596
- exports.ListEnvironmentsRequest$ = [3, n0, _LER,
653
+ exports.ListDeploymentStrategiesRequest$ = ListDeploymentStrategiesRequest$;
654
+ const ListEnvironmentsRequest$ = [3, n0, _LER,
597
655
  0,
598
656
  [_AIp, _MR, _NT],
599
657
  [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
600
658
  ];
601
- exports.ListExtensionAssociationsRequest$ = [3, n0, _LEAR,
659
+ exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
660
+ const ListExtensionAssociationsRequest$ = [3, n0, _LEAR,
602
661
  0,
603
662
  [_RI, _EI, _EVN, _MR, _NT],
604
663
  [[0, { [_hQ]: _ri }], [0, { [_hQ]: _ei }], [1, { [_hQ]: _evn }], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
605
664
  ];
606
- exports.ListExtensionsRequest$ = [3, n0, _LERi,
665
+ exports.ListExtensionAssociationsRequest$ = ListExtensionAssociationsRequest$;
666
+ const ListExtensionsRequest$ = [3, n0, _LERi,
607
667
  0,
608
668
  [_MR, _NT, _N],
609
669
  [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _n }]]
610
670
  ];
611
- exports.ListHostedConfigurationVersionsRequest$ = [3, n0, _LHCVR,
671
+ exports.ListExtensionsRequest$ = ListExtensionsRequest$;
672
+ const ListHostedConfigurationVersionsRequest$ = [3, n0, _LHCVR,
612
673
  0,
613
674
  [_AIp, _CPI, _MR, _NT, _VL],
614
675
  [[0, 1], [0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _vl }]], 2
615
676
  ];
616
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
677
+ exports.ListHostedConfigurationVersionsRequest$ = ListHostedConfigurationVersionsRequest$;
678
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
617
679
  0,
618
680
  [_RAe],
619
681
  [[0, 1]], 1
620
682
  ];
621
- exports.Monitor$ = [3, n0, _Mon,
683
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
684
+ const Monitor$ = [3, n0, _Mon,
622
685
  0,
623
686
  [_AA, _ARA],
624
687
  [0, 0], 1
625
688
  ];
626
- exports.Parameter$ = [3, n0, _Pa,
689
+ exports.Monitor$ = Monitor$;
690
+ const Parameter$ = [3, n0, _Pa,
627
691
  0,
628
692
  [_De, _Re, _Dy],
629
693
  [0, 2, 2]
630
694
  ];
631
- exports.ResourceTags$ = [3, n0, _RTe,
695
+ exports.Parameter$ = Parameter$;
696
+ const ResourceTags$ = [3, n0, _RTe,
632
697
  0,
633
698
  [_Ta],
634
699
  [128 | 0]
635
700
  ];
636
- exports.StartDeploymentRequest$ = [3, n0, _SDR,
701
+ exports.ResourceTags$ = ResourceTags$;
702
+ const StartDeploymentRequest$ = [3, n0, _SDR,
637
703
  0,
638
704
  [_AIp, _EIn, _DSI, _CPI, _CV, _De, _Ta, _KKI, _DEP],
639
705
  [[0, 1], [0, 1], 0, 0, 0, 0, 128 | 0, 0, [() => DynamicParameterMap, 0]], 5
640
706
  ];
641
- exports.StopDeploymentRequest$ = [3, n0, _SDRt,
707
+ exports.StartDeploymentRequest$ = StartDeploymentRequest$;
708
+ const StopDeploymentRequest$ = [3, n0, _SDRt,
642
709
  0,
643
710
  [_AIp, _EIn, _DN, _AR],
644
711
  [[0, 1], [0, 1], [1, 1], [2, { [_hH]: _AR_ }]], 3
645
712
  ];
646
- exports.TagResourceRequest$ = [3, n0, _TRR,
713
+ exports.StopDeploymentRequest$ = StopDeploymentRequest$;
714
+ const TagResourceRequest$ = [3, n0, _TRR,
647
715
  0,
648
716
  [_RAe, _Ta],
649
717
  [[0, 1], 128 | 0], 2
650
718
  ];
651
- exports.UntagResourceRequest$ = [3, n0, _URR,
719
+ exports.TagResourceRequest$ = TagResourceRequest$;
720
+ const UntagResourceRequest$ = [3, n0, _URR,
652
721
  0,
653
722
  [_RAe, _TK],
654
723
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
655
724
  ];
656
- exports.UpdateAccountSettingsRequest$ = [3, n0, _UASR,
725
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
726
+ const UpdateAccountSettingsRequest$ = [3, n0, _UASR,
657
727
  0,
658
728
  [_DP],
659
- [() => exports.DeletionProtectionSettings$]
729
+ [() => DeletionProtectionSettings$]
660
730
  ];
661
- exports.UpdateApplicationRequest$ = [3, n0, _UAR,
731
+ exports.UpdateAccountSettingsRequest$ = UpdateAccountSettingsRequest$;
732
+ const UpdateApplicationRequest$ = [3, n0, _UAR,
662
733
  0,
663
734
  [_AIp, _N, _De],
664
735
  [[0, 1], 0, 0], 1
665
736
  ];
666
- exports.UpdateConfigurationProfileRequest$ = [3, n0, _UCPR,
737
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
738
+ const UpdateConfigurationProfileRequest$ = [3, n0, _UCPR,
667
739
  0,
668
740
  [_AIp, _CPI, _N, _De, _RRA, _V, _KKI],
669
741
  [[0, 1], [0, 1], 0, 0, 0, [() => ValidatorList, 0], 0], 2
670
742
  ];
671
- exports.UpdateDeploymentStrategyRequest$ = [3, n0, _UDSR,
743
+ exports.UpdateConfigurationProfileRequest$ = UpdateConfigurationProfileRequest$;
744
+ const UpdateDeploymentStrategyRequest$ = [3, n0, _UDSR,
672
745
  0,
673
746
  [_DSI, _De, _DDIM, _FBTIM, _GF, _GT],
674
747
  [[0, 1], 0, 1, 1, 1, 0], 1
675
748
  ];
676
- exports.UpdateEnvironmentRequest$ = [3, n0, _UER,
749
+ exports.UpdateDeploymentStrategyRequest$ = UpdateDeploymentStrategyRequest$;
750
+ const UpdateEnvironmentRequest$ = [3, n0, _UER,
677
751
  0,
678
752
  [_AIp, _EIn, _N, _De, _Mo],
679
753
  [[0, 1], [0, 1], 0, 0, () => MonitorList], 2
680
754
  ];
681
- exports.UpdateExtensionAssociationRequest$ = [3, n0, _UEAR,
755
+ exports.UpdateEnvironmentRequest$ = UpdateEnvironmentRequest$;
756
+ const UpdateExtensionAssociationRequest$ = [3, n0, _UEAR,
682
757
  0,
683
758
  [_EAI, _P],
684
759
  [[0, 1], 128 | 0], 1
685
760
  ];
686
- exports.UpdateExtensionRequest$ = [3, n0, _UERp,
761
+ exports.UpdateExtensionAssociationRequest$ = UpdateExtensionAssociationRequest$;
762
+ const UpdateExtensionRequest$ = [3, n0, _UERp,
687
763
  0,
688
764
  [_EI, _De, _Ac, _P, _VN],
689
765
  [[0, 1], 0, () => ActionsMap, () => ParameterMap, 1], 1
690
766
  ];
691
- exports.ValidateConfigurationRequest$ = [3, n0, _VCR,
767
+ exports.UpdateExtensionRequest$ = UpdateExtensionRequest$;
768
+ const ValidateConfigurationRequest$ = [3, n0, _VCR,
692
769
  0,
693
770
  [_AIp, _CPI, _CV],
694
771
  [[0, 1], [0, 1], [0, { [_hQ]: _cv }]], 3
695
772
  ];
696
- exports.Validator$ = [3, n0, _Val,
773
+ exports.ValidateConfigurationRequest$ = ValidateConfigurationRequest$;
774
+ const Validator$ = [3, n0, _Val,
697
775
  0,
698
776
  [_T, _Co],
699
777
  [0, [() => StringWithLengthBetween0And32768, 0]], 2
700
778
  ];
779
+ exports.Validator$ = Validator$;
701
780
  var __Unit = "unit";
702
781
  var ActionInvocations = [1, n0, _AIc,
703
- 0, () => exports.ActionInvocation$
782
+ 0, () => ActionInvocation$
704
783
  ];
705
784
  var ActionList = [1, n0, _AL,
706
- 0, () => exports.Action$
785
+ 0, () => Action$
707
786
  ];
708
787
  var ApplicationList = [1, n0, _ALp,
709
- 0, () => exports.Application$
788
+ 0, () => Application$
710
789
  ];
711
790
  var AppliedExtensions = [1, n0, _AEp,
712
- 0, () => exports.AppliedExtension$
791
+ 0, () => AppliedExtension$
713
792
  ];
714
793
  var ConfigurationProfileSummaryList = [1, n0, _CPSL,
715
- 0, () => exports.ConfigurationProfileSummary$
794
+ 0, () => ConfigurationProfileSummary$
716
795
  ];
717
796
  var DeploymentEvents = [1, n0, _DEe,
718
- 0, () => exports.DeploymentEvent$
797
+ 0, () => DeploymentEvent$
719
798
  ];
720
799
  var DeploymentList = [1, n0, _DL,
721
- 0, () => exports.DeploymentSummary$
800
+ 0, () => DeploymentSummary$
722
801
  ];
723
802
  var DeploymentStrategyList = [1, n0, _DSL,
724
- 0, () => exports.DeploymentStrategy$
803
+ 0, () => DeploymentStrategy$
725
804
  ];
726
805
  var EnvironmentList = [1, n0, _ELn,
727
- 0, () => exports.Environment$
806
+ 0, () => Environment$
728
807
  ];
729
808
  var ExtensionAssociationSummaries = [1, n0, _EASx,
730
- 0, () => exports.ExtensionAssociationSummary$
809
+ 0, () => ExtensionAssociationSummary$
731
810
  ];
732
811
  var ExtensionSummaries = [1, n0, _ESx,
733
- 0, () => exports.ExtensionSummary$
812
+ 0, () => ExtensionSummary$
734
813
  ];
735
814
  var HostedConfigurationVersionSummaryList = [1, n0, _HCVSL,
736
- 0, () => exports.HostedConfigurationVersionSummary$
815
+ 0, () => HostedConfigurationVersionSummary$
737
816
  ];
738
817
  var InvalidConfigurationDetailList = [1, n0, _ICDL,
739
- 0, () => exports.InvalidConfigurationDetail$
818
+ 0, () => InvalidConfigurationDetail$
740
819
  ];
741
820
  var MonitorList = [1, n0, _ML,
742
- 0, () => exports.Monitor$
821
+ 0, () => Monitor$
743
822
  ];
744
823
  var TagKeyList = 64 | 0;
745
824
  var ValidatorList = [1, n0, _VLa,
746
- 0, [() => exports.Validator$,
825
+ 0, [() => Validator$,
747
826
  0]
748
827
  ];
749
828
  var ValidatorTypeList = 64 | 0;
@@ -754,147 +833,148 @@ var DynamicParameterMap = [2, n0, _DPM,
754
833
  8, 0, 0
755
834
  ];
756
835
  var ParameterMap = [2, n0, _PM,
757
- 0, 0, () => exports.Parameter$
836
+ 0, 0, () => Parameter$
758
837
  ];
759
838
  var ParameterValueMap = 128 | 0;
760
839
  var TagMap = 128 | 0;
761
- exports.BadRequestDetails$ = [4, n0, _BRD,
840
+ const BadRequestDetails$ = [4, n0, _BRD,
762
841
  0,
763
842
  [_IC],
764
843
  [() => InvalidConfigurationDetailList]
765
844
  ];
845
+ exports.BadRequestDetails$ = BadRequestDetails$;
766
846
  exports.CreateApplication$ = [9, n0, _CAr,
767
- { [_h]: ["POST", "/applications", 201] }, () => exports.CreateApplicationRequest$, () => exports.Application$
847
+ { [_h]: ["POST", "/applications", 201] }, () => CreateApplicationRequest$, () => Application$
768
848
  ];
769
849
  exports.CreateConfigurationProfile$ = [9, n0, _CCP,
770
- { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201] }, () => exports.CreateConfigurationProfileRequest$, () => exports.ConfigurationProfile$
850
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201] }, () => CreateConfigurationProfileRequest$, () => ConfigurationProfile$
771
851
  ];
772
852
  exports.CreateDeploymentStrategy$ = [9, n0, _CDS,
773
- { [_h]: ["POST", "/deploymentstrategies", 201] }, () => exports.CreateDeploymentStrategyRequest$, () => exports.DeploymentStrategy$
853
+ { [_h]: ["POST", "/deploymentstrategies", 201] }, () => CreateDeploymentStrategyRequest$, () => DeploymentStrategy$
774
854
  ];
775
855
  exports.CreateEnvironment$ = [9, n0, _CEr,
776
- { [_h]: ["POST", "/applications/{ApplicationId}/environments", 201] }, () => exports.CreateEnvironmentRequest$, () => exports.Environment$
856
+ { [_h]: ["POST", "/applications/{ApplicationId}/environments", 201] }, () => CreateEnvironmentRequest$, () => Environment$
777
857
  ];
778
858
  exports.CreateExtension$ = [9, n0, _CEre,
779
- { [_h]: ["POST", "/extensions", 201] }, () => exports.CreateExtensionRequest$, () => exports.Extension$
859
+ { [_h]: ["POST", "/extensions", 201] }, () => CreateExtensionRequest$, () => Extension$
780
860
  ];
781
861
  exports.CreateExtensionAssociation$ = [9, n0, _CEA,
782
- { [_h]: ["POST", "/extensionassociations", 201] }, () => exports.CreateExtensionAssociationRequest$, () => exports.ExtensionAssociation$
862
+ { [_h]: ["POST", "/extensionassociations", 201] }, () => CreateExtensionAssociationRequest$, () => ExtensionAssociation$
783
863
  ];
784
864
  exports.CreateHostedConfigurationVersion$ = [9, n0, _CHCV,
785
- { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions", 201] }, () => exports.CreateHostedConfigurationVersionRequest$, () => exports.HostedConfigurationVersion$
865
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions", 201] }, () => CreateHostedConfigurationVersionRequest$, () => HostedConfigurationVersion$
786
866
  ];
787
867
  exports.DeleteApplication$ = [9, n0, _DA,
788
- { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] }, () => exports.DeleteApplicationRequest$, () => __Unit
868
+ { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] }, () => DeleteApplicationRequest$, () => __Unit
789
869
  ];
790
870
  exports.DeleteConfigurationProfile$ = [9, n0, _DCP,
791
- { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204] }, () => exports.DeleteConfigurationProfileRequest$, () => __Unit
871
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204] }, () => DeleteConfigurationProfileRequest$, () => __Unit
792
872
  ];
793
873
  exports.DeleteDeploymentStrategy$ = [9, n0, _DDS,
794
- { [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204] }, () => exports.DeleteDeploymentStrategyRequest$, () => __Unit
874
+ { [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204] }, () => DeleteDeploymentStrategyRequest$, () => __Unit
795
875
  ];
796
876
  exports.DeleteEnvironment$ = [9, n0, _DEel,
797
- { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204] }, () => exports.DeleteEnvironmentRequest$, () => __Unit
877
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204] }, () => DeleteEnvironmentRequest$, () => __Unit
798
878
  ];
799
879
  exports.DeleteExtension$ = [9, n0, _DEele,
800
- { [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204] }, () => exports.DeleteExtensionRequest$, () => __Unit
880
+ { [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204] }, () => DeleteExtensionRequest$, () => __Unit
801
881
  ];
802
882
  exports.DeleteExtensionAssociation$ = [9, n0, _DEA,
803
- { [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204] }, () => exports.DeleteExtensionAssociationRequest$, () => __Unit
883
+ { [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204] }, () => DeleteExtensionAssociationRequest$, () => __Unit
804
884
  ];
805
885
  exports.DeleteHostedConfigurationVersion$ = [9, n0, _DHCV,
806
- { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}", 204] }, () => exports.DeleteHostedConfigurationVersionRequest$, () => __Unit
886
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}", 204] }, () => DeleteHostedConfigurationVersionRequest$, () => __Unit
807
887
  ];
808
888
  exports.GetAccountSettings$ = [9, n0, _GAS,
809
- { [_h]: ["GET", "/settings", 200] }, () => __Unit, () => exports.AccountSettings$
889
+ { [_h]: ["GET", "/settings", 200] }, () => __Unit, () => AccountSettings$
810
890
  ];
811
891
  exports.GetApplication$ = [9, n0, _GA,
812
- { [_h]: ["GET", "/applications/{ApplicationId}", 200] }, () => exports.GetApplicationRequest$, () => exports.Application$
892
+ { [_h]: ["GET", "/applications/{ApplicationId}", 200] }, () => GetApplicationRequest$, () => Application$
813
893
  ];
814
894
  exports.GetConfiguration$ = [9, n0, _GC,
815
- { [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200] }, () => exports.GetConfigurationRequest$, () => exports.Configuration$
895
+ { [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200] }, () => GetConfigurationRequest$, () => Configuration$
816
896
  ];
817
897
  exports.GetConfigurationProfile$ = [9, n0, _GCP,
818
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] }, () => exports.GetConfigurationProfileRequest$, () => exports.ConfigurationProfile$
898
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] }, () => GetConfigurationProfileRequest$, () => ConfigurationProfile$
819
899
  ];
820
900
  exports.GetDeployment$ = [9, n0, _GD,
821
- { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200] }, () => exports.GetDeploymentRequest$, () => exports.Deployment$
901
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200] }, () => GetDeploymentRequest$, () => Deployment$
822
902
  ];
823
903
  exports.GetDeploymentStrategy$ = [9, n0, _GDS,
824
- { [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200] }, () => exports.GetDeploymentStrategyRequest$, () => exports.DeploymentStrategy$
904
+ { [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200] }, () => GetDeploymentStrategyRequest$, () => DeploymentStrategy$
825
905
  ];
826
906
  exports.GetEnvironment$ = [9, n0, _GE,
827
- { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] }, () => exports.GetEnvironmentRequest$, () => exports.Environment$
907
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] }, () => GetEnvironmentRequest$, () => Environment$
828
908
  ];
829
909
  exports.GetExtension$ = [9, n0, _GEe,
830
- { [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200] }, () => exports.GetExtensionRequest$, () => exports.Extension$
910
+ { [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200] }, () => GetExtensionRequest$, () => Extension$
831
911
  ];
832
912
  exports.GetExtensionAssociation$ = [9, n0, _GEA,
833
- { [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200] }, () => exports.GetExtensionAssociationRequest$, () => exports.ExtensionAssociation$
913
+ { [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200] }, () => GetExtensionAssociationRequest$, () => ExtensionAssociation$
834
914
  ];
835
915
  exports.GetHostedConfigurationVersion$ = [9, n0, _GHCV,
836
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}", 200] }, () => exports.GetHostedConfigurationVersionRequest$, () => exports.HostedConfigurationVersion$
916
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}", 200] }, () => GetHostedConfigurationVersionRequest$, () => HostedConfigurationVersion$
837
917
  ];
838
918
  exports.ListApplications$ = [9, n0, _LA,
839
- { [_h]: ["GET", "/applications", 200] }, () => exports.ListApplicationsRequest$, () => exports.Applications$
919
+ { [_h]: ["GET", "/applications", 200] }, () => ListApplicationsRequest$, () => Applications$
840
920
  ];
841
921
  exports.ListConfigurationProfiles$ = [9, n0, _LCP,
842
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200] }, () => exports.ListConfigurationProfilesRequest$, () => exports.ConfigurationProfiles$
922
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200] }, () => ListConfigurationProfilesRequest$, () => ConfigurationProfiles$
843
923
  ];
844
924
  exports.ListDeployments$ = [9, n0, _LD,
845
- { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200] }, () => exports.ListDeploymentsRequest$, () => exports.Deployments$
925
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200] }, () => ListDeploymentsRequest$, () => Deployments$
846
926
  ];
847
927
  exports.ListDeploymentStrategies$ = [9, n0, _LDS,
848
- { [_h]: ["GET", "/deploymentstrategies", 200] }, () => exports.ListDeploymentStrategiesRequest$, () => exports.DeploymentStrategies$
928
+ { [_h]: ["GET", "/deploymentstrategies", 200] }, () => ListDeploymentStrategiesRequest$, () => DeploymentStrategies$
849
929
  ];
850
930
  exports.ListEnvironments$ = [9, n0, _LE,
851
- { [_h]: ["GET", "/applications/{ApplicationId}/environments", 200] }, () => exports.ListEnvironmentsRequest$, () => exports.Environments$
931
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments", 200] }, () => ListEnvironmentsRequest$, () => Environments$
852
932
  ];
853
933
  exports.ListExtensionAssociations$ = [9, n0, _LEA,
854
- { [_h]: ["GET", "/extensionassociations", 200] }, () => exports.ListExtensionAssociationsRequest$, () => exports.ExtensionAssociations$
934
+ { [_h]: ["GET", "/extensionassociations", 200] }, () => ListExtensionAssociationsRequest$, () => ExtensionAssociations$
855
935
  ];
856
936
  exports.ListExtensions$ = [9, n0, _LEi,
857
- { [_h]: ["GET", "/extensions", 200] }, () => exports.ListExtensionsRequest$, () => exports.Extensions$
937
+ { [_h]: ["GET", "/extensions", 200] }, () => ListExtensionsRequest$, () => Extensions$
858
938
  ];
859
939
  exports.ListHostedConfigurationVersions$ = [9, n0, _LHCV,
860
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions", 200] }, () => exports.ListHostedConfigurationVersionsRequest$, () => exports.HostedConfigurationVersions$
940
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions", 200] }, () => ListHostedConfigurationVersionsRequest$, () => HostedConfigurationVersions$
861
941
  ];
862
942
  exports.ListTagsForResource$ = [9, n0, _LTFR,
863
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ResourceTags$
943
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ResourceTags$
864
944
  ];
865
945
  exports.StartDeployment$ = [9, n0, _SD,
866
- { [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201] }, () => exports.StartDeploymentRequest$, () => exports.Deployment$
946
+ { [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201] }, () => StartDeploymentRequest$, () => Deployment$
867
947
  ];
868
948
  exports.StopDeployment$ = [9, n0, _SDt,
869
- { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 202] }, () => exports.StopDeploymentRequest$, () => exports.Deployment$
949
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 202] }, () => StopDeploymentRequest$, () => Deployment$
870
950
  ];
871
951
  exports.TagResource$ = [9, n0, _TR,
872
- { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => exports.TagResourceRequest$, () => __Unit
952
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
873
953
  ];
874
954
  exports.UntagResource$ = [9, n0, _UR,
875
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => exports.UntagResourceRequest$, () => __Unit
955
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
876
956
  ];
877
957
  exports.UpdateAccountSettings$ = [9, n0, _UAS,
878
- { [_h]: ["PATCH", "/settings", 200] }, () => exports.UpdateAccountSettingsRequest$, () => exports.AccountSettings$
958
+ { [_h]: ["PATCH", "/settings", 200] }, () => UpdateAccountSettingsRequest$, () => AccountSettings$
879
959
  ];
880
960
  exports.UpdateApplication$ = [9, n0, _UA,
881
- { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] }, () => exports.UpdateApplicationRequest$, () => exports.Application$
961
+ { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] }, () => UpdateApplicationRequest$, () => Application$
882
962
  ];
883
963
  exports.UpdateConfigurationProfile$ = [9, n0, _UCP,
884
- { [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] }, () => exports.UpdateConfigurationProfileRequest$, () => exports.ConfigurationProfile$
964
+ { [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] }, () => UpdateConfigurationProfileRequest$, () => ConfigurationProfile$
885
965
  ];
886
966
  exports.UpdateDeploymentStrategy$ = [9, n0, _UDS,
887
- { [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200] }, () => exports.UpdateDeploymentStrategyRequest$, () => exports.DeploymentStrategy$
967
+ { [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200] }, () => UpdateDeploymentStrategyRequest$, () => DeploymentStrategy$
888
968
  ];
889
969
  exports.UpdateEnvironment$ = [9, n0, _UE,
890
- { [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] }, () => exports.UpdateEnvironmentRequest$, () => exports.Environment$
970
+ { [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] }, () => UpdateEnvironmentRequest$, () => Environment$
891
971
  ];
892
972
  exports.UpdateExtension$ = [9, n0, _UEp,
893
- { [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200] }, () => exports.UpdateExtensionRequest$, () => exports.Extension$
973
+ { [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200] }, () => UpdateExtensionRequest$, () => Extension$
894
974
  ];
895
975
  exports.UpdateExtensionAssociation$ = [9, n0, _UEA,
896
- { [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200] }, () => exports.UpdateExtensionAssociationRequest$, () => exports.ExtensionAssociation$
976
+ { [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200] }, () => UpdateExtensionAssociationRequest$, () => ExtensionAssociation$
897
977
  ];
898
978
  exports.ValidateConfiguration$ = [9, n0, _VC,
899
- { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204] }, () => exports.ValidateConfigurationRequest$, () => __Unit
979
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204] }, () => ValidateConfigurationRequest$, () => __Unit
900
980
  ];