@aws-sdk/client-appconfig 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 (81) hide show
  1. package/dist-cjs/index.js +91 -449
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/AppConfigClient.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 +91 -449
  8. package/dist-types/AppConfig.d.ts +1 -1
  9. package/dist-types/AppConfigClient.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/CreateApplicationCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateExtensionCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteExtensionCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +3 -3
  26. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -3
  27. package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
  28. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +3 -3
  30. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  31. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +3 -3
  32. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -3
  33. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +3 -3
  34. package/dist-types/commands/GetExtensionCommand.d.ts +3 -3
  35. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -3
  36. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +3 -3
  39. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -3
  41. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +3 -3
  42. package/dist-types/commands/ListExtensionsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/StartDeploymentCommand.d.ts +3 -3
  46. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  47. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  51. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +3 -3
  52. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +3 -3
  53. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateExtensionCommand.d.ts +3 -3
  56. package/dist-types/commands/ValidateConfigurationCommand.d.ts +3 -3
  57. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  58. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  59. package/dist-types/extensionConfiguration.d.ts +4 -4
  60. package/dist-types/models/AppConfigServiceException.d.ts +1 -1
  61. package/dist-types/models/errors.d.ts +2 -2
  62. package/dist-types/pagination/Interfaces.d.ts +1 -1
  63. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListConfigurationProfilesPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListDeploymentStrategiesPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListExtensionAssociationsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListExtensionsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListHostedConfigurationVersionsPaginator.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/AppConfigClient.d.ts +3 -3
  78. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +1 -1
  81. package/package.json +13 -12
@@ -281,10 +281,7 @@ export var BadRequestException = [
281
281
  -3,
282
282
  n0,
283
283
  _BRE,
284
- {
285
- [_e]: _c,
286
- [_hE]: 400,
287
- },
284
+ { [_e]: _c, [_hE]: 400 },
288
285
  [_M, _R, _De],
289
286
  [0, 0, () => BadRequestDetails],
290
287
  ];
@@ -297,18 +294,8 @@ export var Configuration = [
297
294
  [_Co, _CV, _CT],
298
295
  [
299
296
  [() => _Blob, 16],
300
- [
301
- 0,
302
- {
303
- [_hH]: _CV_,
304
- },
305
- ],
306
- [
307
- 0,
308
- {
309
- [_hH]: _CT_,
310
- },
311
- ],
297
+ [0, { [_hH]: _CV_ }],
298
+ [0, { [_hH]: _CT_ }],
312
299
  ],
313
300
  ];
314
301
  export var ConfigurationProfile = [
@@ -335,17 +322,7 @@ export var ConfigurationProfileSummary = [
335
322
  [_AIp, _I, _N, _LU, _VT, _T],
336
323
  [0, 0, 0, 0, 64 | 0, 0],
337
324
  ];
338
- export var ConflictException = [
339
- -3,
340
- n0,
341
- _CE,
342
- {
343
- [_e]: _c,
344
- [_hE]: 409,
345
- },
346
- [_M],
347
- [0],
348
- ];
325
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
349
326
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
350
327
  export var CreateApplicationRequest = [3, n0, _CAR, 0, [_N, _D, _Ta], [0, 0, 128 | 0]];
351
328
  export var CreateConfigurationProfileRequest = [
@@ -386,19 +363,7 @@ export var CreateExtensionRequest = [
386
363
  _CERr,
387
364
  0,
388
365
  [_N, _D, _Ac, _P, _Ta, _LVN],
389
- [
390
- 0,
391
- 0,
392
- () => ActionsMap,
393
- () => ParameterMap,
394
- 128 | 0,
395
- [
396
- 1,
397
- {
398
- [_hH]: _LVN_,
399
- },
400
- ],
401
- ],
366
+ [0, 0, () => ActionsMap, () => ParameterMap, 128 | 0, [1, { [_hH]: _LVN_ }]],
402
367
  ];
403
368
  export var CreateHostedConfigurationVersionRequest = [
404
369
  3,
@@ -409,31 +374,11 @@ export var CreateHostedConfigurationVersionRequest = [
409
374
  [
410
375
  [0, 1],
411
376
  [0, 1],
412
- [
413
- 0,
414
- {
415
- [_hH]: _D,
416
- },
417
- ],
377
+ [0, { [_hH]: _D }],
418
378
  [() => _Blob, 16],
419
- [
420
- 0,
421
- {
422
- [_hH]: _CT_,
423
- },
424
- ],
425
- [
426
- 1,
427
- {
428
- [_hH]: _LVN_,
429
- },
430
- ],
431
- [
432
- 0,
433
- {
434
- [_hH]: _VL,
435
- },
436
- ],
379
+ [0, { [_hH]: _CT_ }],
380
+ [1, { [_hH]: _LVN_ }],
381
+ [0, { [_hH]: _VL }],
437
382
  ],
438
383
  ];
439
384
  export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AIp], [[0, 1]]];
@@ -446,12 +391,7 @@ export var DeleteConfigurationProfileRequest = [
446
391
  [
447
392
  [0, 1],
448
393
  [0, 1],
449
- [
450
- 0,
451
- {
452
- [_hH]: _xadpc,
453
- },
454
- ],
394
+ [0, { [_hH]: _xadpc }],
455
395
  ],
456
396
  ];
457
397
  export var DeleteDeploymentStrategyRequest = [3, n0, _DDSR, 0, [_DSI], [[0, 1]]];
@@ -464,12 +404,7 @@ export var DeleteEnvironmentRequest = [
464
404
  [
465
405
  [0, 1],
466
406
  [0, 1],
467
- [
468
- 0,
469
- {
470
- [_hH]: _xadpc,
471
- },
472
- ],
407
+ [0, { [_hH]: _xadpc }],
473
408
  ],
474
409
  ];
475
410
  export var DeleteExtensionAssociationRequest = [3, n0, _DEAR, 0, [_EAI], [[0, 1]]];
@@ -481,12 +416,7 @@ export var DeleteExtensionRequest = [
481
416
  [_EI, _VN],
482
417
  [
483
418
  [0, 1],
484
- [
485
- 1,
486
- {
487
- [_hQ]: _v,
488
- },
489
- ],
419
+ [1, { [_hQ]: _v }],
490
420
  ],
491
421
  ];
492
422
  export var DeleteHostedConfigurationVersionRequest = [
@@ -617,18 +547,8 @@ export var GetConfigurationRequest = [
617
547
  [0, 1],
618
548
  [0, 1],
619
549
  [0, 1],
620
- [
621
- 0,
622
- {
623
- [_hQ]: _ci,
624
- },
625
- ],
626
- [
627
- 0,
628
- {
629
- [_hQ]: _ccv,
630
- },
631
- ],
550
+ [0, { [_hQ]: _ci }],
551
+ [0, { [_hQ]: _ccv }],
632
552
  ],
633
553
  ];
634
554
  export var GetDeploymentRequest = [
@@ -664,12 +584,7 @@ export var GetExtensionRequest = [
664
584
  [_EI, _VN],
665
585
  [
666
586
  [0, 1],
667
- [
668
- 1,
669
- {
670
- [_hQ]: _vn,
671
- },
672
- ],
587
+ [1, { [_hQ]: _vn }],
673
588
  ],
674
589
  ];
675
590
  export var GetHostedConfigurationVersionRequest = [
@@ -691,49 +606,14 @@ export var HostedConfigurationVersion = [
691
606
  0,
692
607
  [_AIp, _CPI, _VN, _D, _Co, _CT, _VL, _KKA],
693
608
  [
694
- [
695
- 0,
696
- {
697
- [_hH]: _AI_,
698
- },
699
- ],
700
- [
701
- 0,
702
- {
703
- [_hH]: _CPI_,
704
- },
705
- ],
706
- [
707
- 1,
708
- {
709
- [_hH]: _VN_,
710
- },
711
- ],
712
- [
713
- 0,
714
- {
715
- [_hH]: _D,
716
- },
717
- ],
609
+ [0, { [_hH]: _AI_ }],
610
+ [0, { [_hH]: _CPI_ }],
611
+ [1, { [_hH]: _VN_ }],
612
+ [0, { [_hH]: _D }],
718
613
  [() => _Blob, 16],
719
- [
720
- 0,
721
- {
722
- [_hH]: _CT_,
723
- },
724
- ],
725
- [
726
- 0,
727
- {
728
- [_hH]: _VL,
729
- },
730
- ],
731
- [
732
- 0,
733
- {
734
- [_hH]: _KKA,
735
- },
736
- ],
614
+ [0, { [_hH]: _CT_ }],
615
+ [0, { [_hH]: _VL }],
616
+ [0, { [_hH]: _KKA }],
737
617
  ],
738
618
  ];
739
619
  export var HostedConfigurationVersions = [
@@ -752,17 +632,7 @@ export var HostedConfigurationVersionSummary = [
752
632
  [_AIp, _CPI, _VN, _D, _CT, _VL, _KKA],
753
633
  [0, 0, 1, 0, 0, 0, 0],
754
634
  ];
755
- export var InternalServerException = [
756
- -3,
757
- n0,
758
- _ISE,
759
- {
760
- [_e]: _s,
761
- [_hE]: 500,
762
- },
763
- [_M],
764
- [0],
765
- ];
635
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
766
636
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
767
637
  export var InvalidConfigurationDetail = [
768
638
  3,
@@ -779,18 +649,8 @@ export var ListApplicationsRequest = [
779
649
  0,
780
650
  [_MR, _NT],
781
651
  [
782
- [
783
- 1,
784
- {
785
- [_hQ]: _mr,
786
- },
787
- ],
788
- [
789
- 0,
790
- {
791
- [_hQ]: _nt,
792
- },
793
- ],
652
+ [1, { [_hQ]: _mr }],
653
+ [0, { [_hQ]: _nt }],
794
654
  ],
795
655
  ];
796
656
  export var ListConfigurationProfilesRequest = [
@@ -801,24 +661,9 @@ export var ListConfigurationProfilesRequest = [
801
661
  [_AIp, _MR, _NT, _T],
802
662
  [
803
663
  [0, 1],
804
- [
805
- 1,
806
- {
807
- [_hQ]: _mr,
808
- },
809
- ],
810
- [
811
- 0,
812
- {
813
- [_hQ]: _nt,
814
- },
815
- ],
816
- [
817
- 0,
818
- {
819
- [_hQ]: _t,
820
- },
821
- ],
664
+ [1, { [_hQ]: _mr }],
665
+ [0, { [_hQ]: _nt }],
666
+ [0, { [_hQ]: _t }],
822
667
  ],
823
668
  ];
824
669
  export var ListDeploymentsRequest = [
@@ -830,18 +675,8 @@ export var ListDeploymentsRequest = [
830
675
  [
831
676
  [0, 1],
832
677
  [0, 1],
833
- [
834
- 1,
835
- {
836
- [_hQ]: _mr,
837
- },
838
- ],
839
- [
840
- 0,
841
- {
842
- [_hQ]: _nt,
843
- },
844
- ],
678
+ [1, { [_hQ]: _mr }],
679
+ [0, { [_hQ]: _nt }],
845
680
  ],
846
681
  ];
847
682
  export var ListDeploymentStrategiesRequest = [
@@ -851,18 +686,8 @@ export var ListDeploymentStrategiesRequest = [
851
686
  0,
852
687
  [_MR, _NT],
853
688
  [
854
- [
855
- 1,
856
- {
857
- [_hQ]: _mr,
858
- },
859
- ],
860
- [
861
- 0,
862
- {
863
- [_hQ]: _nt,
864
- },
865
- ],
689
+ [1, { [_hQ]: _mr }],
690
+ [0, { [_hQ]: _nt }],
866
691
  ],
867
692
  ];
868
693
  export var ListEnvironmentsRequest = [
@@ -873,18 +698,8 @@ export var ListEnvironmentsRequest = [
873
698
  [_AIp, _MR, _NT],
874
699
  [
875
700
  [0, 1],
876
- [
877
- 1,
878
- {
879
- [_hQ]: _mr,
880
- },
881
- ],
882
- [
883
- 0,
884
- {
885
- [_hQ]: _nt,
886
- },
887
- ],
701
+ [1, { [_hQ]: _mr }],
702
+ [0, { [_hQ]: _nt }],
888
703
  ],
889
704
  ];
890
705
  export var ListExtensionAssociationsRequest = [
@@ -894,36 +709,11 @@ export var ListExtensionAssociationsRequest = [
894
709
  0,
895
710
  [_RI, _EI, _EVN, _MR, _NT],
896
711
  [
897
- [
898
- 0,
899
- {
900
- [_hQ]: _ri,
901
- },
902
- ],
903
- [
904
- 0,
905
- {
906
- [_hQ]: _ei,
907
- },
908
- ],
909
- [
910
- 1,
911
- {
912
- [_hQ]: _evn,
913
- },
914
- ],
915
- [
916
- 1,
917
- {
918
- [_hQ]: _mr,
919
- },
920
- ],
921
- [
922
- 0,
923
- {
924
- [_hQ]: _nt,
925
- },
926
- ],
712
+ [0, { [_hQ]: _ri }],
713
+ [0, { [_hQ]: _ei }],
714
+ [1, { [_hQ]: _evn }],
715
+ [1, { [_hQ]: _mr }],
716
+ [0, { [_hQ]: _nt }],
927
717
  ],
928
718
  ];
929
719
  export var ListExtensionsRequest = [
@@ -933,24 +723,9 @@ export var ListExtensionsRequest = [
933
723
  0,
934
724
  [_MR, _NT, _N],
935
725
  [
936
- [
937
- 1,
938
- {
939
- [_hQ]: _mr,
940
- },
941
- ],
942
- [
943
- 0,
944
- {
945
- [_hQ]: _nt,
946
- },
947
- ],
948
- [
949
- 0,
950
- {
951
- [_hQ]: _n,
952
- },
953
- ],
726
+ [1, { [_hQ]: _mr }],
727
+ [0, { [_hQ]: _nt }],
728
+ [0, { [_hQ]: _n }],
954
729
  ],
955
730
  ];
956
731
  export var ListHostedConfigurationVersionsRequest = [
@@ -962,24 +737,9 @@ export var ListHostedConfigurationVersionsRequest = [
962
737
  [
963
738
  [0, 1],
964
739
  [0, 1],
965
- [
966
- 1,
967
- {
968
- [_hQ]: _mr,
969
- },
970
- ],
971
- [
972
- 0,
973
- {
974
- [_hQ]: _nt,
975
- },
976
- ],
977
- [
978
- 0,
979
- {
980
- [_hQ]: _vl,
981
- },
982
- ],
740
+ [1, { [_hQ]: _mr }],
741
+ [0, { [_hQ]: _nt }],
742
+ [0, { [_hQ]: _vl }],
983
743
  ],
984
744
  ];
985
745
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
@@ -989,38 +749,15 @@ export var PayloadTooLargeException = [
989
749
  -3,
990
750
  n0,
991
751
  _PTLE,
992
- {
993
- [_e]: _c,
994
- [_hE]: 413,
995
- },
752
+ { [_e]: _c, [_hE]: 413 },
996
753
  [_M, _Me, _Li, _Si],
997
754
  [0, 0, 1, 1],
998
755
  ];
999
756
  TypeRegistry.for(n0).registerError(PayloadTooLargeException, __PayloadTooLargeException);
1000
- export var ResourceNotFoundException = [
1001
- -3,
1002
- n0,
1003
- _RNFE,
1004
- {
1005
- [_e]: _c,
1006
- [_hE]: 404,
1007
- },
1008
- [_M, _RN],
1009
- [0, 0],
1010
- ];
757
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
1011
758
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1012
759
  export var ResourceTags = [3, n0, _RTe, 0, [_Ta], [128 | 0]];
1013
- export var ServiceQuotaExceededException = [
1014
- -3,
1015
- n0,
1016
- _SQEE,
1017
- {
1018
- [_e]: _c,
1019
- [_hE]: 402,
1020
- },
1021
- [_M],
1022
- [0],
1023
- ];
760
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1024
761
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1025
762
  export var StartDeploymentRequest = [
1026
763
  3,
@@ -1040,12 +777,7 @@ export var StopDeploymentRequest = [
1040
777
  [0, 1],
1041
778
  [0, 1],
1042
779
  [1, 1],
1043
- [
1044
- 2,
1045
- {
1046
- [_hH]: _AR_,
1047
- },
1048
- ],
780
+ [2, { [_hH]: _AR_ }],
1049
781
  ],
1050
782
  ];
1051
783
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _Ta], [[0, 1], 128 | 0]];
@@ -1057,12 +789,7 @@ export var UntagResourceRequest = [
1057
789
  [_RAe, _TK],
1058
790
  [
1059
791
  [0, 1],
1060
- [
1061
- 64 | 0,
1062
- {
1063
- [_hQ]: _tK,
1064
- },
1065
- ],
792
+ [64 | 0, { [_hQ]: _tK }],
1066
793
  ],
1067
794
  ];
1068
795
  export var UpdateAccountSettingsRequest = [
@@ -1116,12 +843,7 @@ export var ValidateConfigurationRequest = [
1116
843
  [
1117
844
  [0, 1],
1118
845
  [0, 1],
1119
- [
1120
- 0,
1121
- {
1122
- [_hQ]: _cv,
1123
- },
1124
- ],
846
+ [0, { [_hQ]: _cv }],
1125
847
  ],
1126
848
  ];
1127
849
  export var Validator = [
@@ -1168,9 +890,7 @@ export var CreateApplication = [
1168
890
  9,
1169
891
  n0,
1170
892
  _CAr,
1171
- {
1172
- [_h]: ["POST", "/applications", 201],
1173
- },
893
+ { [_h]: ["POST", "/applications", 201] },
1174
894
  () => CreateApplicationRequest,
1175
895
  () => Application,
1176
896
  ];
@@ -1178,9 +898,7 @@ export var CreateConfigurationProfile = [
1178
898
  9,
1179
899
  n0,
1180
900
  _CCP,
1181
- {
1182
- [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201],
1183
- },
901
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201] },
1184
902
  () => CreateConfigurationProfileRequest,
1185
903
  () => ConfigurationProfile,
1186
904
  ];
@@ -1188,9 +906,7 @@ export var CreateDeploymentStrategy = [
1188
906
  9,
1189
907
  n0,
1190
908
  _CDS,
1191
- {
1192
- [_h]: ["POST", "/deploymentstrategies", 201],
1193
- },
909
+ { [_h]: ["POST", "/deploymentstrategies", 201] },
1194
910
  () => CreateDeploymentStrategyRequest,
1195
911
  () => DeploymentStrategy,
1196
912
  ];
@@ -1198,9 +914,7 @@ export var CreateEnvironment = [
1198
914
  9,
1199
915
  n0,
1200
916
  _CEr,
1201
- {
1202
- [_h]: ["POST", "/applications/{ApplicationId}/environments", 201],
1203
- },
917
+ { [_h]: ["POST", "/applications/{ApplicationId}/environments", 201] },
1204
918
  () => CreateEnvironmentRequest,
1205
919
  () => Environment,
1206
920
  ];
@@ -1208,9 +922,7 @@ export var CreateExtension = [
1208
922
  9,
1209
923
  n0,
1210
924
  _CEre,
1211
- {
1212
- [_h]: ["POST", "/extensions", 201],
1213
- },
925
+ { [_h]: ["POST", "/extensions", 201] },
1214
926
  () => CreateExtensionRequest,
1215
927
  () => Extension,
1216
928
  ];
@@ -1218,9 +930,7 @@ export var CreateExtensionAssociation = [
1218
930
  9,
1219
931
  n0,
1220
932
  _CEA,
1221
- {
1222
- [_h]: ["POST", "/extensionassociations", 201],
1223
- },
933
+ { [_h]: ["POST", "/extensionassociations", 201] },
1224
934
  () => CreateExtensionAssociationRequest,
1225
935
  () => ExtensionAssociation,
1226
936
  ];
@@ -1242,9 +952,7 @@ export var DeleteApplication = [
1242
952
  9,
1243
953
  n0,
1244
954
  _DA,
1245
- {
1246
- [_h]: ["DELETE", "/applications/{ApplicationId}", 204],
1247
- },
955
+ { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] },
1248
956
  () => DeleteApplicationRequest,
1249
957
  () => __Unit,
1250
958
  ];
@@ -1252,9 +960,7 @@ export var DeleteConfigurationProfile = [
1252
960
  9,
1253
961
  n0,
1254
962
  _DCP,
1255
- {
1256
- [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204],
1257
- },
963
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204] },
1258
964
  () => DeleteConfigurationProfileRequest,
1259
965
  () => __Unit,
1260
966
  ];
@@ -1262,9 +968,7 @@ export var DeleteDeploymentStrategy = [
1262
968
  9,
1263
969
  n0,
1264
970
  _DDS,
1265
- {
1266
- [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204],
1267
- },
971
+ { [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204] },
1268
972
  () => DeleteDeploymentStrategyRequest,
1269
973
  () => __Unit,
1270
974
  ];
@@ -1272,9 +976,7 @@ export var DeleteEnvironment = [
1272
976
  9,
1273
977
  n0,
1274
978
  _DEel,
1275
- {
1276
- [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204],
1277
- },
979
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204] },
1278
980
  () => DeleteEnvironmentRequest,
1279
981
  () => __Unit,
1280
982
  ];
@@ -1282,9 +984,7 @@ export var DeleteExtension = [
1282
984
  9,
1283
985
  n0,
1284
986
  _DEele,
1285
- {
1286
- [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204],
1287
- },
987
+ { [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204] },
1288
988
  () => DeleteExtensionRequest,
1289
989
  () => __Unit,
1290
990
  ];
@@ -1292,9 +992,7 @@ export var DeleteExtensionAssociation = [
1292
992
  9,
1293
993
  n0,
1294
994
  _DEA,
1295
- {
1296
- [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204],
1297
- },
995
+ { [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204] },
1298
996
  () => DeleteExtensionAssociationRequest,
1299
997
  () => __Unit,
1300
998
  ];
@@ -1316,9 +1014,7 @@ export var GetAccountSettings = [
1316
1014
  9,
1317
1015
  n0,
1318
1016
  _GAS,
1319
- {
1320
- [_h]: ["GET", "/settings", 200],
1321
- },
1017
+ { [_h]: ["GET", "/settings", 200] },
1322
1018
  () => __Unit,
1323
1019
  () => AccountSettings,
1324
1020
  ];
@@ -1326,9 +1022,7 @@ export var GetApplication = [
1326
1022
  9,
1327
1023
  n0,
1328
1024
  _GA,
1329
- {
1330
- [_h]: ["GET", "/applications/{ApplicationId}", 200],
1331
- },
1025
+ { [_h]: ["GET", "/applications/{ApplicationId}", 200] },
1332
1026
  () => GetApplicationRequest,
1333
1027
  () => Application,
1334
1028
  ];
@@ -1336,9 +1030,7 @@ export var GetConfiguration = [
1336
1030
  9,
1337
1031
  n0,
1338
1032
  _GC,
1339
- {
1340
- [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200],
1341
- },
1033
+ { [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200] },
1342
1034
  () => GetConfigurationRequest,
1343
1035
  () => Configuration,
1344
1036
  ];
@@ -1346,9 +1038,7 @@ export var GetConfigurationProfile = [
1346
1038
  9,
1347
1039
  n0,
1348
1040
  _GCP,
1349
- {
1350
- [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200],
1351
- },
1041
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] },
1352
1042
  () => GetConfigurationProfileRequest,
1353
1043
  () => ConfigurationProfile,
1354
1044
  ];
@@ -1356,9 +1046,7 @@ export var GetDeployment = [
1356
1046
  9,
1357
1047
  n0,
1358
1048
  _GD,
1359
- {
1360
- [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200],
1361
- },
1049
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200] },
1362
1050
  () => GetDeploymentRequest,
1363
1051
  () => Deployment,
1364
1052
  ];
@@ -1366,9 +1054,7 @@ export var GetDeploymentStrategy = [
1366
1054
  9,
1367
1055
  n0,
1368
1056
  _GDS,
1369
- {
1370
- [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200],
1371
- },
1057
+ { [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200] },
1372
1058
  () => GetDeploymentStrategyRequest,
1373
1059
  () => DeploymentStrategy,
1374
1060
  ];
@@ -1376,9 +1062,7 @@ export var GetEnvironment = [
1376
1062
  9,
1377
1063
  n0,
1378
1064
  _GE,
1379
- {
1380
- [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200],
1381
- },
1065
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] },
1382
1066
  () => GetEnvironmentRequest,
1383
1067
  () => Environment,
1384
1068
  ];
@@ -1386,9 +1070,7 @@ export var GetExtension = [
1386
1070
  9,
1387
1071
  n0,
1388
1072
  _GEe,
1389
- {
1390
- [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200],
1391
- },
1073
+ { [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200] },
1392
1074
  () => GetExtensionRequest,
1393
1075
  () => Extension,
1394
1076
  ];
@@ -1396,9 +1078,7 @@ export var GetExtensionAssociation = [
1396
1078
  9,
1397
1079
  n0,
1398
1080
  _GEA,
1399
- {
1400
- [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200],
1401
- },
1081
+ { [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200] },
1402
1082
  () => GetExtensionAssociationRequest,
1403
1083
  () => ExtensionAssociation,
1404
1084
  ];
@@ -1420,9 +1100,7 @@ export var ListApplications = [
1420
1100
  9,
1421
1101
  n0,
1422
1102
  _LA,
1423
- {
1424
- [_h]: ["GET", "/applications", 200],
1425
- },
1103
+ { [_h]: ["GET", "/applications", 200] },
1426
1104
  () => ListApplicationsRequest,
1427
1105
  () => Applications,
1428
1106
  ];
@@ -1430,9 +1108,7 @@ export var ListConfigurationProfiles = [
1430
1108
  9,
1431
1109
  n0,
1432
1110
  _LCP,
1433
- {
1434
- [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200],
1435
- },
1111
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200] },
1436
1112
  () => ListConfigurationProfilesRequest,
1437
1113
  () => ConfigurationProfiles,
1438
1114
  ];
@@ -1440,9 +1116,7 @@ export var ListDeployments = [
1440
1116
  9,
1441
1117
  n0,
1442
1118
  _LD,
1443
- {
1444
- [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200],
1445
- },
1119
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200] },
1446
1120
  () => ListDeploymentsRequest,
1447
1121
  () => Deployments,
1448
1122
  ];
@@ -1450,9 +1124,7 @@ export var ListDeploymentStrategies = [
1450
1124
  9,
1451
1125
  n0,
1452
1126
  _LDS,
1453
- {
1454
- [_h]: ["GET", "/deploymentstrategies", 200],
1455
- },
1127
+ { [_h]: ["GET", "/deploymentstrategies", 200] },
1456
1128
  () => ListDeploymentStrategiesRequest,
1457
1129
  () => DeploymentStrategies,
1458
1130
  ];
@@ -1460,9 +1132,7 @@ export var ListEnvironments = [
1460
1132
  9,
1461
1133
  n0,
1462
1134
  _LE,
1463
- {
1464
- [_h]: ["GET", "/applications/{ApplicationId}/environments", 200],
1465
- },
1135
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments", 200] },
1466
1136
  () => ListEnvironmentsRequest,
1467
1137
  () => Environments,
1468
1138
  ];
@@ -1470,9 +1140,7 @@ export var ListExtensionAssociations = [
1470
1140
  9,
1471
1141
  n0,
1472
1142
  _LEA,
1473
- {
1474
- [_h]: ["GET", "/extensionassociations", 200],
1475
- },
1143
+ { [_h]: ["GET", "/extensionassociations", 200] },
1476
1144
  () => ListExtensionAssociationsRequest,
1477
1145
  () => ExtensionAssociations,
1478
1146
  ];
@@ -1480,9 +1148,7 @@ export var ListExtensions = [
1480
1148
  9,
1481
1149
  n0,
1482
1150
  _LEi,
1483
- {
1484
- [_h]: ["GET", "/extensions", 200],
1485
- },
1151
+ { [_h]: ["GET", "/extensions", 200] },
1486
1152
  () => ListExtensionsRequest,
1487
1153
  () => Extensions,
1488
1154
  ];
@@ -1504,9 +1170,7 @@ export var ListTagsForResource = [
1504
1170
  9,
1505
1171
  n0,
1506
1172
  _LTFR,
1507
- {
1508
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
1509
- },
1173
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1510
1174
  () => ListTagsForResourceRequest,
1511
1175
  () => ResourceTags,
1512
1176
  ];
@@ -1514,9 +1178,7 @@ export var StartDeployment = [
1514
1178
  9,
1515
1179
  n0,
1516
1180
  _SD,
1517
- {
1518
- [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201],
1519
- },
1181
+ { [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201] },
1520
1182
  () => StartDeploymentRequest,
1521
1183
  () => Deployment,
1522
1184
  ];
@@ -1534,9 +1196,7 @@ export var TagResource = [
1534
1196
  9,
1535
1197
  n0,
1536
1198
  _TR,
1537
- {
1538
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
1539
- },
1199
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1540
1200
  () => TagResourceRequest,
1541
1201
  () => __Unit,
1542
1202
  ];
@@ -1544,9 +1204,7 @@ export var UntagResource = [
1544
1204
  9,
1545
1205
  n0,
1546
1206
  _UR,
1547
- {
1548
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
1549
- },
1207
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1550
1208
  () => UntagResourceRequest,
1551
1209
  () => __Unit,
1552
1210
  ];
@@ -1554,9 +1212,7 @@ export var UpdateAccountSettings = [
1554
1212
  9,
1555
1213
  n0,
1556
1214
  _UAS,
1557
- {
1558
- [_h]: ["PATCH", "/settings", 200],
1559
- },
1215
+ { [_h]: ["PATCH", "/settings", 200] },
1560
1216
  () => UpdateAccountSettingsRequest,
1561
1217
  () => AccountSettings,
1562
1218
  ];
@@ -1564,9 +1220,7 @@ export var UpdateApplication = [
1564
1220
  9,
1565
1221
  n0,
1566
1222
  _UA,
1567
- {
1568
- [_h]: ["PATCH", "/applications/{ApplicationId}", 200],
1569
- },
1223
+ { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] },
1570
1224
  () => UpdateApplicationRequest,
1571
1225
  () => Application,
1572
1226
  ];
@@ -1574,9 +1228,7 @@ export var UpdateConfigurationProfile = [
1574
1228
  9,
1575
1229
  n0,
1576
1230
  _UCP,
1577
- {
1578
- [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200],
1579
- },
1231
+ { [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] },
1580
1232
  () => UpdateConfigurationProfileRequest,
1581
1233
  () => ConfigurationProfile,
1582
1234
  ];
@@ -1584,9 +1236,7 @@ export var UpdateDeploymentStrategy = [
1584
1236
  9,
1585
1237
  n0,
1586
1238
  _UDS,
1587
- {
1588
- [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200],
1589
- },
1239
+ { [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200] },
1590
1240
  () => UpdateDeploymentStrategyRequest,
1591
1241
  () => DeploymentStrategy,
1592
1242
  ];
@@ -1594,9 +1244,7 @@ export var UpdateEnvironment = [
1594
1244
  9,
1595
1245
  n0,
1596
1246
  _UE,
1597
- {
1598
- [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200],
1599
- },
1247
+ { [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] },
1600
1248
  () => UpdateEnvironmentRequest,
1601
1249
  () => Environment,
1602
1250
  ];
@@ -1604,9 +1252,7 @@ export var UpdateExtension = [
1604
1252
  9,
1605
1253
  n0,
1606
1254
  _UEp,
1607
- {
1608
- [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200],
1609
- },
1255
+ { [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200] },
1610
1256
  () => UpdateExtensionRequest,
1611
1257
  () => Extension,
1612
1258
  ];
@@ -1614,9 +1260,7 @@ export var UpdateExtensionAssociation = [
1614
1260
  9,
1615
1261
  n0,
1616
1262
  _UEA,
1617
- {
1618
- [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200],
1619
- },
1263
+ { [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200] },
1620
1264
  () => UpdateExtensionAssociationRequest,
1621
1265
  () => ExtensionAssociation,
1622
1266
  ];
@@ -1624,9 +1268,7 @@ export var ValidateConfiguration = [
1624
1268
  9,
1625
1269
  n0,
1626
1270
  _VC,
1627
- {
1628
- [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204],
1629
- },
1271
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204] },
1630
1272
  () => ValidateConfigurationRequest,
1631
1273
  () => __Unit,
1632
1274
  ];