@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,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
|
+
SearchInsightsRequest,
|
|
15
|
+
SearchInsightsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchInsightsCommandInput extends SearchInsightsRequest {}
|
|
18
|
+
export interface SearchInsightsCommandOutput
|
|
19
|
+
extends SearchInsightsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class SearchInsightsCommand extends $Command<
|
|
23
|
+
SearchInsightsCommandInput,
|
|
24
|
+
SearchInsightsCommandOutput,
|
|
25
|
+
DevOpsGuruClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchInsightsCommandInput;
|
|
28
|
+
constructor(input: SearchInsightsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<SearchInsightsCommandInput, SearchInsightsCommandOutput>;
|
|
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
|
+
SearchOrganizationInsightsRequest,
|
|
15
|
+
SearchOrganizationInsightsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SearchOrganizationInsightsCommandInput
|
|
18
|
+
extends SearchOrganizationInsightsRequest {}
|
|
19
|
+
export interface SearchOrganizationInsightsCommandOutput
|
|
20
|
+
extends SearchOrganizationInsightsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class SearchOrganizationInsightsCommand extends $Command<
|
|
24
|
+
SearchOrganizationInsightsCommandInput,
|
|
25
|
+
SearchOrganizationInsightsCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: SearchOrganizationInsightsCommandInput;
|
|
29
|
+
constructor(input: SearchOrganizationInsightsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
SearchOrganizationInsightsCommandInput,
|
|
37
|
+
SearchOrganizationInsightsCommandOutput
|
|
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
|
+
StartCostEstimationRequest,
|
|
15
|
+
StartCostEstimationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartCostEstimationCommandInput
|
|
18
|
+
extends StartCostEstimationRequest {}
|
|
19
|
+
export interface StartCostEstimationCommandOutput
|
|
20
|
+
extends StartCostEstimationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartCostEstimationCommand extends $Command<
|
|
24
|
+
StartCostEstimationCommandInput,
|
|
25
|
+
StartCostEstimationCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartCostEstimationCommandInput;
|
|
29
|
+
constructor(input: StartCostEstimationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<StartCostEstimationCommandInput, StartCostEstimationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
UpdateEventSourcesConfigRequest,
|
|
15
|
+
UpdateEventSourcesConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateEventSourcesConfigCommandInput
|
|
18
|
+
extends UpdateEventSourcesConfigRequest {}
|
|
19
|
+
export interface UpdateEventSourcesConfigCommandOutput
|
|
20
|
+
extends UpdateEventSourcesConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateEventSourcesConfigCommand extends $Command<
|
|
24
|
+
UpdateEventSourcesConfigCommandInput,
|
|
25
|
+
UpdateEventSourcesConfigCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEventSourcesConfigCommandInput;
|
|
29
|
+
constructor(input: UpdateEventSourcesConfigCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateEventSourcesConfigCommandInput,
|
|
37
|
+
UpdateEventSourcesConfigCommandOutput
|
|
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
|
+
UpdateResourceCollectionRequest,
|
|
15
|
+
UpdateResourceCollectionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateResourceCollectionCommandInput
|
|
18
|
+
extends UpdateResourceCollectionRequest {}
|
|
19
|
+
export interface UpdateResourceCollectionCommandOutput
|
|
20
|
+
extends UpdateResourceCollectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateResourceCollectionCommand extends $Command<
|
|
24
|
+
UpdateResourceCollectionCommandInput,
|
|
25
|
+
UpdateResourceCollectionCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateResourceCollectionCommandInput;
|
|
29
|
+
constructor(input: UpdateResourceCollectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateResourceCollectionCommandInput,
|
|
37
|
+
UpdateResourceCollectionCommandOutput
|
|
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
|
+
UpdateServiceIntegrationRequest,
|
|
15
|
+
UpdateServiceIntegrationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateServiceIntegrationCommandInput
|
|
18
|
+
extends UpdateServiceIntegrationRequest {}
|
|
19
|
+
export interface UpdateServiceIntegrationCommandOutput
|
|
20
|
+
extends UpdateServiceIntegrationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateServiceIntegrationCommand extends $Command<
|
|
24
|
+
UpdateServiceIntegrationCommandInput,
|
|
25
|
+
UpdateServiceIntegrationCommandOutput,
|
|
26
|
+
DevOpsGuruClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateServiceIntegrationCommandInput;
|
|
29
|
+
constructor(input: UpdateServiceIntegrationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DevOpsGuruClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateServiceIntegrationCommandInput,
|
|
37
|
+
UpdateServiceIntegrationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export * from "./AddNotificationChannelCommand";
|
|
2
|
-
export * from "./DeleteInsightCommand";
|
|
3
|
-
export * from "./DescribeAccountHealthCommand";
|
|
4
|
-
export * from "./DescribeAccountOverviewCommand";
|
|
5
|
-
export * from "./DescribeAnomalyCommand";
|
|
6
|
-
export * from "./DescribeEventSourcesConfigCommand";
|
|
7
|
-
export * from "./DescribeFeedbackCommand";
|
|
8
|
-
export * from "./DescribeInsightCommand";
|
|
9
|
-
export * from "./DescribeOrganizationHealthCommand";
|
|
10
|
-
export * from "./DescribeOrganizationOverviewCommand";
|
|
11
|
-
export * from "./DescribeOrganizationResourceCollectionHealthCommand";
|
|
12
|
-
export * from "./DescribeResourceCollectionHealthCommand";
|
|
13
|
-
export * from "./DescribeServiceIntegrationCommand";
|
|
14
|
-
export * from "./GetCostEstimationCommand";
|
|
15
|
-
export * from "./GetResourceCollectionCommand";
|
|
16
|
-
export * from "./ListAnomaliesForInsightCommand";
|
|
17
|
-
export * from "./ListAnomalousLogGroupsCommand";
|
|
18
|
-
export * from "./ListEventsCommand";
|
|
19
|
-
export * from "./ListInsightsCommand";
|
|
20
|
-
export * from "./ListMonitoredResourcesCommand";
|
|
21
|
-
export * from "./ListNotificationChannelsCommand";
|
|
22
|
-
export * from "./ListOrganizationInsightsCommand";
|
|
23
|
-
export * from "./ListRecommendationsCommand";
|
|
24
|
-
export * from "./PutFeedbackCommand";
|
|
25
|
-
export * from "./RemoveNotificationChannelCommand";
|
|
26
|
-
export * from "./SearchInsightsCommand";
|
|
27
|
-
export * from "./SearchOrganizationInsightsCommand";
|
|
28
|
-
export * from "./StartCostEstimationCommand";
|
|
29
|
-
export * from "./UpdateEventSourcesConfigCommand";
|
|
30
|
-
export * from "./UpdateResourceCollectionCommand";
|
|
31
|
-
export * from "./UpdateServiceIntegrationCommand";
|
|
1
|
+
export * from "./AddNotificationChannelCommand";
|
|
2
|
+
export * from "./DeleteInsightCommand";
|
|
3
|
+
export * from "./DescribeAccountHealthCommand";
|
|
4
|
+
export * from "./DescribeAccountOverviewCommand";
|
|
5
|
+
export * from "./DescribeAnomalyCommand";
|
|
6
|
+
export * from "./DescribeEventSourcesConfigCommand";
|
|
7
|
+
export * from "./DescribeFeedbackCommand";
|
|
8
|
+
export * from "./DescribeInsightCommand";
|
|
9
|
+
export * from "./DescribeOrganizationHealthCommand";
|
|
10
|
+
export * from "./DescribeOrganizationOverviewCommand";
|
|
11
|
+
export * from "./DescribeOrganizationResourceCollectionHealthCommand";
|
|
12
|
+
export * from "./DescribeResourceCollectionHealthCommand";
|
|
13
|
+
export * from "./DescribeServiceIntegrationCommand";
|
|
14
|
+
export * from "./GetCostEstimationCommand";
|
|
15
|
+
export * from "./GetResourceCollectionCommand";
|
|
16
|
+
export * from "./ListAnomaliesForInsightCommand";
|
|
17
|
+
export * from "./ListAnomalousLogGroupsCommand";
|
|
18
|
+
export * from "./ListEventsCommand";
|
|
19
|
+
export * from "./ListInsightsCommand";
|
|
20
|
+
export * from "./ListMonitoredResourcesCommand";
|
|
21
|
+
export * from "./ListNotificationChannelsCommand";
|
|
22
|
+
export * from "./ListOrganizationInsightsCommand";
|
|
23
|
+
export * from "./ListRecommendationsCommand";
|
|
24
|
+
export * from "./PutFeedbackCommand";
|
|
25
|
+
export * from "./RemoveNotificationChannelCommand";
|
|
26
|
+
export * from "./SearchInsightsCommand";
|
|
27
|
+
export * from "./SearchOrganizationInsightsCommand";
|
|
28
|
+
export * from "./StartCostEstimationCommand";
|
|
29
|
+
export * from "./UpdateEventSourcesConfigCommand";
|
|
30
|
+
export * from "./UpdateResourceCollectionCommand";
|
|
31
|
+
export * from "./UpdateServiceIntegrationCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./DevOpsGuru";
|
|
2
|
-
export * from "./DevOpsGuruClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
|
|
1
|
+
export * from "./DevOpsGuru";
|
|
2
|
+
export * from "./DevOpsGuruClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class DevOpsGuruServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|