@aws-sdk/client-devops-guru 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +568 -160
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +315 -104
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1935 -1776
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
GetResourceCollectionRequest,
|
|
15
|
+
GetResourceCollectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetResourceCollectionCommandInput
|
|
18
|
+
extends GetResourceCollectionRequest {}
|
|
19
|
+
export interface GetResourceCollectionCommandOutput
|
|
20
|
+
extends GetResourceCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetResourceCollectionCommand extends $Command<
|
|
24
|
+
GetResourceCollectionCommandInput,
|
|
25
|
+
GetResourceCollectionCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetResourceCollectionCommandInput;
|
|
29
|
+
constructor(input: GetResourceCollectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetResourceCollectionCommandInput,
|
|
37
|
+
GetResourceCollectionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
ListAnomaliesForInsightRequest,
|
|
15
|
+
ListAnomaliesForInsightResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAnomaliesForInsightCommandInput
|
|
18
|
+
extends ListAnomaliesForInsightRequest {}
|
|
19
|
+
export interface ListAnomaliesForInsightCommandOutput
|
|
20
|
+
extends ListAnomaliesForInsightResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAnomaliesForInsightCommand extends $Command<
|
|
24
|
+
ListAnomaliesForInsightCommandInput,
|
|
25
|
+
ListAnomaliesForInsightCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAnomaliesForInsightCommandInput;
|
|
29
|
+
constructor(input: ListAnomaliesForInsightCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAnomaliesForInsightCommandInput,
|
|
37
|
+
ListAnomaliesForInsightCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
ListAnomalousLogGroupsRequest,
|
|
15
|
+
ListAnomalousLogGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListAnomalousLogGroupsCommandInput
|
|
18
|
+
extends ListAnomalousLogGroupsRequest {}
|
|
19
|
+
export interface ListAnomalousLogGroupsCommandOutput
|
|
20
|
+
extends ListAnomalousLogGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListAnomalousLogGroupsCommand extends $Command<
|
|
24
|
+
ListAnomalousLogGroupsCommandInput,
|
|
25
|
+
ListAnomalousLogGroupsCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAnomalousLogGroupsCommandInput;
|
|
29
|
+
constructor(input: ListAnomalousLogGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAnomalousLogGroupsCommandInput,
|
|
37
|
+
ListAnomalousLogGroupsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import { ListEventsRequest, ListEventsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListEventsCommandInput extends ListEventsRequest {}
|
|
15
|
+
export interface ListEventsCommandOutput
|
|
16
|
+
extends ListEventsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListEventsCommand extends $Command<
|
|
20
|
+
ListEventsCommandInput,
|
|
21
|
+
ListEventsCommandOutput,
|
|
22
|
+
DevOpsGuruClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListEventsCommandInput;
|
|
25
|
+
constructor(input: ListEventsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListEventsCommandInput, ListEventsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListInsightsCommandInput extends ListInsightsRequest {}
|
|
15
|
+
export interface ListInsightsCommandOutput
|
|
16
|
+
extends ListInsightsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListInsightsCommand extends $Command<
|
|
20
|
+
ListInsightsCommandInput,
|
|
21
|
+
ListInsightsCommandOutput,
|
|
22
|
+
DevOpsGuruClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListInsightsCommandInput;
|
|
25
|
+
constructor(input: ListInsightsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListInsightsCommandInput, ListInsightsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
ListMonitoredResourcesRequest,
|
|
15
|
+
ListMonitoredResourcesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListMonitoredResourcesCommandInput
|
|
18
|
+
extends ListMonitoredResourcesRequest {}
|
|
19
|
+
export interface ListMonitoredResourcesCommandOutput
|
|
20
|
+
extends ListMonitoredResourcesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListMonitoredResourcesCommand extends $Command<
|
|
24
|
+
ListMonitoredResourcesCommandInput,
|
|
25
|
+
ListMonitoredResourcesCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListMonitoredResourcesCommandInput;
|
|
29
|
+
constructor(input: ListMonitoredResourcesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListMonitoredResourcesCommandInput,
|
|
37
|
+
ListMonitoredResourcesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
ListNotificationChannelsRequest,
|
|
15
|
+
ListNotificationChannelsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListNotificationChannelsCommandInput
|
|
18
|
+
extends ListNotificationChannelsRequest {}
|
|
19
|
+
export interface ListNotificationChannelsCommandOutput
|
|
20
|
+
extends ListNotificationChannelsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListNotificationChannelsCommand extends $Command<
|
|
24
|
+
ListNotificationChannelsCommandInput,
|
|
25
|
+
ListNotificationChannelsCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListNotificationChannelsCommandInput;
|
|
29
|
+
constructor(input: ListNotificationChannelsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListNotificationChannelsCommandInput,
|
|
37
|
+
ListNotificationChannelsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
ListOrganizationInsightsRequest,
|
|
15
|
+
ListOrganizationInsightsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListOrganizationInsightsCommandInput
|
|
18
|
+
extends ListOrganizationInsightsRequest {}
|
|
19
|
+
export interface ListOrganizationInsightsCommandOutput
|
|
20
|
+
extends ListOrganizationInsightsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListOrganizationInsightsCommand extends $Command<
|
|
24
|
+
ListOrganizationInsightsCommandInput,
|
|
25
|
+
ListOrganizationInsightsCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListOrganizationInsightsCommandInput;
|
|
29
|
+
constructor(input: ListOrganizationInsightsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListOrganizationInsightsCommandInput,
|
|
37
|
+
ListOrganizationInsightsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
ListRecommendationsRequest,
|
|
15
|
+
ListRecommendationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRecommendationsCommandInput
|
|
18
|
+
extends ListRecommendationsRequest {}
|
|
19
|
+
export interface ListRecommendationsCommandOutput
|
|
20
|
+
extends ListRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRecommendationsCommand extends $Command<
|
|
24
|
+
ListRecommendationsCommandInput,
|
|
25
|
+
ListRecommendationsCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ListRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListRecommendationsCommandInput, ListRecommendationsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
|
|
14
|
+
export interface PutFeedbackCommandInput extends PutFeedbackRequest {}
|
|
15
|
+
export interface PutFeedbackCommandOutput
|
|
16
|
+
extends PutFeedbackResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutFeedbackCommand extends $Command<
|
|
20
|
+
PutFeedbackCommandInput,
|
|
21
|
+
PutFeedbackCommandOutput,
|
|
22
|
+
DevOpsGuruClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutFeedbackCommandInput;
|
|
25
|
+
constructor(input: PutFeedbackCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<PutFeedbackCommandInput, PutFeedbackCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DevOpsGuruClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DevOpsGuruClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveNotificationChannelRequest,
|
|
15
|
+
RemoveNotificationChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveNotificationChannelCommandInput
|
|
18
|
+
extends RemoveNotificationChannelRequest {}
|
|
19
|
+
export interface RemoveNotificationChannelCommandOutput
|
|
20
|
+
extends RemoveNotificationChannelResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RemoveNotificationChannelCommand extends $Command<
|
|
24
|
+
RemoveNotificationChannelCommandInput,
|
|
25
|
+
RemoveNotificationChannelCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RemoveNotificationChannelCommandInput;
|
|
29
|
+
constructor(input: RemoveNotificationChannelCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RemoveNotificationChannelCommandInput,
|
|
37
|
+
RemoveNotificationChannelCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|