Skip to content

Commit 78cd18f

Browse files
author
awstools
committed
docs(client-redshift): We have increased the maximum duration for a deferred maintenance window from 45 days to 60 days for Amazon Redshift provisioned clusters. This enhancement provides customers with greater flexibility in scheduling patching and maintenance activities while also maintaining security compliance.
1 parent 3116b7d commit 78cd18f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

clients/client-redshift/src/models/models_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10614,7 +10614,7 @@ export interface ModifyClusterMaintenanceMessage {
1061410614

1061510615
/**
1061610616
* <p>An integer indicating the duration of the maintenance window in days. If you specify a
10617-
* duration, you can't specify an end time. The duration must be 45 days or less.</p>
10617+
* duration, you can't specify an end time. The duration must be 60 days or less.</p>
1061810618
* @public
1061910619
*/
1062010620
DeferMaintenanceDuration?: number | undefined;

codegen/sdk-codegen/aws-models/redshift.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12273,7 +12273,7 @@
1227312273
"DeferMaintenanceDuration": {
1227412274
"target": "com.amazonaws.redshift#IntegerOptional",
1227512275
"traits": {
12276-
"smithy.api#documentation": "<p>An integer indicating the duration of the maintenance window in days. If you specify a\n duration, you can't specify an end time. The duration must be 45 days or less.</p>"
12276+
"smithy.api#documentation": "<p>An integer indicating the duration of the maintenance window in days. If you specify a\n duration, you can't specify an end time. The duration must be 60 days or less.</p>"
1227712277
}
1227812278
}
1227912279
},

0 commit comments

Comments
 (0)