@aws-sdk/client-cloudwatch 3.398.0 → 3.400.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.
|
@@ -2931,7 +2931,7 @@ export interface ListTagsForResourceInput {
|
|
|
2931
2931
|
* </code>
|
|
2932
2932
|
* </p>
|
|
2933
2933
|
* <p>The ARN format of a Contributor Insights rule is
|
|
2934
|
-
* <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule
|
|
2934
|
+
* <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule/<i>insight-rule-name</i>
|
|
2935
2935
|
* </code>
|
|
2936
2936
|
* </p>
|
|
2937
2937
|
* <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
|
|
@@ -4272,7 +4272,7 @@ export interface TagResourceInput {
|
|
|
4272
4272
|
* </code>
|
|
4273
4273
|
* </p>
|
|
4274
4274
|
* <p>The ARN format of a Contributor Insights rule is
|
|
4275
|
-
* <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule
|
|
4275
|
+
* <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule/<i>insight-rule-name</i>
|
|
4276
4276
|
* </code>
|
|
4277
4277
|
* </p>
|
|
4278
4278
|
* <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
|
|
@@ -4303,7 +4303,7 @@ export interface UntagResourceInput {
|
|
|
4303
4303
|
* </code>
|
|
4304
4304
|
* </p>
|
|
4305
4305
|
* <p>The ARN format of a Contributor Insights rule is
|
|
4306
|
-
* <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule
|
|
4306
|
+
* <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule/<i>insight-rule-name</i>
|
|
4307
4307
|
* </code>
|
|
4308
4308
|
* </p>
|
|
4309
4309
|
* <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.400.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|