@aws-sdk/client-xray 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 (78) 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 -223
  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 -2
  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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  78. 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 = [
@@ -1097,7 +999,6 @@ export var ValueWithServiceIds = [
1097
999
  [_AV, _SIe],
1098
1000
  [() => AnnotationValue, () => ServiceIds],
1099
1001
  ];
1100
- export var __Unit = "unit";
1101
1002
  export var XRayServiceException = [-3, _s, "XRayServiceException", 0, [], []];
1102
1003
  TypeRegistry.for(_s).registerError(XRayServiceException, __XRayServiceException);
1103
1004
  export var AliasList = [1, n0, _AL, 0, () => Alias];
@@ -1176,9 +1077,7 @@ export var BatchGetTraces = [
1176
1077
  9,
1177
1078
  n0,
1178
1079
  _BGT,
1179
- {
1180
- [_h]: ["POST", "/Traces", 200],
1181
- },
1080
+ { [_h]: ["POST", "/Traces", 200] },
1182
1081
  () => BatchGetTracesRequest,
1183
1082
  () => BatchGetTracesResult,
1184
1083
  ];
@@ -1186,9 +1085,7 @@ export var CancelTraceRetrieval = [
1186
1085
  9,
1187
1086
  n0,
1188
1087
  _CTR,
1189
- {
1190
- [_h]: ["POST", "/CancelTraceRetrieval", 200],
1191
- },
1088
+ { [_h]: ["POST", "/CancelTraceRetrieval", 200] },
1192
1089
  () => CancelTraceRetrievalRequest,
1193
1090
  () => CancelTraceRetrievalResult,
1194
1091
  ];
@@ -1196,9 +1093,7 @@ export var CreateGroup = [
1196
1093
  9,
1197
1094
  n0,
1198
1095
  _CG,
1199
- {
1200
- [_h]: ["POST", "/CreateGroup", 200],
1201
- },
1096
+ { [_h]: ["POST", "/CreateGroup", 200] },
1202
1097
  () => CreateGroupRequest,
1203
1098
  () => CreateGroupResult,
1204
1099
  ];
@@ -1206,9 +1101,7 @@ export var CreateSamplingRule = [
1206
1101
  9,
1207
1102
  n0,
1208
1103
  _CSR,
1209
- {
1210
- [_h]: ["POST", "/CreateSamplingRule", 200],
1211
- },
1104
+ { [_h]: ["POST", "/CreateSamplingRule", 200] },
1212
1105
  () => CreateSamplingRuleRequest,
1213
1106
  () => CreateSamplingRuleResult,
1214
1107
  ];
@@ -1216,9 +1109,7 @@ export var DeleteGroup = [
1216
1109
  9,
1217
1110
  n0,
1218
1111
  _DG,
1219
- {
1220
- [_h]: ["POST", "/DeleteGroup", 200],
1221
- },
1112
+ { [_h]: ["POST", "/DeleteGroup", 200] },
1222
1113
  () => DeleteGroupRequest,
1223
1114
  () => DeleteGroupResult,
1224
1115
  ];
@@ -1226,9 +1117,7 @@ export var DeleteResourcePolicy = [
1226
1117
  9,
1227
1118
  n0,
1228
1119
  _DRP,
1229
- {
1230
- [_h]: ["POST", "/DeleteResourcePolicy", 200],
1231
- },
1120
+ { [_h]: ["POST", "/DeleteResourcePolicy", 200] },
1232
1121
  () => DeleteResourcePolicyRequest,
1233
1122
  () => DeleteResourcePolicyResult,
1234
1123
  ];
@@ -1236,9 +1125,7 @@ export var DeleteSamplingRule = [
1236
1125
  9,
1237
1126
  n0,
1238
1127
  _DSR,
1239
- {
1240
- [_h]: ["POST", "/DeleteSamplingRule", 200],
1241
- },
1128
+ { [_h]: ["POST", "/DeleteSamplingRule", 200] },
1242
1129
  () => DeleteSamplingRuleRequest,
1243
1130
  () => DeleteSamplingRuleResult,
1244
1131
  ];
@@ -1246,9 +1133,7 @@ export var GetEncryptionConfig = [
1246
1133
  9,
1247
1134
  n0,
1248
1135
  _GEC,
1249
- {
1250
- [_h]: ["POST", "/EncryptionConfig", 200],
1251
- },
1136
+ { [_h]: ["POST", "/EncryptionConfig", 200] },
1252
1137
  () => GetEncryptionConfigRequest,
1253
1138
  () => GetEncryptionConfigResult,
1254
1139
  ];
@@ -1256,9 +1141,7 @@ export var GetGroup = [
1256
1141
  9,
1257
1142
  n0,
1258
1143
  _GG,
1259
- {
1260
- [_h]: ["POST", "/GetGroup", 200],
1261
- },
1144
+ { [_h]: ["POST", "/GetGroup", 200] },
1262
1145
  () => GetGroupRequest,
1263
1146
  () => GetGroupResult,
1264
1147
  ];
@@ -1266,9 +1149,7 @@ export var GetGroups = [
1266
1149
  9,
1267
1150
  n0,
1268
1151
  _GGe,
1269
- {
1270
- [_h]: ["POST", "/Groups", 200],
1271
- },
1152
+ { [_h]: ["POST", "/Groups", 200] },
1272
1153
  () => GetGroupsRequest,
1273
1154
  () => GetGroupsResult,
1274
1155
  ];
@@ -1276,9 +1157,7 @@ export var GetIndexingRules = [
1276
1157
  9,
1277
1158
  n0,
1278
1159
  _GIRet,
1279
- {
1280
- [_h]: ["POST", "/GetIndexingRules", 200],
1281
- },
1160
+ { [_h]: ["POST", "/GetIndexingRules", 200] },
1282
1161
  () => GetIndexingRulesRequest,
1283
1162
  () => GetIndexingRulesResult,
1284
1163
  ];
@@ -1286,9 +1165,7 @@ export var GetInsight = [
1286
1165
  9,
1287
1166
  n0,
1288
1167
  _GI,
1289
- {
1290
- [_h]: ["POST", "/Insight", 200],
1291
- },
1168
+ { [_h]: ["POST", "/Insight", 200] },
1292
1169
  () => GetInsightRequest,
1293
1170
  () => GetInsightResult,
1294
1171
  ];
@@ -1296,9 +1173,7 @@ export var GetInsightEvents = [
1296
1173
  9,
1297
1174
  n0,
1298
1175
  _GIE,
1299
- {
1300
- [_h]: ["POST", "/InsightEvents", 200],
1301
- },
1176
+ { [_h]: ["POST", "/InsightEvents", 200] },
1302
1177
  () => GetInsightEventsRequest,
1303
1178
  () => GetInsightEventsResult,
1304
1179
  ];
@@ -1306,9 +1181,7 @@ export var GetInsightImpactGraph = [
1306
1181
  9,
1307
1182
  n0,
1308
1183
  _GIIG,
1309
- {
1310
- [_h]: ["POST", "/InsightImpactGraph", 200],
1311
- },
1184
+ { [_h]: ["POST", "/InsightImpactGraph", 200] },
1312
1185
  () => GetInsightImpactGraphRequest,
1313
1186
  () => GetInsightImpactGraphResult,
1314
1187
  ];
@@ -1316,9 +1189,7 @@ export var GetInsightSummaries = [
1316
1189
  9,
1317
1190
  n0,
1318
1191
  _GIS,
1319
- {
1320
- [_h]: ["POST", "/InsightSummaries", 200],
1321
- },
1192
+ { [_h]: ["POST", "/InsightSummaries", 200] },
1322
1193
  () => GetInsightSummariesRequest,
1323
1194
  () => GetInsightSummariesResult,
1324
1195
  ];
@@ -1326,9 +1197,7 @@ export var GetRetrievedTracesGraph = [
1326
1197
  9,
1327
1198
  n0,
1328
1199
  _GRTG,
1329
- {
1330
- [_h]: ["POST", "/GetRetrievedTracesGraph", 200],
1331
- },
1200
+ { [_h]: ["POST", "/GetRetrievedTracesGraph", 200] },
1332
1201
  () => GetRetrievedTracesGraphRequest,
1333
1202
  () => GetRetrievedTracesGraphResult,
1334
1203
  ];
@@ -1336,9 +1205,7 @@ export var GetSamplingRules = [
1336
1205
  9,
1337
1206
  n0,
1338
1207
  _GSR,
1339
- {
1340
- [_h]: ["POST", "/GetSamplingRules", 200],
1341
- },
1208
+ { [_h]: ["POST", "/GetSamplingRules", 200] },
1342
1209
  () => GetSamplingRulesRequest,
1343
1210
  () => GetSamplingRulesResult,
1344
1211
  ];
@@ -1346,9 +1213,7 @@ export var GetSamplingStatisticSummaries = [
1346
1213
  9,
1347
1214
  n0,
1348
1215
  _GSSS,
1349
- {
1350
- [_h]: ["POST", "/SamplingStatisticSummaries", 200],
1351
- },
1216
+ { [_h]: ["POST", "/SamplingStatisticSummaries", 200] },
1352
1217
  () => GetSamplingStatisticSummariesRequest,
1353
1218
  () => GetSamplingStatisticSummariesResult,
1354
1219
  ];
@@ -1356,9 +1221,7 @@ export var GetSamplingTargets = [
1356
1221
  9,
1357
1222
  n0,
1358
1223
  _GST,
1359
- {
1360
- [_h]: ["POST", "/SamplingTargets", 200],
1361
- },
1224
+ { [_h]: ["POST", "/SamplingTargets", 200] },
1362
1225
  () => GetSamplingTargetsRequest,
1363
1226
  () => GetSamplingTargetsResult,
1364
1227
  ];
@@ -1366,9 +1229,7 @@ export var GetServiceGraph = [
1366
1229
  9,
1367
1230
  n0,
1368
1231
  _GSG,
1369
- {
1370
- [_h]: ["POST", "/ServiceGraph", 200],
1371
- },
1232
+ { [_h]: ["POST", "/ServiceGraph", 200] },
1372
1233
  () => GetServiceGraphRequest,
1373
1234
  () => GetServiceGraphResult,
1374
1235
  ];
@@ -1376,9 +1237,7 @@ export var GetTimeSeriesServiceStatistics = [
1376
1237
  9,
1377
1238
  n0,
1378
1239
  _GTSSS,
1379
- {
1380
- [_h]: ["POST", "/TimeSeriesServiceStatistics", 200],
1381
- },
1240
+ { [_h]: ["POST", "/TimeSeriesServiceStatistics", 200] },
1382
1241
  () => GetTimeSeriesServiceStatisticsRequest,
1383
1242
  () => GetTimeSeriesServiceStatisticsResult,
1384
1243
  ];
@@ -1386,9 +1245,7 @@ export var GetTraceGraph = [
1386
1245
  9,
1387
1246
  n0,
1388
1247
  _GTG,
1389
- {
1390
- [_h]: ["POST", "/TraceGraph", 200],
1391
- },
1248
+ { [_h]: ["POST", "/TraceGraph", 200] },
1392
1249
  () => GetTraceGraphRequest,
1393
1250
  () => GetTraceGraphResult,
1394
1251
  ];
@@ -1396,9 +1253,7 @@ export var GetTraceSegmentDestination = [
1396
1253
  9,
1397
1254
  n0,
1398
1255
  _GTSD,
1399
- {
1400
- [_h]: ["POST", "/GetTraceSegmentDestination", 200],
1401
- },
1256
+ { [_h]: ["POST", "/GetTraceSegmentDestination", 200] },
1402
1257
  () => GetTraceSegmentDestinationRequest,
1403
1258
  () => GetTraceSegmentDestinationResult,
1404
1259
  ];
@@ -1406,9 +1261,7 @@ export var GetTraceSummaries = [
1406
1261
  9,
1407
1262
  n0,
1408
1263
  _GTS,
1409
- {
1410
- [_h]: ["POST", "/TraceSummaries", 200],
1411
- },
1264
+ { [_h]: ["POST", "/TraceSummaries", 200] },
1412
1265
  () => GetTraceSummariesRequest,
1413
1266
  () => GetTraceSummariesResult,
1414
1267
  ];
@@ -1416,9 +1269,7 @@ export var ListResourcePolicies = [
1416
1269
  9,
1417
1270
  n0,
1418
1271
  _LRP,
1419
- {
1420
- [_h]: ["POST", "/ListResourcePolicies", 200],
1421
- },
1272
+ { [_h]: ["POST", "/ListResourcePolicies", 200] },
1422
1273
  () => ListResourcePoliciesRequest,
1423
1274
  () => ListResourcePoliciesResult,
1424
1275
  ];
@@ -1426,9 +1277,7 @@ export var ListRetrievedTraces = [
1426
1277
  9,
1427
1278
  n0,
1428
1279
  _LRT,
1429
- {
1430
- [_h]: ["POST", "/ListRetrievedTraces", 200],
1431
- },
1280
+ { [_h]: ["POST", "/ListRetrievedTraces", 200] },
1432
1281
  () => ListRetrievedTracesRequest,
1433
1282
  () => ListRetrievedTracesResult,
1434
1283
  ];
@@ -1436,9 +1285,7 @@ export var ListTagsForResource = [
1436
1285
  9,
1437
1286
  n0,
1438
1287
  _LTFR,
1439
- {
1440
- [_h]: ["POST", "/ListTagsForResource", 200],
1441
- },
1288
+ { [_h]: ["POST", "/ListTagsForResource", 200] },
1442
1289
  () => ListTagsForResourceRequest,
1443
1290
  () => ListTagsForResourceResponse,
1444
1291
  ];
@@ -1446,9 +1293,7 @@ export var PutEncryptionConfig = [
1446
1293
  9,
1447
1294
  n0,
1448
1295
  _PEC,
1449
- {
1450
- [_h]: ["POST", "/PutEncryptionConfig", 200],
1451
- },
1296
+ { [_h]: ["POST", "/PutEncryptionConfig", 200] },
1452
1297
  () => PutEncryptionConfigRequest,
1453
1298
  () => PutEncryptionConfigResult,
1454
1299
  ];
@@ -1456,9 +1301,7 @@ export var PutResourcePolicy = [
1456
1301
  9,
1457
1302
  n0,
1458
1303
  _PRP,
1459
- {
1460
- [_h]: ["POST", "/PutResourcePolicy", 200],
1461
- },
1304
+ { [_h]: ["POST", "/PutResourcePolicy", 200] },
1462
1305
  () => PutResourcePolicyRequest,
1463
1306
  () => PutResourcePolicyResult,
1464
1307
  ];
@@ -1466,9 +1309,7 @@ export var PutTelemetryRecords = [
1466
1309
  9,
1467
1310
  n0,
1468
1311
  _PTR,
1469
- {
1470
- [_h]: ["POST", "/TelemetryRecords", 200],
1471
- },
1312
+ { [_h]: ["POST", "/TelemetryRecords", 200] },
1472
1313
  () => PutTelemetryRecordsRequest,
1473
1314
  () => PutTelemetryRecordsResult,
1474
1315
  ];
@@ -1476,9 +1317,7 @@ export var PutTraceSegments = [
1476
1317
  9,
1477
1318
  n0,
1478
1319
  _PTS,
1479
- {
1480
- [_h]: ["POST", "/TraceSegments", 200],
1481
- },
1320
+ { [_h]: ["POST", "/TraceSegments", 200] },
1482
1321
  () => PutTraceSegmentsRequest,
1483
1322
  () => PutTraceSegmentsResult,
1484
1323
  ];
@@ -1486,9 +1325,7 @@ export var StartTraceRetrieval = [
1486
1325
  9,
1487
1326
  n0,
1488
1327
  _STR,
1489
- {
1490
- [_h]: ["POST", "/StartTraceRetrieval", 200],
1491
- },
1328
+ { [_h]: ["POST", "/StartTraceRetrieval", 200] },
1492
1329
  () => StartTraceRetrievalRequest,
1493
1330
  () => StartTraceRetrievalResult,
1494
1331
  ];
@@ -1496,9 +1333,7 @@ export var TagResource = [
1496
1333
  9,
1497
1334
  n0,
1498
1335
  _TRa,
1499
- {
1500
- [_h]: ["POST", "/TagResource", 200],
1501
- },
1336
+ { [_h]: ["POST", "/TagResource", 200] },
1502
1337
  () => TagResourceRequest,
1503
1338
  () => TagResourceResponse,
1504
1339
  ];
@@ -1506,9 +1341,7 @@ export var UntagResource = [
1506
1341
  9,
1507
1342
  n0,
1508
1343
  _UR,
1509
- {
1510
- [_h]: ["POST", "/UntagResource", 200],
1511
- },
1344
+ { [_h]: ["POST", "/UntagResource", 200] },
1512
1345
  () => UntagResourceRequest,
1513
1346
  () => UntagResourceResponse,
1514
1347
  ];
@@ -1516,9 +1349,7 @@ export var UpdateGroup = [
1516
1349
  9,
1517
1350
  n0,
1518
1351
  _UG,
1519
- {
1520
- [_h]: ["POST", "/UpdateGroup", 200],
1521
- },
1352
+ { [_h]: ["POST", "/UpdateGroup", 200] },
1522
1353
  () => UpdateGroupRequest,
1523
1354
  () => UpdateGroupResult,
1524
1355
  ];
@@ -1526,9 +1357,7 @@ export var UpdateIndexingRule = [
1526
1357
  9,
1527
1358
  n0,
1528
1359
  _UIR,
1529
- {
1530
- [_h]: ["POST", "/UpdateIndexingRule", 200],
1531
- },
1360
+ { [_h]: ["POST", "/UpdateIndexingRule", 200] },
1532
1361
  () => UpdateIndexingRuleRequest,
1533
1362
  () => UpdateIndexingRuleResult,
1534
1363
  ];
@@ -1536,9 +1365,7 @@ export var UpdateSamplingRule = [
1536
1365
  9,
1537
1366
  n0,
1538
1367
  _USR,
1539
- {
1540
- [_h]: ["POST", "/UpdateSamplingRule", 200],
1541
- },
1368
+ { [_h]: ["POST", "/UpdateSamplingRule", 200] },
1542
1369
  () => UpdateSamplingRuleRequest,
1543
1370
  () => UpdateSamplingRuleResult,
1544
1371
  ];
@@ -1546,9 +1373,7 @@ export var UpdateTraceSegmentDestination = [
1546
1373
  9,
1547
1374
  n0,
1548
1375
  _UTSD,
1549
- {
1550
- [_h]: ["POST", "/UpdateTraceSegmentDestination", 200],
1551
- },
1376
+ { [_h]: ["POST", "/UpdateTraceSegmentDestination", 200] },
1552
1377
  () => UpdateTraceSegmentDestinationRequest,
1553
1378
  () => UpdateTraceSegmentDestinationResult,
1554
1379
  ];
@@ -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
  */