@aws-sdk/client-cloudwatch 3.1030.0 → 3.1032.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.
@@ -3292,12 +3292,12 @@ export interface PutAlarmMuteRuleInput {
3292
3292
  */
3293
3293
  Tags?: Tag[] | undefined;
3294
3294
  /**
3295
- * <p>The date and time after which the mute rule takes effect. If not specified, the mute rule takes effect immediately upon creation and the mutes are applied as per the schedule expression. This date and time is interpreted according to the schedule timezone, or UTC if no timezone is specified.</p>
3295
+ * <p>The date and time after which the mute rule takes effect, specified as a timestamp in ISO 8601 format (for example, <code>2026-04-15T08:00:00Z</code>). If not specified, the mute rule takes effect immediately upon creation and the mutes are applied as per the schedule expression.</p>
3296
3296
  * @public
3297
3297
  */
3298
3298
  StartDate?: Date | undefined;
3299
3299
  /**
3300
- * <p>The date and time when the mute rule expires and is no longer evaluated. After this time, the rule status becomes EXPIRED and will no longer mute the targeted alarms. This date and time is interpreted according to the schedule timezone, or UTC if no timezone is specified.</p>
3300
+ * <p>The date and time when the mute rule expires and is no longer evaluated, specified as a timestamp in ISO 8601 format (for example, <code>2026-12-31T23:59:59Z</code>). After this time, the rule status becomes EXPIRED and will no longer mute the targeted alarms.</p>
3301
3301
  * @public
3302
3302
  */
3303
3303
  ExpireDate?: Date | 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.1030.0",
4
+ "version": "3.1032.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch",
@@ -27,48 +27,48 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/core": "^3.973.27",
31
- "@aws-sdk/credential-provider-node": "^3.972.30",
32
- "@aws-sdk/middleware-host-header": "^3.972.9",
33
- "@aws-sdk/middleware-logger": "^3.972.9",
34
- "@aws-sdk/middleware-recursion-detection": "^3.972.10",
35
- "@aws-sdk/middleware-user-agent": "^3.972.29",
36
- "@aws-sdk/region-config-resolver": "^3.972.11",
37
- "@aws-sdk/types": "^3.973.7",
38
- "@aws-sdk/util-endpoints": "^3.996.6",
39
- "@aws-sdk/util-user-agent-browser": "^3.972.9",
40
- "@aws-sdk/util-user-agent-node": "^3.973.15",
41
- "@smithy/config-resolver": "^4.4.14",
42
- "@smithy/core": "^3.23.14",
43
- "@smithy/fetch-http-handler": "^5.3.16",
44
- "@smithy/hash-node": "^4.2.13",
45
- "@smithy/invalid-dependency": "^4.2.13",
46
- "@smithy/middleware-compression": "^4.3.43",
47
- "@smithy/middleware-content-length": "^4.2.13",
48
- "@smithy/middleware-endpoint": "^4.4.29",
49
- "@smithy/middleware-retry": "^4.5.0",
50
- "@smithy/middleware-serde": "^4.2.17",
51
- "@smithy/middleware-stack": "^4.2.13",
52
- "@smithy/node-config-provider": "^4.3.13",
53
- "@smithy/node-http-handler": "^4.5.2",
54
- "@smithy/protocol-http": "^5.3.13",
55
- "@smithy/smithy-client": "^4.12.9",
56
- "@smithy/types": "^4.14.0",
57
- "@smithy/url-parser": "^4.2.13",
30
+ "@aws-sdk/core": "^3.974.1",
31
+ "@aws-sdk/credential-provider-node": "^3.972.32",
32
+ "@aws-sdk/middleware-host-header": "^3.972.10",
33
+ "@aws-sdk/middleware-logger": "^3.972.10",
34
+ "@aws-sdk/middleware-recursion-detection": "^3.972.11",
35
+ "@aws-sdk/middleware-user-agent": "^3.972.31",
36
+ "@aws-sdk/region-config-resolver": "^3.972.12",
37
+ "@aws-sdk/types": "^3.973.8",
38
+ "@aws-sdk/util-endpoints": "^3.996.7",
39
+ "@aws-sdk/util-user-agent-browser": "^3.972.10",
40
+ "@aws-sdk/util-user-agent-node": "^3.973.17",
41
+ "@smithy/config-resolver": "^4.4.16",
42
+ "@smithy/core": "^3.23.15",
43
+ "@smithy/fetch-http-handler": "^5.3.17",
44
+ "@smithy/hash-node": "^4.2.14",
45
+ "@smithy/invalid-dependency": "^4.2.14",
46
+ "@smithy/middleware-compression": "^4.3.44",
47
+ "@smithy/middleware-content-length": "^4.2.14",
48
+ "@smithy/middleware-endpoint": "^4.4.30",
49
+ "@smithy/middleware-retry": "^4.5.3",
50
+ "@smithy/middleware-serde": "^4.2.18",
51
+ "@smithy/middleware-stack": "^4.2.14",
52
+ "@smithy/node-config-provider": "^4.3.14",
53
+ "@smithy/node-http-handler": "^4.5.3",
54
+ "@smithy/protocol-http": "^5.3.14",
55
+ "@smithy/smithy-client": "^4.12.11",
56
+ "@smithy/types": "^4.14.1",
57
+ "@smithy/url-parser": "^4.2.14",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.45",
62
- "@smithy/util-defaults-mode-node": "^4.2.49",
63
- "@smithy/util-endpoints": "^3.3.4",
64
- "@smithy/util-middleware": "^4.2.13",
65
- "@smithy/util-retry": "^4.3.0",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.47",
62
+ "@smithy/util-defaults-mode-node": "^4.2.52",
63
+ "@smithy/util-endpoints": "^3.4.1",
64
+ "@smithy/util-middleware": "^4.2.14",
65
+ "@smithy/util-retry": "^4.3.2",
66
66
  "@smithy/util-utf8": "^4.2.2",
67
- "@smithy/util-waiter": "^4.2.15",
67
+ "@smithy/util-waiter": "^4.2.16",
68
68
  "tslib": "^2.6.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@smithy/snapshot-testing": "^2.0.5",
71
+ "@smithy/snapshot-testing": "^2.0.6",
72
72
  "@tsconfig/node20": "20.1.8",
73
73
  "@types/node": "^20.14.8",
74
74
  "concurrently": "7.0.0",