@aws-sdk/client-xray 3.35.0 → 3.38.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/XRay.js +0 -5
- package/dist-cjs/XRayClient.js +0 -10
- package/dist-cjs/commands/BatchGetTracesCommand.js +0 -27
- package/dist-cjs/commands/CreateGroupCommand.js +0 -25
- package/dist-cjs/commands/CreateSamplingRuleCommand.js +0 -31
- package/dist-cjs/commands/DeleteGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js +0 -25
- package/dist-cjs/commands/GetEncryptionConfigCommand.js +0 -25
- package/dist-cjs/commands/GetGroupCommand.js +0 -25
- package/dist-cjs/commands/GetGroupsCommand.js +0 -25
- package/dist-cjs/commands/GetInsightCommand.js +0 -27
- package/dist-cjs/commands/GetInsightEventsCommand.js +0 -27
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js +0 -26
- package/dist-cjs/commands/GetInsightSummariesCommand.js +0 -25
- package/dist-cjs/commands/GetSamplingRulesCommand.js +0 -25
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +0 -25
- package/dist-cjs/commands/GetSamplingTargetsCommand.js +0 -26
- package/dist-cjs/commands/GetServiceGraphCommand.js +0 -29
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +0 -26
- package/dist-cjs/commands/GetTraceGraphCommand.js +0 -25
- package/dist-cjs/commands/GetTraceSummariesCommand.js +0 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutEncryptionConfigCommand.js +0 -25
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js +0 -25
- package/dist-cjs/commands/PutTraceSegmentsCommand.js +0 -87
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateGroupCommand.js +0 -25
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js +0 -25
- package/dist-cjs/commands/index.js +30 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -41
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -340
- package/dist-cjs/pagination/BatchGetTracesPaginator.js +0 -11
- package/dist-cjs/pagination/GetGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/GetInsightEventsPaginator.js +0 -11
- package/dist-cjs/pagination/GetInsightSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/GetSamplingRulesPaginator.js +0 -11
- package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/GetServiceGraphPaginator.js +0 -11
- package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js +0 -11
- package/dist-cjs/pagination/GetTraceGraphPaginator.js +0 -11
- package/dist-cjs/pagination/GetTraceSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/XRay.js +0 -1
- package/dist-es/XRayClient.js +0 -1
- package/dist-es/commands/BatchGetTracesCommand.js +0 -1
- package/dist-es/commands/CreateGroupCommand.js +0 -1
- package/dist-es/commands/CreateSamplingRuleCommand.js +0 -1
- package/dist-es/commands/DeleteGroupCommand.js +0 -1
- package/dist-es/commands/DeleteSamplingRuleCommand.js +0 -1
- package/dist-es/commands/GetEncryptionConfigCommand.js +0 -1
- package/dist-es/commands/GetGroupCommand.js +0 -1
- package/dist-es/commands/GetGroupsCommand.js +0 -1
- package/dist-es/commands/GetInsightCommand.js +0 -1
- package/dist-es/commands/GetInsightEventsCommand.js +0 -1
- package/dist-es/commands/GetInsightImpactGraphCommand.js +0 -1
- package/dist-es/commands/GetInsightSummariesCommand.js +0 -1
- package/dist-es/commands/GetSamplingRulesCommand.js +0 -1
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +0 -1
- package/dist-es/commands/GetSamplingTargetsCommand.js +0 -1
- package/dist-es/commands/GetServiceGraphCommand.js +0 -1
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +0 -1
- package/dist-es/commands/GetTraceGraphCommand.js +0 -1
- package/dist-es/commands/GetTraceSummariesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutEncryptionConfigCommand.js +0 -1
- package/dist-es/commands/PutTelemetryRecordsCommand.js +0 -1
- package/dist-es/commands/PutTraceSegmentsCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateGroupCommand.js +0 -1
- package/dist-es/commands/UpdateSamplingRuleCommand.js +0 -1
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -41
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/BatchGetTracesPaginator.js +0 -1
- package/dist-es/pagination/GetGroupsPaginator.js +0 -1
- package/dist-es/pagination/GetInsightEventsPaginator.js +0 -1
- package/dist-es/pagination/GetInsightSummariesPaginator.js +0 -1
- package/dist-es/pagination/GetSamplingRulesPaginator.js +0 -1
- package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js +0 -1
- package/dist-es/pagination/GetServiceGraphPaginator.js +0 -1
- package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js +0 -1
- package/dist-es/pagination/GetTraceGraphPaginator.js +0 -1
- package/dist-es/pagination/GetTraceSummariesPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/index.d.ts +4 -40
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/XRay.d.ts +28 -183
- package/dist-types/ts3.4/XRayClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +2 -36
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +2 -82
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/index.d.ts +4 -40
- package/dist-types/ts3.4/models/models_0.d.ts +540 -1902
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/XRay.js.map +0 -1
- package/dist-cjs/XRayClient.js.map +0 -1
- package/dist-cjs/commands/BatchGetTracesCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSamplingRuleCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js.map +0 -1
- package/dist-cjs/commands/GetEncryptionConfigCommand.js.map +0 -1
- package/dist-cjs/commands/GetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/GetGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightEventsCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/GetSamplingRulesCommand.js.map +0 -1
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/GetSamplingTargetsCommand.js.map +0 -1
- package/dist-cjs/commands/GetServiceGraphCommand.js.map +0 -1
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js.map +0 -1
- package/dist-cjs/commands/GetTraceGraphCommand.js.map +0 -1
- package/dist-cjs/commands/GetTraceSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutEncryptionConfigCommand.js.map +0 -1
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js.map +0 -1
- package/dist-cjs/commands/PutTraceSegmentsCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGroupCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/BatchGetTracesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetInsightEventsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetInsightSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetSamplingRulesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetServiceGraphPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetTraceGraphPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetTraceSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/XRay.js.map +0 -1
- package/dist-es/XRayClient.js.map +0 -1
- package/dist-es/commands/BatchGetTracesCommand.js.map +0 -1
- package/dist-es/commands/CreateGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateSamplingRuleCommand.js.map +0 -1
- package/dist-es/commands/DeleteGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteSamplingRuleCommand.js.map +0 -1
- package/dist-es/commands/GetEncryptionConfigCommand.js.map +0 -1
- package/dist-es/commands/GetGroupCommand.js.map +0 -1
- package/dist-es/commands/GetGroupsCommand.js.map +0 -1
- package/dist-es/commands/GetInsightCommand.js.map +0 -1
- package/dist-es/commands/GetInsightEventsCommand.js.map +0 -1
- package/dist-es/commands/GetInsightImpactGraphCommand.js.map +0 -1
- package/dist-es/commands/GetInsightSummariesCommand.js.map +0 -1
- package/dist-es/commands/GetSamplingRulesCommand.js.map +0 -1
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js.map +0 -1
- package/dist-es/commands/GetSamplingTargetsCommand.js.map +0 -1
- package/dist-es/commands/GetServiceGraphCommand.js.map +0 -1
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js.map +0 -1
- package/dist-es/commands/GetTraceGraphCommand.js.map +0 -1
- package/dist-es/commands/GetTraceSummariesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutEncryptionConfigCommand.js.map +0 -1
- package/dist-es/commands/PutTelemetryRecordsCommand.js.map +0 -1
- package/dist-es/commands/PutTraceSegmentsCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateGroupCommand.js.map +0 -1
- package/dist-es/commands/UpdateSamplingRuleCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/BatchGetTracesPaginator.js.map +0 -1
- package/dist-es/pagination/GetGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/GetInsightEventsPaginator.js.map +0 -1
- package/dist-es/pagination/GetInsightSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/GetSamplingRulesPaginator.js.map +0 -1
- package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/GetServiceGraphPaginator.js.map +0 -1
- package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js.map +0 -1
- package/dist-es/pagination/GetTraceGraphPaginator.js.map +0 -1
- package/dist-es/pagination/GetTraceSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/XRay.ts +0 -1036
- package/src/XRayClient.ts +0 -342
- package/src/commands/BatchGetTracesCommand.ts +0 -97
- package/src/commands/CreateGroupCommand.ts +0 -95
- package/src/commands/CreateSamplingRuleCommand.ts +0 -101
- package/src/commands/DeleteGroupCommand.ts +0 -95
- package/src/commands/DeleteSamplingRuleCommand.ts +0 -95
- package/src/commands/GetEncryptionConfigCommand.ts +0 -95
- package/src/commands/GetGroupCommand.ts +0 -91
- package/src/commands/GetGroupsCommand.ts +0 -95
- package/src/commands/GetInsightCommand.ts +0 -97
- package/src/commands/GetInsightEventsCommand.ts +0 -97
- package/src/commands/GetInsightImpactGraphCommand.ts +0 -96
- package/src/commands/GetInsightSummariesCommand.ts +0 -95
- package/src/commands/GetSamplingRulesCommand.ts +0 -95
- package/src/commands/GetSamplingStatisticSummariesCommand.ts +0 -100
- package/src/commands/GetSamplingTargetsCommand.ts +0 -96
- package/src/commands/GetServiceGraphCommand.ts +0 -99
- package/src/commands/GetTimeSeriesServiceStatisticsCommand.ts +0 -104
- package/src/commands/GetTraceGraphCommand.ts +0 -95
- package/src/commands/GetTraceSummariesCommand.ts +0 -111
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutEncryptionConfigCommand.ts +0 -95
- package/src/commands/PutTelemetryRecordsCommand.ts +0 -95
- package/src/commands/PutTraceSegmentsCommand.ts +0 -157
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -96
- package/src/commands/UpdateGroupCommand.ts +0 -95
- package/src/commands/UpdateSamplingRuleCommand.ts +0 -95
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -41
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -3647
- package/src/pagination/BatchGetTracesPaginator.ts +0 -58
- package/src/pagination/GetGroupsPaginator.ts +0 -54
- package/src/pagination/GetInsightEventsPaginator.ts +0 -59
- package/src/pagination/GetInsightSummariesPaginator.ts +0 -59
- package/src/pagination/GetSamplingRulesPaginator.ts +0 -58
- package/src/pagination/GetSamplingStatisticSummariesPaginator.ts +0 -58
- package/src/pagination/GetServiceGraphPaginator.ts +0 -58
- package/src/pagination/GetTimeSeriesServiceStatisticsPaginator.ts +0 -58
- package/src/pagination/GetTraceGraphPaginator.ts +0 -58
- package/src/pagination/GetTraceSummariesPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/protocols/Aws_restJson1.ts +0 -4338
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,91 +6,11 @@ export interface PutTraceSegmentsCommandInput extends PutTraceSegmentsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutTraceSegmentsCommandOutput extends PutTraceSegmentsResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <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
|
|
11
|
-
* batches. A segment document can be a completed segment, an in-progress segment, or an array of
|
|
12
|
-
* subsegments.</p>
|
|
13
|
-
* <p>Segments must include the following fields. For the full segment document schema, see
|
|
14
|
-
* <a href="https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html">Amazon Web Services X-Ray
|
|
15
|
-
* Segment Documents</a> in the <i>Amazon Web Services X-Ray Developer Guide</i>.</p>
|
|
16
|
-
* <p class="title">
|
|
17
|
-
* <b>Required segment document fields</b>
|
|
18
|
-
* </p>
|
|
19
|
-
* <ul>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <code>name</code> - The name of the service that handled the request.</p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>
|
|
26
|
-
* <code>id</code> - A 64-bit identifier for the segment, unique among segments in the same trace, in 16
|
|
27
|
-
* hexadecimal digits.</p>
|
|
28
|
-
* </li>
|
|
29
|
-
* <li>
|
|
30
|
-
* <p>
|
|
31
|
-
* <code>trace_id</code> - A unique identifier that connects all segments and subsegments originating from
|
|
32
|
-
* a single client request.</p>
|
|
33
|
-
* </li>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>
|
|
36
|
-
* <code>start_time</code> - Time the segment or subsegment was created, in floating point seconds in
|
|
37
|
-
* epoch time, accurate to milliseconds. For example, <code>1480615200.010</code> or
|
|
38
|
-
* <code>1.480615200010E9</code>.</p>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>
|
|
42
|
-
* <code>end_time</code> - Time the segment or subsegment was closed. For example,
|
|
43
|
-
* <code>1480615200.090</code> or <code>1.480615200090E9</code>. Specify either an <code>end_time</code> or
|
|
44
|
-
* <code>in_progress</code>.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* <li>
|
|
47
|
-
* <p>
|
|
48
|
-
* <code>in_progress</code> - Set to <code>true</code> instead of specifying an <code>end_time</code> to
|
|
49
|
-
* record that a segment has been started, but is not complete. Send an in-progress segment when your application
|
|
50
|
-
* receives a request that will take a long time to serve, to trace that the request was received. When the
|
|
51
|
-
* response is sent, send the complete segment to overwrite the in-progress segment.</p>
|
|
52
|
-
* </li>
|
|
53
|
-
* </ul>
|
|
54
|
-
* <p>A <code>trace_id</code> consists of three numbers separated by hyphens. For example,
|
|
55
|
-
* 1-58406520-a006649127e371903a2de979. This includes:</p>
|
|
56
|
-
* <p class="title">
|
|
57
|
-
* <b>Trace ID Format</b>
|
|
58
|
-
* </p>
|
|
59
|
-
* <ul>
|
|
60
|
-
* <li>
|
|
61
|
-
* <p>The version number, for instance, <code>1</code>.</p>
|
|
62
|
-
* </li>
|
|
63
|
-
* <li>
|
|
64
|
-
* <p>The time of the original request, in Unix epoch time, in 8 hexadecimal digits. For
|
|
65
|
-
* example, 10:00AM December 2nd, 2016 PST in epoch time is <code>1480615200</code> seconds,
|
|
66
|
-
* or <code>58406520</code> in hexadecimal.</p>
|
|
67
|
-
* </li>
|
|
68
|
-
* <li>
|
|
69
|
-
* <p>A 96-bit identifier for the trace, globally unique, in 24 hexadecimal
|
|
70
|
-
* digits.</p>
|
|
71
|
-
* </li>
|
|
72
|
-
* </ul>
|
|
73
|
-
* @example
|
|
74
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
75
|
-
* ```javascript
|
|
76
|
-
* import { XRayClient, PutTraceSegmentsCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
77
|
-
* // const { XRayClient, PutTraceSegmentsCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
78
|
-
* const client = new XRayClient(config);
|
|
79
|
-
* const command = new PutTraceSegmentsCommand(input);
|
|
80
|
-
* const response = await client.send(command);
|
|
81
|
-
* ```
|
|
82
|
-
*
|
|
83
|
-
* @see {@link PutTraceSegmentsCommandInput} for command's `input` shape.
|
|
84
|
-
* @see {@link PutTraceSegmentsCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link XRayClientResolvedConfig | config} for command's `input` shape.
|
|
86
|
-
*
|
|
87
|
-
*/
|
|
9
|
+
|
|
88
10
|
export declare class PutTraceSegmentsCommand extends $Command<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput, XRayClientResolvedConfig> {
|
|
89
11
|
readonly input: PutTraceSegmentsCommandInput;
|
|
90
12
|
constructor(input: PutTraceSegmentsCommandInput);
|
|
91
|
-
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
13
|
+
|
|
94
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput>;
|
|
95
15
|
private serialize;
|
|
96
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Applies tags to an existing Amazon Web Services X-Ray group or sampling rule.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { XRayClient, TagResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
15
|
-
* // const { XRayClient, TagResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
16
|
-
* const client = new XRayClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link XRayClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, XRayClientResolvedConfig> {
|
|
27
11
|
readonly input: TagResourceCommandInput;
|
|
28
12
|
constructor(input: TagResourceCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system
|
|
11
|
-
* tags (those with an <code>aws:</code> prefix).</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { XRayClient, UntagResourceCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
16
|
-
* // const { XRayClient, UntagResourceCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
17
|
-
* const client = new XRayClient(config);
|
|
18
|
-
* const command = new UntagResourceCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link XRayClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, XRayClientResolvedConfig> {
|
|
28
11
|
readonly input: UntagResourceCommandInput;
|
|
29
12
|
constructor(input: UntagResourceCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateGroupCommandInput extends UpdateGroupRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateGroupCommandOutput extends UpdateGroupResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Updates a group resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { XRayClient, UpdateGroupCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
15
|
-
* // const { XRayClient, UpdateGroupCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
16
|
-
* const client = new XRayClient(config);
|
|
17
|
-
* const command = new UpdateGroupCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateGroupCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link XRayClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, XRayClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateGroupCommandInput;
|
|
28
12
|
constructor(input: UpdateGroupCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGroupCommandInput, UpdateGroupCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface UpdateSamplingRuleCommandInput extends UpdateSamplingRuleReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateSamplingRuleCommandOutput extends UpdateSamplingRuleResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Modifies a sampling rule's configuration.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { XRayClient, UpdateSamplingRuleCommand } from "@aws-sdk/client-xray"; // ES Modules import
|
|
15
|
-
* // const { XRayClient, UpdateSamplingRuleCommand } = require("@aws-sdk/client-xray"); // CommonJS import
|
|
16
|
-
* const client = new XRayClient(config);
|
|
17
|
-
* const command = new UpdateSamplingRuleCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateSamplingRuleCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateSamplingRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link XRayClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class UpdateSamplingRuleCommand extends $Command<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig> {
|
|
27
11
|
readonly input: UpdateSamplingRuleCommandInput;
|
|
28
12
|
constructor(input: UpdateSamplingRuleCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: XRayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from "./BatchGetTracesCommand";
|
|
2
|
+
export * from "./CreateGroupCommand";
|
|
3
|
+
export * from "./CreateSamplingRuleCommand";
|
|
4
|
+
export * from "./DeleteGroupCommand";
|
|
5
|
+
export * from "./DeleteSamplingRuleCommand";
|
|
6
|
+
export * from "./GetEncryptionConfigCommand";
|
|
7
|
+
export * from "./GetGroupCommand";
|
|
8
|
+
export * from "./GetGroupsCommand";
|
|
9
|
+
export * from "./GetInsightCommand";
|
|
10
|
+
export * from "./GetInsightEventsCommand";
|
|
11
|
+
export * from "./GetInsightImpactGraphCommand";
|
|
12
|
+
export * from "./GetInsightSummariesCommand";
|
|
13
|
+
export * from "./GetSamplingRulesCommand";
|
|
14
|
+
export * from "./GetSamplingStatisticSummariesCommand";
|
|
15
|
+
export * from "./GetSamplingTargetsCommand";
|
|
16
|
+
export * from "./GetServiceGraphCommand";
|
|
17
|
+
export * from "./GetTimeSeriesServiceStatisticsCommand";
|
|
18
|
+
export * from "./GetTraceGraphCommand";
|
|
19
|
+
export * from "./GetTraceSummariesCommand";
|
|
20
|
+
export * from "./ListTagsForResourceCommand";
|
|
21
|
+
export * from "./PutEncryptionConfigCommand";
|
|
22
|
+
export * from "./PutTelemetryRecordsCommand";
|
|
23
|
+
export * from "./PutTraceSegmentsCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateGroupCommand";
|
|
27
|
+
export * from "./UpdateSamplingRuleCommand";
|
|
@@ -1,41 +1,5 @@
|
|
|
1
|
-
export * from "./XRayClient";
|
|
2
1
|
export * from "./XRay";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/DeleteGroupCommand";
|
|
8
|
-
export * from "./commands/DeleteSamplingRuleCommand";
|
|
9
|
-
export * from "./commands/GetEncryptionConfigCommand";
|
|
10
|
-
export * from "./commands/GetGroupCommand";
|
|
11
|
-
export * from "./commands/GetGroupsCommand";
|
|
12
|
-
export * from "./pagination/GetGroupsPaginator";
|
|
13
|
-
export * from "./commands/GetInsightCommand";
|
|
14
|
-
export * from "./commands/GetInsightEventsCommand";
|
|
15
|
-
export * from "./pagination/GetInsightEventsPaginator";
|
|
16
|
-
export * from "./commands/GetInsightImpactGraphCommand";
|
|
17
|
-
export * from "./commands/GetInsightSummariesCommand";
|
|
18
|
-
export * from "./pagination/GetInsightSummariesPaginator";
|
|
19
|
-
export * from "./commands/GetSamplingRulesCommand";
|
|
20
|
-
export * from "./pagination/GetSamplingRulesPaginator";
|
|
21
|
-
export * from "./commands/GetSamplingStatisticSummariesCommand";
|
|
22
|
-
export * from "./pagination/GetSamplingStatisticSummariesPaginator";
|
|
23
|
-
export * from "./commands/GetSamplingTargetsCommand";
|
|
24
|
-
export * from "./commands/GetServiceGraphCommand";
|
|
25
|
-
export * from "./pagination/GetServiceGraphPaginator";
|
|
26
|
-
export * from "./commands/GetTimeSeriesServiceStatisticsCommand";
|
|
27
|
-
export * from "./pagination/GetTimeSeriesServiceStatisticsPaginator";
|
|
28
|
-
export * from "./commands/GetTraceGraphCommand";
|
|
29
|
-
export * from "./pagination/GetTraceGraphPaginator";
|
|
30
|
-
export * from "./commands/GetTraceSummariesCommand";
|
|
31
|
-
export * from "./pagination/GetTraceSummariesPaginator";
|
|
32
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
33
|
-
export * from "./commands/PutEncryptionConfigCommand";
|
|
34
|
-
export * from "./commands/PutTelemetryRecordsCommand";
|
|
35
|
-
export * from "./commands/PutTraceSegmentsCommand";
|
|
36
|
-
export * from "./commands/TagResourceCommand";
|
|
37
|
-
export * from "./commands/UntagResourceCommand";
|
|
38
|
-
export * from "./commands/UpdateGroupCommand";
|
|
39
|
-
export * from "./commands/UpdateSamplingRuleCommand";
|
|
40
|
-
export * from "./pagination/Interfaces";
|
|
41
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./XRayClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|