@aws-sdk/client-devops-guru 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 (59) hide show
  1. package/dist-cjs/DevOpsGuru.js +1 -73
  2. package/dist-cjs/DevOpsGuruClient.js +1 -43
  3. package/dist-cjs/commands/AddNotificationChannelCommand.js +1 -28
  4. package/dist-cjs/commands/DeleteInsightCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeAccountHealthCommand.js +1 -28
  6. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +1 -28
  7. package/dist-cjs/commands/DescribeAnomalyCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeFeedbackCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeInsightCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +1 -28
  16. package/dist-cjs/commands/GetCostEstimationCommand.js +1 -28
  17. package/dist-cjs/commands/GetResourceCollectionCommand.js +1 -28
  18. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +1 -28
  19. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +1 -28
  20. package/dist-cjs/commands/ListEventsCommand.js +1 -28
  21. package/dist-cjs/commands/ListInsightsCommand.js +1 -28
  22. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +1 -28
  23. package/dist-cjs/commands/ListNotificationChannelsCommand.js +1 -28
  24. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +1 -28
  25. package/dist-cjs/commands/ListRecommendationsCommand.js +1 -28
  26. package/dist-cjs/commands/PutFeedbackCommand.js +1 -28
  27. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +1 -28
  28. package/dist-cjs/commands/SearchInsightsCommand.js +1 -28
  29. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +1 -28
  30. package/dist-cjs/commands/StartCostEstimationCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +1 -28
  34. package/dist-cjs/commands/index.js +1 -34
  35. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  36. package/dist-cjs/extensionConfiguration.js +1 -2
  37. package/dist-cjs/index.js +3708 -11
  38. package/dist-cjs/models/DevOpsGuruServiceException.js +1 -12
  39. package/dist-cjs/models/index.js +1 -4
  40. package/dist-cjs/models/models_0.js +1 -304
  41. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +1 -7
  42. package/dist-cjs/pagination/DescribeResourceCollectionHealthPaginator.js +1 -7
  43. package/dist-cjs/pagination/GetCostEstimationPaginator.js +1 -7
  44. package/dist-cjs/pagination/GetResourceCollectionPaginator.js +1 -7
  45. package/dist-cjs/pagination/Interfaces.js +1 -2
  46. package/dist-cjs/pagination/ListAnomaliesForInsightPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListEventsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListInsightsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListNotificationChannelsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListRecommendationsPaginator.js +1 -7
  54. package/dist-cjs/pagination/SearchInsightsPaginator.js +1 -7
  55. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +1 -7
  56. package/dist-cjs/pagination/index.js +1 -18
  57. package/dist-cjs/protocols/Aws_restJson1.js +1 -2516
  58. package/dist-cjs/runtimeExtensions.js +1 -22
  59. package/package.json +40 -40
@@ -1,73 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DevOpsGuru = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddNotificationChannelCommand_1 = require("./commands/AddNotificationChannelCommand");
6
- const DeleteInsightCommand_1 = require("./commands/DeleteInsightCommand");
7
- const DescribeAccountHealthCommand_1 = require("./commands/DescribeAccountHealthCommand");
8
- const DescribeAccountOverviewCommand_1 = require("./commands/DescribeAccountOverviewCommand");
9
- const DescribeAnomalyCommand_1 = require("./commands/DescribeAnomalyCommand");
10
- const DescribeEventSourcesConfigCommand_1 = require("./commands/DescribeEventSourcesConfigCommand");
11
- const DescribeFeedbackCommand_1 = require("./commands/DescribeFeedbackCommand");
12
- const DescribeInsightCommand_1 = require("./commands/DescribeInsightCommand");
13
- const DescribeOrganizationHealthCommand_1 = require("./commands/DescribeOrganizationHealthCommand");
14
- const DescribeOrganizationOverviewCommand_1 = require("./commands/DescribeOrganizationOverviewCommand");
15
- const DescribeOrganizationResourceCollectionHealthCommand_1 = require("./commands/DescribeOrganizationResourceCollectionHealthCommand");
16
- const DescribeResourceCollectionHealthCommand_1 = require("./commands/DescribeResourceCollectionHealthCommand");
17
- const DescribeServiceIntegrationCommand_1 = require("./commands/DescribeServiceIntegrationCommand");
18
- const GetCostEstimationCommand_1 = require("./commands/GetCostEstimationCommand");
19
- const GetResourceCollectionCommand_1 = require("./commands/GetResourceCollectionCommand");
20
- const ListAnomaliesForInsightCommand_1 = require("./commands/ListAnomaliesForInsightCommand");
21
- const ListAnomalousLogGroupsCommand_1 = require("./commands/ListAnomalousLogGroupsCommand");
22
- const ListEventsCommand_1 = require("./commands/ListEventsCommand");
23
- const ListInsightsCommand_1 = require("./commands/ListInsightsCommand");
24
- const ListMonitoredResourcesCommand_1 = require("./commands/ListMonitoredResourcesCommand");
25
- const ListNotificationChannelsCommand_1 = require("./commands/ListNotificationChannelsCommand");
26
- const ListOrganizationInsightsCommand_1 = require("./commands/ListOrganizationInsightsCommand");
27
- const ListRecommendationsCommand_1 = require("./commands/ListRecommendationsCommand");
28
- const PutFeedbackCommand_1 = require("./commands/PutFeedbackCommand");
29
- const RemoveNotificationChannelCommand_1 = require("./commands/RemoveNotificationChannelCommand");
30
- const SearchInsightsCommand_1 = require("./commands/SearchInsightsCommand");
31
- const SearchOrganizationInsightsCommand_1 = require("./commands/SearchOrganizationInsightsCommand");
32
- const StartCostEstimationCommand_1 = require("./commands/StartCostEstimationCommand");
33
- const UpdateEventSourcesConfigCommand_1 = require("./commands/UpdateEventSourcesConfigCommand");
34
- const UpdateResourceCollectionCommand_1 = require("./commands/UpdateResourceCollectionCommand");
35
- const UpdateServiceIntegrationCommand_1 = require("./commands/UpdateServiceIntegrationCommand");
36
- const DevOpsGuruClient_1 = require("./DevOpsGuruClient");
37
- const commands = {
38
- AddNotificationChannelCommand: AddNotificationChannelCommand_1.AddNotificationChannelCommand,
39
- DeleteInsightCommand: DeleteInsightCommand_1.DeleteInsightCommand,
40
- DescribeAccountHealthCommand: DescribeAccountHealthCommand_1.DescribeAccountHealthCommand,
41
- DescribeAccountOverviewCommand: DescribeAccountOverviewCommand_1.DescribeAccountOverviewCommand,
42
- DescribeAnomalyCommand: DescribeAnomalyCommand_1.DescribeAnomalyCommand,
43
- DescribeEventSourcesConfigCommand: DescribeEventSourcesConfigCommand_1.DescribeEventSourcesConfigCommand,
44
- DescribeFeedbackCommand: DescribeFeedbackCommand_1.DescribeFeedbackCommand,
45
- DescribeInsightCommand: DescribeInsightCommand_1.DescribeInsightCommand,
46
- DescribeOrganizationHealthCommand: DescribeOrganizationHealthCommand_1.DescribeOrganizationHealthCommand,
47
- DescribeOrganizationOverviewCommand: DescribeOrganizationOverviewCommand_1.DescribeOrganizationOverviewCommand,
48
- DescribeOrganizationResourceCollectionHealthCommand: DescribeOrganizationResourceCollectionHealthCommand_1.DescribeOrganizationResourceCollectionHealthCommand,
49
- DescribeResourceCollectionHealthCommand: DescribeResourceCollectionHealthCommand_1.DescribeResourceCollectionHealthCommand,
50
- DescribeServiceIntegrationCommand: DescribeServiceIntegrationCommand_1.DescribeServiceIntegrationCommand,
51
- GetCostEstimationCommand: GetCostEstimationCommand_1.GetCostEstimationCommand,
52
- GetResourceCollectionCommand: GetResourceCollectionCommand_1.GetResourceCollectionCommand,
53
- ListAnomaliesForInsightCommand: ListAnomaliesForInsightCommand_1.ListAnomaliesForInsightCommand,
54
- ListAnomalousLogGroupsCommand: ListAnomalousLogGroupsCommand_1.ListAnomalousLogGroupsCommand,
55
- ListEventsCommand: ListEventsCommand_1.ListEventsCommand,
56
- ListInsightsCommand: ListInsightsCommand_1.ListInsightsCommand,
57
- ListMonitoredResourcesCommand: ListMonitoredResourcesCommand_1.ListMonitoredResourcesCommand,
58
- ListNotificationChannelsCommand: ListNotificationChannelsCommand_1.ListNotificationChannelsCommand,
59
- ListOrganizationInsightsCommand: ListOrganizationInsightsCommand_1.ListOrganizationInsightsCommand,
60
- ListRecommendationsCommand: ListRecommendationsCommand_1.ListRecommendationsCommand,
61
- PutFeedbackCommand: PutFeedbackCommand_1.PutFeedbackCommand,
62
- RemoveNotificationChannelCommand: RemoveNotificationChannelCommand_1.RemoveNotificationChannelCommand,
63
- SearchInsightsCommand: SearchInsightsCommand_1.SearchInsightsCommand,
64
- SearchOrganizationInsightsCommand: SearchOrganizationInsightsCommand_1.SearchOrganizationInsightsCommand,
65
- StartCostEstimationCommand: StartCostEstimationCommand_1.StartCostEstimationCommand,
66
- UpdateEventSourcesConfigCommand: UpdateEventSourcesConfigCommand_1.UpdateEventSourcesConfigCommand,
67
- UpdateResourceCollectionCommand: UpdateResourceCollectionCommand_1.UpdateResourceCollectionCommand,
68
- UpdateServiceIntegrationCommand: UpdateServiceIntegrationCommand_1.UpdateServiceIntegrationCommand,
69
- };
70
- class DevOpsGuru extends DevOpsGuruClient_1.DevOpsGuruClient {
71
- }
72
- exports.DevOpsGuru = DevOpsGuru;
73
- (0, smithy_client_1.createAggregatedClient)(commands, DevOpsGuru);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DevOpsGuruClient = 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 DevOpsGuruClient 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.DevOpsGuruClient = DevOpsGuruClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddNotificationChannelCommand = 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 AddNotificationChannelCommand 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("CapstoneControlPlaneService", "AddNotificationChannel", {})
22
- .n("DevOpsGuruClient", "AddNotificationChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddNotificationChannelCommand)
25
- .de(Aws_restJson1_1.de_AddNotificationChannelCommand)
26
- .build() {
27
- }
28
- exports.AddNotificationChannelCommand = AddNotificationChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInsightCommand = 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 DeleteInsightCommand 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("CapstoneControlPlaneService", "DeleteInsight", {})
22
- .n("DevOpsGuruClient", "DeleteInsightCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteInsightCommand)
25
- .de(Aws_restJson1_1.de_DeleteInsightCommand)
26
- .build() {
27
- }
28
- exports.DeleteInsightCommand = DeleteInsightCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountHealthCommand = 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 DescribeAccountHealthCommand 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("CapstoneControlPlaneService", "DescribeAccountHealth", {})
22
- .n("DevOpsGuruClient", "DescribeAccountHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAccountHealthCommand)
25
- .de(Aws_restJson1_1.de_DescribeAccountHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccountHealthCommand = DescribeAccountHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccountOverviewCommand = 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 DescribeAccountOverviewCommand 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("CapstoneControlPlaneService", "DescribeAccountOverview", {})
22
- .n("DevOpsGuruClient", "DescribeAccountOverviewCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAccountOverviewCommand)
25
- .de(Aws_restJson1_1.de_DescribeAccountOverviewCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccountOverviewCommand = DescribeAccountOverviewCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAnomalyCommand = 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 DescribeAnomalyCommand 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("CapstoneControlPlaneService", "DescribeAnomaly", {})
22
- .n("DevOpsGuruClient", "DescribeAnomalyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAnomalyCommand)
25
- .de(Aws_restJson1_1.de_DescribeAnomalyCommand)
26
- .build() {
27
- }
28
- exports.DescribeAnomalyCommand = DescribeAnomalyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEventSourcesConfigCommand = 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 DescribeEventSourcesConfigCommand 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("CapstoneControlPlaneService", "DescribeEventSourcesConfig", {})
22
- .n("DevOpsGuruClient", "DescribeEventSourcesConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeEventSourcesConfigCommand)
25
- .de(Aws_restJson1_1.de_DescribeEventSourcesConfigCommand)
26
- .build() {
27
- }
28
- exports.DescribeEventSourcesConfigCommand = DescribeEventSourcesConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFeedbackCommand = 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 DescribeFeedbackCommand 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("CapstoneControlPlaneService", "DescribeFeedback", {})
22
- .n("DevOpsGuruClient", "DescribeFeedbackCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeFeedbackCommand)
25
- .de(Aws_restJson1_1.de_DescribeFeedbackCommand)
26
- .build() {
27
- }
28
- exports.DescribeFeedbackCommand = DescribeFeedbackCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInsightCommand = 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 DescribeInsightCommand 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("CapstoneControlPlaneService", "DescribeInsight", {})
22
- .n("DevOpsGuruClient", "DescribeInsightCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeInsightCommand)
25
- .de(Aws_restJson1_1.de_DescribeInsightCommand)
26
- .build() {
27
- }
28
- exports.DescribeInsightCommand = DescribeInsightCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOrganizationHealthCommand = 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 DescribeOrganizationHealthCommand 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("CapstoneControlPlaneService", "DescribeOrganizationHealth", {})
22
- .n("DevOpsGuruClient", "DescribeOrganizationHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeOrganizationHealthCommand)
25
- .de(Aws_restJson1_1.de_DescribeOrganizationHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeOrganizationHealthCommand = DescribeOrganizationHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOrganizationOverviewCommand = 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 DescribeOrganizationOverviewCommand 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("CapstoneControlPlaneService", "DescribeOrganizationOverview", {})
22
- .n("DevOpsGuruClient", "DescribeOrganizationOverviewCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeOrganizationOverviewCommand)
25
- .de(Aws_restJson1_1.de_DescribeOrganizationOverviewCommand)
26
- .build() {
27
- }
28
- exports.DescribeOrganizationOverviewCommand = DescribeOrganizationOverviewCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOrganizationResourceCollectionHealthCommand = 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 DescribeOrganizationResourceCollectionHealthCommand 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("CapstoneControlPlaneService", "DescribeOrganizationResourceCollectionHealth", {})
22
- .n("DevOpsGuruClient", "DescribeOrganizationResourceCollectionHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeOrganizationResourceCollectionHealthCommand)
25
- .de(Aws_restJson1_1.de_DescribeOrganizationResourceCollectionHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeOrganizationResourceCollectionHealthCommand = DescribeOrganizationResourceCollectionHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeResourceCollectionHealthCommand = 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 DescribeResourceCollectionHealthCommand 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("CapstoneControlPlaneService", "DescribeResourceCollectionHealth", {})
22
- .n("DevOpsGuruClient", "DescribeResourceCollectionHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeResourceCollectionHealthCommand)
25
- .de(Aws_restJson1_1.de_DescribeResourceCollectionHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeResourceCollectionHealthCommand = DescribeResourceCollectionHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeServiceIntegrationCommand = 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 DescribeServiceIntegrationCommand 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("CapstoneControlPlaneService", "DescribeServiceIntegration", {})
22
- .n("DevOpsGuruClient", "DescribeServiceIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeServiceIntegrationCommand)
25
- .de(Aws_restJson1_1.de_DescribeServiceIntegrationCommand)
26
- .build() {
27
- }
28
- exports.DescribeServiceIntegrationCommand = DescribeServiceIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCostEstimationCommand = 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 GetCostEstimationCommand 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("CapstoneControlPlaneService", "GetCostEstimation", {})
22
- .n("DevOpsGuruClient", "GetCostEstimationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCostEstimationCommand)
25
- .de(Aws_restJson1_1.de_GetCostEstimationCommand)
26
- .build() {
27
- }
28
- exports.GetCostEstimationCommand = GetCostEstimationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourceCollectionCommand = 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 GetResourceCollectionCommand 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("CapstoneControlPlaneService", "GetResourceCollection", {})
22
- .n("DevOpsGuruClient", "GetResourceCollectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetResourceCollectionCommand)
25
- .de(Aws_restJson1_1.de_GetResourceCollectionCommand)
26
- .build() {
27
- }
28
- exports.GetResourceCollectionCommand = GetResourceCollectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnomaliesForInsightCommand = 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 ListAnomaliesForInsightCommand 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("CapstoneControlPlaneService", "ListAnomaliesForInsight", {})
22
- .n("DevOpsGuruClient", "ListAnomaliesForInsightCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAnomaliesForInsightCommand)
25
- .de(Aws_restJson1_1.de_ListAnomaliesForInsightCommand)
26
- .build() {
27
- }
28
- exports.ListAnomaliesForInsightCommand = ListAnomaliesForInsightCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAnomalousLogGroupsCommand = 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 ListAnomalousLogGroupsCommand 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("CapstoneControlPlaneService", "ListAnomalousLogGroups", {})
22
- .n("DevOpsGuruClient", "ListAnomalousLogGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAnomalousLogGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListAnomalousLogGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListAnomalousLogGroupsCommand = ListAnomalousLogGroupsCommand;
1
+ module.exports = require("../index.js");