@aws-sdk/client-devops-guru 3.39.0 → 3.43.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 +41 -0
- package/README.md +14 -16
- package/dist-cjs/DevOpsGuru.js +75 -0
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/models/models_0.js +126 -12
- package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
- package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +773 -21
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/DevOpsGuru.js +75 -0
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
- package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoints.js +74 -5
- package/dist-es/models/models_0.js +89 -9
- package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
- package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
- package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +826 -19
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DevOpsGuru.d.ts +114 -92
- package/dist-types/DevOpsGuruClient.d.ts +27 -16
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +5 -7
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -6
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -5
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
- package/dist-types/commands/ListEventsCommand.d.ts +3 -4
- package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
- package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -4
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1000 -832
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +274 -5
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
6
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
7
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
@@ -10,7 +11,7 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
|
10
11
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
12
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
13
|
export var getRuntimeConfig = function (config) {
|
|
13
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
14
15
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
16
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (function () { return Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT); }), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (function () { return Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT); }), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
16
17
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
|
-
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
|
+
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
6
6
|
import { Hash } from "@aws-sdk/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
@@ -14,8 +14,8 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
|
-
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector,
|
|
20
|
+
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS), useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS), utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : fromUtf8, utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : toUtf8 });
|
|
21
21
|
};
|
|
@@ -5,6 +5,9 @@ import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutp
|
|
|
5
5
|
import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "./commands/DescribeAnomalyCommand";
|
|
6
6
|
import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "./commands/DescribeFeedbackCommand";
|
|
7
7
|
import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "./commands/DescribeInsightCommand";
|
|
8
|
+
import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "./commands/DescribeOrganizationHealthCommand";
|
|
9
|
+
import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "./commands/DescribeOrganizationOverviewCommand";
|
|
10
|
+
import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
|
|
8
11
|
import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "./commands/DescribeResourceCollectionHealthCommand";
|
|
9
12
|
import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "./commands/DescribeServiceIntegrationCommand";
|
|
10
13
|
import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
|
|
@@ -13,113 +16,123 @@ import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutp
|
|
|
13
16
|
import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
14
17
|
import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
|
|
15
18
|
import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
|
|
19
|
+
import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
|
|
16
20
|
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
|
|
17
21
|
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
18
22
|
import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
|
|
19
23
|
import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "./commands/SearchInsightsCommand";
|
|
24
|
+
import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "./commands/SearchOrganizationInsightsCommand";
|
|
20
25
|
import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "./commands/StartCostEstimationCommand";
|
|
21
26
|
import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
|
|
22
27
|
import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
|
|
23
28
|
import { DevOpsGuruClient } from "./DevOpsGuruClient";
|
|
24
29
|
/**
|
|
25
|
-
* <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
|
|
26
|
-
* critical operational applications. You specify the
|
|
27
|
-
* then the Amazon CloudWatch metrics and
|
|
28
|
-
* anomalous behavior is detected, DevOps Guru creates an
|
|
29
|
-
*
|
|
30
|
-
*
|
|
30
|
+
* <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
|
|
31
|
+
* business critical operational applications. You specify the Amazon Web Services resources that you
|
|
32
|
+
* want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
|
|
33
|
+
* resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an
|
|
34
|
+
* <i>insight</i> that includes recommendations, related events, and
|
|
35
|
+
* related metrics that can help you improve your operational applications. For more
|
|
36
|
+
* information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
|
|
31
37
|
*
|
|
32
|
-
* <p>
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* </p>
|
|
38
|
+
* <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
39
|
+
* is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
|
|
40
|
+
* insight to help you manage and track your work addressing insights. </p>
|
|
36
41
|
*
|
|
37
|
-
* <p>
|
|
38
|
-
*
|
|
39
|
-
* learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>.
|
|
40
|
-
* </p>
|
|
42
|
+
* <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
43
|
+
* learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
|
|
41
44
|
*/
|
|
42
45
|
export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
43
46
|
/**
|
|
44
|
-
* <p>
|
|
45
|
-
*
|
|
46
|
-
* </p>
|
|
47
|
-
*
|
|
47
|
+
* <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
|
|
48
|
+
* about important DevOps Guru events, such as when an insight is generated. </p>
|
|
48
49
|
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
49
50
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
|
|
50
51
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
51
52
|
* for cross account Amazon SNS topics</a>.</p>
|
|
52
|
-
* <p>If you use an Amazon SNS topic that is encrypted by an
|
|
53
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
53
54
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
54
|
-
*
|
|
55
|
+
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
55
56
|
*/
|
|
56
57
|
addNotificationChannel(args: AddNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<AddNotificationChannelCommandOutput>;
|
|
57
58
|
addNotificationChannel(args: AddNotificationChannelCommandInput, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
|
|
58
59
|
addNotificationChannel(args: AddNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddNotificationChannelCommandOutput) => void): void;
|
|
59
60
|
/**
|
|
60
|
-
* <p>
|
|
61
|
-
*
|
|
62
|
-
*
|
|
63
|
-
* </p>
|
|
61
|
+
* <p> Returns the number of open reactive insights, the number of open proactive insights,
|
|
62
|
+
* and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
|
|
63
|
+
* health of operations in your Amazon Web Services account. </p>
|
|
64
64
|
*/
|
|
65
65
|
describeAccountHealth(args: DescribeAccountHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountHealthCommandOutput>;
|
|
66
66
|
describeAccountHealth(args: DescribeAccountHealthCommandInput, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
|
|
67
67
|
describeAccountHealth(args: DescribeAccountHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountHealthCommandOutput) => void): void;
|
|
68
68
|
/**
|
|
69
|
-
* <p>
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
* </p>
|
|
69
|
+
* <p> For the time range passed in, returns the number of open reactive insight that were
|
|
70
|
+
* created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
|
|
71
|
+
* closed reactive insights. </p>
|
|
73
72
|
*/
|
|
74
73
|
describeAccountOverview(args: DescribeAccountOverviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountOverviewCommandOutput>;
|
|
75
74
|
describeAccountOverview(args: DescribeAccountOverviewCommandInput, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
|
|
76
75
|
describeAccountOverview(args: DescribeAccountOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountOverviewCommandOutput) => void): void;
|
|
77
76
|
/**
|
|
78
|
-
* <p>
|
|
79
|
-
* Returns details about an anomaly that you specify using its ID.
|
|
80
|
-
* </p>
|
|
77
|
+
* <p> Returns details about an anomaly that you specify using its ID. </p>
|
|
81
78
|
*/
|
|
82
79
|
describeAnomaly(args: DescribeAnomalyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnomalyCommandOutput>;
|
|
83
80
|
describeAnomaly(args: DescribeAnomalyCommandInput, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
|
|
84
81
|
describeAnomaly(args: DescribeAnomalyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnomalyCommandOutput) => void): void;
|
|
85
82
|
/**
|
|
86
|
-
* <p>
|
|
87
|
-
* Returns the most recent feedback submitted in the current AWS account and Region.
|
|
83
|
+
* <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
88
84
|
* </p>
|
|
89
85
|
*/
|
|
90
86
|
describeFeedback(args: DescribeFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFeedbackCommandOutput>;
|
|
91
87
|
describeFeedback(args: DescribeFeedbackCommandInput, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
|
|
92
88
|
describeFeedback(args: DescribeFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFeedbackCommandOutput) => void): void;
|
|
93
89
|
/**
|
|
94
|
-
* <p>
|
|
95
|
-
* Returns details about an insight that you specify using its ID.
|
|
96
|
-
* </p>
|
|
90
|
+
* <p> Returns details about an insight that you specify using its ID. </p>
|
|
97
91
|
*/
|
|
98
92
|
describeInsight(args: DescribeInsightCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInsightCommandOutput>;
|
|
99
93
|
describeInsight(args: DescribeInsightCommandInput, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
|
|
100
94
|
describeInsight(args: DescribeInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInsightCommandOutput) => void): void;
|
|
101
95
|
/**
|
|
102
|
-
* <p>
|
|
103
|
-
*
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
96
|
+
* <p>Returns active insights, predictive insights, and resource hours analyzed in last
|
|
97
|
+
* hour.</p>
|
|
98
|
+
*/
|
|
99
|
+
describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationHealthCommandOutput>;
|
|
100
|
+
describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
|
|
101
|
+
describeOrganizationHealth(args: DescribeOrganizationHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationHealthCommandOutput) => void): void;
|
|
102
|
+
/**
|
|
103
|
+
* <p>Returns an overview of your organization's history based on the specified time range.
|
|
104
|
+
* The overview includes the total reactive and proactive insights.</p>
|
|
105
|
+
*/
|
|
106
|
+
describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationOverviewCommandOutput>;
|
|
107
|
+
describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
|
|
108
|
+
describeOrganizationOverview(args: DescribeOrganizationOverviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationOverviewCommandOutput) => void): void;
|
|
109
|
+
/**
|
|
110
|
+
* <p>Provides an overview of your system's health. If additional member accounts are part
|
|
111
|
+
* of your organization, you can filter those accounts using the <code>AccountIds</code>
|
|
112
|
+
* field.</p>
|
|
113
|
+
*/
|
|
114
|
+
describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
115
|
+
describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
|
|
116
|
+
describeOrganizationResourceCollectionHealth(args: DescribeOrganizationResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationResourceCollectionHealthCommandOutput) => void): void;
|
|
117
|
+
/**
|
|
118
|
+
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
|
|
119
|
+
* for all closed insights in resource collections in your account. You specify the type of
|
|
120
|
+
* Amazon Web Services resources collection. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
121
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
107
122
|
*/
|
|
108
123
|
describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourceCollectionHealthCommandOutput>;
|
|
109
124
|
describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
|
|
110
125
|
describeResourceCollectionHealth(args: DescribeResourceCollectionHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourceCollectionHealthCommandOutput) => void): void;
|
|
111
126
|
/**
|
|
112
|
-
* <p>
|
|
113
|
-
* Returns the integration status of services that are integrated with DevOps Guru.
|
|
127
|
+
* <p> Returns the integration status of services that are integrated with DevOps Guru.
|
|
114
128
|
* The one service that can be integrated with DevOps Guru
|
|
115
|
-
* is
|
|
116
|
-
* </p>
|
|
129
|
+
* is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight. </p>
|
|
117
130
|
*/
|
|
118
131
|
describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceIntegrationCommandOutput>;
|
|
119
132
|
describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
|
|
120
133
|
describeServiceIntegration(args: DescribeServiceIntegrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceIntegrationCommandOutput) => void): void;
|
|
121
134
|
/**
|
|
122
|
-
* <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your
|
|
135
|
+
* <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
|
123
136
|
* For more information,
|
|
124
137
|
* see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
|
|
125
138
|
* Amazon DevOps Guru costs</a> and
|
|
@@ -129,108 +142,117 @@ export declare class DevOpsGuru extends DevOpsGuruClient {
|
|
|
129
142
|
getCostEstimation(args: GetCostEstimationCommandInput, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
|
|
130
143
|
getCostEstimation(args: GetCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostEstimationCommandOutput) => void): void;
|
|
131
144
|
/**
|
|
132
|
-
* <p>
|
|
133
|
-
*
|
|
134
|
-
* only the
|
|
135
|
-
* </p>
|
|
145
|
+
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
|
146
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
147
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
136
148
|
*/
|
|
137
149
|
getResourceCollection(args: GetResourceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<GetResourceCollectionCommandOutput>;
|
|
138
150
|
getResourceCollection(args: GetResourceCollectionCommandInput, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
|
|
139
151
|
getResourceCollection(args: GetResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourceCollectionCommandOutput) => void): void;
|
|
140
152
|
/**
|
|
141
|
-
* <p>
|
|
142
|
-
*
|
|
143
|
-
* </p>
|
|
153
|
+
* <p> Returns a list of the anomalies that belong to an insight that you specify using its
|
|
154
|
+
* ID. </p>
|
|
144
155
|
*/
|
|
145
156
|
listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options?: __HttpHandlerOptions): Promise<ListAnomaliesForInsightCommandOutput>;
|
|
146
157
|
listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
|
|
147
158
|
listAnomaliesForInsight(args: ListAnomaliesForInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnomaliesForInsightCommandOutput) => void): void;
|
|
148
159
|
/**
|
|
149
|
-
* <p>
|
|
150
|
-
*
|
|
151
|
-
* </p>
|
|
160
|
+
* <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
|
161
|
+
* You can use filters to specify which events are returned. </p>
|
|
152
162
|
*/
|
|
153
163
|
listEvents(args: ListEventsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsCommandOutput>;
|
|
154
164
|
listEvents(args: ListEventsCommandInput, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
|
|
155
165
|
listEvents(args: ListEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsCommandOutput) => void): void;
|
|
156
166
|
/**
|
|
157
|
-
* <p>
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* </p>
|
|
167
|
+
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
168
|
+
* returned by their start time and status (<code>ONGOING</code>, <code>CLOSED</code>, or
|
|
169
|
+
* <code>ANY</code>). </p>
|
|
161
170
|
*/
|
|
162
171
|
listInsights(args: ListInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListInsightsCommandOutput>;
|
|
163
172
|
listInsights(args: ListInsightsCommandInput, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
|
|
164
173
|
listInsights(args: ListInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInsightsCommandOutput) => void): void;
|
|
165
174
|
/**
|
|
166
|
-
* <p>
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
* supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
170
|
-
* </p>
|
|
175
|
+
* <p> Returns a list of notification channels configured for DevOps Guru. Each notification
|
|
176
|
+
* channel is used to notify you when DevOps Guru generates an insight that contains information
|
|
177
|
+
* about how to improve your operations. The one
|
|
178
|
+
* supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
|
|
171
179
|
*/
|
|
172
180
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationChannelsCommandOutput>;
|
|
173
181
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
|
|
174
182
|
listNotificationChannels(args: ListNotificationChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationChannelsCommandOutput) => void): void;
|
|
175
183
|
/**
|
|
176
|
-
* <p>
|
|
177
|
-
|
|
178
|
-
|
|
184
|
+
* <p>Returns a list of insights associated with the account or OU Id.</p>
|
|
185
|
+
*/
|
|
186
|
+
listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationInsightsCommandOutput>;
|
|
187
|
+
listOrganizationInsights(args: ListOrganizationInsightsCommandInput, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
|
|
188
|
+
listOrganizationInsights(args: ListOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationInsightsCommandOutput) => void): void;
|
|
189
|
+
/**
|
|
190
|
+
* <p> Returns a list of a specified insight's recommendations. Each recommendation includes
|
|
191
|
+
* a list of related metrics and a list of related events. </p>
|
|
179
192
|
*/
|
|
180
193
|
listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
|
|
181
194
|
listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
|
|
182
195
|
listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
|
|
183
196
|
/**
|
|
184
|
-
* <p>
|
|
185
|
-
* Collects customer feedback about the specified insight.
|
|
186
|
-
* </p>
|
|
197
|
+
* <p> Collects customer feedback about the specified insight. </p>
|
|
187
198
|
*/
|
|
188
199
|
putFeedback(args: PutFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutFeedbackCommandOutput>;
|
|
189
200
|
putFeedback(args: PutFeedbackCommandInput, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
|
|
190
201
|
putFeedback(args: PutFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFeedbackCommandOutput) => void): void;
|
|
191
202
|
/**
|
|
192
|
-
* <p>
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
* </p>
|
|
203
|
+
* <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
|
|
204
|
+
* you when DevOps Guru generates an insight that contains information about how to improve your
|
|
205
|
+
* operations. </p>
|
|
196
206
|
*/
|
|
197
207
|
removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options?: __HttpHandlerOptions): Promise<RemoveNotificationChannelCommandOutput>;
|
|
198
208
|
removeNotificationChannel(args: RemoveNotificationChannelCommandInput, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
|
|
199
209
|
removeNotificationChannel(args: RemoveNotificationChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveNotificationChannelCommandOutput) => void): void;
|
|
200
210
|
/**
|
|
201
|
-
* <p>
|
|
202
|
-
*
|
|
203
|
-
*
|
|
204
|
-
*
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
* </p>
|
|
211
|
+
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
212
|
+
* returned by their start time, one or more statuses (<code>ONGOING</code>,
|
|
213
|
+
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
214
|
+
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
215
|
+
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
216
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
217
|
+
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
218
|
+
* <code>PROACTIVE</code> in your search. </p>
|
|
210
219
|
*/
|
|
211
220
|
searchInsights(args: SearchInsightsCommandInput, options?: __HttpHandlerOptions): Promise<SearchInsightsCommandOutput>;
|
|
212
221
|
searchInsights(args: SearchInsightsCommandInput, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
|
|
213
222
|
searchInsights(args: SearchInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchInsightsCommandOutput) => void): void;
|
|
214
223
|
/**
|
|
215
|
-
* <p>
|
|
224
|
+
* <p> Returns a list of insights in your organization. You can specify which insights are
|
|
225
|
+
* returned by their start time, one or more statuses (<code>ONGOING</code>,
|
|
226
|
+
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
227
|
+
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
228
|
+
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
229
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
230
|
+
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
231
|
+
* <code>PROACTIVE</code> in your search. </p>
|
|
232
|
+
*/
|
|
233
|
+
searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options?: __HttpHandlerOptions): Promise<SearchOrganizationInsightsCommandOutput>;
|
|
234
|
+
searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
|
|
235
|
+
searchOrganizationInsights(args: SearchOrganizationInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchOrganizationInsightsCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
|
|
238
|
+
* resources.</p>
|
|
216
239
|
*/
|
|
217
240
|
startCostEstimation(args: StartCostEstimationCommandInput, options?: __HttpHandlerOptions): Promise<StartCostEstimationCommandOutput>;
|
|
218
241
|
startCostEstimation(args: StartCostEstimationCommandInput, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
|
|
219
242
|
startCostEstimation(args: StartCostEstimationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCostEstimationCommandOutput) => void): void;
|
|
220
243
|
/**
|
|
221
244
|
* <p> Updates the collection of resources that DevOps Guru analyzes.
|
|
222
|
-
* The one type of
|
|
223
|
-
* only the
|
|
224
|
-
* to use DevOps Guru. </p>
|
|
245
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
246
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
|
|
247
|
+
* you to use DevOps Guru. </p>
|
|
225
248
|
*/
|
|
226
249
|
updateResourceCollection(args: UpdateResourceCollectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResourceCollectionCommandOutput>;
|
|
227
250
|
updateResourceCollection(args: UpdateResourceCollectionCommandInput, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
|
|
228
251
|
updateResourceCollection(args: UpdateResourceCollectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResourceCollectionCommandOutput) => void): void;
|
|
229
252
|
/**
|
|
230
|
-
* <p>
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
* </p>
|
|
253
|
+
* <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
254
|
+
* one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
|
|
255
|
+
* an OpsItem for each generated insight. </p>
|
|
234
256
|
*/
|
|
235
257
|
updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceIntegrationCommandOutput>;
|
|
236
258
|
updateServiceIntegration(args: UpdateServiceIntegrationCommandInput, cb: (err: any, data?: UpdateServiceIntegrationCommandOutput) => void): void;
|
|
@@ -12,6 +12,9 @@ import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutp
|
|
|
12
12
|
import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "./commands/DescribeAnomalyCommand";
|
|
13
13
|
import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "./commands/DescribeFeedbackCommand";
|
|
14
14
|
import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "./commands/DescribeInsightCommand";
|
|
15
|
+
import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "./commands/DescribeOrganizationHealthCommand";
|
|
16
|
+
import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "./commands/DescribeOrganizationOverviewCommand";
|
|
17
|
+
import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "./commands/DescribeOrganizationResourceCollectionHealthCommand";
|
|
15
18
|
import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "./commands/DescribeResourceCollectionHealthCommand";
|
|
16
19
|
import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "./commands/DescribeServiceIntegrationCommand";
|
|
17
20
|
import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "./commands/GetCostEstimationCommand";
|
|
@@ -20,15 +23,17 @@ import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutp
|
|
|
20
23
|
import { ListEventsCommandInput, ListEventsCommandOutput } from "./commands/ListEventsCommand";
|
|
21
24
|
import { ListInsightsCommandInput, ListInsightsCommandOutput } from "./commands/ListInsightsCommand";
|
|
22
25
|
import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "./commands/ListNotificationChannelsCommand";
|
|
26
|
+
import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "./commands/ListOrganizationInsightsCommand";
|
|
23
27
|
import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
|
|
24
28
|
import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
|
|
25
29
|
import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "./commands/RemoveNotificationChannelCommand";
|
|
26
30
|
import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "./commands/SearchInsightsCommand";
|
|
31
|
+
import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "./commands/SearchOrganizationInsightsCommand";
|
|
27
32
|
import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "./commands/StartCostEstimationCommand";
|
|
28
33
|
import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "./commands/UpdateResourceCollectionCommand";
|
|
29
34
|
import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "./commands/UpdateServiceIntegrationCommand";
|
|
30
|
-
export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListNotificationChannelsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | StartCostEstimationCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
|
|
31
|
-
export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListNotificationChannelsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
|
|
35
|
+
export declare type ServiceInputTypes = AddNotificationChannelCommandInput | DescribeAccountHealthCommandInput | DescribeAccountOverviewCommandInput | DescribeAnomalyCommandInput | DescribeFeedbackCommandInput | DescribeInsightCommandInput | DescribeOrganizationHealthCommandInput | DescribeOrganizationOverviewCommandInput | DescribeOrganizationResourceCollectionHealthCommandInput | DescribeResourceCollectionHealthCommandInput | DescribeServiceIntegrationCommandInput | GetCostEstimationCommandInput | GetResourceCollectionCommandInput | ListAnomaliesForInsightCommandInput | ListEventsCommandInput | ListInsightsCommandInput | ListNotificationChannelsCommandInput | ListOrganizationInsightsCommandInput | ListRecommendationsCommandInput | PutFeedbackCommandInput | RemoveNotificationChannelCommandInput | SearchInsightsCommandInput | SearchOrganizationInsightsCommandInput | StartCostEstimationCommandInput | UpdateResourceCollectionCommandInput | UpdateServiceIntegrationCommandInput;
|
|
36
|
+
export declare type ServiceOutputTypes = AddNotificationChannelCommandOutput | DescribeAccountHealthCommandOutput | DescribeAccountOverviewCommandOutput | DescribeAnomalyCommandOutput | DescribeFeedbackCommandOutput | DescribeInsightCommandOutput | DescribeOrganizationHealthCommandOutput | DescribeOrganizationOverviewCommandOutput | DescribeOrganizationResourceCollectionHealthCommandOutput | DescribeResourceCollectionHealthCommandOutput | DescribeServiceIntegrationCommandOutput | GetCostEstimationCommandOutput | GetResourceCollectionCommandOutput | ListAnomaliesForInsightCommandOutput | ListEventsCommandOutput | ListInsightsCommandOutput | ListNotificationChannelsCommandOutput | ListOrganizationInsightsCommandOutput | ListRecommendationsCommandOutput | PutFeedbackCommandOutput | RemoveNotificationChannelCommandOutput | SearchInsightsCommandOutput | SearchOrganizationInsightsCommandOutput | StartCostEstimationCommandOutput | UpdateResourceCollectionCommandOutput | UpdateServiceIntegrationCommandOutput;
|
|
32
37
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
33
38
|
/**
|
|
34
39
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -97,6 +102,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
97
102
|
* Optional logger for logging debug/info/warn/error.
|
|
98
103
|
*/
|
|
99
104
|
logger?: __Logger;
|
|
105
|
+
/**
|
|
106
|
+
* Enables IPv6/IPv4 dualstack endpoint.
|
|
107
|
+
*/
|
|
108
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
109
|
+
/**
|
|
110
|
+
* Enables FIPS compatible endpoints.
|
|
111
|
+
*/
|
|
112
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
100
113
|
/**
|
|
101
114
|
* Unique service identifier.
|
|
102
115
|
* @internal
|
|
@@ -135,22 +148,20 @@ declare type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<
|
|
|
135
148
|
export interface DevOpsGuruClientResolvedConfig extends DevOpsGuruClientResolvedConfigType {
|
|
136
149
|
}
|
|
137
150
|
/**
|
|
138
|
-
* <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
|
|
139
|
-
* critical operational applications. You specify the
|
|
140
|
-
* then the Amazon CloudWatch metrics and
|
|
141
|
-
* anomalous behavior is detected, DevOps Guru creates an
|
|
142
|
-
*
|
|
143
|
-
*
|
|
151
|
+
* <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in
|
|
152
|
+
* business critical operational applications. You specify the Amazon Web Services resources that you
|
|
153
|
+
* want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those
|
|
154
|
+
* resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an
|
|
155
|
+
* <i>insight</i> that includes recommendations, related events, and
|
|
156
|
+
* related metrics that can help you improve your operational applications. For more
|
|
157
|
+
* information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p>
|
|
144
158
|
*
|
|
145
|
-
* <p>
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
* </p>
|
|
159
|
+
* <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight
|
|
160
|
+
* is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each
|
|
161
|
+
* insight to help you manage and track your work addressing insights. </p>
|
|
149
162
|
*
|
|
150
|
-
* <p>
|
|
151
|
-
*
|
|
152
|
-
* learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>.
|
|
153
|
-
* </p>
|
|
163
|
+
* <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To
|
|
164
|
+
* learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
|
|
154
165
|
*/
|
|
155
166
|
export declare class DevOpsGuruClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DevOpsGuruClientResolvedConfig> {
|
|
156
167
|
/**
|
|
@@ -7,17 +7,15 @@ export interface AddNotificationChannelCommandInput extends AddNotificationChann
|
|
|
7
7
|
export interface AddNotificationChannelCommandOutput extends AddNotificationChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
* </p>
|
|
13
|
-
*
|
|
10
|
+
* <p> Adds a notification channel to DevOps Guru. A notification channel is used to notify you
|
|
11
|
+
* about important DevOps Guru events, such as when an insight is generated. </p>
|
|
14
12
|
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
15
13
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
|
|
16
14
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
17
15
|
* for cross account Amazon SNS topics</a>.</p>
|
|
18
|
-
* <p>If you use an Amazon SNS topic that is encrypted by an
|
|
16
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
19
17
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
20
|
-
*
|
|
18
|
+
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
21
19
|
* @example
|
|
22
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
23
21
|
* ```javascript
|
|
@@ -30,7 +28,7 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
|
|
|
30
28
|
*
|
|
31
29
|
* @see {@link AddNotificationChannelCommandInput} for command's `input` shape.
|
|
32
30
|
* @see {@link AddNotificationChannelCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
34
32
|
*
|
|
35
33
|
*/
|
|
36
34
|
export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,10 +7,9 @@ export interface DescribeAccountHealthCommandInput extends DescribeAccountHealth
|
|
|
7
7
|
export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealthResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
10
|
+
* <p> Returns the number of open reactive insights, the number of open proactive insights,
|
|
11
|
+
* and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
|
|
12
|
+
* health of operations in your Amazon Web Services account. </p>
|
|
14
13
|
* @example
|
|
15
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
15
|
* ```javascript
|
|
@@ -23,7 +22,7 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link DescribeAccountHealthCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link DescribeAccountHealthCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
27
26
|
*
|
|
28
27
|
*/
|
|
29
28
|
export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,10 +7,9 @@ export interface DescribeAccountOverviewCommandInput extends DescribeAccountOver
|
|
|
7
7
|
export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOverviewResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
10
|
+
* <p> For the time range passed in, returns the number of open reactive insight that were
|
|
11
|
+
* created, the number of open proactive insights that were created, and the Mean Time to Recover (MTTR) for all
|
|
12
|
+
* closed reactive insights. </p>
|
|
14
13
|
* @example
|
|
15
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
15
|
* ```javascript
|
|
@@ -23,7 +22,7 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link DescribeAccountOverviewCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link DescribeAccountOverviewCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
27
26
|
*
|
|
28
27
|
*/
|
|
29
28
|
export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
|