@aws-sdk/client-xray 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 (77) hide show
  1. package/dist-cjs/index.js +48 -222
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/XRayClient.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 +48 -222
  8. package/dist-types/XRay.d.ts +1 -1
  9. package/dist-types/XRayClient.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/BatchGetTracesCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +3 -3
  19. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +3 -3
  20. package/dist-types/commands/GetGroupCommand.d.ts +3 -3
  21. package/dist-types/commands/GetGroupsCommand.d.ts +3 -3
  22. package/dist-types/commands/GetIndexingRulesCommand.d.ts +3 -3
  23. package/dist-types/commands/GetInsightCommand.d.ts +3 -3
  24. package/dist-types/commands/GetInsightEventsCommand.d.ts +3 -3
  25. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +3 -3
  26. package/dist-types/commands/GetInsightSummariesCommand.d.ts +3 -3
  27. package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +3 -3
  28. package/dist-types/commands/GetSamplingRulesCommand.d.ts +3 -3
  29. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -3
  30. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +3 -3
  31. package/dist-types/commands/GetServiceGraphCommand.d.ts +3 -3
  32. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +3 -3
  33. package/dist-types/commands/GetTraceGraphCommand.d.ts +3 -3
  34. package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +3 -3
  35. package/dist-types/commands/GetTraceSummariesCommand.d.ts +3 -3
  36. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListRetrievedTracesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +3 -3
  40. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  41. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +3 -3
  42. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +3 -3
  43. package/dist-types/commands/StartTraceRetrievalCommand.d.ts +3 -3
  44. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -3
  47. package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +3 -3
  48. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -3
  50. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  51. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  52. package/dist-types/extensionConfiguration.d.ts +4 -4
  53. package/dist-types/models/XRayServiceException.d.ts +1 -1
  54. package/dist-types/models/errors.d.ts +1 -1
  55. package/dist-types/pagination/BatchGetTracesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/GetGroupsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/GetInsightEventsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/GetInsightSummariesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/GetSamplingRulesPaginator.d.ts +1 -1
  60. package/dist-types/pagination/GetSamplingStatisticSummariesPaginator.d.ts +1 -1
  61. package/dist-types/pagination/GetServiceGraphPaginator.d.ts +1 -1
  62. package/dist-types/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/GetTraceGraphPaginator.d.ts +1 -1
  64. package/dist-types/pagination/GetTraceSummariesPaginator.d.ts +1 -1
  65. package/dist-types/pagination/Interfaces.d.ts +1 -1
  66. package/dist-types/pagination/ListResourcePoliciesPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/runtimeConfig.d.ts +1 -1
  70. package/dist-types/runtimeConfig.native.d.ts +1 -1
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/schemas/schemas_0.d.ts +1 -1
  74. package/dist-types/ts3.4/XRayClient.d.ts +3 -3
  75. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  76. package/dist-types/ts3.4/models/XRayServiceException.d.ts +1 -1
  77. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -993,28 +993,9 @@ var InsightSummary = [
993
993
  ],
994
994
  ];
995
995
  var InstanceIdDetail = [3, n0, _IID, 0, [_Id], [0]];
996
- var InvalidPolicyRevisionIdException = [
997
- -3,
998
- n0,
999
- _IPRIE,
1000
- {
1001
- [_e]: _c,
1002
- [_hE]: 400,
1003
- },
1004
- [_M],
1005
- [0],
1006
- ];
996
+ var InvalidPolicyRevisionIdException = [-3, n0, _IPRIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1007
997
  schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException, InvalidPolicyRevisionIdException$1);
1008
- var InvalidRequestException = [
1009
- -3,
1010
- n0,
1011
- _IRE,
1012
- {
1013
- [_e]: _c,
1014
- },
1015
- [_M],
1016
- [0],
1017
- ];
998
+ var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_M], [0]];
1018
999
  schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1019
1000
  var ListResourcePoliciesRequest = [3, n0, _LRPR, 0, [_NT], [0]];
1020
1001
  var ListResourcePoliciesResult = [
@@ -1036,53 +1017,13 @@ var ListRetrievedTracesResult = [
1036
1017
  ];
1037
1018
  var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe, _NT], [0, 0]];
1038
1019
  var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
1039
- var LockoutPreventionException = [
1040
- -3,
1041
- n0,
1042
- _LPE,
1043
- {
1044
- [_e]: _c,
1045
- [_hE]: 400,
1046
- },
1047
- [_M],
1048
- [0],
1049
- ];
1020
+ var LockoutPreventionException = [-3, n0, _LPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1050
1021
  schema.TypeRegistry.for(n0).registerError(LockoutPreventionException, LockoutPreventionException$1);
1051
- var MalformedPolicyDocumentException = [
1052
- -3,
1053
- n0,
1054
- _MPDE,
1055
- {
1056
- [_e]: _c,
1057
- [_hE]: 400,
1058
- },
1059
- [_M],
1060
- [0],
1061
- ];
1022
+ var MalformedPolicyDocumentException = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1062
1023
  schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, MalformedPolicyDocumentException$1);
1063
- var PolicyCountLimitExceededException = [
1064
- -3,
1065
- n0,
1066
- _PCLEE,
1067
- {
1068
- [_e]: _c,
1069
- [_hE]: 400,
1070
- },
1071
- [_M],
1072
- [0],
1073
- ];
1024
+ var PolicyCountLimitExceededException = [-3, n0, _PCLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1074
1025
  schema.TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException, PolicyCountLimitExceededException$1);
1075
- var PolicySizeLimitExceededException = [
1076
- -3,
1077
- n0,
1078
- _PSLEE,
1079
- {
1080
- [_e]: _c,
1081
- [_hE]: 400,
1082
- },
1083
- [_M],
1084
- [0],
1085
- ];
1026
+ var PolicySizeLimitExceededException = [-3, n0, _PSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1086
1027
  schema.TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException, PolicySizeLimitExceededException$1);
1087
1028
  var ProbabilisticRuleValue = [3, n0, _PRV, 0, [_DSP, _ASP], [1, 1]];
1088
1029
  var ProbabilisticRuleValueUpdate = [3, n0, _PRVU, 0, [_DSP], [1]];
@@ -1110,17 +1051,7 @@ var PutTraceSegmentsResult = [
1110
1051
  ];
1111
1052
  var RequestImpactStatistics = [3, n0, _RIS, 0, [_FC, _OCk, _TCo], [1, 1, 1]];
1112
1053
  var ResourceARNDetail = [3, n0, _RARND, 0, [_ARN], [0]];
1113
- var ResourceNotFoundException = [
1114
- -3,
1115
- n0,
1116
- _RNFE,
1117
- {
1118
- [_e]: _c,
1119
- [_hE]: 404,
1120
- },
1121
- [_M, _RNe],
1122
- [0, 0],
1123
- ];
1054
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RNe], [0, 0]];
1124
1055
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1125
1056
  var ResourcePolicy = [3, n0, _RPe, 0, [_PN, _PD, _PRI, _LUTa], [0, 0, 0, 4]];
1126
1057
  var ResponseTimeRootCause = [
@@ -1143,16 +1074,7 @@ var ResponseTimeRootCauseService = [
1143
1074
  var RetrievedService = [3, n0, _RSe, 0, [_Ser, _L], [() => Service, () => LinksList]];
1144
1075
  var RetrievedTrace = [3, n0, _RTet, 0, [_Id, _Du, _Sp], [0, 1, () => SpanList]];
1145
1076
  var RootCauseException = [3, n0, _RCE, 0, [_N, _M], [0, 0]];
1146
- var RuleLimitExceededException = [
1147
- -3,
1148
- n0,
1149
- _RLEE,
1150
- {
1151
- [_e]: _c,
1152
- },
1153
- [_M],
1154
- [0],
1155
- ];
1077
+ var RuleLimitExceededException = [-3, n0, _RLEE, { [_e]: _c }, [_M], [0]];
1156
1078
  schema.TypeRegistry.for(n0).registerError(RuleLimitExceededException, RuleLimitExceededException$1);
1157
1079
  var SamplingBoost = [3, n0, _SB, 0, [_BR, _BRTTL], [1, 4]];
1158
1080
  var SamplingBoostStatisticsDocument = [
@@ -1238,17 +1160,7 @@ var TelemetryRecord = [
1238
1160
  [_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
1239
1161
  [4, 1, 1, 1, 1, () => BackendConnectionErrors],
1240
1162
  ];
1241
- var ThrottledException = [
1242
- -3,
1243
- n0,
1244
- _TE,
1245
- {
1246
- [_e]: _c,
1247
- [_hE]: 429,
1248
- },
1249
- [_M],
1250
- [0],
1251
- ];
1163
+ var ThrottledException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
1252
1164
  schema.TypeRegistry.for(n0).registerError(ThrottledException, ThrottledException$1);
1253
1165
  var TimeSeriesServiceStatistics = [
1254
1166
  3,
@@ -1258,17 +1170,7 @@ var TimeSeriesServiceStatistics = [
1258
1170
  [_Ti, _ESS, _SSSe, _SFS, _RTH],
1259
1171
  [4, () => EdgeStatistics, () => ServiceStatistics, () => ForecastStatistics, () => Histogram],
1260
1172
  ];
1261
- var TooManyTagsException = [
1262
- -3,
1263
- n0,
1264
- _TMTE,
1265
- {
1266
- [_e]: _c,
1267
- [_hE]: 400,
1268
- },
1269
- [_M, _RNe],
1270
- [0, 0],
1271
- ];
1173
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RNe], [0, 0]];
1272
1174
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1273
1175
  var Trace = [3, n0, _Tra, 0, [_Id, _Du, _LE, _Segm], [0, 1, 2, () => SegmentList]];
1274
1176
  var TraceSummary = [
@@ -1426,9 +1328,7 @@ var BatchGetTraces = [
1426
1328
  9,
1427
1329
  n0,
1428
1330
  _BGT,
1429
- {
1430
- [_h]: ["POST", "/Traces", 200],
1431
- },
1331
+ { [_h]: ["POST", "/Traces", 200] },
1432
1332
  () => BatchGetTracesRequest,
1433
1333
  () => BatchGetTracesResult,
1434
1334
  ];
@@ -1436,9 +1336,7 @@ var CancelTraceRetrieval = [
1436
1336
  9,
1437
1337
  n0,
1438
1338
  _CTR,
1439
- {
1440
- [_h]: ["POST", "/CancelTraceRetrieval", 200],
1441
- },
1339
+ { [_h]: ["POST", "/CancelTraceRetrieval", 200] },
1442
1340
  () => CancelTraceRetrievalRequest,
1443
1341
  () => CancelTraceRetrievalResult,
1444
1342
  ];
@@ -1446,9 +1344,7 @@ var CreateGroup = [
1446
1344
  9,
1447
1345
  n0,
1448
1346
  _CG,
1449
- {
1450
- [_h]: ["POST", "/CreateGroup", 200],
1451
- },
1347
+ { [_h]: ["POST", "/CreateGroup", 200] },
1452
1348
  () => CreateGroupRequest,
1453
1349
  () => CreateGroupResult,
1454
1350
  ];
@@ -1456,9 +1352,7 @@ var CreateSamplingRule = [
1456
1352
  9,
1457
1353
  n0,
1458
1354
  _CSR,
1459
- {
1460
- [_h]: ["POST", "/CreateSamplingRule", 200],
1461
- },
1355
+ { [_h]: ["POST", "/CreateSamplingRule", 200] },
1462
1356
  () => CreateSamplingRuleRequest,
1463
1357
  () => CreateSamplingRuleResult,
1464
1358
  ];
@@ -1466,9 +1360,7 @@ var DeleteGroup = [
1466
1360
  9,
1467
1361
  n0,
1468
1362
  _DG,
1469
- {
1470
- [_h]: ["POST", "/DeleteGroup", 200],
1471
- },
1363
+ { [_h]: ["POST", "/DeleteGroup", 200] },
1472
1364
  () => DeleteGroupRequest,
1473
1365
  () => DeleteGroupResult,
1474
1366
  ];
@@ -1476,9 +1368,7 @@ var DeleteResourcePolicy = [
1476
1368
  9,
1477
1369
  n0,
1478
1370
  _DRP,
1479
- {
1480
- [_h]: ["POST", "/DeleteResourcePolicy", 200],
1481
- },
1371
+ { [_h]: ["POST", "/DeleteResourcePolicy", 200] },
1482
1372
  () => DeleteResourcePolicyRequest,
1483
1373
  () => DeleteResourcePolicyResult,
1484
1374
  ];
@@ -1486,9 +1376,7 @@ var DeleteSamplingRule = [
1486
1376
  9,
1487
1377
  n0,
1488
1378
  _DSR,
1489
- {
1490
- [_h]: ["POST", "/DeleteSamplingRule", 200],
1491
- },
1379
+ { [_h]: ["POST", "/DeleteSamplingRule", 200] },
1492
1380
  () => DeleteSamplingRuleRequest,
1493
1381
  () => DeleteSamplingRuleResult,
1494
1382
  ];
@@ -1496,9 +1384,7 @@ var GetEncryptionConfig = [
1496
1384
  9,
1497
1385
  n0,
1498
1386
  _GEC,
1499
- {
1500
- [_h]: ["POST", "/EncryptionConfig", 200],
1501
- },
1387
+ { [_h]: ["POST", "/EncryptionConfig", 200] },
1502
1388
  () => GetEncryptionConfigRequest,
1503
1389
  () => GetEncryptionConfigResult,
1504
1390
  ];
@@ -1506,9 +1392,7 @@ var GetGroup = [
1506
1392
  9,
1507
1393
  n0,
1508
1394
  _GG,
1509
- {
1510
- [_h]: ["POST", "/GetGroup", 200],
1511
- },
1395
+ { [_h]: ["POST", "/GetGroup", 200] },
1512
1396
  () => GetGroupRequest,
1513
1397
  () => GetGroupResult,
1514
1398
  ];
@@ -1516,9 +1400,7 @@ var GetGroups = [
1516
1400
  9,
1517
1401
  n0,
1518
1402
  _GGe,
1519
- {
1520
- [_h]: ["POST", "/Groups", 200],
1521
- },
1403
+ { [_h]: ["POST", "/Groups", 200] },
1522
1404
  () => GetGroupsRequest,
1523
1405
  () => GetGroupsResult,
1524
1406
  ];
@@ -1526,9 +1408,7 @@ var GetIndexingRules = [
1526
1408
  9,
1527
1409
  n0,
1528
1410
  _GIRet,
1529
- {
1530
- [_h]: ["POST", "/GetIndexingRules", 200],
1531
- },
1411
+ { [_h]: ["POST", "/GetIndexingRules", 200] },
1532
1412
  () => GetIndexingRulesRequest,
1533
1413
  () => GetIndexingRulesResult,
1534
1414
  ];
@@ -1536,9 +1416,7 @@ var GetInsight = [
1536
1416
  9,
1537
1417
  n0,
1538
1418
  _GI,
1539
- {
1540
- [_h]: ["POST", "/Insight", 200],
1541
- },
1419
+ { [_h]: ["POST", "/Insight", 200] },
1542
1420
  () => GetInsightRequest,
1543
1421
  () => GetInsightResult,
1544
1422
  ];
@@ -1546,9 +1424,7 @@ var GetInsightEvents = [
1546
1424
  9,
1547
1425
  n0,
1548
1426
  _GIE,
1549
- {
1550
- [_h]: ["POST", "/InsightEvents", 200],
1551
- },
1427
+ { [_h]: ["POST", "/InsightEvents", 200] },
1552
1428
  () => GetInsightEventsRequest,
1553
1429
  () => GetInsightEventsResult,
1554
1430
  ];
@@ -1556,9 +1432,7 @@ var GetInsightImpactGraph = [
1556
1432
  9,
1557
1433
  n0,
1558
1434
  _GIIG,
1559
- {
1560
- [_h]: ["POST", "/InsightImpactGraph", 200],
1561
- },
1435
+ { [_h]: ["POST", "/InsightImpactGraph", 200] },
1562
1436
  () => GetInsightImpactGraphRequest,
1563
1437
  () => GetInsightImpactGraphResult,
1564
1438
  ];
@@ -1566,9 +1440,7 @@ var GetInsightSummaries = [
1566
1440
  9,
1567
1441
  n0,
1568
1442
  _GIS,
1569
- {
1570
- [_h]: ["POST", "/InsightSummaries", 200],
1571
- },
1443
+ { [_h]: ["POST", "/InsightSummaries", 200] },
1572
1444
  () => GetInsightSummariesRequest,
1573
1445
  () => GetInsightSummariesResult,
1574
1446
  ];
@@ -1576,9 +1448,7 @@ var GetRetrievedTracesGraph = [
1576
1448
  9,
1577
1449
  n0,
1578
1450
  _GRTG,
1579
- {
1580
- [_h]: ["POST", "/GetRetrievedTracesGraph", 200],
1581
- },
1451
+ { [_h]: ["POST", "/GetRetrievedTracesGraph", 200] },
1582
1452
  () => GetRetrievedTracesGraphRequest,
1583
1453
  () => GetRetrievedTracesGraphResult,
1584
1454
  ];
@@ -1586,9 +1456,7 @@ var GetSamplingRules = [
1586
1456
  9,
1587
1457
  n0,
1588
1458
  _GSR,
1589
- {
1590
- [_h]: ["POST", "/GetSamplingRules", 200],
1591
- },
1459
+ { [_h]: ["POST", "/GetSamplingRules", 200] },
1592
1460
  () => GetSamplingRulesRequest,
1593
1461
  () => GetSamplingRulesResult,
1594
1462
  ];
@@ -1596,9 +1464,7 @@ var GetSamplingStatisticSummaries = [
1596
1464
  9,
1597
1465
  n0,
1598
1466
  _GSSS,
1599
- {
1600
- [_h]: ["POST", "/SamplingStatisticSummaries", 200],
1601
- },
1467
+ { [_h]: ["POST", "/SamplingStatisticSummaries", 200] },
1602
1468
  () => GetSamplingStatisticSummariesRequest,
1603
1469
  () => GetSamplingStatisticSummariesResult,
1604
1470
  ];
@@ -1606,9 +1472,7 @@ var GetSamplingTargets = [
1606
1472
  9,
1607
1473
  n0,
1608
1474
  _GST,
1609
- {
1610
- [_h]: ["POST", "/SamplingTargets", 200],
1611
- },
1475
+ { [_h]: ["POST", "/SamplingTargets", 200] },
1612
1476
  () => GetSamplingTargetsRequest,
1613
1477
  () => GetSamplingTargetsResult,
1614
1478
  ];
@@ -1616,9 +1480,7 @@ var GetServiceGraph = [
1616
1480
  9,
1617
1481
  n0,
1618
1482
  _GSG,
1619
- {
1620
- [_h]: ["POST", "/ServiceGraph", 200],
1621
- },
1483
+ { [_h]: ["POST", "/ServiceGraph", 200] },
1622
1484
  () => GetServiceGraphRequest,
1623
1485
  () => GetServiceGraphResult,
1624
1486
  ];
@@ -1626,9 +1488,7 @@ var GetTimeSeriesServiceStatistics = [
1626
1488
  9,
1627
1489
  n0,
1628
1490
  _GTSSS,
1629
- {
1630
- [_h]: ["POST", "/TimeSeriesServiceStatistics", 200],
1631
- },
1491
+ { [_h]: ["POST", "/TimeSeriesServiceStatistics", 200] },
1632
1492
  () => GetTimeSeriesServiceStatisticsRequest,
1633
1493
  () => GetTimeSeriesServiceStatisticsResult,
1634
1494
  ];
@@ -1636,9 +1496,7 @@ var GetTraceGraph = [
1636
1496
  9,
1637
1497
  n0,
1638
1498
  _GTG,
1639
- {
1640
- [_h]: ["POST", "/TraceGraph", 200],
1641
- },
1499
+ { [_h]: ["POST", "/TraceGraph", 200] },
1642
1500
  () => GetTraceGraphRequest,
1643
1501
  () => GetTraceGraphResult,
1644
1502
  ];
@@ -1646,9 +1504,7 @@ var GetTraceSegmentDestination = [
1646
1504
  9,
1647
1505
  n0,
1648
1506
  _GTSD,
1649
- {
1650
- [_h]: ["POST", "/GetTraceSegmentDestination", 200],
1651
- },
1507
+ { [_h]: ["POST", "/GetTraceSegmentDestination", 200] },
1652
1508
  () => GetTraceSegmentDestinationRequest,
1653
1509
  () => GetTraceSegmentDestinationResult,
1654
1510
  ];
@@ -1656,9 +1512,7 @@ var GetTraceSummaries = [
1656
1512
  9,
1657
1513
  n0,
1658
1514
  _GTS,
1659
- {
1660
- [_h]: ["POST", "/TraceSummaries", 200],
1661
- },
1515
+ { [_h]: ["POST", "/TraceSummaries", 200] },
1662
1516
  () => GetTraceSummariesRequest,
1663
1517
  () => GetTraceSummariesResult,
1664
1518
  ];
@@ -1666,9 +1520,7 @@ var ListResourcePolicies = [
1666
1520
  9,
1667
1521
  n0,
1668
1522
  _LRP,
1669
- {
1670
- [_h]: ["POST", "/ListResourcePolicies", 200],
1671
- },
1523
+ { [_h]: ["POST", "/ListResourcePolicies", 200] },
1672
1524
  () => ListResourcePoliciesRequest,
1673
1525
  () => ListResourcePoliciesResult,
1674
1526
  ];
@@ -1676,9 +1528,7 @@ var ListRetrievedTraces = [
1676
1528
  9,
1677
1529
  n0,
1678
1530
  _LRT,
1679
- {
1680
- [_h]: ["POST", "/ListRetrievedTraces", 200],
1681
- },
1531
+ { [_h]: ["POST", "/ListRetrievedTraces", 200] },
1682
1532
  () => ListRetrievedTracesRequest,
1683
1533
  () => ListRetrievedTracesResult,
1684
1534
  ];
@@ -1686,9 +1536,7 @@ var ListTagsForResource = [
1686
1536
  9,
1687
1537
  n0,
1688
1538
  _LTFR,
1689
- {
1690
- [_h]: ["POST", "/ListTagsForResource", 200],
1691
- },
1539
+ { [_h]: ["POST", "/ListTagsForResource", 200] },
1692
1540
  () => ListTagsForResourceRequest,
1693
1541
  () => ListTagsForResourceResponse,
1694
1542
  ];
@@ -1696,9 +1544,7 @@ var PutEncryptionConfig = [
1696
1544
  9,
1697
1545
  n0,
1698
1546
  _PEC,
1699
- {
1700
- [_h]: ["POST", "/PutEncryptionConfig", 200],
1701
- },
1547
+ { [_h]: ["POST", "/PutEncryptionConfig", 200] },
1702
1548
  () => PutEncryptionConfigRequest,
1703
1549
  () => PutEncryptionConfigResult,
1704
1550
  ];
@@ -1706,9 +1552,7 @@ var PutResourcePolicy = [
1706
1552
  9,
1707
1553
  n0,
1708
1554
  _PRP,
1709
- {
1710
- [_h]: ["POST", "/PutResourcePolicy", 200],
1711
- },
1555
+ { [_h]: ["POST", "/PutResourcePolicy", 200] },
1712
1556
  () => PutResourcePolicyRequest,
1713
1557
  () => PutResourcePolicyResult,
1714
1558
  ];
@@ -1716,9 +1560,7 @@ var PutTelemetryRecords = [
1716
1560
  9,
1717
1561
  n0,
1718
1562
  _PTR,
1719
- {
1720
- [_h]: ["POST", "/TelemetryRecords", 200],
1721
- },
1563
+ { [_h]: ["POST", "/TelemetryRecords", 200] },
1722
1564
  () => PutTelemetryRecordsRequest,
1723
1565
  () => PutTelemetryRecordsResult,
1724
1566
  ];
@@ -1726,9 +1568,7 @@ var PutTraceSegments = [
1726
1568
  9,
1727
1569
  n0,
1728
1570
  _PTS,
1729
- {
1730
- [_h]: ["POST", "/TraceSegments", 200],
1731
- },
1571
+ { [_h]: ["POST", "/TraceSegments", 200] },
1732
1572
  () => PutTraceSegmentsRequest,
1733
1573
  () => PutTraceSegmentsResult,
1734
1574
  ];
@@ -1736,9 +1576,7 @@ var StartTraceRetrieval = [
1736
1576
  9,
1737
1577
  n0,
1738
1578
  _STR,
1739
- {
1740
- [_h]: ["POST", "/StartTraceRetrieval", 200],
1741
- },
1579
+ { [_h]: ["POST", "/StartTraceRetrieval", 200] },
1742
1580
  () => StartTraceRetrievalRequest,
1743
1581
  () => StartTraceRetrievalResult,
1744
1582
  ];
@@ -1746,9 +1584,7 @@ var TagResource = [
1746
1584
  9,
1747
1585
  n0,
1748
1586
  _TRa,
1749
- {
1750
- [_h]: ["POST", "/TagResource", 200],
1751
- },
1587
+ { [_h]: ["POST", "/TagResource", 200] },
1752
1588
  () => TagResourceRequest,
1753
1589
  () => TagResourceResponse,
1754
1590
  ];
@@ -1756,9 +1592,7 @@ var UntagResource = [
1756
1592
  9,
1757
1593
  n0,
1758
1594
  _UR,
1759
- {
1760
- [_h]: ["POST", "/UntagResource", 200],
1761
- },
1595
+ { [_h]: ["POST", "/UntagResource", 200] },
1762
1596
  () => UntagResourceRequest,
1763
1597
  () => UntagResourceResponse,
1764
1598
  ];
@@ -1766,9 +1600,7 @@ var UpdateGroup = [
1766
1600
  9,
1767
1601
  n0,
1768
1602
  _UG,
1769
- {
1770
- [_h]: ["POST", "/UpdateGroup", 200],
1771
- },
1603
+ { [_h]: ["POST", "/UpdateGroup", 200] },
1772
1604
  () => UpdateGroupRequest,
1773
1605
  () => UpdateGroupResult,
1774
1606
  ];
@@ -1776,9 +1608,7 @@ var UpdateIndexingRule = [
1776
1608
  9,
1777
1609
  n0,
1778
1610
  _UIR,
1779
- {
1780
- [_h]: ["POST", "/UpdateIndexingRule", 200],
1781
- },
1611
+ { [_h]: ["POST", "/UpdateIndexingRule", 200] },
1782
1612
  () => UpdateIndexingRuleRequest,
1783
1613
  () => UpdateIndexingRuleResult,
1784
1614
  ];
@@ -1786,9 +1616,7 @@ var UpdateSamplingRule = [
1786
1616
  9,
1787
1617
  n0,
1788
1618
  _USR,
1789
- {
1790
- [_h]: ["POST", "/UpdateSamplingRule", 200],
1791
- },
1619
+ { [_h]: ["POST", "/UpdateSamplingRule", 200] },
1792
1620
  () => UpdateSamplingRuleRequest,
1793
1621
  () => UpdateSamplingRuleResult,
1794
1622
  ];
@@ -1796,9 +1624,7 @@ var UpdateTraceSegmentDestination = [
1796
1624
  9,
1797
1625
  n0,
1798
1626
  _UTSD,
1799
- {
1800
- [_h]: ["POST", "/UpdateTraceSegmentDestination", 200],
1801
- },
1627
+ { [_h]: ["POST", "/UpdateTraceSegmentDestination", 200] },
1802
1628
  () => UpdateTraceSegmentDestinationRequest,
1803
1629
  () => UpdateTraceSegmentDestinationResult,
1804
1630
  ];
@@ -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 { defaultXRayHttpAuthSchemeParametersProvider, 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);