@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
|
@@ -7,9 +7,7 @@ export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {
|
|
|
7
7
|
export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns details about an anomaly that you specify using its ID.
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Returns details about an anomaly that you specify using its ID. </p>
|
|
13
11
|
* @example
|
|
14
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
13
|
* ```javascript
|
|
@@ -22,7 +20,7 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
|
|
|
22
20
|
*
|
|
23
21
|
* @see {@link DescribeAnomalyCommandInput} for command's `input` shape.
|
|
24
22
|
* @see {@link DescribeAnomalyCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
24
|
*
|
|
27
25
|
*/
|
|
28
26
|
export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,8 +7,7 @@ export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {
|
|
|
7
7
|
export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns the most recent feedback submitted in the current AWS account and Region.
|
|
10
|
+
* <p> Returns the most recent feedback submitted in the current Amazon Web Services account and Region.
|
|
12
11
|
* </p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -22,7 +21,7 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
|
|
|
22
21
|
*
|
|
23
22
|
* @see {@link DescribeFeedbackCommandInput} for command's `input` shape.
|
|
24
23
|
* @see {@link DescribeFeedbackCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
27
|
export declare class DescribeFeedbackCommand extends $Command<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,9 +7,7 @@ export interface DescribeInsightCommandInput extends DescribeInsightRequest {
|
|
|
7
7
|
export interface DescribeInsightCommandOutput extends DescribeInsightResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns details about an insight that you specify using its ID.
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Returns details about an insight that you specify using its ID. </p>
|
|
13
11
|
* @example
|
|
14
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
13
|
* ```javascript
|
|
@@ -22,7 +20,7 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
|
|
|
22
20
|
*
|
|
23
21
|
* @see {@link DescribeInsightCommandInput} for command's `input` shape.
|
|
24
22
|
* @see {@link DescribeInsightCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
24
|
*
|
|
27
25
|
*/
|
|
28
26
|
export declare class DescribeInsightCommand extends $Command<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { DescribeOrganizationHealthRequest, DescribeOrganizationHealthResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeOrganizationHealthCommandInput extends DescribeOrganizationHealthRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganizationHealthResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns active insights, predictive insights, and resource hours analyzed in last
|
|
11
|
+
* hour.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DevOpsGuruClient, DescribeOrganizationHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
16
|
+
* // const { DevOpsGuruClient, DescribeOrganizationHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
17
|
+
* const client = new DevOpsGuruClient(config);
|
|
18
|
+
* const command = new DescribeOrganizationHealthCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeOrganizationHealthCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeOrganizationHealthCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DescribeOrganizationHealthCommand extends $Command<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
|
+
readonly input: DescribeOrganizationHealthCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationHealthCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { DescribeOrganizationOverviewRequest, DescribeOrganizationOverviewResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeOrganizationOverviewCommandInput extends DescribeOrganizationOverviewRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrganizationOverviewResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns an overview of your organization's history based on the specified time range.
|
|
11
|
+
* The overview includes the total reactive and proactive insights.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DevOpsGuruClient, DescribeOrganizationOverviewCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
16
|
+
* // const { DevOpsGuruClient, DescribeOrganizationOverviewCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
17
|
+
* const client = new DevOpsGuruClient(config);
|
|
18
|
+
* const command = new DescribeOrganizationOverviewCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeOrganizationOverviewCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeOrganizationOverviewCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DescribeOrganizationOverviewCommand extends $Command<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
28
|
+
readonly input: DescribeOrganizationOverviewCommandInput;
|
|
29
|
+
constructor(input: DescribeOrganizationOverviewCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { DescribeOrganizationResourceCollectionHealthRequest, DescribeOrganizationResourceCollectionHealthResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeOrganizationResourceCollectionHealthCommandInput extends DescribeOrganizationResourceCollectionHealthRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeOrganizationResourceCollectionHealthCommandOutput extends DescribeOrganizationResourceCollectionHealthResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Provides an overview of your system's health. If additional member accounts are part
|
|
11
|
+
* of your organization, you can filter those accounts using the <code>AccountIds</code>
|
|
12
|
+
* field.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { DevOpsGuruClient, DescribeOrganizationResourceCollectionHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
17
|
+
* // const { DevOpsGuruClient, DescribeOrganizationResourceCollectionHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
18
|
+
* const client = new DevOpsGuruClient(config);
|
|
19
|
+
* const command = new DescribeOrganizationResourceCollectionHealthCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link DescribeOrganizationResourceCollectionHealthCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link DescribeOrganizationResourceCollectionHealthCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
29
|
+
readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
|
|
30
|
+
constructor(input: DescribeOrganizationResourceCollectionHealthCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -7,11 +7,10 @@ export interface DescribeResourceCollectionHealthCommandInput extends DescribeRe
|
|
|
7
7
|
export interface DescribeResourceCollectionHealthCommandOutput extends DescribeResourceCollectionHealthResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* only the
|
|
14
|
-
* </p>
|
|
10
|
+
* <p> Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR)
|
|
11
|
+
* for all closed insights in resource collections in your account. You specify the type of
|
|
12
|
+
* 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
|
|
13
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
15
14
|
* @example
|
|
16
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
16
|
* ```javascript
|
|
@@ -24,7 +23,7 @@ export interface DescribeResourceCollectionHealthCommandOutput extends DescribeR
|
|
|
24
23
|
*
|
|
25
24
|
* @see {@link DescribeResourceCollectionHealthCommandInput} for command's `input` shape.
|
|
26
25
|
* @see {@link DescribeResourceCollectionHealthCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
28
27
|
*
|
|
29
28
|
*/
|
|
30
29
|
export declare class DescribeResourceCollectionHealthCommand extends $Command<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,11 +7,9 @@ export interface DescribeServiceIntegrationCommandInput extends DescribeServiceI
|
|
|
7
7
|
export interface DescribeServiceIntegrationCommandOutput extends DescribeServiceIntegrationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Returns the integration status of services that are integrated with DevOps Guru.
|
|
10
|
+
* <p> Returns the integration status of services that are integrated with DevOps Guru.
|
|
12
11
|
* The one service that can be integrated with DevOps Guru
|
|
13
|
-
* is
|
|
14
|
-
* </p>
|
|
12
|
+
* is Amazon Web Services Systems Manager, which can be used to create an OpsItem for each generated insight. </p>
|
|
15
13
|
* @example
|
|
16
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
15
|
* ```javascript
|
|
@@ -24,7 +22,7 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService
|
|
|
24
22
|
*
|
|
25
23
|
* @see {@link DescribeServiceIntegrationCommandInput} for command's `input` shape.
|
|
26
24
|
* @see {@link DescribeServiceIntegrationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
28
26
|
*
|
|
29
27
|
*/
|
|
30
28
|
export declare class DescribeServiceIntegrationCommand extends $Command<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface GetCostEstimationCommandInput extends GetCostEstimationRequest
|
|
|
7
7
|
export interface GetCostEstimationCommandOutput extends GetCostEstimationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your
|
|
10
|
+
* <p>Returns an estimate of the monthly cost for DevOps Guru to analyze your Amazon Web Services resources.
|
|
11
11
|
* For more information,
|
|
12
12
|
* see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
|
|
13
13
|
* Amazon DevOps Guru costs</a> and
|
|
@@ -24,7 +24,7 @@ export interface GetCostEstimationCommandOutput extends GetCostEstimationRespons
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link GetCostEstimationCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link GetCostEstimationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class GetCostEstimationCommand extends $Command<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,10 +7,9 @@ export interface GetResourceCollectionCommandInput extends GetResourceCollection
|
|
|
7
7
|
export interface GetResourceCollectionCommandOutput extends GetResourceCollectionResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
* only the
|
|
13
|
-
* </p>
|
|
10
|
+
* <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
|
|
11
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
12
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </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 GetResourceCollectionCommandOutput extends GetResourceCollectio
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link GetResourceCollectionCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link GetResourceCollectionCommandOutput} 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 GetResourceCollectionCommand extends $Command<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,9 +7,8 @@ export interface ListAnomaliesForInsightCommandInput extends ListAnomaliesForIns
|
|
|
7
7
|
export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForInsightResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Returns a list of the anomalies that belong to an insight that you specify using its
|
|
11
|
+
* ID. </p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -22,7 +21,7 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn
|
|
|
22
21
|
*
|
|
23
22
|
* @see {@link ListAnomaliesForInsightCommandInput} for command's `input` shape.
|
|
24
23
|
* @see {@link ListAnomaliesForInsightCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
27
|
export declare class ListAnomaliesForInsightCommand extends $Command<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,9 +7,8 @@ export interface ListEventsCommandInput extends ListEventsRequest {
|
|
|
7
7
|
export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Returns a list of the events emitted by the resources that are evaluated by DevOps Guru.
|
|
11
|
+
* You can use filters to specify which events are returned. </p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -22,7 +21,7 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
|
|
|
22
21
|
*
|
|
23
22
|
* @see {@link ListEventsCommandInput} for command's `input` shape.
|
|
24
23
|
* @see {@link ListEventsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
27
|
export declare class ListEventsCommand extends $Command<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,10 +7,9 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
|
|
|
7
7
|
export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
10
|
+
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
11
|
+
* returned by their start time and status (<code>ONGOING</code>, <code>CLOSED</code>, or
|
|
12
|
+
* <code>ANY</code>). </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 ListInsightsCommandOutput extends ListInsightsResponse, __Metad
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link ListInsightsCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link ListInsightsCommandOutput} 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 ListInsightsCommand extends $Command<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,11 +7,10 @@ export interface ListNotificationChannelsCommandInput extends ListNotificationCh
|
|
|
7
7
|
export interface ListNotificationChannelsCommandOutput extends ListNotificationChannelsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
14
|
-
* </p>
|
|
10
|
+
* <p> Returns a list of notification channels configured for DevOps Guru. Each notification
|
|
11
|
+
* channel is used to notify you when DevOps Guru generates an insight that contains information
|
|
12
|
+
* about how to improve your operations. The one
|
|
13
|
+
* supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
|
|
15
14
|
* @example
|
|
16
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
16
|
* ```javascript
|
|
@@ -24,7 +23,7 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
|
|
|
24
23
|
*
|
|
25
24
|
* @see {@link ListNotificationChannelsCommandInput} for command's `input` shape.
|
|
26
25
|
* @see {@link ListNotificationChannelsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
28
27
|
*
|
|
29
28
|
*/
|
|
30
29
|
export declare class ListNotificationChannelsCommand extends $Command<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0";
|
|
5
|
+
export interface ListOrganizationInsightsCommandInput extends ListOrganizationInsightsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListOrganizationInsightsCommandOutput extends ListOrganizationInsightsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of insights associated with the account or OU Id.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DevOpsGuruClient, ListOrganizationInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
15
|
+
* // const { DevOpsGuruClient, ListOrganizationInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
16
|
+
* const client = new DevOpsGuruClient(config);
|
|
17
|
+
* const command = new ListOrganizationInsightsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListOrganizationInsightsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListOrganizationInsightsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListOrganizationInsightsCommand extends $Command<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
27
|
+
readonly input: ListOrganizationInsightsCommandInput;
|
|
28
|
+
constructor(input: ListOrganizationInsightsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -7,9 +7,8 @@ export interface ListRecommendationsCommandInput extends ListRecommendationsRequ
|
|
|
7
7
|
export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Returns a list of a specified insight's recommendations. Each recommendation includes
|
|
11
|
+
* a list of related metrics and a list of related events. </p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -22,7 +21,7 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
|
|
|
22
21
|
*
|
|
23
22
|
* @see {@link ListRecommendationsCommandInput} for command's `input` shape.
|
|
24
23
|
* @see {@link ListRecommendationsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
25
|
*
|
|
27
26
|
*/
|
|
28
27
|
export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,9 +7,7 @@ export interface PutFeedbackCommandInput extends PutFeedbackRequest {
|
|
|
7
7
|
export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
* Collects customer feedback about the specified insight.
|
|
12
|
-
* </p>
|
|
10
|
+
* <p> Collects customer feedback about the specified insight. </p>
|
|
13
11
|
* @example
|
|
14
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
13
|
* ```javascript
|
|
@@ -22,7 +20,7 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
|
|
|
22
20
|
*
|
|
23
21
|
* @see {@link PutFeedbackCommandInput} for command's `input` shape.
|
|
24
22
|
* @see {@link PutFeedbackCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
26
24
|
*
|
|
27
25
|
*/
|
|
28
26
|
export declare class PutFeedbackCommand extends $Command<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,10 +7,9 @@ export interface RemoveNotificationChannelCommandInput extends RemoveNotificatio
|
|
|
7
7
|
export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
10
|
+
* <p> Removes a notification channel from DevOps Guru. A notification channel is used to notify
|
|
11
|
+
* you when DevOps Guru generates an insight that contains information about how to improve your
|
|
12
|
+
* operations. </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 RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link RemoveNotificationChannelCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link RemoveNotificationChannelCommandOutput} 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 RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,15 +7,14 @@ export interface SearchInsightsCommandInput extends SearchInsightsRequest {
|
|
|
7
7
|
export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
* </p>
|
|
10
|
+
* <p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are
|
|
11
|
+
* returned by their start time, one or more statuses (<code>ONGOING</code>,
|
|
12
|
+
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
13
|
+
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
14
|
+
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
15
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
16
|
+
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
17
|
+
* <code>PROACTIVE</code> in your search. </p>
|
|
19
18
|
* @example
|
|
20
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
21
20
|
* ```javascript
|
|
@@ -28,7 +27,7 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
|
|
|
28
27
|
*
|
|
29
28
|
* @see {@link SearchInsightsCommandInput} for command's `input` shape.
|
|
30
29
|
* @see {@link SearchInsightsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
31
|
*
|
|
33
32
|
*/
|
|
34
33
|
export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
|
|
4
|
+
import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0";
|
|
5
|
+
export interface SearchOrganizationInsightsCommandInput extends SearchOrganizationInsightsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizationInsightsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p> Returns a list of insights in your organization. You can specify which insights are
|
|
11
|
+
* returned by their start time, one or more statuses (<code>ONGOING</code>,
|
|
12
|
+
* <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities
|
|
13
|
+
* (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type
|
|
14
|
+
* (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p>
|
|
15
|
+
* <p> Use the <code>Filters</code> parameter to specify status and severity search
|
|
16
|
+
* parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
|
|
17
|
+
* <code>PROACTIVE</code> in your search. </p>
|
|
18
|
+
* @example
|
|
19
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
+
* ```javascript
|
|
21
|
+
* import { DevOpsGuruClient, SearchOrganizationInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
22
|
+
* // const { DevOpsGuruClient, SearchOrganizationInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
23
|
+
* const client = new DevOpsGuruClient(config);
|
|
24
|
+
* const command = new SearchOrganizationInsightsCommand(input);
|
|
25
|
+
* const response = await client.send(command);
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* @see {@link SearchOrganizationInsightsCommandInput} for command's `input` shape.
|
|
29
|
+
* @see {@link SearchOrganizationInsightsCommandOutput} for command's `response` shape.
|
|
30
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
export declare class SearchOrganizationInsightsCommand extends $Command<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
|
+
readonly input: SearchOrganizationInsightsCommandInput;
|
|
35
|
+
constructor(input: SearchOrganizationInsightsCommandInput);
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -7,7 +7,8 @@ export interface StartCostEstimationCommandInput extends StartCostEstimationRequ
|
|
|
7
7
|
export interface StartCostEstimationCommandOutput extends StartCostEstimationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Starts the creation of an estimate of the monthly cost to analyze your
|
|
10
|
+
* <p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services
|
|
11
|
+
* resources.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -20,7 +21,7 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
|
|
|
20
21
|
*
|
|
21
22
|
* @see {@link StartCostEstimationCommandInput} for command's `input` shape.
|
|
22
23
|
* @see {@link StartCostEstimationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartCostEstimationCommand extends $Command<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -8,9 +8,9 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p> Updates the collection of resources that DevOps Guru analyzes.
|
|
11
|
-
* The one type of
|
|
12
|
-
* only the
|
|
13
|
-
* to use DevOps Guru. </p>
|
|
11
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
12
|
+
* 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
|
|
13
|
+
* you to use DevOps Guru. </p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateResourceCollectionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateResourceCollectionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DevOpsGuruClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateResourceCollectionCommand extends $Command<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
@@ -7,10 +7,9 @@ export interface UpdateServiceIntegrationCommandInput extends UpdateServiceInteg
|
|
|
7
7
|
export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
10
|
+
* <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
|
|
11
|
+
* one service that can be integrated with DevOps Guru is Amazon Web Services Systems Manager, which can be used to create
|
|
12
|
+
* an OpsItem for each generated insight. </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 UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
23
22
|
*
|
|
24
23
|
* @see {@link UpdateServiceIntegrationCommandInput} for command's `input` shape.
|
|
25
24
|
* @see {@link UpdateServiceIntegrationCommandOutput} 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 UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|