@aws-sdk/client-appconfig 3.943.0 → 3.947.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
package/dist-cjs/index.js CHANGED
@@ -495,10 +495,7 @@ var BadRequestException = [
495
495
  -3,
496
496
  n0,
497
497
  _BRE,
498
- {
499
- [_e]: _c,
500
- [_hE]: 400,
501
- },
498
+ { [_e]: _c, [_hE]: 400 },
502
499
  [_M, _R, _De],
503
500
  [0, 0, () => BadRequestDetails],
504
501
  ];
@@ -511,18 +508,8 @@ var Configuration = [
511
508
  [_Co, _CV, _CT],
512
509
  [
513
510
  [() => _Blob, 16],
514
- [
515
- 0,
516
- {
517
- [_hH]: _CV_,
518
- },
519
- ],
520
- [
521
- 0,
522
- {
523
- [_hH]: _CT_,
524
- },
525
- ],
511
+ [0, { [_hH]: _CV_ }],
512
+ [0, { [_hH]: _CT_ }],
526
513
  ],
527
514
  ];
528
515
  var ConfigurationProfile = [
@@ -549,17 +536,7 @@ var ConfigurationProfileSummary = [
549
536
  [_AIp, _I, _N, _LU, _VT, _T],
550
537
  [0, 0, 0, 0, 64 | 0, 0],
551
538
  ];
552
- var ConflictException = [
553
- -3,
554
- n0,
555
- _CE,
556
- {
557
- [_e]: _c,
558
- [_hE]: 409,
559
- },
560
- [_M],
561
- [0],
562
- ];
539
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
563
540
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
564
541
  var CreateApplicationRequest = [3, n0, _CAR, 0, [_N, _D, _Ta], [0, 0, 128 | 0]];
565
542
  var CreateConfigurationProfileRequest = [
@@ -600,19 +577,7 @@ var CreateExtensionRequest = [
600
577
  _CERr,
601
578
  0,
602
579
  [_N, _D, _Ac, _P, _Ta, _LVN],
603
- [
604
- 0,
605
- 0,
606
- () => ActionsMap,
607
- () => ParameterMap,
608
- 128 | 0,
609
- [
610
- 1,
611
- {
612
- [_hH]: _LVN_,
613
- },
614
- ],
615
- ],
580
+ [0, 0, () => ActionsMap, () => ParameterMap, 128 | 0, [1, { [_hH]: _LVN_ }]],
616
581
  ];
617
582
  var CreateHostedConfigurationVersionRequest = [
618
583
  3,
@@ -623,31 +588,11 @@ var CreateHostedConfigurationVersionRequest = [
623
588
  [
624
589
  [0, 1],
625
590
  [0, 1],
626
- [
627
- 0,
628
- {
629
- [_hH]: _D,
630
- },
631
- ],
591
+ [0, { [_hH]: _D }],
632
592
  [() => _Blob, 16],
633
- [
634
- 0,
635
- {
636
- [_hH]: _CT_,
637
- },
638
- ],
639
- [
640
- 1,
641
- {
642
- [_hH]: _LVN_,
643
- },
644
- ],
645
- [
646
- 0,
647
- {
648
- [_hH]: _VL,
649
- },
650
- ],
593
+ [0, { [_hH]: _CT_ }],
594
+ [1, { [_hH]: _LVN_ }],
595
+ [0, { [_hH]: _VL }],
651
596
  ],
652
597
  ];
653
598
  var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AIp], [[0, 1]]];
@@ -660,12 +605,7 @@ var DeleteConfigurationProfileRequest = [
660
605
  [
661
606
  [0, 1],
662
607
  [0, 1],
663
- [
664
- 0,
665
- {
666
- [_hH]: _xadpc,
667
- },
668
- ],
608
+ [0, { [_hH]: _xadpc }],
669
609
  ],
670
610
  ];
671
611
  var DeleteDeploymentStrategyRequest = [3, n0, _DDSR, 0, [_DSI], [[0, 1]]];
@@ -678,12 +618,7 @@ var DeleteEnvironmentRequest = [
678
618
  [
679
619
  [0, 1],
680
620
  [0, 1],
681
- [
682
- 0,
683
- {
684
- [_hH]: _xadpc,
685
- },
686
- ],
621
+ [0, { [_hH]: _xadpc }],
687
622
  ],
688
623
  ];
689
624
  var DeleteExtensionAssociationRequest = [3, n0, _DEAR, 0, [_EAI], [[0, 1]]];
@@ -695,12 +630,7 @@ var DeleteExtensionRequest = [
695
630
  [_EI, _VN],
696
631
  [
697
632
  [0, 1],
698
- [
699
- 1,
700
- {
701
- [_hQ]: _v,
702
- },
703
- ],
633
+ [1, { [_hQ]: _v }],
704
634
  ],
705
635
  ];
706
636
  var DeleteHostedConfigurationVersionRequest = [
@@ -831,18 +761,8 @@ var GetConfigurationRequest = [
831
761
  [0, 1],
832
762
  [0, 1],
833
763
  [0, 1],
834
- [
835
- 0,
836
- {
837
- [_hQ]: _ci,
838
- },
839
- ],
840
- [
841
- 0,
842
- {
843
- [_hQ]: _ccv,
844
- },
845
- ],
764
+ [0, { [_hQ]: _ci }],
765
+ [0, { [_hQ]: _ccv }],
846
766
  ],
847
767
  ];
848
768
  var GetDeploymentRequest = [
@@ -878,12 +798,7 @@ var GetExtensionRequest = [
878
798
  [_EI, _VN],
879
799
  [
880
800
  [0, 1],
881
- [
882
- 1,
883
- {
884
- [_hQ]: _vn,
885
- },
886
- ],
801
+ [1, { [_hQ]: _vn }],
887
802
  ],
888
803
  ];
889
804
  var GetHostedConfigurationVersionRequest = [
@@ -905,49 +820,14 @@ var HostedConfigurationVersion = [
905
820
  0,
906
821
  [_AIp, _CPI, _VN, _D, _Co, _CT, _VL, _KKA],
907
822
  [
908
- [
909
- 0,
910
- {
911
- [_hH]: _AI_,
912
- },
913
- ],
914
- [
915
- 0,
916
- {
917
- [_hH]: _CPI_,
918
- },
919
- ],
920
- [
921
- 1,
922
- {
923
- [_hH]: _VN_,
924
- },
925
- ],
926
- [
927
- 0,
928
- {
929
- [_hH]: _D,
930
- },
931
- ],
823
+ [0, { [_hH]: _AI_ }],
824
+ [0, { [_hH]: _CPI_ }],
825
+ [1, { [_hH]: _VN_ }],
826
+ [0, { [_hH]: _D }],
932
827
  [() => _Blob, 16],
933
- [
934
- 0,
935
- {
936
- [_hH]: _CT_,
937
- },
938
- ],
939
- [
940
- 0,
941
- {
942
- [_hH]: _VL,
943
- },
944
- ],
945
- [
946
- 0,
947
- {
948
- [_hH]: _KKA,
949
- },
950
- ],
828
+ [0, { [_hH]: _CT_ }],
829
+ [0, { [_hH]: _VL }],
830
+ [0, { [_hH]: _KKA }],
951
831
  ],
952
832
  ];
953
833
  var HostedConfigurationVersions = [
@@ -966,17 +846,7 @@ var HostedConfigurationVersionSummary = [
966
846
  [_AIp, _CPI, _VN, _D, _CT, _VL, _KKA],
967
847
  [0, 0, 1, 0, 0, 0, 0],
968
848
  ];
969
- var InternalServerException = [
970
- -3,
971
- n0,
972
- _ISE,
973
- {
974
- [_e]: _s,
975
- [_hE]: 500,
976
- },
977
- [_M],
978
- [0],
979
- ];
849
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
980
850
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
981
851
  var InvalidConfigurationDetail = [
982
852
  3,
@@ -993,18 +863,8 @@ var ListApplicationsRequest = [
993
863
  0,
994
864
  [_MR, _NT],
995
865
  [
996
- [
997
- 1,
998
- {
999
- [_hQ]: _mr,
1000
- },
1001
- ],
1002
- [
1003
- 0,
1004
- {
1005
- [_hQ]: _nt,
1006
- },
1007
- ],
866
+ [1, { [_hQ]: _mr }],
867
+ [0, { [_hQ]: _nt }],
1008
868
  ],
1009
869
  ];
1010
870
  var ListConfigurationProfilesRequest = [
@@ -1015,24 +875,9 @@ var ListConfigurationProfilesRequest = [
1015
875
  [_AIp, _MR, _NT, _T],
1016
876
  [
1017
877
  [0, 1],
1018
- [
1019
- 1,
1020
- {
1021
- [_hQ]: _mr,
1022
- },
1023
- ],
1024
- [
1025
- 0,
1026
- {
1027
- [_hQ]: _nt,
1028
- },
1029
- ],
1030
- [
1031
- 0,
1032
- {
1033
- [_hQ]: _t,
1034
- },
1035
- ],
878
+ [1, { [_hQ]: _mr }],
879
+ [0, { [_hQ]: _nt }],
880
+ [0, { [_hQ]: _t }],
1036
881
  ],
1037
882
  ];
1038
883
  var ListDeploymentsRequest = [
@@ -1044,18 +889,8 @@ var ListDeploymentsRequest = [
1044
889
  [
1045
890
  [0, 1],
1046
891
  [0, 1],
1047
- [
1048
- 1,
1049
- {
1050
- [_hQ]: _mr,
1051
- },
1052
- ],
1053
- [
1054
- 0,
1055
- {
1056
- [_hQ]: _nt,
1057
- },
1058
- ],
892
+ [1, { [_hQ]: _mr }],
893
+ [0, { [_hQ]: _nt }],
1059
894
  ],
1060
895
  ];
1061
896
  var ListDeploymentStrategiesRequest = [
@@ -1065,18 +900,8 @@ var ListDeploymentStrategiesRequest = [
1065
900
  0,
1066
901
  [_MR, _NT],
1067
902
  [
1068
- [
1069
- 1,
1070
- {
1071
- [_hQ]: _mr,
1072
- },
1073
- ],
1074
- [
1075
- 0,
1076
- {
1077
- [_hQ]: _nt,
1078
- },
1079
- ],
903
+ [1, { [_hQ]: _mr }],
904
+ [0, { [_hQ]: _nt }],
1080
905
  ],
1081
906
  ];
1082
907
  var ListEnvironmentsRequest = [
@@ -1087,18 +912,8 @@ var ListEnvironmentsRequest = [
1087
912
  [_AIp, _MR, _NT],
1088
913
  [
1089
914
  [0, 1],
1090
- [
1091
- 1,
1092
- {
1093
- [_hQ]: _mr,
1094
- },
1095
- ],
1096
- [
1097
- 0,
1098
- {
1099
- [_hQ]: _nt,
1100
- },
1101
- ],
915
+ [1, { [_hQ]: _mr }],
916
+ [0, { [_hQ]: _nt }],
1102
917
  ],
1103
918
  ];
1104
919
  var ListExtensionAssociationsRequest = [
@@ -1108,36 +923,11 @@ var ListExtensionAssociationsRequest = [
1108
923
  0,
1109
924
  [_RI, _EI, _EVN, _MR, _NT],
1110
925
  [
1111
- [
1112
- 0,
1113
- {
1114
- [_hQ]: _ri,
1115
- },
1116
- ],
1117
- [
1118
- 0,
1119
- {
1120
- [_hQ]: _ei,
1121
- },
1122
- ],
1123
- [
1124
- 1,
1125
- {
1126
- [_hQ]: _evn,
1127
- },
1128
- ],
1129
- [
1130
- 1,
1131
- {
1132
- [_hQ]: _mr,
1133
- },
1134
- ],
1135
- [
1136
- 0,
1137
- {
1138
- [_hQ]: _nt,
1139
- },
1140
- ],
926
+ [0, { [_hQ]: _ri }],
927
+ [0, { [_hQ]: _ei }],
928
+ [1, { [_hQ]: _evn }],
929
+ [1, { [_hQ]: _mr }],
930
+ [0, { [_hQ]: _nt }],
1141
931
  ],
1142
932
  ];
1143
933
  var ListExtensionsRequest = [
@@ -1147,24 +937,9 @@ var ListExtensionsRequest = [
1147
937
  0,
1148
938
  [_MR, _NT, _N],
1149
939
  [
1150
- [
1151
- 1,
1152
- {
1153
- [_hQ]: _mr,
1154
- },
1155
- ],
1156
- [
1157
- 0,
1158
- {
1159
- [_hQ]: _nt,
1160
- },
1161
- ],
1162
- [
1163
- 0,
1164
- {
1165
- [_hQ]: _n,
1166
- },
1167
- ],
940
+ [1, { [_hQ]: _mr }],
941
+ [0, { [_hQ]: _nt }],
942
+ [0, { [_hQ]: _n }],
1168
943
  ],
1169
944
  ];
1170
945
  var ListHostedConfigurationVersionsRequest = [
@@ -1176,24 +951,9 @@ var ListHostedConfigurationVersionsRequest = [
1176
951
  [
1177
952
  [0, 1],
1178
953
  [0, 1],
1179
- [
1180
- 1,
1181
- {
1182
- [_hQ]: _mr,
1183
- },
1184
- ],
1185
- [
1186
- 0,
1187
- {
1188
- [_hQ]: _nt,
1189
- },
1190
- ],
1191
- [
1192
- 0,
1193
- {
1194
- [_hQ]: _vl,
1195
- },
1196
- ],
954
+ [1, { [_hQ]: _mr }],
955
+ [0, { [_hQ]: _nt }],
956
+ [0, { [_hQ]: _vl }],
1197
957
  ],
1198
958
  ];
1199
959
  var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
@@ -1203,38 +963,15 @@ var PayloadTooLargeException = [
1203
963
  -3,
1204
964
  n0,
1205
965
  _PTLE,
1206
- {
1207
- [_e]: _c,
1208
- [_hE]: 413,
1209
- },
966
+ { [_e]: _c, [_hE]: 413 },
1210
967
  [_M, _Me, _Li, _Si],
1211
968
  [0, 0, 1, 1],
1212
969
  ];
1213
970
  schema.TypeRegistry.for(n0).registerError(PayloadTooLargeException, PayloadTooLargeException$1);
1214
- var ResourceNotFoundException = [
1215
- -3,
1216
- n0,
1217
- _RNFE,
1218
- {
1219
- [_e]: _c,
1220
- [_hE]: 404,
1221
- },
1222
- [_M, _RN],
1223
- [0, 0],
1224
- ];
971
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
1225
972
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1226
973
  var ResourceTags = [3, n0, _RTe, 0, [_Ta], [128 | 0]];
1227
- var ServiceQuotaExceededException = [
1228
- -3,
1229
- n0,
1230
- _SQEE,
1231
- {
1232
- [_e]: _c,
1233
- [_hE]: 402,
1234
- },
1235
- [_M],
1236
- [0],
1237
- ];
974
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
1238
975
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1239
976
  var StartDeploymentRequest = [
1240
977
  3,
@@ -1254,12 +991,7 @@ var StopDeploymentRequest = [
1254
991
  [0, 1],
1255
992
  [0, 1],
1256
993
  [1, 1],
1257
- [
1258
- 2,
1259
- {
1260
- [_hH]: _AR_,
1261
- },
1262
- ],
994
+ [2, { [_hH]: _AR_ }],
1263
995
  ],
1264
996
  ];
1265
997
  var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _Ta], [[0, 1], 128 | 0]];
@@ -1271,12 +1003,7 @@ var UntagResourceRequest = [
1271
1003
  [_RAe, _TK],
1272
1004
  [
1273
1005
  [0, 1],
1274
- [
1275
- 64 | 0,
1276
- {
1277
- [_hQ]: _tK,
1278
- },
1279
- ],
1006
+ [64 | 0, { [_hQ]: _tK }],
1280
1007
  ],
1281
1008
  ];
1282
1009
  var UpdateAccountSettingsRequest = [
@@ -1330,12 +1057,7 @@ var ValidateConfigurationRequest = [
1330
1057
  [
1331
1058
  [0, 1],
1332
1059
  [0, 1],
1333
- [
1334
- 0,
1335
- {
1336
- [_hQ]: _cv,
1337
- },
1338
- ],
1060
+ [0, { [_hQ]: _cv }],
1339
1061
  ],
1340
1062
  ];
1341
1063
  var Validator = [
@@ -1378,9 +1100,7 @@ var CreateApplication = [
1378
1100
  9,
1379
1101
  n0,
1380
1102
  _CAr,
1381
- {
1382
- [_h]: ["POST", "/applications", 201],
1383
- },
1103
+ { [_h]: ["POST", "/applications", 201] },
1384
1104
  () => CreateApplicationRequest,
1385
1105
  () => Application,
1386
1106
  ];
@@ -1388,9 +1108,7 @@ var CreateConfigurationProfile = [
1388
1108
  9,
1389
1109
  n0,
1390
1110
  _CCP,
1391
- {
1392
- [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201],
1393
- },
1111
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201] },
1394
1112
  () => CreateConfigurationProfileRequest,
1395
1113
  () => ConfigurationProfile,
1396
1114
  ];
@@ -1398,9 +1116,7 @@ var CreateDeploymentStrategy = [
1398
1116
  9,
1399
1117
  n0,
1400
1118
  _CDS,
1401
- {
1402
- [_h]: ["POST", "/deploymentstrategies", 201],
1403
- },
1119
+ { [_h]: ["POST", "/deploymentstrategies", 201] },
1404
1120
  () => CreateDeploymentStrategyRequest,
1405
1121
  () => DeploymentStrategy,
1406
1122
  ];
@@ -1408,9 +1124,7 @@ var CreateEnvironment = [
1408
1124
  9,
1409
1125
  n0,
1410
1126
  _CEr,
1411
- {
1412
- [_h]: ["POST", "/applications/{ApplicationId}/environments", 201],
1413
- },
1127
+ { [_h]: ["POST", "/applications/{ApplicationId}/environments", 201] },
1414
1128
  () => CreateEnvironmentRequest,
1415
1129
  () => Environment,
1416
1130
  ];
@@ -1418,9 +1132,7 @@ var CreateExtension = [
1418
1132
  9,
1419
1133
  n0,
1420
1134
  _CEre,
1421
- {
1422
- [_h]: ["POST", "/extensions", 201],
1423
- },
1135
+ { [_h]: ["POST", "/extensions", 201] },
1424
1136
  () => CreateExtensionRequest,
1425
1137
  () => Extension,
1426
1138
  ];
@@ -1428,9 +1140,7 @@ var CreateExtensionAssociation = [
1428
1140
  9,
1429
1141
  n0,
1430
1142
  _CEA,
1431
- {
1432
- [_h]: ["POST", "/extensionassociations", 201],
1433
- },
1143
+ { [_h]: ["POST", "/extensionassociations", 201] },
1434
1144
  () => CreateExtensionAssociationRequest,
1435
1145
  () => ExtensionAssociation,
1436
1146
  ];
@@ -1452,9 +1162,7 @@ var DeleteApplication = [
1452
1162
  9,
1453
1163
  n0,
1454
1164
  _DA,
1455
- {
1456
- [_h]: ["DELETE", "/applications/{ApplicationId}", 204],
1457
- },
1165
+ { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] },
1458
1166
  () => DeleteApplicationRequest,
1459
1167
  () => __Unit,
1460
1168
  ];
@@ -1462,9 +1170,7 @@ var DeleteConfigurationProfile = [
1462
1170
  9,
1463
1171
  n0,
1464
1172
  _DCP,
1465
- {
1466
- [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204],
1467
- },
1173
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204] },
1468
1174
  () => DeleteConfigurationProfileRequest,
1469
1175
  () => __Unit,
1470
1176
  ];
@@ -1472,9 +1178,7 @@ var DeleteDeploymentStrategy = [
1472
1178
  9,
1473
1179
  n0,
1474
1180
  _DDS,
1475
- {
1476
- [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204],
1477
- },
1181
+ { [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204] },
1478
1182
  () => DeleteDeploymentStrategyRequest,
1479
1183
  () => __Unit,
1480
1184
  ];
@@ -1482,9 +1186,7 @@ var DeleteEnvironment = [
1482
1186
  9,
1483
1187
  n0,
1484
1188
  _DEel,
1485
- {
1486
- [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204],
1487
- },
1189
+ { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204] },
1488
1190
  () => DeleteEnvironmentRequest,
1489
1191
  () => __Unit,
1490
1192
  ];
@@ -1492,9 +1194,7 @@ var DeleteExtension = [
1492
1194
  9,
1493
1195
  n0,
1494
1196
  _DEele,
1495
- {
1496
- [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204],
1497
- },
1197
+ { [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204] },
1498
1198
  () => DeleteExtensionRequest,
1499
1199
  () => __Unit,
1500
1200
  ];
@@ -1502,9 +1202,7 @@ var DeleteExtensionAssociation = [
1502
1202
  9,
1503
1203
  n0,
1504
1204
  _DEA,
1505
- {
1506
- [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204],
1507
- },
1205
+ { [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204] },
1508
1206
  () => DeleteExtensionAssociationRequest,
1509
1207
  () => __Unit,
1510
1208
  ];
@@ -1526,9 +1224,7 @@ var GetAccountSettings = [
1526
1224
  9,
1527
1225
  n0,
1528
1226
  _GAS,
1529
- {
1530
- [_h]: ["GET", "/settings", 200],
1531
- },
1227
+ { [_h]: ["GET", "/settings", 200] },
1532
1228
  () => __Unit,
1533
1229
  () => AccountSettings,
1534
1230
  ];
@@ -1536,9 +1232,7 @@ var GetApplication = [
1536
1232
  9,
1537
1233
  n0,
1538
1234
  _GA,
1539
- {
1540
- [_h]: ["GET", "/applications/{ApplicationId}", 200],
1541
- },
1235
+ { [_h]: ["GET", "/applications/{ApplicationId}", 200] },
1542
1236
  () => GetApplicationRequest,
1543
1237
  () => Application,
1544
1238
  ];
@@ -1546,9 +1240,7 @@ var GetConfiguration = [
1546
1240
  9,
1547
1241
  n0,
1548
1242
  _GC,
1549
- {
1550
- [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200],
1551
- },
1243
+ { [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200] },
1552
1244
  () => GetConfigurationRequest,
1553
1245
  () => Configuration,
1554
1246
  ];
@@ -1556,9 +1248,7 @@ var GetConfigurationProfile = [
1556
1248
  9,
1557
1249
  n0,
1558
1250
  _GCP,
1559
- {
1560
- [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200],
1561
- },
1251
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] },
1562
1252
  () => GetConfigurationProfileRequest,
1563
1253
  () => ConfigurationProfile,
1564
1254
  ];
@@ -1566,9 +1256,7 @@ var GetDeployment = [
1566
1256
  9,
1567
1257
  n0,
1568
1258
  _GD,
1569
- {
1570
- [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200],
1571
- },
1259
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200] },
1572
1260
  () => GetDeploymentRequest,
1573
1261
  () => Deployment,
1574
1262
  ];
@@ -1576,9 +1264,7 @@ var GetDeploymentStrategy = [
1576
1264
  9,
1577
1265
  n0,
1578
1266
  _GDS,
1579
- {
1580
- [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200],
1581
- },
1267
+ { [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200] },
1582
1268
  () => GetDeploymentStrategyRequest,
1583
1269
  () => DeploymentStrategy,
1584
1270
  ];
@@ -1586,9 +1272,7 @@ var GetEnvironment = [
1586
1272
  9,
1587
1273
  n0,
1588
1274
  _GE,
1589
- {
1590
- [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200],
1591
- },
1275
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] },
1592
1276
  () => GetEnvironmentRequest,
1593
1277
  () => Environment,
1594
1278
  ];
@@ -1596,9 +1280,7 @@ var GetExtension = [
1596
1280
  9,
1597
1281
  n0,
1598
1282
  _GEe,
1599
- {
1600
- [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200],
1601
- },
1283
+ { [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200] },
1602
1284
  () => GetExtensionRequest,
1603
1285
  () => Extension,
1604
1286
  ];
@@ -1606,9 +1288,7 @@ var GetExtensionAssociation = [
1606
1288
  9,
1607
1289
  n0,
1608
1290
  _GEA,
1609
- {
1610
- [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200],
1611
- },
1291
+ { [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200] },
1612
1292
  () => GetExtensionAssociationRequest,
1613
1293
  () => ExtensionAssociation,
1614
1294
  ];
@@ -1630,9 +1310,7 @@ var ListApplications = [
1630
1310
  9,
1631
1311
  n0,
1632
1312
  _LA,
1633
- {
1634
- [_h]: ["GET", "/applications", 200],
1635
- },
1313
+ { [_h]: ["GET", "/applications", 200] },
1636
1314
  () => ListApplicationsRequest,
1637
1315
  () => Applications,
1638
1316
  ];
@@ -1640,9 +1318,7 @@ var ListConfigurationProfiles = [
1640
1318
  9,
1641
1319
  n0,
1642
1320
  _LCP,
1643
- {
1644
- [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200],
1645
- },
1321
+ { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200] },
1646
1322
  () => ListConfigurationProfilesRequest,
1647
1323
  () => ConfigurationProfiles,
1648
1324
  ];
@@ -1650,9 +1326,7 @@ var ListDeployments = [
1650
1326
  9,
1651
1327
  n0,
1652
1328
  _LD,
1653
- {
1654
- [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200],
1655
- },
1329
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200] },
1656
1330
  () => ListDeploymentsRequest,
1657
1331
  () => Deployments,
1658
1332
  ];
@@ -1660,9 +1334,7 @@ var ListDeploymentStrategies = [
1660
1334
  9,
1661
1335
  n0,
1662
1336
  _LDS,
1663
- {
1664
- [_h]: ["GET", "/deploymentstrategies", 200],
1665
- },
1337
+ { [_h]: ["GET", "/deploymentstrategies", 200] },
1666
1338
  () => ListDeploymentStrategiesRequest,
1667
1339
  () => DeploymentStrategies,
1668
1340
  ];
@@ -1670,9 +1342,7 @@ var ListEnvironments = [
1670
1342
  9,
1671
1343
  n0,
1672
1344
  _LE,
1673
- {
1674
- [_h]: ["GET", "/applications/{ApplicationId}/environments", 200],
1675
- },
1345
+ { [_h]: ["GET", "/applications/{ApplicationId}/environments", 200] },
1676
1346
  () => ListEnvironmentsRequest,
1677
1347
  () => Environments,
1678
1348
  ];
@@ -1680,9 +1350,7 @@ var ListExtensionAssociations = [
1680
1350
  9,
1681
1351
  n0,
1682
1352
  _LEA,
1683
- {
1684
- [_h]: ["GET", "/extensionassociations", 200],
1685
- },
1353
+ { [_h]: ["GET", "/extensionassociations", 200] },
1686
1354
  () => ListExtensionAssociationsRequest,
1687
1355
  () => ExtensionAssociations,
1688
1356
  ];
@@ -1690,9 +1358,7 @@ var ListExtensions = [
1690
1358
  9,
1691
1359
  n0,
1692
1360
  _LEi,
1693
- {
1694
- [_h]: ["GET", "/extensions", 200],
1695
- },
1361
+ { [_h]: ["GET", "/extensions", 200] },
1696
1362
  () => ListExtensionsRequest,
1697
1363
  () => Extensions,
1698
1364
  ];
@@ -1714,9 +1380,7 @@ var ListTagsForResource = [
1714
1380
  9,
1715
1381
  n0,
1716
1382
  _LTFR,
1717
- {
1718
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
1719
- },
1383
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1720
1384
  () => ListTagsForResourceRequest,
1721
1385
  () => ResourceTags,
1722
1386
  ];
@@ -1724,9 +1388,7 @@ var StartDeployment = [
1724
1388
  9,
1725
1389
  n0,
1726
1390
  _SD,
1727
- {
1728
- [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201],
1729
- },
1391
+ { [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201] },
1730
1392
  () => StartDeploymentRequest,
1731
1393
  () => Deployment,
1732
1394
  ];
@@ -1744,9 +1406,7 @@ var TagResource = [
1744
1406
  9,
1745
1407
  n0,
1746
1408
  _TR,
1747
- {
1748
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
1749
- },
1409
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1750
1410
  () => TagResourceRequest,
1751
1411
  () => __Unit,
1752
1412
  ];
@@ -1754,9 +1414,7 @@ var UntagResource = [
1754
1414
  9,
1755
1415
  n0,
1756
1416
  _UR,
1757
- {
1758
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
1759
- },
1417
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1760
1418
  () => UntagResourceRequest,
1761
1419
  () => __Unit,
1762
1420
  ];
@@ -1764,9 +1422,7 @@ var UpdateAccountSettings = [
1764
1422
  9,
1765
1423
  n0,
1766
1424
  _UAS,
1767
- {
1768
- [_h]: ["PATCH", "/settings", 200],
1769
- },
1425
+ { [_h]: ["PATCH", "/settings", 200] },
1770
1426
  () => UpdateAccountSettingsRequest,
1771
1427
  () => AccountSettings,
1772
1428
  ];
@@ -1774,9 +1430,7 @@ var UpdateApplication = [
1774
1430
  9,
1775
1431
  n0,
1776
1432
  _UA,
1777
- {
1778
- [_h]: ["PATCH", "/applications/{ApplicationId}", 200],
1779
- },
1433
+ { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] },
1780
1434
  () => UpdateApplicationRequest,
1781
1435
  () => Application,
1782
1436
  ];
@@ -1784,9 +1438,7 @@ var UpdateConfigurationProfile = [
1784
1438
  9,
1785
1439
  n0,
1786
1440
  _UCP,
1787
- {
1788
- [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200],
1789
- },
1441
+ { [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] },
1790
1442
  () => UpdateConfigurationProfileRequest,
1791
1443
  () => ConfigurationProfile,
1792
1444
  ];
@@ -1794,9 +1446,7 @@ var UpdateDeploymentStrategy = [
1794
1446
  9,
1795
1447
  n0,
1796
1448
  _UDS,
1797
- {
1798
- [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200],
1799
- },
1449
+ { [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200] },
1800
1450
  () => UpdateDeploymentStrategyRequest,
1801
1451
  () => DeploymentStrategy,
1802
1452
  ];
@@ -1804,9 +1454,7 @@ var UpdateEnvironment = [
1804
1454
  9,
1805
1455
  n0,
1806
1456
  _UE,
1807
- {
1808
- [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200],
1809
- },
1457
+ { [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] },
1810
1458
  () => UpdateEnvironmentRequest,
1811
1459
  () => Environment,
1812
1460
  ];
@@ -1814,9 +1462,7 @@ var UpdateExtension = [
1814
1462
  9,
1815
1463
  n0,
1816
1464
  _UEp,
1817
- {
1818
- [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200],
1819
- },
1465
+ { [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200] },
1820
1466
  () => UpdateExtensionRequest,
1821
1467
  () => Extension,
1822
1468
  ];
@@ -1824,9 +1470,7 @@ var UpdateExtensionAssociation = [
1824
1470
  9,
1825
1471
  n0,
1826
1472
  _UEA,
1827
- {
1828
- [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200],
1829
- },
1473
+ { [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200] },
1830
1474
  () => UpdateExtensionAssociationRequest,
1831
1475
  () => ExtensionAssociation,
1832
1476
  ];
@@ -1834,9 +1478,7 @@ var ValidateConfiguration = [
1834
1478
  9,
1835
1479
  n0,
1836
1480
  _VC,
1837
- {
1838
- [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204],
1839
- },
1481
+ { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204] },
1840
1482
  () => ValidateConfigurationRequest,
1841
1483
  () => __Unit,
1842
1484
  ];