@aws-sdk/client-devops-guru 3.43.0 → 3.44.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 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.