@aws-sdk/client-devops-guru 3.41.0 → 3.45.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.
Files changed (80) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +14 -16
  3. package/dist-cjs/DevOpsGuru.js +75 -0
  4. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
  7. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +5 -0
  10. package/dist-cjs/endpoints.js +1 -0
  11. package/dist-cjs/models/models_0.js +220 -12
  12. package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
  13. package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
  14. package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/index.js +3 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +1339 -208
  17. package/dist-es/DevOpsGuru.js +75 -0
  18. package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
  19. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
  20. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
  21. package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
  22. package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
  23. package/dist-es/commands/index.js +5 -0
  24. package/dist-es/endpoints.js +1 -0
  25. package/dist-es/models/models_0.js +154 -9
  26. package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
  27. package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
  28. package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +1284 -111
  31. package/dist-types/DevOpsGuru.d.ts +117 -92
  32. package/dist-types/DevOpsGuruClient.d.ts +19 -16
  33. package/dist-types/commands/AddNotificationChannelCommand.d.ts +4 -6
  34. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -4
  35. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -4
  36. package/dist-types/commands/DescribeAnomalyCommand.d.ts +1 -3
  37. package/dist-types/commands/DescribeFeedbackCommand.d.ts +1 -2
  38. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -3
  39. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
  40. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
  41. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
  42. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -5
  43. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -4
  44. package/dist-types/commands/GetCostEstimationCommand.d.ts +1 -1
  45. package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -4
  46. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -3
  47. package/dist-types/commands/ListEventsCommand.d.ts +2 -3
  48. package/dist-types/commands/ListInsightsCommand.d.ts +3 -4
  49. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +4 -5
  50. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
  51. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -3
  52. package/dist-types/commands/PutFeedbackCommand.d.ts +1 -3
  53. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -4
  54. package/dist-types/commands/SearchInsightsCommand.d.ts +8 -9
  55. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
  56. package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -3
  58. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -4
  59. package/dist-types/commands/index.d.ts +5 -0
  60. package/dist-types/models/models_0.d.ts +2078 -886
  61. package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  62. package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  63. package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  64. package/dist-types/pagination/index.d.ts +3 -0
  65. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  66. package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
  67. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +7 -2
  68. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +490 -7
  75. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
  76. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
  80. package/package.json +5 -5
@@ -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,11 @@ export interface DescribeResourceCollectionHealthCommandInput extends DescribeRe
7
7
  export interface DescribeResourceCollectionHealthCommandOutput extends DescribeResourceCollectionHealthResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns the number of open proactive insights, open reactive insights, and the Mean Time to Recover (MTTR) for all closed insights in
12
- * resource collections in your account. You specify the type of AWS resources collection. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
13
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
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 two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
13
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
14
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -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 AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
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
@@ -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 AWS resources.
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
@@ -7,10 +7,10 @@ export interface GetResourceCollectionCommandInput extends GetResourceCollection
7
7
  export interface GetResourceCollectionCommandOutput extends GetResourceCollectionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns lists AWS resources that are of the specified resource collection type. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
12
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
13
- * </p>
10
+ * <p> Returns lists Amazon Web Services resources that are of the specified resource collection type.
11
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
12
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
13
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -7,9 +7,8 @@ export interface ListAnomaliesForInsightCommandInput extends ListAnomaliesForIns
7
7
  export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForInsightResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns a list of the anomalies that belong to an insight that you specify using its ID.
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
@@ -7,9 +7,8 @@ export interface ListEventsCommandInput extends ListEventsRequest {
7
7
  export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.
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
@@ -7,10 +7,9 @@ export interface ListInsightsCommandInput extends ListInsightsRequest {
7
7
  export interface ListInsightsCommandOutput extends ListInsightsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns a list of insights in your AWS account. You can specify which insights are returned by their start time and
12
- * status (<code>ONGOING</code>, <code>CLOSED</code>, or <code>ANY</code>).
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
@@ -7,11 +7,10 @@ export interface ListNotificationChannelsCommandInput extends ListNotificationCh
7
7
  export interface ListNotificationChannelsCommandOutput extends ListNotificationChannelsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when
12
- * DevOps Guru generates an insight that contains information about how to improve your operations. The one
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
@@ -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
- * Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events.
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
@@ -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
@@ -7,10 +7,9 @@ export interface RemoveNotificationChannelCommandInput extends RemoveNotificatio
7
7
  export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight
12
- * that contains information about how to improve your operations.
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
@@ -7,15 +7,14 @@ export interface SearchInsightsCommandInput extends SearchInsightsRequest {
7
7
  export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Returns a list of insights in your AWS account. You can specify which insights are returned by their start time, one or more statuses
12
- * (<code>ONGOING</code>, <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities (<code>LOW</code>, <code>MEDIUM</code>,
13
- * and <code>HIGH</code>), and type (<code>REACTIVE</code> or <code>PROACTIVE</code>).
14
- * </p>
15
- * <p>
16
- * Use the <code>Filters</code> parameter to specify status and severity
17
- * search parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or <code>PROACTIVE</code> in your search.
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
@@ -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 AWS resources.</p>
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
@@ -8,9 +8,10 @@ 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 AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
12
- * only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks. This method also creates the IAM role required for you
13
- * to use DevOps Guru. </p>
11
+ * The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and
12
+ * Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze
13
+ * the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. This method also creates the IAM role required for
14
+ * you to use DevOps Guru. </p>
14
15
  * @example
15
16
  * Use a bare-bones client and the command you need to make an API call.
16
17
  * ```javascript
@@ -7,10 +7,9 @@ export interface UpdateServiceIntegrationCommandInput extends UpdateServiceInteg
7
7
  export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>
11
- * Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with
12
- * DevOps Guru is AWS Systems Manager, which can be used to create an OpsItem for each generated insight.
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
@@ -4,6 +4,9 @@ export * from "./DescribeAccountOverviewCommand";
4
4
  export * from "./DescribeAnomalyCommand";
5
5
  export * from "./DescribeFeedbackCommand";
6
6
  export * from "./DescribeInsightCommand";
7
+ export * from "./DescribeOrganizationHealthCommand";
8
+ export * from "./DescribeOrganizationOverviewCommand";
9
+ export * from "./DescribeOrganizationResourceCollectionHealthCommand";
7
10
  export * from "./DescribeResourceCollectionHealthCommand";
8
11
  export * from "./DescribeServiceIntegrationCommand";
9
12
  export * from "./GetCostEstimationCommand";
@@ -12,10 +15,12 @@ export * from "./ListAnomaliesForInsightCommand";
12
15
  export * from "./ListEventsCommand";
13
16
  export * from "./ListInsightsCommand";
14
17
  export * from "./ListNotificationChannelsCommand";
18
+ export * from "./ListOrganizationInsightsCommand";
15
19
  export * from "./ListRecommendationsCommand";
16
20
  export * from "./PutFeedbackCommand";
17
21
  export * from "./RemoveNotificationChannelCommand";
18
22
  export * from "./SearchInsightsCommand";
23
+ export * from "./SearchOrganizationInsightsCommand";
19
24
  export * from "./StartCostEstimationCommand";
20
25
  export * from "./UpdateResourceCollectionCommand";
21
26
  export * from "./UpdateServiceIntegrationCommand";