@aws-sdk/client-migrationhubstrategy 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 (55) hide show
  1. package/dist-cjs/index.js +37 -194
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/MigrationHubStrategyClient.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 +37 -194
  8. package/dist-types/MigrationHubStrategy.d.ts +1 -1
  9. package/dist-types/MigrationHubStrategyClient.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/GetApplicationComponentDetailsCommand.d.ts +3 -3
  13. package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +3 -3
  14. package/dist-types/commands/GetAssessmentCommand.d.ts +3 -3
  15. package/dist-types/commands/GetImportFileTaskCommand.d.ts +3 -3
  16. package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +3 -3
  17. package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +3 -3
  18. package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +3 -3
  19. package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +3 -3
  20. package/dist-types/commands/GetServerDetailsCommand.d.ts +3 -3
  21. package/dist-types/commands/GetServerStrategiesCommand.d.ts +3 -3
  22. package/dist-types/commands/ListAnalyzableServersCommand.d.ts +3 -3
  23. package/dist-types/commands/ListApplicationComponentsCommand.d.ts +3 -3
  24. package/dist-types/commands/ListCollectorsCommand.d.ts +3 -3
  25. package/dist-types/commands/ListImportFileTaskCommand.d.ts +3 -3
  26. package/dist-types/commands/ListServersCommand.d.ts +3 -3
  27. package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +3 -3
  28. package/dist-types/commands/StartAssessmentCommand.d.ts +3 -3
  29. package/dist-types/commands/StartImportFileTaskCommand.d.ts +3 -3
  30. package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +3 -3
  31. package/dist-types/commands/StopAssessmentCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +3 -3
  33. package/dist-types/commands/UpdateServerConfigCommand.d.ts +3 -3
  34. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  35. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  36. package/dist-types/extensionConfiguration.d.ts +4 -4
  37. package/dist-types/models/MigrationHubStrategyServiceException.d.ts +1 -1
  38. package/dist-types/models/errors.d.ts +1 -1
  39. package/dist-types/pagination/GetServerDetailsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/Interfaces.d.ts +1 -1
  41. package/dist-types/pagination/ListAnalyzableServersPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListApplicationComponentsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListCollectorsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListImportFileTaskPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListServersPaginator.d.ts +1 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  47. package/dist-types/runtimeConfig.d.ts +1 -1
  48. package/dist-types/runtimeConfig.native.d.ts +1 -1
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  50. package/dist-types/runtimeExtensions.d.ts +1 -1
  51. package/dist-types/schemas/schemas_0.d.ts +1 -1
  52. package/dist-types/ts3.4/MigrationHubStrategyClient.d.ts +3 -3
  53. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  54. package/dist-types/ts3.4/models/MigrationHubStrategyServiceException.d.ts +1 -1
  55. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -563,17 +563,7 @@ const _va = "value";
563
563
  const _ve = "version";
564
564
  const n0 = "com.amazonaws.migrationhubstrategy";
565
565
  var SecretsManagerKey = [0, n0, _SMK, 8, 0];
566
- var AccessDeniedException = [
567
- -3,
568
- n0,
569
- _ADE,
570
- {
571
- [_e]: _c,
572
- [_hE]: 403,
573
- },
574
- [_m],
575
- [0],
576
- ];
566
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
577
567
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
578
568
  var AnalyzableServerSummary = [3, n0, _ASS, 0, [_h, _iA, _s, _vI], [0, 0, 0, 0]];
579
569
  var AntipatternReportResult = [
@@ -699,17 +689,7 @@ var ConfigurationSummary = [
699
689
  () => RemoteSourceCodeAnalysisServerInfo,
700
690
  ],
701
691
  ];
702
- var ConflictException = [
703
- -3,
704
- n0,
705
- _CE,
706
- {
707
- [_e]: _c,
708
- [_hE]: 409,
709
- },
710
- [_m],
711
- [0],
712
- ];
692
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
713
693
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
714
694
  var DatabaseConfigDetail = [3, n0, _DCD, 0, [_sN], [0]];
715
695
  var DatabasePreferences = [
@@ -728,17 +708,7 @@ var DataCollectionDetails = [
728
708
  [_st, _ser, _f, _su, _iPn, _sT, _cT, _sM],
729
709
  [0, 1, 1, 1, 1, 4, 4, 0],
730
710
  ];
731
- var DependencyException = [
732
- -3,
733
- n0,
734
- _DE,
735
- {
736
- [_e]: _serv,
737
- [_hE]: 500,
738
- },
739
- [_m],
740
- [0],
741
- ];
711
+ var DependencyException = [-3, n0, _DE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
742
712
  schema.TypeRegistry.for(n0).registerError(DependencyException, DependencyException$1);
743
713
  var GetApplicationComponentDetailsRequest = [3, n0, _GACDR, 0, [_aCI], [[0, 1]]];
744
714
  var GetApplicationComponentDetailsResponse = [
@@ -806,18 +776,8 @@ var GetServerDetailsRequest = [
806
776
  [_sI, _nT, _mR],
807
777
  [
808
778
  [0, 1],
809
- [
810
- 0,
811
- {
812
- [_hQ]: _nT,
813
- },
814
- ],
815
- [
816
- 1,
817
- {
818
- [_hQ]: _mR,
819
- },
820
- ],
779
+ [0, { [_hQ]: _nT }],
780
+ [1, { [_hQ]: _mR }],
821
781
  ],
822
782
  ];
823
783
  var GetServerDetailsResponse = [
@@ -841,17 +801,7 @@ var ImportFileTaskInformation = [
841
801
  [_i, _st, _sT, _iSB, _iSK, _sRSB, _sRSK, _cT, _nORS, _nORF, _iN],
842
802
  [0, 0, 4, 0, 0, 0, 0, 4, 1, 1, 0],
843
803
  ];
844
- var InternalServerException = [
845
- -3,
846
- n0,
847
- _ISE,
848
- {
849
- [_e]: _serv,
850
- [_hE]: 500,
851
- },
852
- [_m],
853
- [0],
854
- ];
804
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _serv, [_hE]: 500 }, [_m], [0]];
855
805
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
856
806
  var IPAddressBasedRemoteInfo = [3, n0, _IPABRI, 0, [_iACTS, _aTu, _oT], [0, 0, 0]];
857
807
  var ListAnalyzableServersRequest = [3, n0, _LASR, 0, [_so, _nT, _mR], [0, 0, 1]];
@@ -886,18 +836,8 @@ var ListCollectorsRequest = [
886
836
  0,
887
837
  [_nT, _mR],
888
838
  [
889
- [
890
- 0,
891
- {
892
- [_hQ]: _nT,
893
- },
894
- ],
895
- [
896
- 1,
897
- {
898
- [_hQ]: _mR,
899
- },
900
- ],
839
+ [0, { [_hQ]: _nT }],
840
+ [1, { [_hQ]: _mR }],
901
841
  ],
902
842
  ];
903
843
  var ListCollectorsResponse = [3, n0, _LCRi, 0, [_Co, _nT], [() => Collectors, 0]];
@@ -908,18 +848,8 @@ var ListImportFileTaskRequest = [
908
848
  0,
909
849
  [_nT, _mR],
910
850
  [
911
- [
912
- 0,
913
- {
914
- [_hQ]: _nT,
915
- },
916
- ],
917
- [
918
- 1,
919
- {
920
- [_hQ]: _mR,
921
- },
922
- ],
851
+ [0, { [_hQ]: _nT }],
852
+ [1, { [_hQ]: _mR }],
923
853
  ],
924
854
  ];
925
855
  var ListImportFileTaskResponse = [
@@ -971,17 +901,7 @@ var RecommendationSet = [
971
901
  [() => TransformationTool, 0, 0],
972
902
  ];
973
903
  var RemoteSourceCodeAnalysisServerInfo = [3, n0, _RSCASI, 0, [_rSCASCT], [0]];
974
- var ResourceNotFoundException = [
975
- -3,
976
- n0,
977
- _RNFE,
978
- {
979
- [_e]: _c,
980
- [_hE]: 404,
981
- },
982
- [_m],
983
- [0],
984
- ];
904
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
985
905
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
986
906
  var Result = [
987
907
  3,
@@ -1031,25 +951,12 @@ var ServiceLinkedRoleLockClientException = [
1031
951
  -3,
1032
952
  n0,
1033
953
  _SLRLCE,
1034
- {
1035
- [_e]: _c,
1036
- [_hE]: 400,
1037
- },
954
+ { [_e]: _c, [_hE]: 400 },
1038
955
  [_m],
1039
956
  [0],
1040
957
  ];
1041
958
  schema.TypeRegistry.for(n0).registerError(ServiceLinkedRoleLockClientException, ServiceLinkedRoleLockClientException$1);
1042
- var ServiceQuotaExceededException = [
1043
- -3,
1044
- n0,
1045
- _SQEE,
1046
- {
1047
- [_e]: _c,
1048
- [_hE]: 402,
1049
- },
1050
- [_m],
1051
- [0],
1052
- ];
959
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
1053
960
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1054
961
  var SourceCode = [3, n0, _SC, 0, [_vC, _sV, _l, _pN], [0, 0, 0, 0]];
1055
962
  var SourceCodeRepository = [3, n0, _SCR, 0, [_re, _b, _vCT, _pN], [0, 0, 0, 0]];
@@ -1092,17 +999,7 @@ var SystemInfo = [
1092
999
  [_oI, _fST, _nIL, _cA],
1093
1000
  [() => OSInfo, 0, () => NetworkInfoList, 0],
1094
1001
  ];
1095
- var ThrottlingException = [
1096
- -3,
1097
- n0,
1098
- _TE,
1099
- {
1100
- [_e]: _c,
1101
- [_hE]: 429,
1102
- },
1103
- [_m],
1104
- [0],
1105
- ];
1002
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
1106
1003
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1107
1004
  var TransformationTool = [3, n0, _TT, 0, [_n, _d, _tTIL], [0, 0, 0]];
1108
1005
  var UpdateApplicationComponentConfigRequest = [
@@ -1116,17 +1013,7 @@ var UpdateApplicationComponentConfigRequest = [
1116
1013
  var UpdateApplicationComponentConfigResponse = [3, n0, _UACCRp, 0, [], []];
1117
1014
  var UpdateServerConfigRequest = [3, n0, _USCR, 0, [_sI, _sO], [0, () => StrategyOption]];
1118
1015
  var UpdateServerConfigResponse = [3, n0, _USCRp, 0, [], []];
1119
- var ValidationException = [
1120
- -3,
1121
- n0,
1122
- _VE,
1123
- {
1124
- [_e]: _c,
1125
- [_hE]: 400,
1126
- },
1127
- [_m],
1128
- [0],
1129
- ];
1016
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1130
1017
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1131
1018
  var VcenterBasedRemoteInfo = [3, n0, _VBRI, 0, [_vCTS, _oT], [0, 0]];
1132
1019
  var VersionControlInfo = [3, n0, _VCI, 0, [_vCT, _vCCTS], [0, 0]];
@@ -1192,9 +1079,7 @@ var GetApplicationComponentDetails = [
1192
1079
  9,
1193
1080
  n0,
1194
1081
  _GACD,
1195
- {
1196
- [_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200],
1197
- },
1082
+ { [_ht]: ["GET", "/get-applicationcomponent-details/{applicationComponentId}", 200] },
1198
1083
  () => GetApplicationComponentDetailsRequest,
1199
1084
  () => GetApplicationComponentDetailsResponse,
1200
1085
  ];
@@ -1202,9 +1087,7 @@ var GetApplicationComponentStrategies = [
1202
1087
  9,
1203
1088
  n0,
1204
1089
  _GACS,
1205
- {
1206
- [_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200],
1207
- },
1090
+ { [_ht]: ["GET", "/get-applicationcomponent-strategies/{applicationComponentId}", 200] },
1208
1091
  () => GetApplicationComponentStrategiesRequest,
1209
1092
  () => GetApplicationComponentStrategiesResponse,
1210
1093
  ];
@@ -1212,9 +1095,7 @@ var GetAssessment = [
1212
1095
  9,
1213
1096
  n0,
1214
1097
  _GA,
1215
- {
1216
- [_ht]: ["GET", "/get-assessment/{id}", 200],
1217
- },
1098
+ { [_ht]: ["GET", "/get-assessment/{id}", 200] },
1218
1099
  () => GetAssessmentRequest,
1219
1100
  () => GetAssessmentResponse,
1220
1101
  ];
@@ -1222,9 +1103,7 @@ var GetImportFileTask = [
1222
1103
  9,
1223
1104
  n0,
1224
1105
  _GIFT,
1225
- {
1226
- [_ht]: ["GET", "/get-import-file-task/{id}", 200],
1227
- },
1106
+ { [_ht]: ["GET", "/get-import-file-task/{id}", 200] },
1228
1107
  () => GetImportFileTaskRequest,
1229
1108
  () => GetImportFileTaskResponse,
1230
1109
  ];
@@ -1232,9 +1111,7 @@ var GetLatestAssessmentId = [
1232
1111
  9,
1233
1112
  n0,
1234
1113
  _GLAI,
1235
- {
1236
- [_ht]: ["GET", "/get-latest-assessment-id", 200],
1237
- },
1114
+ { [_ht]: ["GET", "/get-latest-assessment-id", 200] },
1238
1115
  () => GetLatestAssessmentIdRequest,
1239
1116
  () => GetLatestAssessmentIdResponse,
1240
1117
  ];
@@ -1242,9 +1119,7 @@ var GetPortfolioPreferences = [
1242
1119
  9,
1243
1120
  n0,
1244
1121
  _GPP,
1245
- {
1246
- [_ht]: ["GET", "/get-portfolio-preferences", 200],
1247
- },
1122
+ { [_ht]: ["GET", "/get-portfolio-preferences", 200] },
1248
1123
  () => GetPortfolioPreferencesRequest,
1249
1124
  () => GetPortfolioPreferencesResponse,
1250
1125
  ];
@@ -1252,9 +1127,7 @@ var GetPortfolioSummary = [
1252
1127
  9,
1253
1128
  n0,
1254
1129
  _GPS,
1255
- {
1256
- [_ht]: ["GET", "/get-portfolio-summary", 200],
1257
- },
1130
+ { [_ht]: ["GET", "/get-portfolio-summary", 200] },
1258
1131
  () => GetPortfolioSummaryRequest,
1259
1132
  () => GetPortfolioSummaryResponse,
1260
1133
  ];
@@ -1262,9 +1135,7 @@ var GetRecommendationReportDetails = [
1262
1135
  9,
1263
1136
  n0,
1264
1137
  _GRRD,
1265
- {
1266
- [_ht]: ["GET", "/get-recommendation-report-details/{id}", 200],
1267
- },
1138
+ { [_ht]: ["GET", "/get-recommendation-report-details/{id}", 200] },
1268
1139
  () => GetRecommendationReportDetailsRequest,
1269
1140
  () => GetRecommendationReportDetailsResponse,
1270
1141
  ];
@@ -1272,9 +1143,7 @@ var GetServerDetails = [
1272
1143
  9,
1273
1144
  n0,
1274
1145
  _GSD,
1275
- {
1276
- [_ht]: ["GET", "/get-server-details/{serverId}", 200],
1277
- },
1146
+ { [_ht]: ["GET", "/get-server-details/{serverId}", 200] },
1278
1147
  () => GetServerDetailsRequest,
1279
1148
  () => GetServerDetailsResponse,
1280
1149
  ];
@@ -1282,9 +1151,7 @@ var GetServerStrategies = [
1282
1151
  9,
1283
1152
  n0,
1284
1153
  _GSS,
1285
- {
1286
- [_ht]: ["GET", "/get-server-strategies/{serverId}", 200],
1287
- },
1154
+ { [_ht]: ["GET", "/get-server-strategies/{serverId}", 200] },
1288
1155
  () => GetServerStrategiesRequest,
1289
1156
  () => GetServerStrategiesResponse,
1290
1157
  ];
@@ -1292,9 +1159,7 @@ var ListAnalyzableServers = [
1292
1159
  9,
1293
1160
  n0,
1294
1161
  _LAS,
1295
- {
1296
- [_ht]: ["POST", "/list-analyzable-servers", 200],
1297
- },
1162
+ { [_ht]: ["POST", "/list-analyzable-servers", 200] },
1298
1163
  () => ListAnalyzableServersRequest,
1299
1164
  () => ListAnalyzableServersResponse,
1300
1165
  ];
@@ -1302,9 +1167,7 @@ var ListApplicationComponents = [
1302
1167
  9,
1303
1168
  n0,
1304
1169
  _LAC,
1305
- {
1306
- [_ht]: ["POST", "/list-applicationcomponents", 200],
1307
- },
1170
+ { [_ht]: ["POST", "/list-applicationcomponents", 200] },
1308
1171
  () => ListApplicationComponentsRequest,
1309
1172
  () => ListApplicationComponentsResponse,
1310
1173
  ];
@@ -1312,9 +1175,7 @@ var ListCollectors = [
1312
1175
  9,
1313
1176
  n0,
1314
1177
  _LC,
1315
- {
1316
- [_ht]: ["GET", "/list-collectors", 200],
1317
- },
1178
+ { [_ht]: ["GET", "/list-collectors", 200] },
1318
1179
  () => ListCollectorsRequest,
1319
1180
  () => ListCollectorsResponse,
1320
1181
  ];
@@ -1322,9 +1183,7 @@ var ListImportFileTask = [
1322
1183
  9,
1323
1184
  n0,
1324
1185
  _LIFT,
1325
- {
1326
- [_ht]: ["GET", "/list-import-file-task", 200],
1327
- },
1186
+ { [_ht]: ["GET", "/list-import-file-task", 200] },
1328
1187
  () => ListImportFileTaskRequest,
1329
1188
  () => ListImportFileTaskResponse,
1330
1189
  ];
@@ -1332,9 +1191,7 @@ var ListServers = [
1332
1191
  9,
1333
1192
  n0,
1334
1193
  _LS,
1335
- {
1336
- [_ht]: ["POST", "/list-servers", 200],
1337
- },
1194
+ { [_ht]: ["POST", "/list-servers", 200] },
1338
1195
  () => ListServersRequest,
1339
1196
  () => ListServersResponse,
1340
1197
  ];
@@ -1342,9 +1199,7 @@ var PutPortfolioPreferences = [
1342
1199
  9,
1343
1200
  n0,
1344
1201
  _PPP,
1345
- {
1346
- [_ht]: ["POST", "/put-portfolio-preferences", 200],
1347
- },
1202
+ { [_ht]: ["POST", "/put-portfolio-preferences", 200] },
1348
1203
  () => PutPortfolioPreferencesRequest,
1349
1204
  () => PutPortfolioPreferencesResponse,
1350
1205
  ];
@@ -1352,9 +1207,7 @@ var StartAssessment = [
1352
1207
  9,
1353
1208
  n0,
1354
1209
  _SA,
1355
- {
1356
- [_ht]: ["POST", "/start-assessment", 200],
1357
- },
1210
+ { [_ht]: ["POST", "/start-assessment", 200] },
1358
1211
  () => StartAssessmentRequest,
1359
1212
  () => StartAssessmentResponse,
1360
1213
  ];
@@ -1362,9 +1215,7 @@ var StartImportFileTask = [
1362
1215
  9,
1363
1216
  n0,
1364
1217
  _SIFT,
1365
- {
1366
- [_ht]: ["POST", "/start-import-file-task", 200],
1367
- },
1218
+ { [_ht]: ["POST", "/start-import-file-task", 200] },
1368
1219
  () => StartImportFileTaskRequest,
1369
1220
  () => StartImportFileTaskResponse,
1370
1221
  ];
@@ -1372,9 +1223,7 @@ var StartRecommendationReportGeneration = [
1372
1223
  9,
1373
1224
  n0,
1374
1225
  _SRRG,
1375
- {
1376
- [_ht]: ["POST", "/start-recommendation-report-generation", 200],
1377
- },
1226
+ { [_ht]: ["POST", "/start-recommendation-report-generation", 200] },
1378
1227
  () => StartRecommendationReportGenerationRequest,
1379
1228
  () => StartRecommendationReportGenerationResponse,
1380
1229
  ];
@@ -1382,9 +1231,7 @@ var StopAssessment = [
1382
1231
  9,
1383
1232
  n0,
1384
1233
  _SAt,
1385
- {
1386
- [_ht]: ["POST", "/stop-assessment", 200],
1387
- },
1234
+ { [_ht]: ["POST", "/stop-assessment", 200] },
1388
1235
  () => StopAssessmentRequest,
1389
1236
  () => StopAssessmentResponse,
1390
1237
  ];
@@ -1392,9 +1239,7 @@ var UpdateApplicationComponentConfig = [
1392
1239
  9,
1393
1240
  n0,
1394
1241
  _UACC,
1395
- {
1396
- [_ht]: ["POST", "/update-applicationcomponent-config/", 200],
1397
- },
1242
+ { [_ht]: ["POST", "/update-applicationcomponent-config/", 200] },
1398
1243
  () => UpdateApplicationComponentConfigRequest,
1399
1244
  () => UpdateApplicationComponentConfigResponse,
1400
1245
  ];
@@ -1402,9 +1247,7 @@ var UpdateServerConfig = [
1402
1247
  9,
1403
1248
  n0,
1404
1249
  _USC,
1405
- {
1406
- [_ht]: ["POST", "/update-server-config/", 200],
1407
- },
1250
+ { [_ht]: ["POST", "/update-server-config/", 200] },
1408
1251
  () => UpdateServerConfigRequest,
1409
1252
  () => UpdateServerConfigResponse,
1410
1253
  ];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultMigrationHubStrategyHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);