@aws-sdk/client-devops-guru 3.42.0 → 3.46.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.
@@ -8,8 +8,9 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
8
8
  }
9
9
  /**
10
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>
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>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
15
16
  * ```javascript
@@ -9,12 +9,12 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
9
9
  /**
10
10
  * <p> Returns a list of insights in your organization. You can specify which insights are
11
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>
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
15
  * <p> Use the <code>Filters</code> parameter to specify status and severity search
16
16
  * parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or
17
- * <code>PROACTIVE</code> in your search. </p>
17
+ * <code>PROACTIVE</code> in your search. </p>
18
18
  * @example
19
19
  * Use a bare-bones client and the command you need to make an API call.
20
20
  * ```javascript
@@ -8,8 +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 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
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
13
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.