@aws-sdk/client-xray 3.696.0 → 3.698.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 (44) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +506 -24
  3. package/dist-es/XRay.js +16 -0
  4. package/dist-es/commands/CancelTraceRetrievalCommand.js +22 -0
  5. package/dist-es/commands/GetIndexingRulesCommand.js +22 -0
  6. package/dist-es/commands/GetRetrievedTracesGraphCommand.js +22 -0
  7. package/dist-es/commands/GetTraceSegmentDestinationCommand.js +22 -0
  8. package/dist-es/commands/ListRetrievedTracesCommand.js +22 -0
  9. package/dist-es/commands/StartTraceRetrievalCommand.js +22 -0
  10. package/dist-es/commands/UpdateIndexingRuleCommand.js +22 -0
  11. package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +22 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/models/models_0.js +50 -14
  14. package/dist-es/protocols/Aws_restJson1.js +294 -4
  15. package/dist-types/XRay.d.ts +59 -0
  16. package/dist-types/XRayClient.d.ts +10 -2
  17. package/dist-types/commands/BatchGetTracesCommand.d.ts +4 -1
  18. package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +81 -0
  19. package/dist-types/commands/GetIndexingRulesCommand.d.ts +91 -0
  20. package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +185 -0
  21. package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +78 -0
  22. package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -2
  23. package/dist-types/commands/ListRetrievedTracesCommand.d.ts +104 -0
  24. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +14 -4
  25. package/dist-types/commands/StartTraceRetrievalCommand.d.ts +90 -0
  26. package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +98 -0
  27. package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +80 -0
  28. package/dist-types/commands/index.d.ts +8 -0
  29. package/dist-types/models/models_0.d.ts +826 -256
  30. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  31. package/dist-types/ts3.4/XRay.d.ts +139 -0
  32. package/dist-types/ts3.4/XRayClient.d.ts +50 -2
  33. package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +50 -0
  35. package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +213 -61
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  44. package/package.json +1 -1
@@ -27,11 +27,11 @@ declare const PutTraceSegmentsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Uploads segment documents to Amazon Web Services X-Ray. The <a href="https://docs.aws.amazon.com/xray/index.html">X-Ray SDK</a> generates segment documents and sends them to the X-Ray daemon, which uploads them in
31
- * batches. A segment document can be a completed segment, an in-progress segment, or an array of
30
+ * <p>Uploads segment documents to Amazon Web Services X-Ray.
31
+ * A segment document can be a completed segment, an in-progress segment, or an array of
32
32
  * subsegments.</p>
33
33
  * <p>Segments must include the following fields. For the full segment document schema, see
34
- * <a href="https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html">Amazon Web Services X-Ray
34
+ * <a href="https://docs.aws.amazon.com/xray/latest/devguide/aws-xray-interface-api.html#xray-api-segmentdocuments.html">Amazon Web Services X-Ray
35
35
  * Segment Documents</a> in the <i>Amazon Web Services X-Ray Developer Guide</i>.</p>
36
36
  * <p class="title">
37
37
  * <b>Required segment document fields</b>
@@ -72,7 +72,8 @@ declare const PutTraceSegmentsCommand_base: {
72
72
  * </li>
73
73
  * </ul>
74
74
  * <p>A <code>trace_id</code> consists of three numbers separated by hyphens. For example,
75
- * 1-58406520-a006649127e371903a2de979. This includes:</p>
75
+ * 1-58406520-a006649127e371903a2de979. For trace IDs created by an X-Ray SDK, or by Amazon Web Services services
76
+ * integrated with X-Ray, a trace ID includes:</p>
76
77
  * <p class="title">
77
78
  * <b>Trace ID Format</b>
78
79
  * </p>
@@ -90,6 +91,15 @@ declare const PutTraceSegmentsCommand_base: {
90
91
  * digits.</p>
91
92
  * </li>
92
93
  * </ul>
94
+ * <note>
95
+ * <p>Trace IDs created via OpenTelemetry have a different format based on the
96
+ * <a href="https://www.w3.org/TR/trace-context/">W3C Trace Context specification</a>.
97
+ * A W3C trace ID must be formatted in the X-Ray trace ID format when sending to X-Ray. For example, a W3C
98
+ * trace ID <code>4efaaf4d1e8720b39541901950019ee5</code> should be formatted as
99
+ * <code>1-4efaaf4d-1e8720b39541901950019ee5</code> when sending to X-Ray. While X-Ray trace IDs include
100
+ * the original request timestamp in Unix epoch time, this is not required or validated.
101
+ * </p>
102
+ * </note>
93
103
  * @example
94
104
  * Use a bare-bones client and the command you need to make an API call.
95
105
  * ```javascript
@@ -0,0 +1,90 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { StartTraceRetrievalRequest, StartTraceRetrievalResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link StartTraceRetrievalCommand}.
14
+ */
15
+ export interface StartTraceRetrievalCommandInput extends StartTraceRetrievalRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link StartTraceRetrievalCommand}.
21
+ */
22
+ export interface StartTraceRetrievalCommandOutput extends StartTraceRetrievalResult, __MetadataBearer {
23
+ }
24
+ declare const StartTraceRetrievalCommand_base: {
25
+ new (input: StartTraceRetrievalCommandInput): import("@smithy/smithy-client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: StartTraceRetrievalCommandInput): import("@smithy/smithy-client").CommandImpl<StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>
31
+ * Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Transaction-Search.html">Transaction Search</a>.
32
+ * </p>
33
+ * <p>API returns a <code>RetrievalToken</code>, which can be used with <code>ListRetrievedTraces</code> or <code>GetRetrievedTracesGraph</code> to fetch results. Retrievals will time out after 60 minutes. To execute long time ranges, consider segmenting into multiple retrievals.</p>
34
+ * <p>If you are using <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html">CloudWatch cross-account observability</a>, you can use this operation in a monitoring account to retrieve data from a linked source account, as long as both accounts have transaction search enabled.</p>
35
+ * <p>For retrieving data from X-Ray directly as opposed to the Transaction-Search Log group, see <a href="https://docs.aws.amazon.com/xray/latest/api/API_BatchGetTraces.html">BatchGetTraces</a>.</p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { XRayClient, StartTraceRetrievalCommand } from "@aws-sdk/client-xray"; // ES Modules import
40
+ * // const { XRayClient, StartTraceRetrievalCommand } = require("@aws-sdk/client-xray"); // CommonJS import
41
+ * const client = new XRayClient(config);
42
+ * const input = { // StartTraceRetrievalRequest
43
+ * TraceIds: [ // TraceIdListForRetrieval // required
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * StartTime: new Date("TIMESTAMP"), // required
47
+ * EndTime: new Date("TIMESTAMP"), // required
48
+ * };
49
+ * const command = new StartTraceRetrievalCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // StartTraceRetrievalResult
52
+ * // RetrievalToken: "STRING_VALUE",
53
+ * // };
54
+ *
55
+ * ```
56
+ *
57
+ * @param StartTraceRetrievalCommandInput - {@link StartTraceRetrievalCommandInput}
58
+ * @returns {@link StartTraceRetrievalCommandOutput}
59
+ * @see {@link StartTraceRetrievalCommandInput} for command's `input` shape.
60
+ * @see {@link StartTraceRetrievalCommandOutput} for command's `response` shape.
61
+ * @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
62
+ *
63
+ * @throws {@link InvalidRequestException} (client fault)
64
+ * <p>The request is missing required parameters or has invalid parameters.</p>
65
+ *
66
+ * @throws {@link ResourceNotFoundException} (client fault)
67
+ * <p>The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is
68
+ * correct.</p>
69
+ *
70
+ * @throws {@link ThrottledException} (client fault)
71
+ * <p>The request exceeds the maximum number of requests per second.</p>
72
+ *
73
+ * @throws {@link XRayServiceException}
74
+ * <p>Base exception class for all service exceptions from XRay service.</p>
75
+ *
76
+ * @public
77
+ */
78
+ export declare class StartTraceRetrievalCommand extends StartTraceRetrievalCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StartTraceRetrievalRequest;
83
+ output: StartTraceRetrievalResult;
84
+ };
85
+ sdk: {
86
+ input: StartTraceRetrievalCommandInput;
87
+ output: StartTraceRetrievalCommandOutput;
88
+ };
89
+ };
90
+ }
@@ -0,0 +1,98 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateIndexingRuleRequest, UpdateIndexingRuleResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateIndexingRuleCommand}.
14
+ */
15
+ export interface UpdateIndexingRuleCommandInput extends UpdateIndexingRuleRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateIndexingRuleCommand}.
21
+ */
22
+ export interface UpdateIndexingRuleCommandOutput extends UpdateIndexingRuleResult, __MetadataBearer {
23
+ }
24
+ declare const UpdateIndexingRuleCommand_base: {
25
+ new (input: UpdateIndexingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UpdateIndexingRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>
31
+ * Modifies an indexing rule’s configuration.
32
+ * </p>
33
+ * <p>Indexing rules are used for determining the sampling rate for spans indexed from CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Transaction-Search.html">Transaction Search</a>.</p>
34
+ * @example
35
+ * Use a bare-bones client and the command you need to make an API call.
36
+ * ```javascript
37
+ * import { XRayClient, UpdateIndexingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import
38
+ * // const { XRayClient, UpdateIndexingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import
39
+ * const client = new XRayClient(config);
40
+ * const input = { // UpdateIndexingRuleRequest
41
+ * Name: "STRING_VALUE", // required
42
+ * Rule: { // IndexingRuleValueUpdate Union: only one key present
43
+ * Probabilistic: { // ProbabilisticRuleValueUpdate
44
+ * DesiredSamplingPercentage: Number("double"), // required
45
+ * },
46
+ * },
47
+ * };
48
+ * const command = new UpdateIndexingRuleCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // UpdateIndexingRuleResult
51
+ * // IndexingRule: { // IndexingRule
52
+ * // Name: "STRING_VALUE",
53
+ * // ModifiedAt: new Date("TIMESTAMP"),
54
+ * // Rule: { // IndexingRuleValue Union: only one key present
55
+ * // Probabilistic: { // ProbabilisticRuleValue
56
+ * // DesiredSamplingPercentage: Number("double"), // required
57
+ * // ActualSamplingPercentage: Number("double"),
58
+ * // },
59
+ * // },
60
+ * // },
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param UpdateIndexingRuleCommandInput - {@link UpdateIndexingRuleCommandInput}
66
+ * @returns {@link UpdateIndexingRuleCommandOutput}
67
+ * @see {@link UpdateIndexingRuleCommandInput} for command's `input` shape.
68
+ * @see {@link UpdateIndexingRuleCommandOutput} for command's `response` shape.
69
+ * @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
70
+ *
71
+ * @throws {@link InvalidRequestException} (client fault)
72
+ * <p>The request is missing required parameters or has invalid parameters.</p>
73
+ *
74
+ * @throws {@link ResourceNotFoundException} (client fault)
75
+ * <p>The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is
76
+ * correct.</p>
77
+ *
78
+ * @throws {@link ThrottledException} (client fault)
79
+ * <p>The request exceeds the maximum number of requests per second.</p>
80
+ *
81
+ * @throws {@link XRayServiceException}
82
+ * <p>Base exception class for all service exceptions from XRay service.</p>
83
+ *
84
+ * @public
85
+ */
86
+ export declare class UpdateIndexingRuleCommand extends UpdateIndexingRuleCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UpdateIndexingRuleRequest;
91
+ output: UpdateIndexingRuleResult;
92
+ };
93
+ sdk: {
94
+ input: UpdateIndexingRuleCommandInput;
95
+ output: UpdateIndexingRuleCommandOutput;
96
+ };
97
+ };
98
+ }
@@ -0,0 +1,80 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { UpdateTraceSegmentDestinationRequest, UpdateTraceSegmentDestinationResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateTraceSegmentDestinationCommand}.
14
+ */
15
+ export interface UpdateTraceSegmentDestinationCommandInput extends UpdateTraceSegmentDestinationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateTraceSegmentDestinationCommand}.
21
+ */
22
+ export interface UpdateTraceSegmentDestinationCommandOutput extends UpdateTraceSegmentDestinationResult, __MetadataBearer {
23
+ }
24
+ declare const UpdateTraceSegmentDestinationCommand_base: {
25
+ new (input: UpdateTraceSegmentDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [UpdateTraceSegmentDestinationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>
31
+ * Modifies the destination of data sent to <code>PutTraceSegments</code>. The Transaction Search feature requires the CloudWatchLogs destination. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Transaction-Search.html">Transaction Search</a>.
32
+ * </p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { XRayClient, UpdateTraceSegmentDestinationCommand } from "@aws-sdk/client-xray"; // ES Modules import
37
+ * // const { XRayClient, UpdateTraceSegmentDestinationCommand } = require("@aws-sdk/client-xray"); // CommonJS import
38
+ * const client = new XRayClient(config);
39
+ * const input = { // UpdateTraceSegmentDestinationRequest
40
+ * Destination: "XRay" || "CloudWatchLogs",
41
+ * };
42
+ * const command = new UpdateTraceSegmentDestinationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // UpdateTraceSegmentDestinationResult
45
+ * // Destination: "XRay" || "CloudWatchLogs",
46
+ * // Status: "PENDING" || "ACTIVE",
47
+ * // };
48
+ *
49
+ * ```
50
+ *
51
+ * @param UpdateTraceSegmentDestinationCommandInput - {@link UpdateTraceSegmentDestinationCommandInput}
52
+ * @returns {@link UpdateTraceSegmentDestinationCommandOutput}
53
+ * @see {@link UpdateTraceSegmentDestinationCommandInput} for command's `input` shape.
54
+ * @see {@link UpdateTraceSegmentDestinationCommandOutput} for command's `response` shape.
55
+ * @see {@link XRayClientResolvedConfig | config} for XRayClient's `config` shape.
56
+ *
57
+ * @throws {@link InvalidRequestException} (client fault)
58
+ * <p>The request is missing required parameters or has invalid parameters.</p>
59
+ *
60
+ * @throws {@link ThrottledException} (client fault)
61
+ * <p>The request exceeds the maximum number of requests per second.</p>
62
+ *
63
+ * @throws {@link XRayServiceException}
64
+ * <p>Base exception class for all service exceptions from XRay service.</p>
65
+ *
66
+ * @public
67
+ */
68
+ export declare class UpdateTraceSegmentDestinationCommand extends UpdateTraceSegmentDestinationCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UpdateTraceSegmentDestinationRequest;
73
+ output: UpdateTraceSegmentDestinationResult;
74
+ };
75
+ sdk: {
76
+ input: UpdateTraceSegmentDestinationCommandInput;
77
+ output: UpdateTraceSegmentDestinationCommandOutput;
78
+ };
79
+ };
80
+ }
@@ -1,4 +1,5 @@
1
1
  export * from "./BatchGetTracesCommand";
2
+ export * from "./CancelTraceRetrievalCommand";
2
3
  export * from "./CreateGroupCommand";
3
4
  export * from "./CreateSamplingRuleCommand";
4
5
  export * from "./DeleteGroupCommand";
@@ -7,24 +8,31 @@ export * from "./DeleteSamplingRuleCommand";
7
8
  export * from "./GetEncryptionConfigCommand";
8
9
  export * from "./GetGroupCommand";
9
10
  export * from "./GetGroupsCommand";
11
+ export * from "./GetIndexingRulesCommand";
10
12
  export * from "./GetInsightCommand";
11
13
  export * from "./GetInsightEventsCommand";
12
14
  export * from "./GetInsightImpactGraphCommand";
13
15
  export * from "./GetInsightSummariesCommand";
16
+ export * from "./GetRetrievedTracesGraphCommand";
14
17
  export * from "./GetSamplingRulesCommand";
15
18
  export * from "./GetSamplingStatisticSummariesCommand";
16
19
  export * from "./GetSamplingTargetsCommand";
17
20
  export * from "./GetServiceGraphCommand";
18
21
  export * from "./GetTimeSeriesServiceStatisticsCommand";
19
22
  export * from "./GetTraceGraphCommand";
23
+ export * from "./GetTraceSegmentDestinationCommand";
20
24
  export * from "./GetTraceSummariesCommand";
21
25
  export * from "./ListResourcePoliciesCommand";
26
+ export * from "./ListRetrievedTracesCommand";
22
27
  export * from "./ListTagsForResourceCommand";
23
28
  export * from "./PutEncryptionConfigCommand";
24
29
  export * from "./PutResourcePolicyCommand";
25
30
  export * from "./PutTelemetryRecordsCommand";
26
31
  export * from "./PutTraceSegmentsCommand";
32
+ export * from "./StartTraceRetrievalCommand";
27
33
  export * from "./TagResourceCommand";
28
34
  export * from "./UntagResourceCommand";
29
35
  export * from "./UpdateGroupCommand";
36
+ export * from "./UpdateIndexingRuleCommand";
30
37
  export * from "./UpdateSamplingRuleCommand";
38
+ export * from "./UpdateTraceSegmentDestinationCommand";