@aws-sdk/client-xray 3.490.0 → 3.496.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 (56) hide show
  1. package/dist-cjs/XRay.js +1 -71
  2. package/dist-cjs/XRayClient.js +1 -43
  3. package/dist-cjs/commands/BatchGetTracesCommand.js +1 -28
  4. package/dist-cjs/commands/CreateGroupCommand.js +1 -28
  5. package/dist-cjs/commands/CreateSamplingRuleCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteGroupCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteSamplingRuleCommand.js +1 -28
  9. package/dist-cjs/commands/GetEncryptionConfigCommand.js +1 -28
  10. package/dist-cjs/commands/GetGroupCommand.js +1 -28
  11. package/dist-cjs/commands/GetGroupsCommand.js +1 -28
  12. package/dist-cjs/commands/GetInsightCommand.js +1 -28
  13. package/dist-cjs/commands/GetInsightEventsCommand.js +1 -28
  14. package/dist-cjs/commands/GetInsightImpactGraphCommand.js +1 -28
  15. package/dist-cjs/commands/GetInsightSummariesCommand.js +1 -28
  16. package/dist-cjs/commands/GetSamplingRulesCommand.js +1 -28
  17. package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +1 -28
  18. package/dist-cjs/commands/GetSamplingTargetsCommand.js +1 -28
  19. package/dist-cjs/commands/GetServiceGraphCommand.js +1 -28
  20. package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +1 -28
  21. package/dist-cjs/commands/GetTraceGraphCommand.js +1 -28
  22. package/dist-cjs/commands/GetTraceSummariesCommand.js +1 -28
  23. package/dist-cjs/commands/ListResourcePoliciesCommand.js +1 -28
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  25. package/dist-cjs/commands/PutEncryptionConfigCommand.js +1 -28
  26. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  27. package/dist-cjs/commands/PutTelemetryRecordsCommand.js +1 -28
  28. package/dist-cjs/commands/PutTraceSegmentsCommand.js +1 -28
  29. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  30. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateGroupCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateSamplingRuleCommand.js +1 -28
  33. package/dist-cjs/commands/index.js +1 -33
  34. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  35. package/dist-cjs/extensionConfiguration.js +1 -2
  36. package/dist-cjs/index.js +3282 -11
  37. package/dist-cjs/models/XRayServiceException.js +1 -12
  38. package/dist-cjs/models/index.js +1 -4
  39. package/dist-cjs/models/models_0.js +1 -182
  40. package/dist-cjs/pagination/BatchGetTracesPaginator.js +1 -7
  41. package/dist-cjs/pagination/GetGroupsPaginator.js +1 -7
  42. package/dist-cjs/pagination/GetInsightEventsPaginator.js +1 -7
  43. package/dist-cjs/pagination/GetInsightSummariesPaginator.js +1 -7
  44. package/dist-cjs/pagination/GetSamplingRulesPaginator.js +1 -7
  45. package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js +1 -7
  46. package/dist-cjs/pagination/GetServiceGraphPaginator.js +1 -7
  47. package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js +1 -7
  48. package/dist-cjs/pagination/GetTraceGraphPaginator.js +1 -7
  49. package/dist-cjs/pagination/GetTraceSummariesPaginator.js +1 -7
  50. package/dist-cjs/pagination/Interfaces.js +1 -2
  51. package/dist-cjs/pagination/ListResourcePoliciesPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  53. package/dist-cjs/pagination/index.js +1 -16
  54. package/dist-cjs/protocols/Aws_restJson1.js +1 -2248
  55. package/dist-cjs/runtimeExtensions.js +1 -22
  56. package/package.json +40 -40
package/dist-cjs/XRay.js CHANGED
@@ -1,71 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.XRay = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchGetTracesCommand_1 = require("./commands/BatchGetTracesCommand");
6
- const CreateGroupCommand_1 = require("./commands/CreateGroupCommand");
7
- const CreateSamplingRuleCommand_1 = require("./commands/CreateSamplingRuleCommand");
8
- const DeleteGroupCommand_1 = require("./commands/DeleteGroupCommand");
9
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
10
- const DeleteSamplingRuleCommand_1 = require("./commands/DeleteSamplingRuleCommand");
11
- const GetEncryptionConfigCommand_1 = require("./commands/GetEncryptionConfigCommand");
12
- const GetGroupCommand_1 = require("./commands/GetGroupCommand");
13
- const GetGroupsCommand_1 = require("./commands/GetGroupsCommand");
14
- const GetInsightCommand_1 = require("./commands/GetInsightCommand");
15
- const GetInsightEventsCommand_1 = require("./commands/GetInsightEventsCommand");
16
- const GetInsightImpactGraphCommand_1 = require("./commands/GetInsightImpactGraphCommand");
17
- const GetInsightSummariesCommand_1 = require("./commands/GetInsightSummariesCommand");
18
- const GetSamplingRulesCommand_1 = require("./commands/GetSamplingRulesCommand");
19
- const GetSamplingStatisticSummariesCommand_1 = require("./commands/GetSamplingStatisticSummariesCommand");
20
- const GetSamplingTargetsCommand_1 = require("./commands/GetSamplingTargetsCommand");
21
- const GetServiceGraphCommand_1 = require("./commands/GetServiceGraphCommand");
22
- const GetTimeSeriesServiceStatisticsCommand_1 = require("./commands/GetTimeSeriesServiceStatisticsCommand");
23
- const GetTraceGraphCommand_1 = require("./commands/GetTraceGraphCommand");
24
- const GetTraceSummariesCommand_1 = require("./commands/GetTraceSummariesCommand");
25
- const ListResourcePoliciesCommand_1 = require("./commands/ListResourcePoliciesCommand");
26
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
27
- const PutEncryptionConfigCommand_1 = require("./commands/PutEncryptionConfigCommand");
28
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
29
- const PutTelemetryRecordsCommand_1 = require("./commands/PutTelemetryRecordsCommand");
30
- const PutTraceSegmentsCommand_1 = require("./commands/PutTraceSegmentsCommand");
31
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
32
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
33
- const UpdateGroupCommand_1 = require("./commands/UpdateGroupCommand");
34
- const UpdateSamplingRuleCommand_1 = require("./commands/UpdateSamplingRuleCommand");
35
- const XRayClient_1 = require("./XRayClient");
36
- const commands = {
37
- BatchGetTracesCommand: BatchGetTracesCommand_1.BatchGetTracesCommand,
38
- CreateGroupCommand: CreateGroupCommand_1.CreateGroupCommand,
39
- CreateSamplingRuleCommand: CreateSamplingRuleCommand_1.CreateSamplingRuleCommand,
40
- DeleteGroupCommand: DeleteGroupCommand_1.DeleteGroupCommand,
41
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
42
- DeleteSamplingRuleCommand: DeleteSamplingRuleCommand_1.DeleteSamplingRuleCommand,
43
- GetEncryptionConfigCommand: GetEncryptionConfigCommand_1.GetEncryptionConfigCommand,
44
- GetGroupCommand: GetGroupCommand_1.GetGroupCommand,
45
- GetGroupsCommand: GetGroupsCommand_1.GetGroupsCommand,
46
- GetInsightCommand: GetInsightCommand_1.GetInsightCommand,
47
- GetInsightEventsCommand: GetInsightEventsCommand_1.GetInsightEventsCommand,
48
- GetInsightImpactGraphCommand: GetInsightImpactGraphCommand_1.GetInsightImpactGraphCommand,
49
- GetInsightSummariesCommand: GetInsightSummariesCommand_1.GetInsightSummariesCommand,
50
- GetSamplingRulesCommand: GetSamplingRulesCommand_1.GetSamplingRulesCommand,
51
- GetSamplingStatisticSummariesCommand: GetSamplingStatisticSummariesCommand_1.GetSamplingStatisticSummariesCommand,
52
- GetSamplingTargetsCommand: GetSamplingTargetsCommand_1.GetSamplingTargetsCommand,
53
- GetServiceGraphCommand: GetServiceGraphCommand_1.GetServiceGraphCommand,
54
- GetTimeSeriesServiceStatisticsCommand: GetTimeSeriesServiceStatisticsCommand_1.GetTimeSeriesServiceStatisticsCommand,
55
- GetTraceGraphCommand: GetTraceGraphCommand_1.GetTraceGraphCommand,
56
- GetTraceSummariesCommand: GetTraceSummariesCommand_1.GetTraceSummariesCommand,
57
- ListResourcePoliciesCommand: ListResourcePoliciesCommand_1.ListResourcePoliciesCommand,
58
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
59
- PutEncryptionConfigCommand: PutEncryptionConfigCommand_1.PutEncryptionConfigCommand,
60
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
61
- PutTelemetryRecordsCommand: PutTelemetryRecordsCommand_1.PutTelemetryRecordsCommand,
62
- PutTraceSegmentsCommand: PutTraceSegmentsCommand_1.PutTraceSegmentsCommand,
63
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
64
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
65
- UpdateGroupCommand: UpdateGroupCommand_1.UpdateGroupCommand,
66
- UpdateSamplingRuleCommand: UpdateSamplingRuleCommand_1.UpdateSamplingRuleCommand,
67
- };
68
- class XRay extends XRayClient_1.XRayClient {
69
- }
70
- exports.XRay = XRay;
71
- (0, smithy_client_1.createAggregatedClient)(commands, XRay);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.XRayClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class XRayClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.XRayClient = XRayClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetTracesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetTracesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "BatchGetTraces", {})
22
- .n("XRayClient", "BatchGetTracesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetTracesCommand)
25
- .de(Aws_restJson1_1.de_BatchGetTracesCommand)
26
- .build() {
27
- }
28
- exports.BatchGetTracesCommand = BatchGetTracesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "CreateGroup", {})
22
- .n("XRayClient", "CreateGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateGroupCommand = CreateGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSamplingRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSamplingRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "CreateSamplingRule", {})
22
- .n("XRayClient", "CreateSamplingRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSamplingRuleCommand)
25
- .de(Aws_restJson1_1.de_CreateSamplingRuleCommand)
26
- .build() {
27
- }
28
- exports.CreateSamplingRuleCommand = CreateSamplingRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "DeleteGroup", {})
22
- .n("XRayClient", "DeleteGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteGroupCommand = DeleteGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "DeleteResourcePolicy", {})
22
- .n("XRayClient", "DeleteResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_DeleteResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSamplingRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSamplingRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "DeleteSamplingRule", {})
22
- .n("XRayClient", "DeleteSamplingRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSamplingRuleCommand)
25
- .de(Aws_restJson1_1.de_DeleteSamplingRuleCommand)
26
- .build() {
27
- }
28
- exports.DeleteSamplingRuleCommand = DeleteSamplingRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEncryptionConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetEncryptionConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetEncryptionConfig", {})
22
- .n("XRayClient", "GetEncryptionConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEncryptionConfigCommand)
25
- .de(Aws_restJson1_1.de_GetEncryptionConfigCommand)
26
- .build() {
27
- }
28
- exports.GetEncryptionConfigCommand = GetEncryptionConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetGroup", {})
22
- .n("XRayClient", "GetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetGroupCommand)
25
- .de(Aws_restJson1_1.de_GetGroupCommand)
26
- .build() {
27
- }
28
- exports.GetGroupCommand = GetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetGroups", {})
22
- .n("XRayClient", "GetGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetGroupsCommand)
25
- .de(Aws_restJson1_1.de_GetGroupsCommand)
26
- .build() {
27
- }
28
- exports.GetGroupsCommand = GetGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetInsightCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetInsightCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetInsight", {})
22
- .n("XRayClient", "GetInsightCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetInsightCommand)
25
- .de(Aws_restJson1_1.de_GetInsightCommand)
26
- .build() {
27
- }
28
- exports.GetInsightCommand = GetInsightCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetInsightEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetInsightEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetInsightEvents", {})
22
- .n("XRayClient", "GetInsightEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetInsightEventsCommand)
25
- .de(Aws_restJson1_1.de_GetInsightEventsCommand)
26
- .build() {
27
- }
28
- exports.GetInsightEventsCommand = GetInsightEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetInsightImpactGraphCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetInsightImpactGraphCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetInsightImpactGraph", {})
22
- .n("XRayClient", "GetInsightImpactGraphCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetInsightImpactGraphCommand)
25
- .de(Aws_restJson1_1.de_GetInsightImpactGraphCommand)
26
- .build() {
27
- }
28
- exports.GetInsightImpactGraphCommand = GetInsightImpactGraphCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetInsightSummariesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetInsightSummariesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetInsightSummaries", {})
22
- .n("XRayClient", "GetInsightSummariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetInsightSummariesCommand)
25
- .de(Aws_restJson1_1.de_GetInsightSummariesCommand)
26
- .build() {
27
- }
28
- exports.GetInsightSummariesCommand = GetInsightSummariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSamplingRulesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSamplingRulesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetSamplingRules", {})
22
- .n("XRayClient", "GetSamplingRulesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSamplingRulesCommand)
25
- .de(Aws_restJson1_1.de_GetSamplingRulesCommand)
26
- .build() {
27
- }
28
- exports.GetSamplingRulesCommand = GetSamplingRulesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSamplingStatisticSummariesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSamplingStatisticSummariesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetSamplingStatisticSummaries", {})
22
- .n("XRayClient", "GetSamplingStatisticSummariesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSamplingStatisticSummariesCommand)
25
- .de(Aws_restJson1_1.de_GetSamplingStatisticSummariesCommand)
26
- .build() {
27
- }
28
- exports.GetSamplingStatisticSummariesCommand = GetSamplingStatisticSummariesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSamplingTargetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSamplingTargetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetSamplingTargets", {})
22
- .n("XRayClient", "GetSamplingTargetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSamplingTargetsCommand)
25
- .de(Aws_restJson1_1.de_GetSamplingTargetsCommand)
26
- .build() {
27
- }
28
- exports.GetSamplingTargetsCommand = GetSamplingTargetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetServiceGraphCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetServiceGraphCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSXRay", "GetServiceGraph", {})
22
- .n("XRayClient", "GetServiceGraphCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetServiceGraphCommand)
25
- .de(Aws_restJson1_1.de_GetServiceGraphCommand)
26
- .build() {
27
- }
28
- exports.GetServiceGraphCommand = GetServiceGraphCommand;
1
+ module.exports = require("../index.js");