@aws-sdk/client-devops-guru 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 (64) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AddNotificationChannelCommand.js +5 -0
  3. package/dist-cjs/commands/DeleteInsightCommand.js +5 -0
  4. package/dist-cjs/commands/DescribeAccountHealthCommand.js +5 -0
  5. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +5 -0
  6. package/dist-cjs/commands/DescribeAnomalyCommand.js +5 -0
  7. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +5 -0
  8. package/dist-cjs/commands/DescribeFeedbackCommand.js +5 -0
  9. package/dist-cjs/commands/DescribeInsightCommand.js +5 -0
  10. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +5 -0
  11. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +5 -0
  12. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +5 -0
  13. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +5 -0
  14. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +5 -0
  15. package/dist-cjs/commands/GetCostEstimationCommand.js +5 -0
  16. package/dist-cjs/commands/GetResourceCollectionCommand.js +5 -0
  17. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +5 -0
  18. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +5 -0
  19. package/dist-cjs/commands/ListEventsCommand.js +5 -0
  20. package/dist-cjs/commands/ListInsightsCommand.js +5 -0
  21. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +5 -0
  22. package/dist-cjs/commands/ListNotificationChannelsCommand.js +5 -0
  23. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +5 -0
  24. package/dist-cjs/commands/ListRecommendationsCommand.js +5 -0
  25. package/dist-cjs/commands/PutFeedbackCommand.js +5 -0
  26. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +5 -0
  27. package/dist-cjs/commands/SearchInsightsCommand.js +5 -0
  28. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +5 -0
  29. package/dist-cjs/commands/StartCostEstimationCommand.js +5 -0
  30. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +5 -0
  31. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +5 -0
  32. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +5 -0
  33. package/dist-es/commands/AddNotificationChannelCommand.js +5 -0
  34. package/dist-es/commands/DeleteInsightCommand.js +5 -0
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +5 -0
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +5 -0
  37. package/dist-es/commands/DescribeAnomalyCommand.js +5 -0
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +5 -0
  39. package/dist-es/commands/DescribeFeedbackCommand.js +5 -0
  40. package/dist-es/commands/DescribeInsightCommand.js +5 -0
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +5 -0
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +5 -0
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +5 -0
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +5 -0
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +5 -0
  46. package/dist-es/commands/GetCostEstimationCommand.js +5 -0
  47. package/dist-es/commands/GetResourceCollectionCommand.js +5 -0
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +5 -0
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +5 -0
  50. package/dist-es/commands/ListEventsCommand.js +5 -0
  51. package/dist-es/commands/ListInsightsCommand.js +5 -0
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +5 -0
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +5 -0
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +5 -0
  55. package/dist-es/commands/ListRecommendationsCommand.js +5 -0
  56. package/dist-es/commands/PutFeedbackCommand.js +5 -0
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +5 -0
  58. package/dist-es/commands/SearchInsightsCommand.js +5 -0
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +5 -0
  60. package/dist-es/commands/StartCostEstimationCommand.js +5 -0
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +5 -0
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +5 -0
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +5 -0
  64. 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 UpdateResourceCollectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateResourceCollectionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CapstoneControlPlaneService",
38
+ operation: "UpdateResourceCollection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -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 UpdateServiceIntegrationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateServiceIntegrationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "CapstoneControlPlaneService",
38
+ operation: "UpdateServiceIntegration",
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_AddNotificationChannelCommand, se_AddNotificationChannelCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AddNotificationChannelCommand extends $Command {
@@ -29,6 +30,10 @@ export class AddNotificationChannelCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "AddNotificationChannel",
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_DeleteInsightCommand, se_DeleteInsightCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteInsightCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteInsightCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DeleteInsight",
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_DescribeAccountHealthCommand, se_DescribeAccountHealthCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAccountHealthCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccountHealthCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeAccountHealth",
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_DescribeAccountOverviewCommand, se_DescribeAccountOverviewCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAccountOverviewCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccountOverviewCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeAccountOverview",
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_DescribeAnomalyCommand, se_DescribeAnomalyCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeAnomalyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAnomalyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeAnomaly",
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_DescribeEventSourcesConfigCommand, se_DescribeEventSourcesConfigCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeEventSourcesConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeEventSourcesConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeEventSourcesConfig",
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_DescribeFeedbackCommand, se_DescribeFeedbackCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeFeedbackCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeFeedbackCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeFeedback",
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_DescribeInsightCommand, se_DescribeInsightCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeInsightCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeInsightCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeInsight",
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_DescribeOrganizationHealthCommand, se_DescribeOrganizationHealthCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeOrganizationHealthCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeOrganizationHealthCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeOrganizationHealth",
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_DescribeOrganizationOverviewCommand, se_DescribeOrganizationOverviewCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeOrganizationOverviewCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeOrganizationOverviewCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeOrganizationOverview",
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_DescribeOrganizationResourceCollectionHealthCommand, se_DescribeOrganizationResourceCollectionHealthCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeOrganizationResourceCollectionHealthCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeOrganizationResourceCollectionHealthCommand extends $Comman
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeOrganizationResourceCollectionHealth",
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_DescribeResourceCollectionHealthCommand, se_DescribeResourceCollectionHealthCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeResourceCollectionHealthCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeResourceCollectionHealthCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeResourceCollectionHealth",
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_DescribeServiceIntegrationCommand, se_DescribeServiceIntegrationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DescribeServiceIntegrationCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeServiceIntegrationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "DescribeServiceIntegration",
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_GetCostEstimationCommand, se_GetCostEstimationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetCostEstimationCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetCostEstimationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "GetCostEstimation",
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_GetResourceCollectionCommand, se_GetResourceCollectionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetResourceCollectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetResourceCollectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "GetResourceCollection",
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_ListAnomaliesForInsightCommand, se_ListAnomaliesForInsightCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAnomaliesForInsightCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAnomaliesForInsightCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListAnomaliesForInsight",
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_ListAnomalousLogGroupsCommand, se_ListAnomalousLogGroupsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListAnomalousLogGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAnomalousLogGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListAnomalousLogGroups",
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_ListEventsCommand, se_ListEventsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListEventsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListEventsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListEvents",
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_ListInsightsCommand, se_ListInsightsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListInsightsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListInsightsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListInsights",
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_ListMonitoredResourcesCommand, se_ListMonitoredResourcesCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListMonitoredResourcesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListMonitoredResourcesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListMonitoredResources",
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_ListNotificationChannelsCommand, se_ListNotificationChannelsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListNotificationChannelsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListNotificationChannelsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListNotificationChannels",
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_ListOrganizationInsightsCommand, se_ListOrganizationInsightsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListOrganizationInsightsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListOrganizationInsightsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListOrganizationInsights",
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_ListRecommendationsCommand, se_ListRecommendationsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class ListRecommendationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListRecommendationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "ListRecommendations",
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_PutFeedbackCommand, se_PutFeedbackCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class PutFeedbackCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutFeedbackCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "PutFeedback",
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_RemoveNotificationChannelCommand, se_RemoveNotificationChannelCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class RemoveNotificationChannelCommand extends $Command {
@@ -29,6 +30,10 @@ export class RemoveNotificationChannelCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "RemoveNotificationChannel",
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_SearchInsightsCommand, se_SearchInsightsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class SearchInsightsCommand extends $Command {
@@ -29,6 +30,10 @@ export class SearchInsightsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "SearchInsights",
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_SearchOrganizationInsightsCommand, se_SearchOrganizationInsightsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class SearchOrganizationInsightsCommand extends $Command {
@@ -29,6 +30,10 @@ export class SearchOrganizationInsightsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "SearchOrganizationInsights",
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_StartCostEstimationCommand, se_StartCostEstimationCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class StartCostEstimationCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartCostEstimationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "StartCostEstimation",
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_UpdateEventSourcesConfigCommand, se_UpdateEventSourcesConfigCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateEventSourcesConfigCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateEventSourcesConfigCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "UpdateEventSourcesConfig",
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_UpdateResourceCollectionCommand, se_UpdateResourceCollectionCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class UpdateResourceCollectionCommand extends $Command {
@@ -29,6 +30,10 @@ export class UpdateResourceCollectionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "CapstoneControlPlaneService",
35
+ operation: "UpdateResourceCollection",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);