@aws-sdk/client-xray 3.1077.0 → 3.1078.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/dist-cjs/index.js +46 -383
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetTracesCommand.js +2 -14
- package/dist-es/commands/CancelTraceRetrievalCommand.js +2 -14
- package/dist-es/commands/CreateGroupCommand.js +2 -14
- package/dist-es/commands/CreateSamplingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteGroupCommand.js +2 -14
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
- package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -14
- package/dist-es/commands/GetEncryptionConfigCommand.js +2 -14
- package/dist-es/commands/GetGroupCommand.js +2 -14
- package/dist-es/commands/GetGroupsCommand.js +2 -14
- package/dist-es/commands/GetIndexingRulesCommand.js +2 -14
- package/dist-es/commands/GetInsightCommand.js +2 -14
- package/dist-es/commands/GetInsightEventsCommand.js +2 -14
- package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -14
- package/dist-es/commands/GetInsightSummariesCommand.js +2 -14
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +2 -14
- package/dist-es/commands/GetSamplingRulesCommand.js +2 -14
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -14
- package/dist-es/commands/GetSamplingTargetsCommand.js +2 -14
- package/dist-es/commands/GetServiceGraphCommand.js +2 -14
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -14
- package/dist-es/commands/GetTraceGraphCommand.js +2 -14
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +2 -14
- package/dist-es/commands/GetTraceSummariesCommand.js +2 -14
- package/dist-es/commands/ListResourcePoliciesCommand.js +2 -14
- package/dist-es/commands/ListRetrievedTracesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutEncryptionConfigCommand.js +2 -14
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
- package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -14
- package/dist-es/commands/PutTraceSegmentsCommand.js +2 -14
- package/dist-es/commands/StartTraceRetrievalCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateGroupCommand.js +2 -14
- package/dist-es/commands/UpdateIndexingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetTracesCommand.d.ts +3 -8
- package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +3 -8
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSamplingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetEncryptionConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/GetIndexingRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightEventsCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetInsightSummariesCommand.d.ts +3 -8
- package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetSamplingRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -8
- package/dist-types/commands/GetSamplingTargetsCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +3 -8
- package/dist-types/commands/GetTraceGraphCommand.d.ts +3 -8
- package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +3 -8
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListRetrievedTracesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutEncryptionConfigCommand.d.ts +3 -8
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +3 -8
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +3 -8
- package/dist-types/commands/StartTraceRetrievalCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEncryptionConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEncryptionConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetEncryptionConfig", {})
|
|
13
|
-
.n("XRayClient", "GetEncryptionConfigCommand")
|
|
14
|
-
.sc(GetEncryptionConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEncryptionConfigCommand extends command(_ep0, _mw0, "GetEncryptionConfig", GetEncryptionConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetGroup", {})
|
|
13
|
-
.n("XRayClient", "GetGroupCommand")
|
|
14
|
-
.sc(GetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetGroups", {})
|
|
13
|
-
.n("XRayClient", "GetGroupsCommand")
|
|
14
|
-
.sc(GetGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetGroupsCommand extends command(_ep0, _mw0, "GetGroups", GetGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIndexingRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIndexingRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetIndexingRules", {})
|
|
13
|
-
.n("XRayClient", "GetIndexingRulesCommand")
|
|
14
|
-
.sc(GetIndexingRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIndexingRulesCommand extends command(_ep0, _mw0, "GetIndexingRules", GetIndexingRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInsight$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInsightCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetInsight", {})
|
|
13
|
-
.n("XRayClient", "GetInsightCommand")
|
|
14
|
-
.sc(GetInsight$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInsightCommand extends command(_ep0, _mw0, "GetInsight", GetInsight$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInsightEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInsightEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetInsightEvents", {})
|
|
13
|
-
.n("XRayClient", "GetInsightEventsCommand")
|
|
14
|
-
.sc(GetInsightEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInsightEventsCommand extends command(_ep0, _mw0, "GetInsightEvents", GetInsightEvents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInsightImpactGraph$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInsightImpactGraphCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetInsightImpactGraph", {})
|
|
13
|
-
.n("XRayClient", "GetInsightImpactGraphCommand")
|
|
14
|
-
.sc(GetInsightImpactGraph$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInsightImpactGraphCommand extends command(_ep0, _mw0, "GetInsightImpactGraph", GetInsightImpactGraph$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetInsightSummaries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetInsightSummariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetInsightSummaries", {})
|
|
13
|
-
.n("XRayClient", "GetInsightSummariesCommand")
|
|
14
|
-
.sc(GetInsightSummaries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetInsightSummariesCommand extends command(_ep0, _mw0, "GetInsightSummaries", GetInsightSummaries$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRetrievedTracesGraph$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRetrievedTracesGraphCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetRetrievedTracesGraph", {})
|
|
13
|
-
.n("XRayClient", "GetRetrievedTracesGraphCommand")
|
|
14
|
-
.sc(GetRetrievedTracesGraph$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRetrievedTracesGraphCommand extends command(_ep0, _mw0, "GetRetrievedTracesGraph", GetRetrievedTracesGraph$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSamplingRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSamplingRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetSamplingRules", {})
|
|
13
|
-
.n("XRayClient", "GetSamplingRulesCommand")
|
|
14
|
-
.sc(GetSamplingRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSamplingRulesCommand extends command(_ep0, _mw0, "GetSamplingRules", GetSamplingRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSamplingStatisticSummaries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSamplingStatisticSummariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetSamplingStatisticSummaries", {})
|
|
13
|
-
.n("XRayClient", "GetSamplingStatisticSummariesCommand")
|
|
14
|
-
.sc(GetSamplingStatisticSummaries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSamplingStatisticSummariesCommand extends command(_ep0, _mw0, "GetSamplingStatisticSummaries", GetSamplingStatisticSummaries$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSamplingTargets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSamplingTargetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetSamplingTargets", {})
|
|
13
|
-
.n("XRayClient", "GetSamplingTargetsCommand")
|
|
14
|
-
.sc(GetSamplingTargets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSamplingTargetsCommand extends command(_ep0, _mw0, "GetSamplingTargets", GetSamplingTargets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetServiceGraph$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServiceGraphCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetServiceGraph", {})
|
|
13
|
-
.n("XRayClient", "GetServiceGraphCommand")
|
|
14
|
-
.sc(GetServiceGraph$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServiceGraphCommand extends command(_ep0, _mw0, "GetServiceGraph", GetServiceGraph$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTimeSeriesServiceStatistics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTimeSeriesServiceStatisticsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetTimeSeriesServiceStatistics", {})
|
|
13
|
-
.n("XRayClient", "GetTimeSeriesServiceStatisticsCommand")
|
|
14
|
-
.sc(GetTimeSeriesServiceStatistics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTimeSeriesServiceStatisticsCommand extends command(_ep0, _mw0, "GetTimeSeriesServiceStatistics", GetTimeSeriesServiceStatistics$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTraceGraph$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTraceGraphCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetTraceGraph", {})
|
|
13
|
-
.n("XRayClient", "GetTraceGraphCommand")
|
|
14
|
-
.sc(GetTraceGraph$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTraceGraphCommand extends command(_ep0, _mw0, "GetTraceGraph", GetTraceGraph$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTraceSegmentDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTraceSegmentDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetTraceSegmentDestination", {})
|
|
13
|
-
.n("XRayClient", "GetTraceSegmentDestinationCommand")
|
|
14
|
-
.sc(GetTraceSegmentDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTraceSegmentDestinationCommand extends command(_ep0, _mw0, "GetTraceSegmentDestination", GetTraceSegmentDestination$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTraceSummaries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTraceSummariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "GetTraceSummaries", {})
|
|
13
|
-
.n("XRayClient", "GetTraceSummariesCommand")
|
|
14
|
-
.sc(GetTraceSummaries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTraceSummariesCommand extends command(_ep0, _mw0, "GetTraceSummaries", GetTraceSummaries$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListResourcePolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListResourcePoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "ListResourcePolicies", {})
|
|
13
|
-
.n("XRayClient", "ListResourcePoliciesCommand")
|
|
14
|
-
.sc(ListResourcePolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListResourcePoliciesCommand extends command(_ep0, _mw0, "ListResourcePolicies", ListResourcePolicies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRetrievedTraces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRetrievedTracesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "ListRetrievedTraces", {})
|
|
13
|
-
.n("XRayClient", "ListRetrievedTracesCommand")
|
|
14
|
-
.sc(ListRetrievedTraces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRetrievedTracesCommand extends command(_ep0, _mw0, "ListRetrievedTraces", ListRetrievedTraces$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "ListTagsForResource", {})
|
|
13
|
-
.n("XRayClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutEncryptionConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutEncryptionConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "PutEncryptionConfig", {})
|
|
13
|
-
.n("XRayClient", "PutEncryptionConfigCommand")
|
|
14
|
-
.sc(PutEncryptionConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutEncryptionConfigCommand extends command(_ep0, _mw0, "PutEncryptionConfig", PutEncryptionConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutResourcePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "PutResourcePolicy", {})
|
|
13
|
-
.n("XRayClient", "PutResourcePolicyCommand")
|
|
14
|
-
.sc(PutResourcePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTelemetryRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTelemetryRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "PutTelemetryRecords", {})
|
|
13
|
-
.n("XRayClient", "PutTelemetryRecordsCommand")
|
|
14
|
-
.sc(PutTelemetryRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTelemetryRecordsCommand extends command(_ep0, _mw0, "PutTelemetryRecords", PutTelemetryRecords$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutTraceSegments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutTraceSegmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "PutTraceSegments", {})
|
|
13
|
-
.n("XRayClient", "PutTraceSegmentsCommand")
|
|
14
|
-
.sc(PutTraceSegments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutTraceSegmentsCommand extends command(_ep0, _mw0, "PutTraceSegments", PutTraceSegments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTraceRetrieval$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTraceRetrievalCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "StartTraceRetrieval", {})
|
|
13
|
-
.n("XRayClient", "StartTraceRetrievalCommand")
|
|
14
|
-
.sc(StartTraceRetrieval$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTraceRetrievalCommand extends command(_ep0, _mw0, "StartTraceRetrieval", StartTraceRetrieval$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "TagResource", {})
|
|
13
|
-
.n("XRayClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "UntagResource", {})
|
|
13
|
-
.n("XRayClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "UpdateGroup", {})
|
|
13
|
-
.n("XRayClient", "UpdateGroupCommand")
|
|
14
|
-
.sc(UpdateGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateGroupCommand extends command(_ep0, _mw0, "UpdateGroup", UpdateGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateIndexingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateIndexingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "UpdateIndexingRule", {})
|
|
13
|
-
.n("XRayClient", "UpdateIndexingRuleCommand")
|
|
14
|
-
.sc(UpdateIndexingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateIndexingRuleCommand extends command(_ep0, _mw0, "UpdateIndexingRule", UpdateIndexingRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSamplingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSamplingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "UpdateSamplingRule", {})
|
|
13
|
-
.n("XRayClient", "UpdateSamplingRuleCommand")
|
|
14
|
-
.sc(UpdateSamplingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSamplingRuleCommand extends command(_ep0, _mw0, "UpdateSamplingRule", UpdateSamplingRule$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTraceSegmentDestination$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTraceSegmentDestinationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSXRay", "UpdateTraceSegmentDestination", {})
|
|
13
|
-
.n("XRayClient", "UpdateTraceSegmentDestinationCommand")
|
|
14
|
-
.sc(UpdateTraceSegmentDestination$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTraceSegmentDestinationCommand extends command(_ep0, _mw0, "UpdateTraceSegmentDestination", UpdateTraceSegmentDestination$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED