@aws-sdk/client-redshift 3.427.0 → 3.429.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.
Files changed (67) hide show
  1. package/dist-cjs/commands/CreateClusterCommand.js +3 -2
  2. package/dist-cjs/commands/DeleteClusterCommand.js +2 -1
  3. package/dist-cjs/commands/DescribeClustersCommand.js +2 -1
  4. package/dist-cjs/commands/DisableSnapshotCopyCommand.js +2 -1
  5. package/dist-cjs/commands/EnableSnapshotCopyCommand.js +2 -1
  6. package/dist-cjs/commands/ModifyClusterCommand.js +3 -2
  7. package/dist-cjs/commands/ModifyClusterDbRevisionCommand.js +2 -1
  8. package/dist-cjs/commands/ModifyClusterIamRolesCommand.js +2 -1
  9. package/dist-cjs/commands/ModifyClusterMaintenanceCommand.js +2 -1
  10. package/dist-cjs/commands/ModifySnapshotCopyRetentionPeriodCommand.js +2 -1
  11. package/dist-cjs/commands/PauseClusterCommand.js +2 -1
  12. package/dist-cjs/commands/RebootClusterCommand.js +2 -1
  13. package/dist-cjs/commands/ResizeClusterCommand.js +2 -1
  14. package/dist-cjs/commands/RestoreFromClusterSnapshotCommand.js +2 -1
  15. package/dist-cjs/commands/ResumeClusterCommand.js +2 -1
  16. package/dist-cjs/commands/RotateEncryptionKeyCommand.js +2 -1
  17. package/dist-cjs/models/models_0.js +33 -1
  18. package/dist-cjs/models/models_1.js +73 -1
  19. package/dist-cjs/protocols/Aws_query.js +30 -0
  20. package/dist-es/commands/CreateClusterCommand.js +3 -2
  21. package/dist-es/commands/DeleteClusterCommand.js +2 -1
  22. package/dist-es/commands/DescribeClustersCommand.js +2 -1
  23. package/dist-es/commands/DisableSnapshotCopyCommand.js +2 -1
  24. package/dist-es/commands/EnableSnapshotCopyCommand.js +2 -1
  25. package/dist-es/commands/ModifyClusterCommand.js +3 -2
  26. package/dist-es/commands/ModifyClusterDbRevisionCommand.js +2 -1
  27. package/dist-es/commands/ModifyClusterIamRolesCommand.js +2 -1
  28. package/dist-es/commands/ModifyClusterMaintenanceCommand.js +2 -1
  29. package/dist-es/commands/ModifySnapshotCopyRetentionPeriodCommand.js +2 -1
  30. package/dist-es/commands/PauseClusterCommand.js +2 -1
  31. package/dist-es/commands/RebootClusterCommand.js +2 -1
  32. package/dist-es/commands/ResizeClusterCommand.js +2 -1
  33. package/dist-es/commands/RestoreFromClusterSnapshotCommand.js +2 -1
  34. package/dist-es/commands/ResumeClusterCommand.js +2 -1
  35. package/dist-es/commands/RotateEncryptionKeyCommand.js +2 -1
  36. package/dist-es/models/models_0.js +26 -0
  37. package/dist-es/models/models_1.js +58 -0
  38. package/dist-es/protocols/Aws_query.js +30 -0
  39. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +2 -0
  40. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +2 -0
  41. package/dist-types/commands/CreateClusterCommand.d.ts +5 -1
  42. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +2 -0
  43. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
  44. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +2 -0
  45. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +2 -0
  46. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -0
  47. package/dist-types/commands/DescribeCustomDomainAssociationsCommand.d.ts +1 -1
  48. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +2 -0
  49. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +2 -0
  50. package/dist-types/commands/ModifyClusterCommand.d.ts +4 -0
  51. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +2 -0
  52. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +2 -0
  53. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +2 -0
  54. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +2 -0
  55. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +2 -0
  56. package/dist-types/commands/PauseClusterCommand.d.ts +2 -0
  57. package/dist-types/commands/RebootClusterCommand.d.ts +2 -0
  58. package/dist-types/commands/ResizeClusterCommand.d.ts +2 -0
  59. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +4 -0
  60. package/dist-types/commands/ResumeClusterCommand.d.ts +2 -0
  61. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +2 -0
  62. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +2 -0
  63. package/dist-types/models/models_0.d.ts +84 -24
  64. package/dist-types/models/models_1.d.ts +104 -19
  65. package/dist-types/ts3.4/models/models_0.d.ts +46 -24
  66. package/dist-types/ts3.4/models/models_1.d.ts +65 -19
  67. package/package.json +32 -32
@@ -140,7 +140,7 @@ export interface ReservedNode {
140
140
  * @public
141
141
  * <p></p>
142
142
  */
143
- ReservedNodeOfferingType?: ReservedNodeOfferingType | string;
143
+ ReservedNodeOfferingType?: ReservedNodeOfferingType;
144
144
  }
145
145
  /**
146
146
  * @public
@@ -442,12 +442,12 @@ export interface AquaConfiguration {
442
442
  * @public
443
443
  * <p>This field is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
444
444
  */
445
- AquaStatus?: AquaStatus | string;
445
+ AquaStatus?: AquaStatus;
446
446
  /**
447
447
  * @public
448
448
  * <p>This field is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
449
449
  */
450
- AquaConfigurationStatus?: AquaConfigurationStatus | string;
450
+ AquaConfigurationStatus?: AquaConfigurationStatus;
451
451
  }
452
452
  /**
453
453
  * @public
@@ -507,7 +507,7 @@ export interface DataShareAssociation {
507
507
  * @public
508
508
  * <p>The status of the datashare that is associated.</p>
509
509
  */
510
- Status?: DataShareStatus | string;
510
+ Status?: DataShareStatus;
511
511
  /**
512
512
  * @public
513
513
  * <p>The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.</p>
@@ -606,7 +606,7 @@ export interface ClusterAssociatedToSchedule {
606
606
  * @public
607
607
  * <p></p>
608
608
  */
609
- ScheduleAssociationState?: ScheduleState | string;
609
+ ScheduleAssociationState?: ScheduleState;
610
610
  }
611
611
  /**
612
612
  * @public
@@ -983,7 +983,7 @@ export interface EndpointAuthorization {
983
983
  * @public
984
984
  * <p>The status of the authorization action.</p>
985
985
  */
986
- Status?: AuthorizationStatus | string;
986
+ Status?: AuthorizationStatus;
987
987
  /**
988
988
  * @public
989
989
  * <p>Indicates whether all VPCs in the grantee account are allowed access to the cluster.</p>
@@ -1291,6 +1291,16 @@ export interface Snapshot {
1291
1291
  * <p>A timestamp representing the start of the retention period for the snapshot.</p>
1292
1292
  */
1293
1293
  SnapshotRetentionStartTime?: Date;
1294
+ /**
1295
+ * @public
1296
+ * <p>The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.</p>
1297
+ */
1298
+ MasterPasswordSecretArn?: string;
1299
+ /**
1300
+ * @public
1301
+ * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.</p>
1302
+ */
1303
+ MasterPasswordSecretKmsKeyId?: string;
1294
1304
  }
1295
1305
  /**
1296
1306
  * @public
@@ -2141,7 +2151,7 @@ export interface ReservedNodeExchangeStatus {
2141
2151
  * @public
2142
2152
  * <p>The status of the reserved-node exchange request. Statuses include in-progress and requested.</p>
2143
2153
  */
2144
- Status?: ReservedNodeExchangeStatusType | string;
2154
+ Status?: ReservedNodeExchangeStatusType;
2145
2155
  /**
2146
2156
  * @public
2147
2157
  * <p>A date and time that indicate when the reserved-node exchange was requested.</p>
@@ -2624,7 +2634,7 @@ export interface Cluster {
2624
2634
  * @public
2625
2635
  * <p>The current state of the cluster snapshot schedule.</p>
2626
2636
  */
2627
- SnapshotScheduleState?: ScheduleState | string;
2637
+ SnapshotScheduleState?: ScheduleState;
2628
2638
  /**
2629
2639
  * @public
2630
2640
  * <p>The date and time when the next snapshot is expected to be taken for clusters with a valid snapshot schedule and backups enabled. </p>
@@ -2707,6 +2717,16 @@ export interface Cluster {
2707
2717
  * <p>The expiration date for the certificate associated with the custom domain name.</p>
2708
2718
  */
2709
2719
  CustomDomainCertificateExpiryDate?: Date;
2720
+ /**
2721
+ * @public
2722
+ * <p>The Amazon Resource Name (ARN) for the cluster's admin user credentials secret.</p>
2723
+ */
2724
+ MasterPasswordSecretArn?: string;
2725
+ /**
2726
+ * @public
2727
+ * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.</p>
2728
+ */
2729
+ MasterPasswordSecretKmsKeyId?: string;
2710
2730
  }
2711
2731
  /**
2712
2732
  * @public
@@ -2949,7 +2969,7 @@ export interface Parameter {
2949
2969
  * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html">Amazon Redshift Parameter Groups</a>
2950
2970
  * in the <i>Amazon Redshift Cluster Management Guide</i>.</p>
2951
2971
  */
2952
- ApplyType?: ParameterApplyType | string;
2972
+ ApplyType?: ParameterApplyType;
2953
2973
  /**
2954
2974
  * @public
2955
2975
  * <p>If <code>true</code>, the parameter can be modified. Some parameters have security
@@ -3592,6 +3612,7 @@ export interface CreateClusterMessage {
3592
3612
  * @public
3593
3613
  * <p>The password associated with the admin user account for the cluster that is being
3594
3614
  * created.</p>
3615
+ * <p>You can't use <code>MasterUserPassword</code> if <code>ManageMasterPassword</code> is <code>true</code>.</p>
3595
3616
  * <p>Constraints:</p>
3596
3617
  * <ul>
3597
3618
  * <li>
@@ -3612,7 +3633,7 @@ export interface CreateClusterMessage {
3612
3633
  * </li>
3613
3634
  * </ul>
3614
3635
  */
3615
- MasterUserPassword: string | undefined;
3636
+ MasterUserPassword?: string;
3616
3637
  /**
3617
3638
  * @public
3618
3639
  * <p>A list of security groups to be associated with this cluster.</p>
@@ -3838,7 +3859,7 @@ export interface CreateClusterMessage {
3838
3859
  * @public
3839
3860
  * <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
3840
3861
  */
3841
- AquaConfigurationStatus?: AquaConfigurationStatus | string;
3862
+ AquaConfigurationStatus?: AquaConfigurationStatus;
3842
3863
  /**
3843
3864
  * @public
3844
3865
  * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created. </p>
@@ -3849,6 +3870,21 @@ export interface CreateClusterMessage {
3849
3870
  * <p>A flag that specifies whether to load sample data once the cluster is created.</p>
3850
3871
  */
3851
3872
  LoadSampleData?: string;
3873
+ /**
3874
+ * @public
3875
+ * <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage this cluster's admin credentials.
3876
+ * You can't use <code>MasterUserPassword</code> if <code>ManageMasterPassword</code> is true.
3877
+ * If <code>ManageMasterPassword</code> is false or not set, Amazon Redshift uses
3878
+ * <code>MasterUserPassword</code> for the admin user account's password.
3879
+ * </p>
3880
+ */
3881
+ ManageMasterPassword?: boolean;
3882
+ /**
3883
+ * @public
3884
+ * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
3885
+ * You can only use this parameter if <code>ManageMasterPassword</code> is true.</p>
3886
+ */
3887
+ MasterPasswordSecretKmsKeyId?: string;
3852
3888
  }
3853
3889
  /**
3854
3890
  * @public
@@ -5147,7 +5183,7 @@ export interface ScheduledAction {
5147
5183
  * @public
5148
5184
  * <p>The state of the scheduled action. For example, <code>DISABLED</code>. </p>
5149
5185
  */
5150
- State?: ScheduledActionState | string;
5186
+ State?: ScheduledActionState;
5151
5187
  /**
5152
5188
  * @public
5153
5189
  * <p>List of times when the scheduled action will run. </p>
@@ -5526,7 +5562,7 @@ export interface CreateUsageLimitMessage {
5526
5562
  * @public
5527
5563
  * <p>The Amazon Redshift feature that you want to limit.</p>
5528
5564
  */
5529
- FeatureType: UsageLimitFeatureType | string | undefined;
5565
+ FeatureType: UsageLimitFeatureType | undefined;
5530
5566
  /**
5531
5567
  * @public
5532
5568
  * <p>The type of limit. Depending on the feature type, this can be based on a time duration or data size.
@@ -5535,7 +5571,7 @@ export interface CreateUsageLimitMessage {
5535
5571
  * If <code>FeatureType</code> is <code>cross-region-datasharing</code>, then <code>LimitType</code> must be <code>data-scanned</code>.
5536
5572
  * </p>
5537
5573
  */
5538
- LimitType: UsageLimitLimitType | string | undefined;
5574
+ LimitType: UsageLimitLimitType | undefined;
5539
5575
  /**
5540
5576
  * @public
5541
5577
  * <p>The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).
@@ -5548,13 +5584,13 @@ export interface CreateUsageLimitMessage {
5548
5584
  * <p>The time period that the amount applies to. A <code>weekly</code> period begins on Sunday. The default is <code>monthly</code>.
5549
5585
  * </p>
5550
5586
  */
5551
- Period?: UsageLimitPeriod | string;
5587
+ Period?: UsageLimitPeriod;
5552
5588
  /**
5553
5589
  * @public
5554
5590
  * <p>The action that Amazon Redshift takes when the limit is reached. The default is log.
5555
5591
  * For more information about this parameter, see <a>UsageLimit</a>.</p>
5556
5592
  */
5557
- BreachAction?: UsageLimitBreachAction | string;
5593
+ BreachAction?: UsageLimitBreachAction;
5558
5594
  /**
5559
5595
  * @public
5560
5596
  * <p>A list of tag instances.</p>
@@ -5592,12 +5628,12 @@ export interface UsageLimit {
5592
5628
  * @public
5593
5629
  * <p>The Amazon Redshift feature to which the limit applies.</p>
5594
5630
  */
5595
- FeatureType?: UsageLimitFeatureType | string;
5631
+ FeatureType?: UsageLimitFeatureType;
5596
5632
  /**
5597
5633
  * @public
5598
5634
  * <p>The type of limit. Depending on the feature type, this can be based on a time duration or data size.</p>
5599
5635
  */
5600
- LimitType?: UsageLimitLimitType | string;
5636
+ LimitType?: UsageLimitLimitType;
5601
5637
  /**
5602
5638
  * @public
5603
5639
  * <p>The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).</p>
@@ -5607,7 +5643,7 @@ export interface UsageLimit {
5607
5643
  * @public
5608
5644
  * <p>The time period that the amount applies to. A <code>weekly</code> period begins on Sunday. The default is <code>monthly</code>. </p>
5609
5645
  */
5610
- Period?: UsageLimitPeriod | string;
5646
+ Period?: UsageLimitPeriod;
5611
5647
  /**
5612
5648
  * @public
5613
5649
  * <p>The action that Amazon Redshift takes when the limit is reached. Possible values are: </p>
@@ -5626,7 +5662,7 @@ export interface UsageLimit {
5626
5662
  * </li>
5627
5663
  * </ul>
5628
5664
  */
5629
- BreachAction?: UsageLimitBreachAction | string;
5665
+ BreachAction?: UsageLimitBreachAction;
5630
5666
  /**
5631
5667
  * @public
5632
5668
  * <p>A list of tag instances.</p>
@@ -6486,12 +6522,12 @@ export interface SnapshotSortingEntity {
6486
6522
  * @public
6487
6523
  * <p>The category for sorting the snapshots.</p>
6488
6524
  */
6489
- Attribute: SnapshotAttributeToSortBy | string | undefined;
6525
+ Attribute: SnapshotAttributeToSortBy | undefined;
6490
6526
  /**
6491
6527
  * @public
6492
6528
  * <p>The order for listing the attributes.</p>
6493
6529
  */
6494
- SortOrder?: SortByOrder | string;
6530
+ SortOrder?: SortByOrder;
6495
6531
  }
6496
6532
  /**
6497
6533
  * @public
@@ -6930,7 +6966,7 @@ export interface DescribeDataSharesForConsumerMessage {
6930
6966
  * <p>An identifier giving the status of a datashare in the consumer cluster. If this field is specified, Amazon
6931
6967
  * Redshift returns the list of datashares that have the specified status.</p>
6932
6968
  */
6933
- Status?: DataShareStatusForConsumer | string;
6969
+ Status?: DataShareStatusForConsumer;
6934
6970
  /**
6935
6971
  * @public
6936
6972
  * <p>The maximum number of response records to return in each call. If the number of
@@ -6984,7 +7020,7 @@ export interface DescribeDataSharesForProducerMessage {
6984
7020
  * <p>An identifier giving the status of a datashare in the producer. If this field is specified, Amazon
6985
7021
  * Redshift returns the list of datashares that have the specified status.</p>
6986
7022
  */
6987
- Status?: DataShareStatusForProducer | string;
7023
+ Status?: DataShareStatusForProducer;
6988
7024
  /**
6989
7025
  * @public
6990
7026
  * <p>The maximum number of response records to return in each call. If the number of
@@ -7237,6 +7273,14 @@ export interface EventCategoriesMap {
7237
7273
  */
7238
7274
  Events?: EventInfoMap[];
7239
7275
  }
7276
+ /**
7277
+ * @internal
7278
+ */
7279
+ export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
7280
+ /**
7281
+ * @internal
7282
+ */
7283
+ export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
7240
7284
  /**
7241
7285
  * @internal
7242
7286
  */
@@ -7245,3 +7289,19 @@ export declare const ClusterCredentialsFilterSensitiveLog: (obj: ClusterCredenti
7245
7289
  * @internal
7246
7290
  */
7247
7291
  export declare const ClusterExtendedCredentialsFilterSensitiveLog: (obj: ClusterExtendedCredentials) => any;
7292
+ /**
7293
+ * @internal
7294
+ */
7295
+ export declare const ClustersMessageFilterSensitiveLog: (obj: ClustersMessage) => any;
7296
+ /**
7297
+ * @internal
7298
+ */
7299
+ export declare const CreateClusterMessageFilterSensitiveLog: (obj: CreateClusterMessage) => any;
7300
+ /**
7301
+ * @internal
7302
+ */
7303
+ export declare const CreateClusterResultFilterSensitiveLog: (obj: CreateClusterResult) => any;
7304
+ /**
7305
+ * @internal
7306
+ */
7307
+ export declare const DeleteClusterResultFilterSensitiveLog: (obj: DeleteClusterResult) => any;
@@ -88,7 +88,7 @@ export interface DescribeEventsMessage {
88
88
  * </li>
89
89
  * </ul>
90
90
  */
91
- SourceType?: SourceType | string;
91
+ SourceType?: SourceType;
92
92
  /**
93
93
  * @public
94
94
  * <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
@@ -152,7 +152,7 @@ export interface Event {
152
152
  * @public
153
153
  * <p>The source type for this event.</p>
154
154
  */
155
- SourceType?: SourceType | string;
155
+ SourceType?: SourceType;
156
156
  /**
157
157
  * @public
158
158
  * <p>The text of this event.</p>
@@ -488,7 +488,7 @@ export interface LoggingStatus {
488
488
  * @public
489
489
  * <p>The log destination type. An enum with possible values of <code>s3</code> and <code>cloudwatch</code>.</p>
490
490
  */
491
- LogDestinationType?: LogDestinationType | string;
491
+ LogDestinationType?: LogDestinationType;
492
492
  /**
493
493
  * @public
494
494
  * <p>The collection of exported log types. Possible values are <code>connectionlog</code>, <code>useractivitylog</code>, and
@@ -536,7 +536,7 @@ export interface NodeConfigurationOptionsFilter {
536
536
  * @public
537
537
  * <p>The name of the element to filter.</p>
538
538
  */
539
- Name?: NodeConfigurationOptionsFilterName | string;
539
+ Name?: NodeConfigurationOptionsFilterName;
540
540
  /**
541
541
  * @public
542
542
  * <p>The filter operator.
@@ -545,7 +545,7 @@ export interface NodeConfigurationOptionsFilter {
545
545
  * Provide two values to evaluate for 'between'.
546
546
  * Provide a list of values for 'in'.</p>
547
547
  */
548
- Operator?: OperatorType | string;
548
+ Operator?: OperatorType;
549
549
  /**
550
550
  * @public
551
551
  * <p>List of values. Compare Name using Operator to Values.
@@ -567,7 +567,7 @@ export interface DescribeNodeConfigurationOptionsMessage {
567
567
  * Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.
568
568
  * </p>
569
569
  */
570
- ActionType: ActionType | string | undefined;
570
+ ActionType: ActionType | undefined;
571
571
  /**
572
572
  * @public
573
573
  * <p>The identifier of the cluster to evaluate for possible node configurations.</p>
@@ -653,7 +653,7 @@ export interface NodeConfigurationOption {
653
653
  * @public
654
654
  * <p>The category of the node configuration recommendation.</p>
655
655
  */
656
- Mode?: Mode | string;
656
+ Mode?: Mode;
657
657
  }
658
658
  /**
659
659
  * @public
@@ -821,7 +821,7 @@ export interface PartnerIntegrationInfo {
821
821
  * @public
822
822
  * <p>The partner integration status.</p>
823
823
  */
824
- Status?: PartnerIntegrationStatus | string;
824
+ Status?: PartnerIntegrationStatus;
825
825
  /**
826
826
  * @public
827
827
  * <p>The status message provided by the partner.</p>
@@ -994,7 +994,7 @@ export interface ReservedNodeOffering {
994
994
  * @public
995
995
  * <p></p>
996
996
  */
997
- ReservedNodeOfferingType?: ReservedNodeOfferingType | string;
997
+ ReservedNodeOfferingType?: ReservedNodeOfferingType;
998
998
  }
999
999
  /**
1000
1000
  * @public
@@ -1103,7 +1103,7 @@ export interface ScheduledActionFilter {
1103
1103
  * @public
1104
1104
  * <p>The type of element to filter. </p>
1105
1105
  */
1106
- Name: ScheduledActionFilterName | string | undefined;
1106
+ Name: ScheduledActionFilterName | undefined;
1107
1107
  /**
1108
1108
  * @public
1109
1109
  * <p>List of values. Compare if the value (of type defined by <code>Name</code>) equals an item in the list of scheduled actions. </p>
@@ -1136,7 +1136,7 @@ export interface DescribeScheduledActionsMessage {
1136
1136
  * @public
1137
1137
  * <p>The type of the scheduled actions to retrieve. </p>
1138
1138
  */
1139
- TargetActionType?: ScheduledActionTypeValues | string;
1139
+ TargetActionType?: ScheduledActionTypeValues;
1140
1140
  /**
1141
1141
  * @public
1142
1142
  * <p>The start time in UTC of the scheduled actions to retrieve.
@@ -1417,7 +1417,7 @@ export interface TableRestoreStatus {
1417
1417
  * <code>PENDING</code>, <code>IN_PROGRESS</code>
1418
1418
  * </p>
1419
1419
  */
1420
- Status?: TableRestoreStatusType | string;
1420
+ Status?: TableRestoreStatusType;
1421
1421
  /**
1422
1422
  * @public
1423
1423
  * <p>A description of the status of the table restore request. Status values include
@@ -1679,7 +1679,7 @@ export interface DescribeUsageLimitsMessage {
1679
1679
  * @public
1680
1680
  * <p>The feature type for which you want to describe usage limits.</p>
1681
1681
  */
1682
- FeatureType?: UsageLimitFeatureType | string;
1682
+ FeatureType?: UsageLimitFeatureType;
1683
1683
  /**
1684
1684
  * @public
1685
1685
  * <p>The maximum number of response records to return in each call. If the number of
@@ -1880,7 +1880,7 @@ export interface EnableLoggingMessage {
1880
1880
  * @public
1881
1881
  * <p>The log destination type. An enum with possible values of <code>s3</code> and <code>cloudwatch</code>.</p>
1882
1882
  */
1883
- LogDestinationType?: LogDestinationType | string;
1883
+ LogDestinationType?: LogDestinationType;
1884
1884
  /**
1885
1885
  * @public
1886
1886
  * <p>The collection of exported log types. Possible values are <code>connectionlog</code>, <code>useractivitylog</code>, and <code>userlog</code>.</p>
@@ -2198,7 +2198,7 @@ export interface GetReservedNodeExchangeConfigurationOptionsInputMessage {
2198
2198
  * @public
2199
2199
  * <p>The action type of the reserved-node configuration. The action type can be an exchange initiated from either a snapshot or a resize.</p>
2200
2200
  */
2201
- ActionType: ReservedNodeExchangeActionType | string | undefined;
2201
+ ActionType: ReservedNodeExchangeActionType | undefined;
2202
2202
  /**
2203
2203
  * @public
2204
2204
  * <p>The identifier for the cluster that is the source for a reserved-node exchange.</p>
@@ -2364,7 +2364,7 @@ export interface ModifyAquaInputMessage {
2364
2364
  * @public
2365
2365
  * <p>This parameter is retired. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
2366
2366
  */
2367
- AquaConfigurationStatus?: AquaConfigurationStatus | string;
2367
+ AquaConfigurationStatus?: AquaConfigurationStatus;
2368
2368
  }
2369
2369
  /**
2370
2370
  * @public
@@ -2488,6 +2488,7 @@ export interface ModifyClusterMessage {
2488
2488
  * as soon as possible. Between the time of the request and the completion of the request,
2489
2489
  * the <code>MasterUserPassword</code> element exists in the
2490
2490
  * <code>PendingModifiedValues</code> element of the operation response. </p>
2491
+ * <p>You can't use <code>MasterUserPassword</code> if <code>ManageMasterPassword</code> is <code>true</code>.</p>
2491
2492
  * <note>
2492
2493
  * <p>Operations never return the password, so this operation provides a way to
2493
2494
  * regain access to the admin user account for a cluster if the password is
@@ -2685,6 +2686,21 @@ export interface ModifyClusterMessage {
2685
2686
  * <p>The option to change the port of an Amazon Redshift cluster.</p>
2686
2687
  */
2687
2688
  Port?: number;
2689
+ /**
2690
+ * @public
2691
+ * <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage this cluster's admin credentials.
2692
+ * You can't use <code>MasterUserPassword</code> if <code>ManageMasterPassword</code> is true.
2693
+ * If <code>ManageMasterPassword</code> is false or not set, Amazon Redshift uses
2694
+ * <code>MasterUserPassword</code> for the admin user account's password.
2695
+ * </p>
2696
+ */
2697
+ ManageMasterPassword?: boolean;
2698
+ /**
2699
+ * @public
2700
+ * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
2701
+ * You can only use this parameter if <code>ManageMasterPassword</code> is true.</p>
2702
+ */
2703
+ MasterPasswordSecretKmsKeyId?: string;
2688
2704
  }
2689
2705
  /**
2690
2706
  * @public
@@ -3243,7 +3259,7 @@ export interface ModifyUsageLimitMessage {
3243
3259
  * <p>The new action that Amazon Redshift takes when the limit is reached.
3244
3260
  * For more information about this parameter, see <a>UsageLimit</a>. </p>
3245
3261
  */
3246
- BreachAction?: UsageLimitBreachAction | string;
3262
+ BreachAction?: UsageLimitBreachAction;
3247
3263
  }
3248
3264
  /**
3249
3265
  * @public
@@ -3621,7 +3637,7 @@ export interface RestoreFromClusterSnapshotMessage {
3621
3637
  * @public
3622
3638
  * <p>This parameter is retired. It does not set the AQUA configuration status. Amazon Redshift automatically determines whether to use AQUA (Advanced Query Accelerator).</p>
3623
3639
  */
3624
- AquaConfigurationStatus?: AquaConfigurationStatus | string;
3640
+ AquaConfigurationStatus?: AquaConfigurationStatus;
3625
3641
  /**
3626
3642
  * @public
3627
3643
  * <p>The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified while it was restored from a snapshot.</p>
@@ -3643,6 +3659,19 @@ export interface RestoreFromClusterSnapshotMessage {
3643
3659
  * with Key Management Service (KMS) and a customer managed key.</p>
3644
3660
  */
3645
3661
  Encrypted?: boolean;
3662
+ /**
3663
+ * @public
3664
+ * <p>If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the restored
3665
+ * cluster's admin credentials. If <code>ManageMasterPassword</code> is false or not set,
3666
+ * Amazon Redshift uses the admin credentials the cluster had at the time the snapshot was taken.</p>
3667
+ */
3668
+ ManageMasterPassword?: boolean;
3669
+ /**
3670
+ * @public
3671
+ * <p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.
3672
+ * You can only use this parameter if <code>ManageMasterPassword</code> is true.</p>
3673
+ */
3674
+ MasterPasswordSecretKmsKeyId?: string;
3646
3675
  }
3647
3676
  /**
3648
3677
  * @public
@@ -3896,10 +3925,66 @@ export interface UpdatePartnerStatusInputMessage {
3896
3925
  * @public
3897
3926
  * <p>The value of the updated status.</p>
3898
3927
  */
3899
- Status: PartnerIntegrationStatus | string | undefined;
3928
+ Status: PartnerIntegrationStatus | undefined;
3900
3929
  /**
3901
3930
  * @public
3902
3931
  * <p>The status message provided by the partner.</p>
3903
3932
  */
3904
3933
  StatusMessage?: string;
3905
3934
  }
3935
+ /**
3936
+ * @internal
3937
+ */
3938
+ export declare const DisableSnapshotCopyResultFilterSensitiveLog: (obj: DisableSnapshotCopyResult) => any;
3939
+ /**
3940
+ * @internal
3941
+ */
3942
+ export declare const EnableSnapshotCopyResultFilterSensitiveLog: (obj: EnableSnapshotCopyResult) => any;
3943
+ /**
3944
+ * @internal
3945
+ */
3946
+ export declare const ModifyClusterMessageFilterSensitiveLog: (obj: ModifyClusterMessage) => any;
3947
+ /**
3948
+ * @internal
3949
+ */
3950
+ export declare const ModifyClusterResultFilterSensitiveLog: (obj: ModifyClusterResult) => any;
3951
+ /**
3952
+ * @internal
3953
+ */
3954
+ export declare const ModifyClusterDbRevisionResultFilterSensitiveLog: (obj: ModifyClusterDbRevisionResult) => any;
3955
+ /**
3956
+ * @internal
3957
+ */
3958
+ export declare const ModifyClusterIamRolesResultFilterSensitiveLog: (obj: ModifyClusterIamRolesResult) => any;
3959
+ /**
3960
+ * @internal
3961
+ */
3962
+ export declare const ModifyClusterMaintenanceResultFilterSensitiveLog: (obj: ModifyClusterMaintenanceResult) => any;
3963
+ /**
3964
+ * @internal
3965
+ */
3966
+ export declare const ModifySnapshotCopyRetentionPeriodResultFilterSensitiveLog: (obj: ModifySnapshotCopyRetentionPeriodResult) => any;
3967
+ /**
3968
+ * @internal
3969
+ */
3970
+ export declare const PauseClusterResultFilterSensitiveLog: (obj: PauseClusterResult) => any;
3971
+ /**
3972
+ * @internal
3973
+ */
3974
+ export declare const RebootClusterResultFilterSensitiveLog: (obj: RebootClusterResult) => any;
3975
+ /**
3976
+ * @internal
3977
+ */
3978
+ export declare const ResizeClusterResultFilterSensitiveLog: (obj: ResizeClusterResult) => any;
3979
+ /**
3980
+ * @internal
3981
+ */
3982
+ export declare const RestoreFromClusterSnapshotResultFilterSensitiveLog: (obj: RestoreFromClusterSnapshotResult) => any;
3983
+ /**
3984
+ * @internal
3985
+ */
3986
+ export declare const ResumeClusterResultFilterSensitiveLog: (obj: ResumeClusterResult) => any;
3987
+ /**
3988
+ * @internal
3989
+ */
3990
+ export declare const RotateEncryptionKeyResultFilterSensitiveLog: (obj: RotateEncryptionKeyResult) => any;