@aws-sdk/client-xray 3.1076.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.
Files changed (134) hide show
  1. package/dist-cjs/index.js +49 -385
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetTracesCommand.js +2 -14
  4. package/dist-es/commands/CancelTraceRetrievalCommand.js +2 -14
  5. package/dist-es/commands/CreateGroupCommand.js +2 -14
  6. package/dist-es/commands/CreateSamplingRuleCommand.js +2 -14
  7. package/dist-es/commands/DeleteGroupCommand.js +2 -14
  8. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  9. package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -14
  10. package/dist-es/commands/GetEncryptionConfigCommand.js +2 -14
  11. package/dist-es/commands/GetGroupCommand.js +2 -14
  12. package/dist-es/commands/GetGroupsCommand.js +2 -14
  13. package/dist-es/commands/GetIndexingRulesCommand.js +2 -14
  14. package/dist-es/commands/GetInsightCommand.js +2 -14
  15. package/dist-es/commands/GetInsightEventsCommand.js +2 -14
  16. package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -14
  17. package/dist-es/commands/GetInsightSummariesCommand.js +2 -14
  18. package/dist-es/commands/GetRetrievedTracesGraphCommand.js +2 -14
  19. package/dist-es/commands/GetSamplingRulesCommand.js +2 -14
  20. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -14
  21. package/dist-es/commands/GetSamplingTargetsCommand.js +2 -14
  22. package/dist-es/commands/GetServiceGraphCommand.js +2 -14
  23. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -14
  24. package/dist-es/commands/GetTraceGraphCommand.js +2 -14
  25. package/dist-es/commands/GetTraceSegmentDestinationCommand.js +2 -14
  26. package/dist-es/commands/GetTraceSummariesCommand.js +2 -14
  27. package/dist-es/commands/ListResourcePoliciesCommand.js +2 -14
  28. package/dist-es/commands/ListRetrievedTracesCommand.js +2 -14
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  30. package/dist-es/commands/PutEncryptionConfigCommand.js +2 -14
  31. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  32. package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -14
  33. package/dist-es/commands/PutTraceSegmentsCommand.js +2 -14
  34. package/dist-es/commands/StartTraceRetrievalCommand.js +2 -14
  35. package/dist-es/commands/TagResourceCommand.js +2 -14
  36. package/dist-es/commands/UntagResourceCommand.js +2 -14
  37. package/dist-es/commands/UpdateGroupCommand.js +2 -14
  38. package/dist-es/commands/UpdateIndexingRuleCommand.js +2 -14
  39. package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -14
  40. package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +2 -14
  41. package/dist-es/index.js +1 -0
  42. package/dist-es/runtimeConfig.browser.js +0 -2
  43. package/dist-es/runtimeConfig.js +1 -2
  44. package/dist-es/runtimeConfig.native.js +0 -2
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/BatchGetTracesCommand.d.ts +3 -8
  48. package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateGroupCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateSamplingRuleCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteSamplingRuleCommand.d.ts +3 -8
  54. package/dist-types/commands/GetEncryptionConfigCommand.d.ts +3 -8
  55. package/dist-types/commands/GetGroupCommand.d.ts +3 -8
  56. package/dist-types/commands/GetGroupsCommand.d.ts +3 -8
  57. package/dist-types/commands/GetIndexingRulesCommand.d.ts +3 -8
  58. package/dist-types/commands/GetInsightCommand.d.ts +3 -8
  59. package/dist-types/commands/GetInsightEventsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetInsightImpactGraphCommand.d.ts +3 -8
  61. package/dist-types/commands/GetInsightSummariesCommand.d.ts +3 -8
  62. package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +3 -8
  63. package/dist-types/commands/GetSamplingRulesCommand.d.ts +3 -8
  64. package/dist-types/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -8
  65. package/dist-types/commands/GetSamplingTargetsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetServiceGraphCommand.d.ts +3 -8
  67. package/dist-types/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +3 -8
  68. package/dist-types/commands/GetTraceGraphCommand.d.ts +3 -8
  69. package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +3 -8
  70. package/dist-types/commands/GetTraceSummariesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListResourcePoliciesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListRetrievedTracesCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/PutEncryptionConfigCommand.d.ts +3 -8
  75. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  76. package/dist-types/commands/PutTelemetryRecordsCommand.d.ts +3 -8
  77. package/dist-types/commands/PutTraceSegmentsCommand.d.ts +3 -8
  78. package/dist-types/commands/StartTraceRetrievalCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateSamplingRuleCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  87. package/dist-types/runtimeConfig.d.ts +1 -1
  88. package/dist-types/runtimeConfig.native.d.ts +1 -1
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/index.d.ts +1 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  134. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteSamplingRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteSamplingRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSXRay", "DeleteSamplingRule", {})
13
- .n("XRayClient", "DeleteSamplingRuleCommand")
14
- .sc(DeleteSamplingRule$)
15
- .build() {
3
+ export class DeleteSamplingRuleCommand extends command(_ep0, _mw0, "DeleteSamplingRule", DeleteSamplingRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }