@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
|
+
DescribeAccountOverviewRequest,
|
|
15
|
+
DescribeAccountOverviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAccountOverviewCommandInput
|
|
18
|
+
extends DescribeAccountOverviewRequest {}
|
|
19
|
+
export interface DescribeAccountOverviewCommandOutput
|
|
20
|
+
extends DescribeAccountOverviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAccountOverviewCommand extends $Command<
|
|
24
|
+
DescribeAccountOverviewCommandInput,
|
|
25
|
+
DescribeAccountOverviewCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAccountOverviewCommandInput;
|
|
29
|
+
constructor(input: DescribeAccountOverviewCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAccountOverviewCommandInput,
|
|
37
|
+
DescribeAccountOverviewCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeAnomalyRequest,
|
|
15
|
+
DescribeAnomalyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {}
|
|
18
|
+
export interface DescribeAnomalyCommandOutput
|
|
19
|
+
extends DescribeAnomalyResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeAnomalyCommand extends $Command<
|
|
23
|
+
DescribeAnomalyCommandInput,
|
|
24
|
+
DescribeAnomalyCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAnomalyCommandInput;
|
|
28
|
+
constructor(input: DescribeAnomalyCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeEventSourcesConfigRequest,
|
|
15
|
+
DescribeEventSourcesConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventSourcesConfigCommandInput
|
|
18
|
+
extends DescribeEventSourcesConfigRequest {}
|
|
19
|
+
export interface DescribeEventSourcesConfigCommandOutput
|
|
20
|
+
extends DescribeEventSourcesConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEventSourcesConfigCommand extends $Command<
|
|
24
|
+
DescribeEventSourcesConfigCommandInput,
|
|
25
|
+
DescribeEventSourcesConfigCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEventSourcesConfigCommandInput;
|
|
29
|
+
constructor(input: DescribeEventSourcesConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEventSourcesConfigCommandInput,
|
|
37
|
+
DescribeEventSourcesConfigCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeFeedbackRequest,
|
|
15
|
+
DescribeFeedbackResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {}
|
|
18
|
+
export interface DescribeFeedbackCommandOutput
|
|
19
|
+
extends DescribeFeedbackResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeFeedbackCommand extends $Command<
|
|
23
|
+
DescribeFeedbackCommandInput,
|
|
24
|
+
DescribeFeedbackCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeFeedbackCommandInput;
|
|
28
|
+
constructor(input: DescribeFeedbackCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
DescribeInsightRequest,
|
|
15
|
+
DescribeInsightResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
|
|
18
|
+
export interface DescribeInsightCommandOutput
|
|
19
|
+
extends DescribeInsightResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeInsightCommand extends $Command<
|
|
23
|
+
DescribeInsightCommandInput,
|
|
24
|
+
DescribeInsightCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeInsightCommandInput;
|
|
28
|
+
constructor(input: DescribeInsightCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeInsightCommandInput, DescribeInsightCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
DescribeOrganizationHealthRequest,
|
|
15
|
+
DescribeOrganizationHealthResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOrganizationHealthCommandInput
|
|
18
|
+
extends DescribeOrganizationHealthRequest {}
|
|
19
|
+
export interface DescribeOrganizationHealthCommandOutput
|
|
20
|
+
extends DescribeOrganizationHealthResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOrganizationHealthCommand extends $Command<
|
|
24
|
+
DescribeOrganizationHealthCommandInput,
|
|
25
|
+
DescribeOrganizationHealthCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOrganizationHealthCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationHealthCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOrganizationHealthCommandInput,
|
|
37
|
+
DescribeOrganizationHealthCommandOutput
|
|
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
|
+
DescribeOrganizationOverviewRequest,
|
|
15
|
+
DescribeOrganizationOverviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOrganizationOverviewCommandInput
|
|
18
|
+
extends DescribeOrganizationOverviewRequest {}
|
|
19
|
+
export interface DescribeOrganizationOverviewCommandOutput
|
|
20
|
+
extends DescribeOrganizationOverviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOrganizationOverviewCommand extends $Command<
|
|
24
|
+
DescribeOrganizationOverviewCommandInput,
|
|
25
|
+
DescribeOrganizationOverviewCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOrganizationOverviewCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationOverviewCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOrganizationOverviewCommandInput,
|
|
37
|
+
DescribeOrganizationOverviewCommandOutput
|
|
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
|
+
DescribeOrganizationResourceCollectionHealthRequest,
|
|
15
|
+
DescribeOrganizationResourceCollectionHealthResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOrganizationResourceCollectionHealthCommandInput
|
|
18
|
+
extends DescribeOrganizationResourceCollectionHealthRequest {}
|
|
19
|
+
export interface DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
20
|
+
extends DescribeOrganizationResourceCollectionHealthResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<
|
|
24
|
+
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
25
|
+
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationResourceCollectionHealthCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
37
|
+
DescribeOrganizationResourceCollectionHealthCommandOutput
|
|
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
|
+
DescribeResourceCollectionHealthRequest,
|
|
15
|
+
DescribeResourceCollectionHealthResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeResourceCollectionHealthCommandInput
|
|
18
|
+
extends DescribeResourceCollectionHealthRequest {}
|
|
19
|
+
export interface DescribeResourceCollectionHealthCommandOutput
|
|
20
|
+
extends DescribeResourceCollectionHealthResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeResourceCollectionHealthCommand extends $Command<
|
|
24
|
+
DescribeResourceCollectionHealthCommandInput,
|
|
25
|
+
DescribeResourceCollectionHealthCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeResourceCollectionHealthCommandInput;
|
|
29
|
+
constructor(input: DescribeResourceCollectionHealthCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeResourceCollectionHealthCommandInput,
|
|
37
|
+
DescribeResourceCollectionHealthCommandOutput
|
|
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
|
+
DescribeServiceIntegrationRequest,
|
|
15
|
+
DescribeServiceIntegrationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeServiceIntegrationCommandInput
|
|
18
|
+
extends DescribeServiceIntegrationRequest {}
|
|
19
|
+
export interface DescribeServiceIntegrationCommandOutput
|
|
20
|
+
extends DescribeServiceIntegrationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeServiceIntegrationCommand extends $Command<
|
|
24
|
+
DescribeServiceIntegrationCommandInput,
|
|
25
|
+
DescribeServiceIntegrationCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeServiceIntegrationCommandInput;
|
|
29
|
+
constructor(input: DescribeServiceIntegrationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeServiceIntegrationCommandInput,
|
|
37
|
+
DescribeServiceIntegrationCommandOutput
|
|
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
|
+
GetCostEstimationRequest,
|
|
15
|
+
GetCostEstimationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetCostEstimationCommandInput
|
|
18
|
+
extends GetCostEstimationRequest {}
|
|
19
|
+
export interface GetCostEstimationCommandOutput
|
|
20
|
+
extends GetCostEstimationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCostEstimationCommand extends $Command<
|
|
24
|
+
GetCostEstimationCommandInput,
|
|
25
|
+
GetCostEstimationCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCostEstimationCommandInput;
|
|
29
|
+
constructor(input: GetCostEstimationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetCostEstimationCommandInput, GetCostEstimationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|