@aws-sdk/client-xray 3.590.0 → 3.592.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 (65) hide show
  1. package/dist-cjs/index.js +0 -30
  2. package/dist-types/commands/BatchGetTracesCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +2 -1
  8. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +2 -1
  9. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/GetGroupsCommand.d.ts +2 -1
  11. package/dist-types/commands/GetInsightCommand.d.ts +2 -1
  12. package/dist-types/commands/GetInsightEventsCommand.d.ts +2 -1
  13. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +2 -1
  14. package/dist-types/commands/GetInsightSummariesCommand.d.ts +2 -1
  15. package/dist-types/commands/GetSamplingRulesCommand.d.ts +2 -1
  16. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -1
  17. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetServiceGraphCommand.d.ts +2 -1
  19. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetTraceGraphCommand.d.ts +2 -1
  21. package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +2 -1
  25. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +2 -1
  27. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +2 -1
  32. package/dist-types/index.d.ts +2 -2
  33. package/dist-types/models/XRayServiceException.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/models/XRayServiceException.d.ts +2 -1
  65. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -237,7 +237,6 @@ var XRayClient = _XRayClient;
237
237
 
238
238
  var import_middleware_serde = require("@smithy/middleware-serde");
239
239
 
240
- var import_types = require("@smithy/types");
241
240
 
242
241
  // src/protocols/Aws_restJson1.ts
243
242
  var import_core2 = require("@aws-sdk/core");
@@ -2008,7 +2007,6 @@ var BatchGetTracesCommand = _BatchGetTracesCommand;
2008
2007
 
2009
2008
 
2010
2009
 
2011
-
2012
2010
  var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2013
2011
  ...commonParams
2014
2012
  }).m(function(Command, cs, config, o) {
@@ -2025,7 +2023,6 @@ var CreateGroupCommand = _CreateGroupCommand;
2025
2023
 
2026
2024
 
2027
2025
 
2028
-
2029
2026
  var _CreateSamplingRuleCommand = class _CreateSamplingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2030
2027
  ...commonParams
2031
2028
  }).m(function(Command, cs, config, o) {
@@ -2042,7 +2039,6 @@ var CreateSamplingRuleCommand = _CreateSamplingRuleCommand;
2042
2039
 
2043
2040
 
2044
2041
 
2045
-
2046
2042
  var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2047
2043
  ...commonParams
2048
2044
  }).m(function(Command, cs, config, o) {
@@ -2059,7 +2055,6 @@ var DeleteGroupCommand = _DeleteGroupCommand;
2059
2055
 
2060
2056
 
2061
2057
 
2062
-
2063
2058
  var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2064
2059
  ...commonParams
2065
2060
  }).m(function(Command, cs, config, o) {
@@ -2076,7 +2071,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
2076
2071
 
2077
2072
 
2078
2073
 
2079
-
2080
2074
  var _DeleteSamplingRuleCommand = class _DeleteSamplingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2081
2075
  ...commonParams
2082
2076
  }).m(function(Command, cs, config, o) {
@@ -2093,7 +2087,6 @@ var DeleteSamplingRuleCommand = _DeleteSamplingRuleCommand;
2093
2087
 
2094
2088
 
2095
2089
 
2096
-
2097
2090
  var _GetEncryptionConfigCommand = class _GetEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2098
2091
  ...commonParams
2099
2092
  }).m(function(Command, cs, config, o) {
@@ -2110,7 +2103,6 @@ var GetEncryptionConfigCommand = _GetEncryptionConfigCommand;
2110
2103
 
2111
2104
 
2112
2105
 
2113
-
2114
2106
  var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2115
2107
  ...commonParams
2116
2108
  }).m(function(Command, cs, config, o) {
@@ -2127,7 +2119,6 @@ var GetGroupCommand = _GetGroupCommand;
2127
2119
 
2128
2120
 
2129
2121
 
2130
-
2131
2122
  var _GetGroupsCommand = class _GetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2132
2123
  ...commonParams
2133
2124
  }).m(function(Command, cs, config, o) {
@@ -2144,7 +2135,6 @@ var GetGroupsCommand = _GetGroupsCommand;
2144
2135
 
2145
2136
 
2146
2137
 
2147
-
2148
2138
  var _GetInsightCommand = class _GetInsightCommand extends import_smithy_client.Command.classBuilder().ep({
2149
2139
  ...commonParams
2150
2140
  }).m(function(Command, cs, config, o) {
@@ -2161,7 +2151,6 @@ var GetInsightCommand = _GetInsightCommand;
2161
2151
 
2162
2152
 
2163
2153
 
2164
-
2165
2154
  var _GetInsightEventsCommand = class _GetInsightEventsCommand extends import_smithy_client.Command.classBuilder().ep({
2166
2155
  ...commonParams
2167
2156
  }).m(function(Command, cs, config, o) {
@@ -2178,7 +2167,6 @@ var GetInsightEventsCommand = _GetInsightEventsCommand;
2178
2167
 
2179
2168
 
2180
2169
 
2181
-
2182
2170
  var _GetInsightImpactGraphCommand = class _GetInsightImpactGraphCommand extends import_smithy_client.Command.classBuilder().ep({
2183
2171
  ...commonParams
2184
2172
  }).m(function(Command, cs, config, o) {
@@ -2195,7 +2183,6 @@ var GetInsightImpactGraphCommand = _GetInsightImpactGraphCommand;
2195
2183
 
2196
2184
 
2197
2185
 
2198
-
2199
2186
  var _GetInsightSummariesCommand = class _GetInsightSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
2200
2187
  ...commonParams
2201
2188
  }).m(function(Command, cs, config, o) {
@@ -2212,7 +2199,6 @@ var GetInsightSummariesCommand = _GetInsightSummariesCommand;
2212
2199
 
2213
2200
 
2214
2201
 
2215
-
2216
2202
  var _GetSamplingRulesCommand = class _GetSamplingRulesCommand extends import_smithy_client.Command.classBuilder().ep({
2217
2203
  ...commonParams
2218
2204
  }).m(function(Command, cs, config, o) {
@@ -2229,7 +2215,6 @@ var GetSamplingRulesCommand = _GetSamplingRulesCommand;
2229
2215
 
2230
2216
 
2231
2217
 
2232
-
2233
2218
  var _GetSamplingStatisticSummariesCommand = class _GetSamplingStatisticSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
2234
2219
  ...commonParams
2235
2220
  }).m(function(Command, cs, config, o) {
@@ -2246,7 +2231,6 @@ var GetSamplingStatisticSummariesCommand = _GetSamplingStatisticSummariesCommand
2246
2231
 
2247
2232
 
2248
2233
 
2249
-
2250
2234
  var _GetSamplingTargetsCommand = class _GetSamplingTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
2251
2235
  ...commonParams
2252
2236
  }).m(function(Command, cs, config, o) {
@@ -2263,7 +2247,6 @@ var GetSamplingTargetsCommand = _GetSamplingTargetsCommand;
2263
2247
 
2264
2248
 
2265
2249
 
2266
-
2267
2250
  var _GetServiceGraphCommand = class _GetServiceGraphCommand extends import_smithy_client.Command.classBuilder().ep({
2268
2251
  ...commonParams
2269
2252
  }).m(function(Command, cs, config, o) {
@@ -2280,7 +2263,6 @@ var GetServiceGraphCommand = _GetServiceGraphCommand;
2280
2263
 
2281
2264
 
2282
2265
 
2283
-
2284
2266
  var _GetTimeSeriesServiceStatisticsCommand = class _GetTimeSeriesServiceStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
2285
2267
  ...commonParams
2286
2268
  }).m(function(Command, cs, config, o) {
@@ -2297,7 +2279,6 @@ var GetTimeSeriesServiceStatisticsCommand = _GetTimeSeriesServiceStatisticsComma
2297
2279
 
2298
2280
 
2299
2281
 
2300
-
2301
2282
  var _GetTraceGraphCommand = class _GetTraceGraphCommand extends import_smithy_client.Command.classBuilder().ep({
2302
2283
  ...commonParams
2303
2284
  }).m(function(Command, cs, config, o) {
@@ -2314,7 +2295,6 @@ var GetTraceGraphCommand = _GetTraceGraphCommand;
2314
2295
 
2315
2296
 
2316
2297
 
2317
-
2318
2298
  var _GetTraceSummariesCommand = class _GetTraceSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
2319
2299
  ...commonParams
2320
2300
  }).m(function(Command, cs, config, o) {
@@ -2331,7 +2311,6 @@ var GetTraceSummariesCommand = _GetTraceSummariesCommand;
2331
2311
 
2332
2312
 
2333
2313
 
2334
-
2335
2314
  var _ListResourcePoliciesCommand = class _ListResourcePoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
2336
2315
  ...commonParams
2337
2316
  }).m(function(Command, cs, config, o) {
@@ -2348,7 +2327,6 @@ var ListResourcePoliciesCommand = _ListResourcePoliciesCommand;
2348
2327
 
2349
2328
 
2350
2329
 
2351
-
2352
2330
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2353
2331
  ...commonParams
2354
2332
  }).m(function(Command, cs, config, o) {
@@ -2365,7 +2343,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2365
2343
 
2366
2344
 
2367
2345
 
2368
-
2369
2346
  var _PutEncryptionConfigCommand = class _PutEncryptionConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2370
2347
  ...commonParams
2371
2348
  }).m(function(Command, cs, config, o) {
@@ -2382,7 +2359,6 @@ var PutEncryptionConfigCommand = _PutEncryptionConfigCommand;
2382
2359
 
2383
2360
 
2384
2361
 
2385
-
2386
2362
  var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2387
2363
  ...commonParams
2388
2364
  }).m(function(Command, cs, config, o) {
@@ -2399,7 +2375,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
2399
2375
 
2400
2376
 
2401
2377
 
2402
-
2403
2378
  var _PutTelemetryRecordsCommand = class _PutTelemetryRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
2404
2379
  ...commonParams
2405
2380
  }).m(function(Command, cs, config, o) {
@@ -2416,7 +2391,6 @@ var PutTelemetryRecordsCommand = _PutTelemetryRecordsCommand;
2416
2391
 
2417
2392
 
2418
2393
 
2419
-
2420
2394
  var _PutTraceSegmentsCommand = class _PutTraceSegmentsCommand extends import_smithy_client.Command.classBuilder().ep({
2421
2395
  ...commonParams
2422
2396
  }).m(function(Command, cs, config, o) {
@@ -2433,7 +2407,6 @@ var PutTraceSegmentsCommand = _PutTraceSegmentsCommand;
2433
2407
 
2434
2408
 
2435
2409
 
2436
-
2437
2410
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2438
2411
  ...commonParams
2439
2412
  }).m(function(Command, cs, config, o) {
@@ -2450,7 +2423,6 @@ var TagResourceCommand = _TagResourceCommand;
2450
2423
 
2451
2424
 
2452
2425
 
2453
-
2454
2426
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2455
2427
  ...commonParams
2456
2428
  }).m(function(Command, cs, config, o) {
@@ -2467,7 +2439,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2467
2439
 
2468
2440
 
2469
2441
 
2470
-
2471
2442
  var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2472
2443
  ...commonParams
2473
2444
  }).m(function(Command, cs, config, o) {
@@ -2484,7 +2455,6 @@ var UpdateGroupCommand = _UpdateGroupCommand;
2484
2455
 
2485
2456
 
2486
2457
 
2487
-
2488
2458
  var _UpdateSamplingRuleCommand = class _UpdateSamplingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2489
2459
  ...commonParams
2490
2460
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -7,8 +7,8 @@
7
7
  export * from "./XRayClient";
8
8
  export * from "./XRay";
9
9
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
- export { RuntimeExtension } from "./runtimeExtensions";
11
- export { XRayExtensionConfiguration } from "./extensionConfiguration";
10
+ export type { RuntimeExtension } from "./runtimeExtensions";
11
+ export type { XRayExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BatchGetTracesCommandInput extends BatchGetTracesRequest {}
14
15
  export interface BatchGetTracesCommandOutput
15
16
  extends BatchGetTracesResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateGroupCommandInput extends CreateGroupRequest {}
11
12
  export interface CreateGroupCommandOutput
12
13
  extends CreateGroupResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSamplingRuleCommandInput
14
15
  extends CreateSamplingRuleRequest {}
15
16
  export interface CreateSamplingRuleCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
11
12
  export interface DeleteGroupCommandOutput
12
13
  extends DeleteGroupResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteResourcePolicyCommandInput
14
15
  extends DeleteResourcePolicyRequest {}
15
16
  export interface DeleteResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSamplingRuleCommandInput
14
15
  extends DeleteSamplingRuleRequest {}
15
16
  export interface DeleteSamplingRuleCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetEncryptionConfigCommandInput
14
15
  extends GetEncryptionConfigRequest {}
15
16
  export interface GetEncryptionConfigCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGroupCommandInput extends GetGroupRequest {}
11
12
  export interface GetGroupCommandOutput
12
13
  extends GetGroupResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetGroupsCommandInput extends GetGroupsRequest {}
11
12
  export interface GetGroupsCommandOutput
12
13
  extends GetGroupsResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetInsightCommandInput extends GetInsightRequest {}
11
12
  export interface GetInsightCommandOutput
12
13
  extends GetInsightResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetInsightEventsCommandInput extends GetInsightEventsRequest {}
14
15
  export interface GetInsightEventsCommandOutput
15
16
  extends GetInsightEventsResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetInsightImpactGraphCommandInput
14
15
  extends GetInsightImpactGraphRequest {}
15
16
  export interface GetInsightImpactGraphCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetInsightSummariesCommandInput
14
15
  extends GetInsightSummariesRequest {}
15
16
  export interface GetInsightSummariesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSamplingRulesCommandInput extends GetSamplingRulesRequest {}
14
15
  export interface GetSamplingRulesCommandOutput
15
16
  extends GetSamplingRulesResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSamplingStatisticSummariesCommandInput
14
15
  extends GetSamplingStatisticSummariesRequest {}
15
16
  export interface GetSamplingStatisticSummariesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetSamplingTargetsCommandInput
14
15
  extends GetSamplingTargetsRequest {}
15
16
  export interface GetSamplingTargetsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetServiceGraphCommandInput extends GetServiceGraphRequest {}
14
15
  export interface GetServiceGraphCommandOutput
15
16
  extends GetServiceGraphResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTimeSeriesServiceStatisticsCommandInput
14
15
  extends GetTimeSeriesServiceStatisticsRequest {}
15
16
  export interface GetTimeSeriesServiceStatisticsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetTraceGraphCommandInput extends GetTraceGraphRequest {}
11
12
  export interface GetTraceGraphCommandOutput
12
13
  extends GetTraceGraphResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTraceSummariesCommandInput
14
15
  extends GetTraceSummariesRequest {}
15
16
  export interface GetTraceSummariesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListResourcePoliciesCommandInput
14
15
  extends ListResourcePoliciesRequest {}
15
16
  export interface ListResourcePoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutEncryptionConfigCommandInput
14
15
  extends PutEncryptionConfigRequest {}
15
16
  export interface PutEncryptionConfigCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutResourcePolicyCommandInput
14
15
  extends PutResourcePolicyRequest {}
15
16
  export interface PutResourcePolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutTelemetryRecordsCommandInput
14
15
  extends PutTelemetryRecordsRequest {}
15
16
  export interface PutTelemetryRecordsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutTraceSegmentsCommandInput extends PutTraceSegmentsRequest {}
14
15
  export interface PutTraceSegmentsCommandOutput
15
16
  extends PutTraceSegmentsResult,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  XRayClientResolvedConfig,
8
8
  } from "../XRayClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
11
12
  export interface UpdateGroupCommandOutput
12
13
  extends UpdateGroupResult,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceOutputTypes,
10
10
  XRayClientResolvedConfig,
11
11
  } from "../XRayClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSamplingRuleCommandInput
14
15
  extends UpdateSamplingRuleRequest {}
15
16
  export interface UpdateSamplingRuleCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class XRayServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-xray",
3
3
  "description": "AWS SDK for JavaScript Xray Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-xray",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",