@aws-sdk/client-devops-guru 3.130.0 → 3.137.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/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/endpoints.js +29 -1
- 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/endpoints.js +29 -1
- 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 +7 -7
|
@@ -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>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.137.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.137.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.137.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.137.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.137.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.137.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|