@aws-sdk/client-cloudwatch 3.696.0 → 3.705.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.
|
@@ -1803,7 +1803,8 @@ export interface Entity {
|
|
|
1803
1803
|
* <p>There are five allowed attributes (key names): <code>Type</code>,
|
|
1804
1804
|
* <code>ResourceType</code>, <code>Identifier</code>, <code>Name</code>, and
|
|
1805
1805
|
* <code>Environment</code>.</p>
|
|
1806
|
-
* <p>For details about how to use the key attributes to specify an entity, see <a href="https://docs.aws.amazon.com/adding-your-own-related-telemetry.html">How
|
|
1806
|
+
* <p>For details about how to use the key attributes to specify an entity, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/adding-your-own-related-telemetry.html">How
|
|
1807
|
+
* to add related
|
|
1807
1808
|
* information to telemetry</a> in the <i>CloudWatch User
|
|
1808
1809
|
* Guide</i>.</p>
|
|
1809
1810
|
* @public
|
|
@@ -1812,7 +1813,8 @@ export interface Entity {
|
|
|
1812
1813
|
/**
|
|
1813
1814
|
* <p>Additional attributes of the entity that are not used to specify the identity of the
|
|
1814
1815
|
* entity. A list of key-value pairs.</p>
|
|
1815
|
-
* <p>For details about how to use the attributes, see <a href="https://docs.aws.amazon.com/adding-your-own-related-telemetry.html">How
|
|
1816
|
+
* <p>For details about how to use the attributes, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/adding-your-own-related-telemetry.html">How
|
|
1817
|
+
* to add related information to
|
|
1816
1818
|
* telemetry</a> in the <i>CloudWatch User Guide</i>.</p>
|
|
1817
1819
|
* @public
|
|
1818
1820
|
*/
|
|
@@ -3342,6 +3344,13 @@ export interface PutCompositeAlarmInput {
|
|
|
3342
3344
|
* <code>arn:aws:ssm:<i>region</i>:<i>account-id</i>:opsitem:<i>severity</i>
|
|
3343
3345
|
* </code>
|
|
3344
3346
|
* </p>
|
|
3347
|
+
* <p>
|
|
3348
|
+
* <b>Start a Amazon Q Developer operational investigation</b>
|
|
3349
|
+
* </p>
|
|
3350
|
+
* <p>
|
|
3351
|
+
* <code>arn:aws:aiops:<i>region</i>:<i>account-id</i>:investigation-group:<i>ingestigation-group-id</i>
|
|
3352
|
+
* </code>
|
|
3353
|
+
* </p>
|
|
3345
3354
|
* @public
|
|
3346
3355
|
*/
|
|
3347
3356
|
AlarmActions?: string[] | undefined;
|
|
@@ -3926,6 +3935,13 @@ export interface PutMetricAlarmInput {
|
|
|
3926
3935
|
* </p>
|
|
3927
3936
|
* </li>
|
|
3928
3937
|
* </ul>
|
|
3938
|
+
* <p>
|
|
3939
|
+
* <b>Start a Amazon Q Developer operational investigation</b>
|
|
3940
|
+
* </p>
|
|
3941
|
+
* <p>
|
|
3942
|
+
* <code>arn:aws:aiops:<i>region</i>:<i>account-id</i>:investigation-group:<i>ingestigation-group-id</i>
|
|
3943
|
+
* </code>
|
|
3944
|
+
* </p>
|
|
3929
3945
|
* @public
|
|
3930
3946
|
*/
|
|
3931
3947
|
AlarmActions?: string[] | undefined;
|
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.705.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|