@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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/models/models_0.js +96 -3
- package/dist-cjs/protocols/Aws_restJson1.js +375 -0
- package/dist-es/models/models_0.js +64 -0
- package/dist-es/protocols/Aws_restJson1.js +368 -6
- package/dist-types/DevOpsGuru.d.ts +13 -10
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -2
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -2
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -2
- package/dist-types/models/models_0.d.ts +1055 -68
- package/dist-types/ts3.4/models/models_0.d.ts +213 -2
- package/package.json +1 -1
|
@@ -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
|
|
12
|
-
*
|
|
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.
|