@aws-sdk/client-devops-guru 3.169.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 +8 -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
package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
4
|
+
DescribeOrganizationResourceCollectionHealthCommandOutput,
|
|
5
|
+
} from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeOrganizationResourceCollectionHealth(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: DescribeOrganizationResourceCollectionHealthCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeResourceCollectionHealthCommandInput,
|
|
4
|
+
DescribeResourceCollectionHealthCommandOutput,
|
|
5
|
+
} from "../commands/DescribeResourceCollectionHealthCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeResourceCollectionHealth(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: DescribeResourceCollectionHealthCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeResourceCollectionHealthCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetCostEstimationCommandInput,
|
|
4
|
+
GetCostEstimationCommandOutput,
|
|
5
|
+
} from "../commands/GetCostEstimationCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetCostEstimation(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: GetCostEstimationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetCostEstimationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetResourceCollectionCommandInput,
|
|
4
|
+
GetResourceCollectionCommandOutput,
|
|
5
|
+
} from "../commands/GetResourceCollectionCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetResourceCollection(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: GetResourceCollectionCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetResourceCollectionCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { DevOpsGuru } from "../DevOpsGuru";
|
|
3
|
-
import { DevOpsGuruClient } from "../DevOpsGuruClient";
|
|
4
|
-
export interface DevOpsGuruPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { DevOpsGuru } from "../DevOpsGuru";
|
|
3
|
+
import { DevOpsGuruClient } from "../DevOpsGuruClient";
|
|
4
|
+
export interface DevOpsGuruPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: DevOpsGuru | DevOpsGuruClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAnomaliesForInsightCommandInput,
|
|
4
|
+
ListAnomaliesForInsightCommandOutput,
|
|
5
|
+
} from "../commands/ListAnomaliesForInsightCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAnomaliesForInsight(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListAnomaliesForInsightCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAnomaliesForInsightCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAnomalousLogGroupsCommandInput,
|
|
4
|
+
ListAnomalousLogGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListAnomalousLogGroupsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAnomalousLogGroups(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListAnomalousLogGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAnomalousLogGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventsCommandInput,
|
|
4
|
+
ListEventsCommandOutput,
|
|
5
|
+
} from "../commands/ListEventsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEvents(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListEventsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInsightsCommandInput,
|
|
4
|
+
ListInsightsCommandOutput,
|
|
5
|
+
} from "../commands/ListInsightsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInsights(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListInsightsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInsightsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMonitoredResourcesCommandInput,
|
|
4
|
+
ListMonitoredResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListMonitoredResourcesCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListMonitoredResources(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListMonitoredResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListMonitoredResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListNotificationChannelsCommandInput,
|
|
4
|
+
ListNotificationChannelsCommandOutput,
|
|
5
|
+
} from "../commands/ListNotificationChannelsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListNotificationChannels(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListNotificationChannelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListNotificationChannelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListOrganizationInsightsCommandInput,
|
|
4
|
+
ListOrganizationInsightsCommandOutput,
|
|
5
|
+
} from "../commands/ListOrganizationInsightsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListOrganizationInsights(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListOrganizationInsightsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListOrganizationInsightsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRecommendationsCommandInput,
|
|
4
|
+
ListRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/ListRecommendationsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRecommendations(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: ListRecommendationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRecommendationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchInsightsCommandInput,
|
|
4
|
+
SearchInsightsCommandOutput,
|
|
5
|
+
} from "../commands/SearchInsightsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchInsights(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: SearchInsightsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchInsightsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
SearchOrganizationInsightsCommandInput,
|
|
4
|
+
SearchOrganizationInsightsCommandOutput,
|
|
5
|
+
} from "../commands/SearchOrganizationInsightsCommand";
|
|
6
|
+
import { DevOpsGuruPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateSearchOrganizationInsights(
|
|
8
|
+
config: DevOpsGuruPaginationConfiguration,
|
|
9
|
+
input: SearchOrganizationInsightsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<SearchOrganizationInsightsCommandOutput>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from "./DescribeOrganizationResourceCollectionHealthPaginator";
|
|
2
|
-
export * from "./DescribeResourceCollectionHealthPaginator";
|
|
3
|
-
export * from "./GetCostEstimationPaginator";
|
|
4
|
-
export * from "./GetResourceCollectionPaginator";
|
|
5
|
-
export * from "./Interfaces";
|
|
6
|
-
export * from "./ListAnomaliesForInsightPaginator";
|
|
7
|
-
export * from "./ListAnomalousLogGroupsPaginator";
|
|
8
|
-
export * from "./ListEventsPaginator";
|
|
9
|
-
export * from "./ListInsightsPaginator";
|
|
10
|
-
export * from "./ListMonitoredResourcesPaginator";
|
|
11
|
-
export * from "./ListNotificationChannelsPaginator";
|
|
12
|
-
export * from "./ListOrganizationInsightsPaginator";
|
|
13
|
-
export * from "./ListRecommendationsPaginator";
|
|
14
|
-
export * from "./SearchInsightsPaginator";
|
|
15
|
-
export * from "./SearchOrganizationInsightsPaginator";
|
|
1
|
+
export * from "./DescribeOrganizationResourceCollectionHealthPaginator";
|
|
2
|
+
export * from "./DescribeResourceCollectionHealthPaginator";
|
|
3
|
+
export * from "./GetCostEstimationPaginator";
|
|
4
|
+
export * from "./GetResourceCollectionPaginator";
|
|
5
|
+
export * from "./Interfaces";
|
|
6
|
+
export * from "./ListAnomaliesForInsightPaginator";
|
|
7
|
+
export * from "./ListAnomalousLogGroupsPaginator";
|
|
8
|
+
export * from "./ListEventsPaginator";
|
|
9
|
+
export * from "./ListInsightsPaginator";
|
|
10
|
+
export * from "./ListMonitoredResourcesPaginator";
|
|
11
|
+
export * from "./ListNotificationChannelsPaginator";
|
|
12
|
+
export * from "./ListOrganizationInsightsPaginator";
|
|
13
|
+
export * from "./ListRecommendationsPaginator";
|
|
14
|
+
export * from "./SearchInsightsPaginator";
|
|
15
|
+
export * from "./SearchOrganizationInsightsPaginator";
|