@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
@@ -732,28 +732,9 @@ export var InsightSummary = [
732
732
  ],
733
733
  ];
734
734
  export var InstanceIdDetail = [3, n0, _IID, 0, [_Id], [0]];
735
- export var InvalidPolicyRevisionIdException = [
736
- -3,
737
- n0,
738
- _IPRIE,
739
- {
740
- [_e]: _c,
741
- [_hE]: 400,
742
- },
743
- [_M],
744
- [0],
745
- ];
735
+ export var InvalidPolicyRevisionIdException = [-3, n0, _IPRIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
746
736
  TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException, __InvalidPolicyRevisionIdException);
747
- export var InvalidRequestException = [
748
- -3,
749
- n0,
750
- _IRE,
751
- {
752
- [_e]: _c,
753
- },
754
- [_M],
755
- [0],
756
- ];
737
+ export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_M], [0]];
757
738
  TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
758
739
  export var ListResourcePoliciesRequest = [3, n0, _LRPR, 0, [_NT], [0]];
759
740
  export var ListResourcePoliciesResult = [
@@ -775,53 +756,13 @@ export var ListRetrievedTracesResult = [
775
756
  ];
776
757
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe, _NT], [0, 0]];
777
758
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
778
- export var LockoutPreventionException = [
779
- -3,
780
- n0,
781
- _LPE,
782
- {
783
- [_e]: _c,
784
- [_hE]: 400,
785
- },
786
- [_M],
787
- [0],
788
- ];
759
+ export var LockoutPreventionException = [-3, n0, _LPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
789
760
  TypeRegistry.for(n0).registerError(LockoutPreventionException, __LockoutPreventionException);
790
- export var MalformedPolicyDocumentException = [
791
- -3,
792
- n0,
793
- _MPDE,
794
- {
795
- [_e]: _c,
796
- [_hE]: 400,
797
- },
798
- [_M],
799
- [0],
800
- ];
761
+ export var MalformedPolicyDocumentException = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
801
762
  TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, __MalformedPolicyDocumentException);
802
- export var PolicyCountLimitExceededException = [
803
- -3,
804
- n0,
805
- _PCLEE,
806
- {
807
- [_e]: _c,
808
- [_hE]: 400,
809
- },
810
- [_M],
811
- [0],
812
- ];
763
+ export var PolicyCountLimitExceededException = [-3, n0, _PCLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
813
764
  TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException, __PolicyCountLimitExceededException);
814
- export var PolicySizeLimitExceededException = [
815
- -3,
816
- n0,
817
- _PSLEE,
818
- {
819
- [_e]: _c,
820
- [_hE]: 400,
821
- },
822
- [_M],
823
- [0],
824
- ];
765
+ export var PolicySizeLimitExceededException = [-3, n0, _PSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
825
766
  TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException, __PolicySizeLimitExceededException);
826
767
  export var ProbabilisticRuleValue = [3, n0, _PRV, 0, [_DSP, _ASP], [1, 1]];
827
768
  export var ProbabilisticRuleValueUpdate = [3, n0, _PRVU, 0, [_DSP], [1]];
@@ -849,17 +790,7 @@ export var PutTraceSegmentsResult = [
849
790
  ];
850
791
  export var RequestImpactStatistics = [3, n0, _RIS, 0, [_FC, _OCk, _TCo], [1, 1, 1]];
851
792
  export var ResourceARNDetail = [3, n0, _RARND, 0, [_ARN], [0]];
852
- export var ResourceNotFoundException = [
853
- -3,
854
- n0,
855
- _RNFE,
856
- {
857
- [_e]: _c,
858
- [_hE]: 404,
859
- },
860
- [_M, _RNe],
861
- [0, 0],
862
- ];
793
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RNe], [0, 0]];
863
794
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
864
795
  export var ResourcePolicy = [3, n0, _RPe, 0, [_PN, _PD, _PRI, _LUTa], [0, 0, 0, 4]];
865
796
  export var ResponseTimeRootCause = [
@@ -882,16 +813,7 @@ export var ResponseTimeRootCauseService = [
882
813
  export var RetrievedService = [3, n0, _RSe, 0, [_Ser, _L], [() => Service, () => LinksList]];
883
814
  export var RetrievedTrace = [3, n0, _RTet, 0, [_Id, _Du, _Sp], [0, 1, () => SpanList]];
884
815
  export var RootCauseException = [3, n0, _RCE, 0, [_N, _M], [0, 0]];
885
- export var RuleLimitExceededException = [
886
- -3,
887
- n0,
888
- _RLEE,
889
- {
890
- [_e]: _c,
891
- },
892
- [_M],
893
- [0],
894
- ];
816
+ export var RuleLimitExceededException = [-3, n0, _RLEE, { [_e]: _c }, [_M], [0]];
895
817
  TypeRegistry.for(n0).registerError(RuleLimitExceededException, __RuleLimitExceededException);
896
818
  export var SamplingBoost = [3, n0, _SB, 0, [_BR, _BRTTL], [1, 4]];
897
819
  export var SamplingBoostStatisticsDocument = [
@@ -977,17 +899,7 @@ export var TelemetryRecord = [
977
899
  [_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
978
900
  [4, 1, 1, 1, 1, () => BackendConnectionErrors],
979
901
  ];
980
- export var ThrottledException = [
981
- -3,
982
- n0,
983
- _TE,
984
- {
985
- [_e]: _c,
986
- [_hE]: 429,
987
- },
988
- [_M],
989
- [0],
990
- ];
902
+ export var ThrottledException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
991
903
  TypeRegistry.for(n0).registerError(ThrottledException, __ThrottledException);
992
904
  export var TimeSeriesServiceStatistics = [
993
905
  3,
@@ -997,17 +909,7 @@ export var TimeSeriesServiceStatistics = [
997
909
  [_Ti, _ESS, _SSSe, _SFS, _RTH],
998
910
  [4, () => EdgeStatistics, () => ServiceStatistics, () => ForecastStatistics, () => Histogram],
999
911
  ];
1000
- export var TooManyTagsException = [
1001
- -3,
1002
- n0,
1003
- _TMTE,
1004
- {
1005
- [_e]: _c,
1006
- [_hE]: 400,
1007
- },
1008
- [_M, _RNe],
1009
- [0, 0],
1010
- ];
912
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RNe], [0, 0]];
1011
913
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1012
914
  export var Trace = [3, n0, _Tra, 0, [_Id, _Du, _LE, _Segm], [0, 1, 2, () => SegmentList]];
1013
915
  export var TraceSummary = [
@@ -1176,9 +1078,7 @@ export var BatchGetTraces = [
1176
1078
  9,
1177
1079
  n0,
1178
1080
  _BGT,
1179
- {
1180
- [_h]: ["POST", "/Traces", 200],
1181
- },
1081
+ { [_h]: ["POST", "/Traces", 200] },
1182
1082
  () => BatchGetTracesRequest,
1183
1083
  () => BatchGetTracesResult,
1184
1084
  ];
@@ -1186,9 +1086,7 @@ export var CancelTraceRetrieval = [
1186
1086
  9,
1187
1087
  n0,
1188
1088
  _CTR,
1189
- {
1190
- [_h]: ["POST", "/CancelTraceRetrieval", 200],
1191
- },
1089
+ { [_h]: ["POST", "/CancelTraceRetrieval", 200] },
1192
1090
  () => CancelTraceRetrievalRequest,
1193
1091
  () => CancelTraceRetrievalResult,
1194
1092
  ];
@@ -1196,9 +1094,7 @@ export var CreateGroup = [
1196
1094
  9,
1197
1095
  n0,
1198
1096
  _CG,
1199
- {
1200
- [_h]: ["POST", "/CreateGroup", 200],
1201
- },
1097
+ { [_h]: ["POST", "/CreateGroup", 200] },
1202
1098
  () => CreateGroupRequest,
1203
1099
  () => CreateGroupResult,
1204
1100
  ];
@@ -1206,9 +1102,7 @@ export var CreateSamplingRule = [
1206
1102
  9,
1207
1103
  n0,
1208
1104
  _CSR,
1209
- {
1210
- [_h]: ["POST", "/CreateSamplingRule", 200],
1211
- },
1105
+ { [_h]: ["POST", "/CreateSamplingRule", 200] },
1212
1106
  () => CreateSamplingRuleRequest,
1213
1107
  () => CreateSamplingRuleResult,
1214
1108
  ];
@@ -1216,9 +1110,7 @@ export var DeleteGroup = [
1216
1110
  9,
1217
1111
  n0,
1218
1112
  _DG,
1219
- {
1220
- [_h]: ["POST", "/DeleteGroup", 200],
1221
- },
1113
+ { [_h]: ["POST", "/DeleteGroup", 200] },
1222
1114
  () => DeleteGroupRequest,
1223
1115
  () => DeleteGroupResult,
1224
1116
  ];
@@ -1226,9 +1118,7 @@ export var DeleteResourcePolicy = [
1226
1118
  9,
1227
1119
  n0,
1228
1120
  _DRP,
1229
- {
1230
- [_h]: ["POST", "/DeleteResourcePolicy", 200],
1231
- },
1121
+ { [_h]: ["POST", "/DeleteResourcePolicy", 200] },
1232
1122
  () => DeleteResourcePolicyRequest,
1233
1123
  () => DeleteResourcePolicyResult,
1234
1124
  ];
@@ -1236,9 +1126,7 @@ export var DeleteSamplingRule = [
1236
1126
  9,
1237
1127
  n0,
1238
1128
  _DSR,
1239
- {
1240
- [_h]: ["POST", "/DeleteSamplingRule", 200],
1241
- },
1129
+ { [_h]: ["POST", "/DeleteSamplingRule", 200] },
1242
1130
  () => DeleteSamplingRuleRequest,
1243
1131
  () => DeleteSamplingRuleResult,
1244
1132
  ];
@@ -1246,9 +1134,7 @@ export var GetEncryptionConfig = [
1246
1134
  9,
1247
1135
  n0,
1248
1136
  _GEC,
1249
- {
1250
- [_h]: ["POST", "/EncryptionConfig", 200],
1251
- },
1137
+ { [_h]: ["POST", "/EncryptionConfig", 200] },
1252
1138
  () => GetEncryptionConfigRequest,
1253
1139
  () => GetEncryptionConfigResult,
1254
1140
  ];
@@ -1256,9 +1142,7 @@ export var GetGroup = [
1256
1142
  9,
1257
1143
  n0,
1258
1144
  _GG,
1259
- {
1260
- [_h]: ["POST", "/GetGroup", 200],
1261
- },
1145
+ { [_h]: ["POST", "/GetGroup", 200] },
1262
1146
  () => GetGroupRequest,
1263
1147
  () => GetGroupResult,
1264
1148
  ];
@@ -1266,9 +1150,7 @@ export var GetGroups = [
1266
1150
  9,
1267
1151
  n0,
1268
1152
  _GGe,
1269
- {
1270
- [_h]: ["POST", "/Groups", 200],
1271
- },
1153
+ { [_h]: ["POST", "/Groups", 200] },
1272
1154
  () => GetGroupsRequest,
1273
1155
  () => GetGroupsResult,
1274
1156
  ];
@@ -1276,9 +1158,7 @@ export var GetIndexingRules = [
1276
1158
  9,
1277
1159
  n0,
1278
1160
  _GIRet,
1279
- {
1280
- [_h]: ["POST", "/GetIndexingRules", 200],
1281
- },
1161
+ { [_h]: ["POST", "/GetIndexingRules", 200] },
1282
1162
  () => GetIndexingRulesRequest,
1283
1163
  () => GetIndexingRulesResult,
1284
1164
  ];
@@ -1286,9 +1166,7 @@ export var GetInsight = [
1286
1166
  9,
1287
1167
  n0,
1288
1168
  _GI,
1289
- {
1290
- [_h]: ["POST", "/Insight", 200],
1291
- },
1169
+ { [_h]: ["POST", "/Insight", 200] },
1292
1170
  () => GetInsightRequest,
1293
1171
  () => GetInsightResult,
1294
1172
  ];
@@ -1296,9 +1174,7 @@ export var GetInsightEvents = [
1296
1174
  9,
1297
1175
  n0,
1298
1176
  _GIE,
1299
- {
1300
- [_h]: ["POST", "/InsightEvents", 200],
1301
- },
1177
+ { [_h]: ["POST", "/InsightEvents", 200] },
1302
1178
  () => GetInsightEventsRequest,
1303
1179
  () => GetInsightEventsResult,
1304
1180
  ];
@@ -1306,9 +1182,7 @@ export var GetInsightImpactGraph = [
1306
1182
  9,
1307
1183
  n0,
1308
1184
  _GIIG,
1309
- {
1310
- [_h]: ["POST", "/InsightImpactGraph", 200],
1311
- },
1185
+ { [_h]: ["POST", "/InsightImpactGraph", 200] },
1312
1186
  () => GetInsightImpactGraphRequest,
1313
1187
  () => GetInsightImpactGraphResult,
1314
1188
  ];
@@ -1316,9 +1190,7 @@ export var GetInsightSummaries = [
1316
1190
  9,
1317
1191
  n0,
1318
1192
  _GIS,
1319
- {
1320
- [_h]: ["POST", "/InsightSummaries", 200],
1321
- },
1193
+ { [_h]: ["POST", "/InsightSummaries", 200] },
1322
1194
  () => GetInsightSummariesRequest,
1323
1195
  () => GetInsightSummariesResult,
1324
1196
  ];
@@ -1326,9 +1198,7 @@ export var GetRetrievedTracesGraph = [
1326
1198
  9,
1327
1199
  n0,
1328
1200
  _GRTG,
1329
- {
1330
- [_h]: ["POST", "/GetRetrievedTracesGraph", 200],
1331
- },
1201
+ { [_h]: ["POST", "/GetRetrievedTracesGraph", 200] },
1332
1202
  () => GetRetrievedTracesGraphRequest,
1333
1203
  () => GetRetrievedTracesGraphResult,
1334
1204
  ];
@@ -1336,9 +1206,7 @@ export var GetSamplingRules = [
1336
1206
  9,
1337
1207
  n0,
1338
1208
  _GSR,
1339
- {
1340
- [_h]: ["POST", "/GetSamplingRules", 200],
1341
- },
1209
+ { [_h]: ["POST", "/GetSamplingRules", 200] },
1342
1210
  () => GetSamplingRulesRequest,
1343
1211
  () => GetSamplingRulesResult,
1344
1212
  ];
@@ -1346,9 +1214,7 @@ export var GetSamplingStatisticSummaries = [
1346
1214
  9,
1347
1215
  n0,
1348
1216
  _GSSS,
1349
- {
1350
- [_h]: ["POST", "/SamplingStatisticSummaries", 200],
1351
- },
1217
+ { [_h]: ["POST", "/SamplingStatisticSummaries", 200] },
1352
1218
  () => GetSamplingStatisticSummariesRequest,
1353
1219
  () => GetSamplingStatisticSummariesResult,
1354
1220
  ];
@@ -1356,9 +1222,7 @@ export var GetSamplingTargets = [
1356
1222
  9,
1357
1223
  n0,
1358
1224
  _GST,
1359
- {
1360
- [_h]: ["POST", "/SamplingTargets", 200],
1361
- },
1225
+ { [_h]: ["POST", "/SamplingTargets", 200] },
1362
1226
  () => GetSamplingTargetsRequest,
1363
1227
  () => GetSamplingTargetsResult,
1364
1228
  ];
@@ -1366,9 +1230,7 @@ export var GetServiceGraph = [
1366
1230
  9,
1367
1231
  n0,
1368
1232
  _GSG,
1369
- {
1370
- [_h]: ["POST", "/ServiceGraph", 200],
1371
- },
1233
+ { [_h]: ["POST", "/ServiceGraph", 200] },
1372
1234
  () => GetServiceGraphRequest,
1373
1235
  () => GetServiceGraphResult,
1374
1236
  ];
@@ -1376,9 +1238,7 @@ export var GetTimeSeriesServiceStatistics = [
1376
1238
  9,
1377
1239
  n0,
1378
1240
  _GTSSS,
1379
- {
1380
- [_h]: ["POST", "/TimeSeriesServiceStatistics", 200],
1381
- },
1241
+ { [_h]: ["POST", "/TimeSeriesServiceStatistics", 200] },
1382
1242
  () => GetTimeSeriesServiceStatisticsRequest,
1383
1243
  () => GetTimeSeriesServiceStatisticsResult,
1384
1244
  ];
@@ -1386,9 +1246,7 @@ export var GetTraceGraph = [
1386
1246
  9,
1387
1247
  n0,
1388
1248
  _GTG,
1389
- {
1390
- [_h]: ["POST", "/TraceGraph", 200],
1391
- },
1249
+ { [_h]: ["POST", "/TraceGraph", 200] },
1392
1250
  () => GetTraceGraphRequest,
1393
1251
  () => GetTraceGraphResult,
1394
1252
  ];
@@ -1396,9 +1254,7 @@ export var GetTraceSegmentDestination = [
1396
1254
  9,
1397
1255
  n0,
1398
1256
  _GTSD,
1399
- {
1400
- [_h]: ["POST", "/GetTraceSegmentDestination", 200],
1401
- },
1257
+ { [_h]: ["POST", "/GetTraceSegmentDestination", 200] },
1402
1258
  () => GetTraceSegmentDestinationRequest,
1403
1259
  () => GetTraceSegmentDestinationResult,
1404
1260
  ];
@@ -1406,9 +1262,7 @@ export var GetTraceSummaries = [
1406
1262
  9,
1407
1263
  n0,
1408
1264
  _GTS,
1409
- {
1410
- [_h]: ["POST", "/TraceSummaries", 200],
1411
- },
1265
+ { [_h]: ["POST", "/TraceSummaries", 200] },
1412
1266
  () => GetTraceSummariesRequest,
1413
1267
  () => GetTraceSummariesResult,
1414
1268
  ];
@@ -1416,9 +1270,7 @@ export var ListResourcePolicies = [
1416
1270
  9,
1417
1271
  n0,
1418
1272
  _LRP,
1419
- {
1420
- [_h]: ["POST", "/ListResourcePolicies", 200],
1421
- },
1273
+ { [_h]: ["POST", "/ListResourcePolicies", 200] },
1422
1274
  () => ListResourcePoliciesRequest,
1423
1275
  () => ListResourcePoliciesResult,
1424
1276
  ];
@@ -1426,9 +1278,7 @@ export var ListRetrievedTraces = [
1426
1278
  9,
1427
1279
  n0,
1428
1280
  _LRT,
1429
- {
1430
- [_h]: ["POST", "/ListRetrievedTraces", 200],
1431
- },
1281
+ { [_h]: ["POST", "/ListRetrievedTraces", 200] },
1432
1282
  () => ListRetrievedTracesRequest,
1433
1283
  () => ListRetrievedTracesResult,
1434
1284
  ];
@@ -1436,9 +1286,7 @@ export var ListTagsForResource = [
1436
1286
  9,
1437
1287
  n0,
1438
1288
  _LTFR,
1439
- {
1440
- [_h]: ["POST", "/ListTagsForResource", 200],
1441
- },
1289
+ { [_h]: ["POST", "/ListTagsForResource", 200] },
1442
1290
  () => ListTagsForResourceRequest,
1443
1291
  () => ListTagsForResourceResponse,
1444
1292
  ];
@@ -1446,9 +1294,7 @@ export var PutEncryptionConfig = [
1446
1294
  9,
1447
1295
  n0,
1448
1296
  _PEC,
1449
- {
1450
- [_h]: ["POST", "/PutEncryptionConfig", 200],
1451
- },
1297
+ { [_h]: ["POST", "/PutEncryptionConfig", 200] },
1452
1298
  () => PutEncryptionConfigRequest,
1453
1299
  () => PutEncryptionConfigResult,
1454
1300
  ];
@@ -1456,9 +1302,7 @@ export var PutResourcePolicy = [
1456
1302
  9,
1457
1303
  n0,
1458
1304
  _PRP,
1459
- {
1460
- [_h]: ["POST", "/PutResourcePolicy", 200],
1461
- },
1305
+ { [_h]: ["POST", "/PutResourcePolicy", 200] },
1462
1306
  () => PutResourcePolicyRequest,
1463
1307
  () => PutResourcePolicyResult,
1464
1308
  ];
@@ -1466,9 +1310,7 @@ export var PutTelemetryRecords = [
1466
1310
  9,
1467
1311
  n0,
1468
1312
  _PTR,
1469
- {
1470
- [_h]: ["POST", "/TelemetryRecords", 200],
1471
- },
1313
+ { [_h]: ["POST", "/TelemetryRecords", 200] },
1472
1314
  () => PutTelemetryRecordsRequest,
1473
1315
  () => PutTelemetryRecordsResult,
1474
1316
  ];
@@ -1476,9 +1318,7 @@ export var PutTraceSegments = [
1476
1318
  9,
1477
1319
  n0,
1478
1320
  _PTS,
1479
- {
1480
- [_h]: ["POST", "/TraceSegments", 200],
1481
- },
1321
+ { [_h]: ["POST", "/TraceSegments", 200] },
1482
1322
  () => PutTraceSegmentsRequest,
1483
1323
  () => PutTraceSegmentsResult,
1484
1324
  ];
@@ -1486,9 +1326,7 @@ export var StartTraceRetrieval = [
1486
1326
  9,
1487
1327
  n0,
1488
1328
  _STR,
1489
- {
1490
- [_h]: ["POST", "/StartTraceRetrieval", 200],
1491
- },
1329
+ { [_h]: ["POST", "/StartTraceRetrieval", 200] },
1492
1330
  () => StartTraceRetrievalRequest,
1493
1331
  () => StartTraceRetrievalResult,
1494
1332
  ];
@@ -1496,9 +1334,7 @@ export var TagResource = [
1496
1334
  9,
1497
1335
  n0,
1498
1336
  _TRa,
1499
- {
1500
- [_h]: ["POST", "/TagResource", 200],
1501
- },
1337
+ { [_h]: ["POST", "/TagResource", 200] },
1502
1338
  () => TagResourceRequest,
1503
1339
  () => TagResourceResponse,
1504
1340
  ];
@@ -1506,9 +1342,7 @@ export var UntagResource = [
1506
1342
  9,
1507
1343
  n0,
1508
1344
  _UR,
1509
- {
1510
- [_h]: ["POST", "/UntagResource", 200],
1511
- },
1345
+ { [_h]: ["POST", "/UntagResource", 200] },
1512
1346
  () => UntagResourceRequest,
1513
1347
  () => UntagResourceResponse,
1514
1348
  ];
@@ -1516,9 +1350,7 @@ export var UpdateGroup = [
1516
1350
  9,
1517
1351
  n0,
1518
1352
  _UG,
1519
- {
1520
- [_h]: ["POST", "/UpdateGroup", 200],
1521
- },
1353
+ { [_h]: ["POST", "/UpdateGroup", 200] },
1522
1354
  () => UpdateGroupRequest,
1523
1355
  () => UpdateGroupResult,
1524
1356
  ];
@@ -1526,9 +1358,7 @@ export var UpdateIndexingRule = [
1526
1358
  9,
1527
1359
  n0,
1528
1360
  _UIR,
1529
- {
1530
- [_h]: ["POST", "/UpdateIndexingRule", 200],
1531
- },
1361
+ { [_h]: ["POST", "/UpdateIndexingRule", 200] },
1532
1362
  () => UpdateIndexingRuleRequest,
1533
1363
  () => UpdateIndexingRuleResult,
1534
1364
  ];
@@ -1536,9 +1366,7 @@ export var UpdateSamplingRule = [
1536
1366
  9,
1537
1367
  n0,
1538
1368
  _USR,
1539
- {
1540
- [_h]: ["POST", "/UpdateSamplingRule", 200],
1541
- },
1369
+ { [_h]: ["POST", "/UpdateSamplingRule", 200] },
1542
1370
  () => UpdateSamplingRuleRequest,
1543
1371
  () => UpdateSamplingRuleResult,
1544
1372
  ];
@@ -1546,9 +1374,7 @@ export var UpdateTraceSegmentDestination = [
1546
1374
  9,
1547
1375
  n0,
1548
1376
  _UTSD,
1549
- {
1550
- [_h]: ["POST", "/UpdateTraceSegmentDestination", 200],
1551
- },
1377
+ { [_h]: ["POST", "/UpdateTraceSegmentDestination", 200] },
1552
1378
  () => UpdateTraceSegmentDestinationRequest,
1553
1379
  () => UpdateTraceSegmentDestinationResult,
1554
1380
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
3
3
  import { CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput } from "./commands/CancelTraceRetrievalCommand";
4
4
  import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
11
11
  import { CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput } from "./commands/CancelTraceRetrievalCommand";
12
12
  import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
@@ -46,7 +46,7 @@ import { UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput } from
46
46
  import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "./commands/UpdateSamplingRuleCommand";
47
47
  import { UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput } from "./commands/UpdateTraceSegmentDestinationCommand";
48
48
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
49
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
49
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
50
50
  export { __Client };
51
51
  /**
52
52
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { XRayHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { XRayHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { XRayClientResolvedConfig } from "../XRayClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type XRayClientResolvedConfig } from "../XRayClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CancelTraceRetrievalRequest, CancelTraceRetrievalResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CancelTraceRetrievalRequest, CancelTraceRetrievalResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateGroupRequest, CreateGroupResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
5
  /**
6
6
  * @public
7
7
  */