@aws-sdk/client-redshift 3.982.0 → 3.984.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.
@@ -9445,7 +9445,7 @@ export interface ModifyClusterMaintenanceMessage {
9445
9445
  DeferMaintenanceEndTime?: Date | undefined;
9446
9446
  /**
9447
9447
  * <p>An integer indicating the duration of the maintenance window in days. If you specify a
9448
- * duration, you can't specify an end time. The duration must be 45 days or less.</p>
9448
+ * duration, you can't specify an end time. The duration must be 60 days or less.</p>
9449
9449
  * @public
9450
9450
  */
9451
9451
  DeferMaintenanceDuration?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-redshift",
3
3
  "description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
4
- "version": "3.982.0",
4
+ "version": "3.984.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-redshift",
@@ -31,7 +31,7 @@
31
31
  "@aws-sdk/middleware-user-agent": "^3.972.6",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.982.0",
34
+ "@aws-sdk/util-endpoints": "3.984.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
36
  "@aws-sdk/util-user-agent-node": "^3.972.4",
37
37
  "@smithy/config-resolver": "^4.4.6",