@aws-sdk/client-devops-guru 3.131.0 → 3.141.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/DevOpsGuru.js +30 -0
- package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
- package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
- package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
- package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListEventsCommand.js +2 -2
- package/dist-cjs/commands/ListInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListMonitoredResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
- package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +624 -838
- package/dist-cjs/pagination/ListAnomalousLogGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListMonitoredResourcesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +282 -2
- package/dist-es/DevOpsGuru.js +30 -0
- package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInsightCommand.js +3 -3
- package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
- package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
- package/dist-es/commands/DescribeInsightCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
- package/dist-es/commands/GetCostEstimationCommand.js +3 -3
- package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +39 -0
- package/dist-es/commands/ListEventsCommand.js +3 -3
- package/dist-es/commands/ListInsightsCommand.js +3 -3
- package/dist-es/commands/ListMonitoredResourcesCommand.js +39 -0
- package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
- package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/ListRecommendationsCommand.js +3 -3
- package/dist-es/commands/PutFeedbackCommand.js +3 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-es/commands/SearchInsightsCommand.js +3 -3
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
- package/dist-es/commands/StartCostEstimationCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
- package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +170 -556
- package/dist-es/pagination/ListAnomalousLogGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListMonitoredResourcesPaginator.js +75 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +331 -9
- package/dist-types/DevOpsGuru.d.ts +18 -0
- package/dist-types/DevOpsGuruClient.d.ts +4 -2
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +849 -821
- package/dist-types/pagination/ListAnomalousLogGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMonitoredResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +10 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +400 -544
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +6 -6
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput } from "../commands/ListAnomalousLogGroupsCommand";
|
|
3
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListAnomalousLogGroups(config: DevOpsGuruPaginationConfiguration, input: ListAnomalousLogGroupsCommandInput, ...additionalArguments: any): Paginator<ListAnomalousLogGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput } from "../commands/ListMonitoredResourcesCommand";
|
|
3
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMonitoredResources(config: DevOpsGuruPaginationConfiguration, input: ListMonitoredResourcesCommandInput, ...additionalArguments: any): Paginator<ListMonitoredResourcesCommandOutput>;
|
|
@@ -4,8 +4,10 @@ export * from "./GetCostEstimationPaginator";
|
|
|
4
4
|
export * from "./GetResourceCollectionPaginator";
|
|
5
5
|
export * from "./Interfaces";
|
|
6
6
|
export * from "./ListAnomaliesForInsightPaginator";
|
|
7
|
+
export * from "./ListAnomalousLogGroupsPaginator";
|
|
7
8
|
export * from "./ListEventsPaginator";
|
|
8
9
|
export * from "./ListInsightsPaginator";
|
|
10
|
+
export * from "./ListMonitoredResourcesPaginator";
|
|
9
11
|
export * from "./ListNotificationChannelsPaginator";
|
|
10
12
|
export * from "./ListOrganizationInsightsPaginator";
|
|
11
13
|
export * from "./ListRecommendationsPaginator";
|
|
@@ -16,8 +16,10 @@ import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationComma
|
|
|
16
16
|
import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "../commands/GetCostEstimationCommand";
|
|
17
17
|
import { GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput } from "../commands/GetResourceCollectionCommand";
|
|
18
18
|
import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput } from "../commands/ListAnomaliesForInsightCommand";
|
|
19
|
+
import { ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput } from "../commands/ListAnomalousLogGroupsCommand";
|
|
19
20
|
import { ListEventsCommandInput, ListEventsCommandOutput } from "../commands/ListEventsCommand";
|
|
20
21
|
import { ListInsightsCommandInput, ListInsightsCommandOutput } from "../commands/ListInsightsCommand";
|
|
22
|
+
import { ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput } from "../commands/ListMonitoredResourcesCommand";
|
|
21
23
|
import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "../commands/ListNotificationChannelsCommand";
|
|
22
24
|
import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "../commands/ListOrganizationInsightsCommand";
|
|
23
25
|
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
|
|
@@ -45,8 +47,10 @@ export declare const serializeAws_restJson1DescribeServiceIntegrationCommand: (i
|
|
|
45
47
|
export declare const serializeAws_restJson1GetCostEstimationCommand: (input: GetCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
48
|
export declare const serializeAws_restJson1GetResourceCollectionCommand: (input: GetResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
49
|
export declare const serializeAws_restJson1ListAnomaliesForInsightCommand: (input: ListAnomaliesForInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1ListAnomalousLogGroupsCommand: (input: ListAnomalousLogGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
51
|
export declare const serializeAws_restJson1ListEventsCommand: (input: ListEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
52
|
export declare const serializeAws_restJson1ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1ListMonitoredResourcesCommand: (input: ListMonitoredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
54
|
export declare const serializeAws_restJson1ListNotificationChannelsCommand: (input: ListNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
55
|
export declare const serializeAws_restJson1ListOrganizationInsightsCommand: (input: ListOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
56
|
export declare const serializeAws_restJson1ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -74,8 +78,10 @@ export declare const deserializeAws_restJson1DescribeServiceIntegrationCommand:
|
|
|
74
78
|
export declare const deserializeAws_restJson1GetCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostEstimationCommandOutput>;
|
|
75
79
|
export declare const deserializeAws_restJson1GetResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceCollectionCommandOutput>;
|
|
76
80
|
export declare const deserializeAws_restJson1ListAnomaliesForInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomaliesForInsightCommandOutput>;
|
|
81
|
+
export declare const deserializeAws_restJson1ListAnomalousLogGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomalousLogGroupsCommandOutput>;
|
|
77
82
|
export declare const deserializeAws_restJson1ListEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsCommandOutput>;
|
|
78
83
|
export declare const deserializeAws_restJson1ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>;
|
|
84
|
+
export declare const deserializeAws_restJson1ListMonitoredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoredResourcesCommandOutput>;
|
|
79
85
|
export declare const deserializeAws_restJson1ListNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationChannelsCommandOutput>;
|
|
80
86
|
export declare const deserializeAws_restJson1ListOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationInsightsCommandOutput>;
|
|
81
87
|
export declare const deserializeAws_restJson1ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
|
|
@@ -15,8 +15,10 @@ import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationComma
|
|
|
15
15
|
import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
|
|
16
16
|
import { GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput } from "./commands/GetResourceCollectionCommand";
|
|
17
17
|
import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput } from "./commands/ListAnomaliesForInsightCommand";
|
|
18
|
+
import { ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput } from "./commands/ListAnomalousLogGroupsCommand";
|
|
18
19
|
import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
19
20
|
import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
|
|
21
|
+
import { ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput } from "./commands/ListMonitoredResourcesCommand";
|
|
20
22
|
import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
|
|
21
23
|
import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
|
|
22
24
|
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
|
|
@@ -96,6 +98,10 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
|
96
98
|
listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
|
|
97
99
|
listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
|
|
98
100
|
|
|
101
|
+
listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnomalousLogGroupsCommandOutput>;
|
|
102
|
+
listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void): void;
|
|
103
|
+
listAnomalousLogGroups(args: ListAnomalousLogGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomalousLogGroupsCommandOutput) => void): void;
|
|
104
|
+
|
|
99
105
|
listEvents(args: ListEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsCommandOutput>;
|
|
100
106
|
listEvents(args: ListEventsCommandInput, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
|
|
101
107
|
listEvents(args: ListEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
|
|
@@ -104,6 +110,10 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
|
104
110
|
listInsights(args: ListInsightsCommandInput, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
|
|
105
111
|
listInsights(args: ListInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
|
|
106
112
|
|
|
113
|
+
listMonitoredResources(args: ListMonitoredResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListMonitoredResourcesCommandOutput>;
|
|
114
|
+
listMonitoredResources(args: ListMonitoredResourcesCommandInput, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
|
|
115
|
+
listMonitoredResources(args: ListMonitoredResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMonitoredResourcesCommandOutput) => void): void;
|
|
116
|
+
|
|
107
117
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationChannelsCommandOutput>;
|
|
108
118
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
|
|
109
119
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
|
|
@@ -22,8 +22,10 @@ import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationComma
|
|
|
22
22
|
import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
|
|
23
23
|
import { GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput } from "./commands/GetResourceCollectionCommand";
|
|
24
24
|
import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput } from "./commands/ListAnomaliesForInsightCommand";
|
|
25
|
+
import { ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput } from "./commands/ListAnomalousLogGroupsCommand";
|
|
25
26
|
import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
26
27
|
import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
|
|
28
|
+
import { ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput } from "./commands/ListMonitoredResourcesCommand";
|
|
27
29
|
import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
|
|
28
30
|
import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
|
|
29
31
|
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
|
|
@@ -35,8 +37,8 @@ import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } fro
|
|
|
35
37
|
import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput } from "./commands/UpdateEventSourcesConfigCommand";
|
|
36
38
|
import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
|
|
37
39
|
import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
|
|
38
|
-
export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DeleteInsightCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeEventSourcesConfigCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateEventSourcesConfigCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
|
|
39
|
-
export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DeleteInsightCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeEventSourcesConfigCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateEventSourcesConfigCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
|
|
40
|
+
export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DeleteInsightCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeEventSourcesConfigCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListAnomalousLogGroupsCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListMonitoredResourcesCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateEventSourcesConfigCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
|
|
41
|
+
export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DeleteInsightCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeEventSourcesConfigCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListAnomalousLogGroupsCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListMonitoredResourcesCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateEventSourcesConfigCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
|
|
40
42
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
41
43
|
|
|
42
44
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListAnomalousLogGroupsCommandInput extends ListAnomalousLogGroupsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGroupsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListAnomalousLogGroupsCommand extends $Command<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
11
|
+
readonly input: ListAnomalousLogGroupsCommandInput;
|
|
12
|
+
constructor(input: ListAnomalousLogGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { ListMonitoredResourcesRequest, ListMonitoredResourcesResponse } from "../models/models_0";
|
|
5
|
+
export interface ListMonitoredResourcesCommandInput extends ListMonitoredResourcesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResourcesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListMonitoredResourcesCommand extends $Command<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
11
|
+
readonly input: ListMonitoredResourcesCommandInput;
|
|
12
|
+
constructor(input: ListMonitoredResourcesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -14,8 +14,10 @@ export * from "./DescribeServiceIntegrationCommand";
|
|
|
14
14
|
export * from "./GetCostEstimationCommand";
|
|
15
15
|
export * from "./GetResourceCollectionCommand";
|
|
16
16
|
export * from "./ListAnomaliesForInsightCommand";
|
|
17
|
+
export * from "./ListAnomalousLogGroupsCommand";
|
|
17
18
|
export * from "./ListEventsCommand";
|
|
18
19
|
export * from "./ListInsightsCommand";
|
|
20
|
+
export * from "./ListMonitoredResourcesCommand";
|
|
19
21
|
export * from "./ListNotificationChannelsCommand";
|
|
20
22
|
export * from "./ListOrganizationInsightsCommand";
|
|
21
23
|
export * from "./ListRecommendationsCommand";
|