@aws-sdk/client-xray 3.414.0 → 3.421.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 (62) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/BatchGetTracesCommand.js +5 -0
  3. package/dist-cjs/commands/CreateGroupCommand.js +5 -0
  4. package/dist-cjs/commands/CreateSamplingRuleCommand.js +5 -0
  5. package/dist-cjs/commands/DeleteGroupCommand.js +5 -0
  6. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
  7. package/dist-cjs/commands/DeleteSamplingRuleCommand.js +5 -0
  8. package/dist-cjs/commands/GetEncryptionConfigCommand.js +5 -0
  9. package/dist-cjs/commands/GetGroupCommand.js +5 -0
  10. package/dist-cjs/commands/GetGroupsCommand.js +5 -0
  11. package/dist-cjs/commands/GetInsightCommand.js +5 -0
  12. package/dist-cjs/commands/GetInsightEventsCommand.js +5 -0
  13. package/dist-cjs/commands/GetInsightImpactGraphCommand.js +5 -0
  14. package/dist-cjs/commands/GetInsightSummariesCommand.js +5 -0
  15. package/dist-cjs/commands/GetSamplingRulesCommand.js +5 -0
  16. package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +5 -0
  17. package/dist-cjs/commands/GetSamplingTargetsCommand.js +5 -0
  18. package/dist-cjs/commands/GetServiceGraphCommand.js +5 -0
  19. package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +5 -0
  20. package/dist-cjs/commands/GetTraceGraphCommand.js +5 -0
  21. package/dist-cjs/commands/GetTraceSummariesCommand.js +5 -0
  22. package/dist-cjs/commands/ListResourcePoliciesCommand.js +5 -0
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  24. package/dist-cjs/commands/PutEncryptionConfigCommand.js +5 -0
  25. package/dist-cjs/commands/PutResourcePolicyCommand.js +5 -0
  26. package/dist-cjs/commands/PutTelemetryRecordsCommand.js +5 -0
  27. package/dist-cjs/commands/PutTraceSegmentsCommand.js +5 -0
  28. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  29. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  30. package/dist-cjs/commands/UpdateGroupCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateSamplingRuleCommand.js +5 -0
  32. package/dist-es/commands/BatchGetTracesCommand.js +5 -0
  33. package/dist-es/commands/CreateGroupCommand.js +5 -0
  34. package/dist-es/commands/CreateSamplingRuleCommand.js +5 -0
  35. package/dist-es/commands/DeleteGroupCommand.js +5 -0
  36. package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
  37. package/dist-es/commands/DeleteSamplingRuleCommand.js +5 -0
  38. package/dist-es/commands/GetEncryptionConfigCommand.js +5 -0
  39. package/dist-es/commands/GetGroupCommand.js +5 -0
  40. package/dist-es/commands/GetGroupsCommand.js +5 -0
  41. package/dist-es/commands/GetInsightCommand.js +5 -0
  42. package/dist-es/commands/GetInsightEventsCommand.js +5 -0
  43. package/dist-es/commands/GetInsightImpactGraphCommand.js +5 -0
  44. package/dist-es/commands/GetInsightSummariesCommand.js +5 -0
  45. package/dist-es/commands/GetSamplingRulesCommand.js +5 -0
  46. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +5 -0
  47. package/dist-es/commands/GetSamplingTargetsCommand.js +5 -0
  48. package/dist-es/commands/GetServiceGraphCommand.js +5 -0
  49. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +5 -0
  50. package/dist-es/commands/GetTraceGraphCommand.js +5 -0
  51. package/dist-es/commands/GetTraceSummariesCommand.js +5 -0
  52. package/dist-es/commands/ListResourcePoliciesCommand.js +5 -0
  53. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  54. package/dist-es/commands/PutEncryptionConfigCommand.js +5 -0
  55. package/dist-es/commands/PutResourcePolicyCommand.js +5 -0
  56. package/dist-es/commands/PutTelemetryRecordsCommand.js +5 -0
  57. package/dist-es/commands/PutTraceSegmentsCommand.js +5 -0
  58. package/dist-es/commands/TagResourceCommand.js +5 -0
  59. package/dist-es/commands/UntagResourceCommand.js +5 -0
  60. package/dist-es/commands/UpdateGroupCommand.js +5 -0
  61. package/dist-es/commands/UpdateSamplingRuleCommand.js +5 -0
  62. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateSamplingRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateSamplingRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSXRay",
38
+ operation: "UpdateSamplingRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_BatchGetTracesCommand, se_BatchGetTracesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class BatchGetTracesCommand extends $Command {
@@ -29,6 +30,10 @@ export class BatchGetTracesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "BatchGetTraces",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "CreateGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateSamplingRuleCommand, se_CreateSamplingRuleCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class CreateSamplingRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateSamplingRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "CreateSamplingRule",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "DeleteGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteResourcePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteResourcePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "DeleteResourcePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSamplingRuleCommand, se_DeleteSamplingRuleCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteSamplingRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSamplingRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "DeleteSamplingRule",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetEncryptionConfigCommand, se_GetEncryptionConfigCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetEncryptionConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetEncryptionConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetEncryptionConfig",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetGroupsCommand, se_GetGroupsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetInsightCommand, se_GetInsightCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetInsightCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetInsightCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetInsight",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetInsightEventsCommand, se_GetInsightEventsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetInsightEventsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetInsightEventsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetInsightEvents",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetInsightImpactGraphCommand, se_GetInsightImpactGraphCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetInsightImpactGraphCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetInsightImpactGraphCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetInsightImpactGraph",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetInsightSummariesCommand, se_GetInsightSummariesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetInsightSummariesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetInsightSummariesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetInsightSummaries",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSamplingRulesCommand, se_GetSamplingRulesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSamplingRulesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSamplingRulesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetSamplingRules",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSamplingStatisticSummariesCommand, se_GetSamplingStatisticSummariesCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSamplingStatisticSummariesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSamplingStatisticSummariesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetSamplingStatisticSummaries",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSamplingTargetsCommand, se_GetSamplingTargetsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetSamplingTargetsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSamplingTargetsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetSamplingTargets",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetServiceGraphCommand, se_GetServiceGraphCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetServiceGraphCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetServiceGraphCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetServiceGraph",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTimeSeriesServiceStatisticsCommand, se_GetTimeSeriesServiceStatisticsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetTimeSeriesServiceStatisticsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTimeSeriesServiceStatisticsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetTimeSeriesServiceStatistics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTraceGraphCommand, se_GetTraceGraphCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetTraceGraphCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTraceGraphCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetTraceGraph",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTraceSummariesCommand, se_GetTraceSummariesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetTraceSummariesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTraceSummariesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "GetTraceSummaries",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListResourcePoliciesCommand, se_ListResourcePoliciesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListResourcePoliciesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListResourcePoliciesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "ListResourcePolicies",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutEncryptionConfigCommand, se_PutEncryptionConfigCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutEncryptionConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutEncryptionConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "PutEncryptionConfig",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutResourcePolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutResourcePolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "PutResourcePolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutTelemetryRecordsCommand, se_PutTelemetryRecordsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutTelemetryRecordsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutTelemetryRecordsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "PutTelemetryRecords",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutTraceSegmentsCommand, se_PutTraceSegmentsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutTraceSegmentsCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutTraceSegmentsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "PutTraceSegments",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "TagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "UntagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "UpdateGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_UpdateSamplingRuleCommand, se_UpdateSamplingRuleCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateSamplingRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateSamplingRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSXRay",
35
+ operation: "UpdateSamplingRule",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);