@aws-sdk/client-redshift 3.325.0 → 3.327.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 (120) hide show
  1. package/dist-types/commands/AcceptReservedNodeExchangeCommand.d.ts +25 -0
  2. package/dist-types/commands/AddPartnerCommand.d.ts +7 -0
  3. package/dist-types/commands/AssociateDataShareConsumerCommand.d.ts +18 -0
  4. package/dist-types/commands/AuthorizeClusterSecurityGroupIngressCommand.d.ts +40 -0
  5. package/dist-types/commands/AuthorizeDataShareCommand.d.ts +18 -0
  6. package/dist-types/commands/AuthorizeEndpointAccessCommand.d.ts +16 -0
  7. package/dist-types/commands/AuthorizeSnapshotAccessCommand.d.ts +53 -0
  8. package/dist-types/commands/BatchDeleteClusterSnapshotsCommand.d.ts +16 -0
  9. package/dist-types/commands/BatchModifyClusterSnapshotsCommand.d.ts +16 -0
  10. package/dist-types/commands/CancelResizeCommand.d.ts +27 -0
  11. package/dist-types/commands/CopyClusterSnapshotCommand.d.ts +53 -0
  12. package/dist-types/commands/CreateAuthenticationProfileCommand.d.ts +7 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +176 -0
  14. package/dist-types/commands/CreateClusterParameterGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateClusterSecurityGroupCommand.d.ts +40 -0
  16. package/dist-types/commands/CreateClusterSnapshotCommand.d.ts +53 -0
  17. package/dist-types/commands/CreateClusterSubnetGroupCommand.d.ts +31 -0
  18. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +31 -0
  19. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +27 -0
  20. package/dist-types/commands/CreateHsmClientCertificateCommand.d.ts +15 -0
  21. package/dist-types/commands/CreateHsmConfigurationCommand.d.ts +17 -0
  22. package/dist-types/commands/CreateScheduledActionCommand.d.ts +32 -0
  23. package/dist-types/commands/CreateSnapshotCopyGrantCommand.d.ts +15 -0
  24. package/dist-types/commands/CreateSnapshotScheduleCommand.d.ts +26 -0
  25. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  26. package/dist-types/commands/CreateUsageLimitCommand.d.ts +18 -0
  27. package/dist-types/commands/DeauthorizeDataShareCommand.d.ts +18 -0
  28. package/dist-types/commands/DeleteAuthenticationProfileCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteClusterCommand.d.ts +176 -0
  30. package/dist-types/commands/DeleteClusterParameterGroupCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteClusterSecurityGroupCommand.d.ts +4 -0
  32. package/dist-types/commands/DeleteClusterSnapshotCommand.d.ts +53 -0
  33. package/dist-types/commands/DeleteClusterSubnetGroupCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +31 -0
  35. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +4 -0
  36. package/dist-types/commands/DeleteHsmClientCertificateCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteHsmConfigurationCommand.d.ts +4 -0
  38. package/dist-types/commands/DeletePartnerCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +4 -0
  40. package/dist-types/commands/DeleteSnapshotCopyGrantCommand.d.ts +4 -0
  41. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +4 -0
  42. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +15 -0
  45. package/dist-types/commands/DescribeAuthenticationProfilesCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeClusterDbRevisionsCommand.d.ts +20 -0
  47. package/dist-types/commands/DescribeClusterParameterGroupsCommand.d.ts +19 -0
  48. package/dist-types/commands/DescribeClusterParametersCommand.d.ts +19 -0
  49. package/dist-types/commands/DescribeClusterSecurityGroupsCommand.d.ts +43 -0
  50. package/dist-types/commands/DescribeClusterSnapshotsCommand.d.ts +56 -0
  51. package/dist-types/commands/DescribeClusterSubnetGroupsCommand.d.ts +34 -0
  52. package/dist-types/commands/DescribeClusterTracksCommand.d.ts +23 -0
  53. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +13 -0
  54. package/dist-types/commands/DescribeClustersCommand.d.ts +179 -0
  55. package/dist-types/commands/DescribeDataSharesCommand.d.ts +23 -0
  56. package/dist-types/commands/DescribeDataSharesForConsumerCommand.d.ts +23 -0
  57. package/dist-types/commands/DescribeDataSharesForProducerCommand.d.ts +23 -0
  58. package/dist-types/commands/DescribeDefaultClusterParametersCommand.d.ts +22 -0
  59. package/dist-types/commands/DescribeEndpointAccessCommand.d.ts +36 -0
  60. package/dist-types/commands/DescribeEndpointAuthorizationCommand.d.ts +21 -0
  61. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +20 -0
  62. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +30 -0
  63. package/dist-types/commands/DescribeEventsCommand.d.ts +19 -0
  64. package/dist-types/commands/DescribeHsmClientCertificatesCommand.d.ts +18 -0
  65. package/dist-types/commands/DescribeHsmConfigurationsCommand.d.ts +20 -0
  66. package/dist-types/commands/DescribeLoggingStatusCommand.d.ts +15 -0
  67. package/dist-types/commands/DescribeNodeConfigurationOptionsCommand.d.ts +14 -0
  68. package/dist-types/commands/DescribeOrderableClusterOptionsCommand.d.ts +23 -0
  69. package/dist-types/commands/DescribePartnersCommand.d.ts +15 -0
  70. package/dist-types/commands/DescribeReservedNodeExchangeStatusCommand.d.ts +19 -0
  71. package/dist-types/commands/DescribeReservedNodeOfferingsCommand.d.ts +24 -0
  72. package/dist-types/commands/DescribeReservedNodesCommand.d.ts +28 -0
  73. package/dist-types/commands/DescribeResizeCommand.d.ts +27 -0
  74. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +37 -0
  75. package/dist-types/commands/DescribeSnapshotCopyGrantsCommand.d.ts +18 -0
  76. package/dist-types/commands/DescribeSnapshotSchedulesCommand.d.ts +31 -0
  77. package/dist-types/commands/DescribeStorageCommand.d.ts +7 -0
  78. package/dist-types/commands/DescribeTableRestoreStatusCommand.d.ts +24 -0
  79. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeUsageLimitsCommand.d.ts +23 -0
  81. package/dist-types/commands/DisableLoggingCommand.d.ts +15 -0
  82. package/dist-types/commands/DisableSnapshotCopyCommand.d.ts +176 -0
  83. package/dist-types/commands/DisassociateDataShareConsumerCommand.d.ts +18 -0
  84. package/dist-types/commands/EnableLoggingCommand.d.ts +15 -0
  85. package/dist-types/commands/EnableSnapshotCopyCommand.d.ts +176 -0
  86. package/dist-types/commands/GetClusterCredentialsCommand.d.ts +8 -0
  87. package/dist-types/commands/GetClusterCredentialsWithIAMCommand.d.ts +9 -0
  88. package/dist-types/commands/GetReservedNodeExchangeConfigurationOptionsCommand.d.ts +47 -0
  89. package/dist-types/commands/GetReservedNodeExchangeOfferingsCommand.d.ts +24 -0
  90. package/dist-types/commands/ModifyAquaConfigurationCommand.d.ts +9 -0
  91. package/dist-types/commands/ModifyAuthenticationProfileCommand.d.ts +7 -0
  92. package/dist-types/commands/ModifyClusterCommand.d.ts +176 -0
  93. package/dist-types/commands/ModifyClusterDbRevisionCommand.d.ts +176 -0
  94. package/dist-types/commands/ModifyClusterIamRolesCommand.d.ts +176 -0
  95. package/dist-types/commands/ModifyClusterMaintenanceCommand.d.ts +176 -0
  96. package/dist-types/commands/ModifyClusterParameterGroupCommand.d.ts +7 -0
  97. package/dist-types/commands/ModifyClusterSnapshotCommand.d.ts +53 -0
  98. package/dist-types/commands/ModifyClusterSnapshotScheduleCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyClusterSubnetGroupCommand.d.ts +31 -0
  100. package/dist-types/commands/ModifyEndpointAccessCommand.d.ts +31 -0
  101. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +27 -0
  102. package/dist-types/commands/ModifyScheduledActionCommand.d.ts +32 -0
  103. package/dist-types/commands/ModifySnapshotCopyRetentionPeriodCommand.d.ts +176 -0
  104. package/dist-types/commands/ModifySnapshotScheduleCommand.d.ts +26 -0
  105. package/dist-types/commands/ModifyUsageLimitCommand.d.ts +18 -0
  106. package/dist-types/commands/PauseClusterCommand.d.ts +176 -0
  107. package/dist-types/commands/PurchaseReservedNodeOfferingCommand.d.ts +25 -0
  108. package/dist-types/commands/RebootClusterCommand.d.ts +176 -0
  109. package/dist-types/commands/RejectDataShareCommand.d.ts +18 -0
  110. package/dist-types/commands/ResetClusterParameterGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/ResizeClusterCommand.d.ts +176 -0
  112. package/dist-types/commands/RestoreFromClusterSnapshotCommand.d.ts +176 -0
  113. package/dist-types/commands/RestoreTableFromClusterSnapshotCommand.d.ts +21 -0
  114. package/dist-types/commands/ResumeClusterCommand.d.ts +176 -0
  115. package/dist-types/commands/RevokeClusterSecurityGroupIngressCommand.d.ts +40 -0
  116. package/dist-types/commands/RevokeEndpointAccessCommand.d.ts +16 -0
  117. package/dist-types/commands/RevokeSnapshotAccessCommand.d.ts +53 -0
  118. package/dist-types/commands/RotateEncryptionKeyCommand.d.ts +176 -0
  119. package/dist-types/commands/UpdatePartnerStatusCommand.d.ts +7 -0
  120. package/package.json +7 -7
@@ -59,6 +59,12 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
59
59
  * };
60
60
  * const command = new GetClusterCredentialsCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // ClusterCredentials
63
+ * // DbUser: "STRING_VALUE",
64
+ * // DbPassword: "STRING_VALUE",
65
+ * // Expiration: new Date("TIMESTAMP"),
66
+ * // };
67
+ *
62
68
  * ```
63
69
  *
64
70
  * @param GetClusterCredentialsCommandInput - {@link GetClusterCredentialsCommandInput}
@@ -74,6 +80,8 @@ export interface GetClusterCredentialsCommandOutput extends ClusterCredentials,
74
80
  * @throws {@link UnsupportedOperationFault} (client fault)
75
81
  * <p>The requested operation isn't supported.</p>
76
82
  *
83
+ * @throws {@link RedshiftServiceException}
84
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
77
85
  *
78
86
  */
79
87
  export declare class GetClusterCredentialsCommand extends $Command<GetClusterCredentialsCommandInput, GetClusterCredentialsCommandOutput, RedshiftClientResolvedConfig> {
@@ -43,6 +43,13 @@ export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtend
43
43
  * };
44
44
  * const command = new GetClusterCredentialsWithIAMCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // ClusterExtendedCredentials
47
+ * // DbUser: "STRING_VALUE",
48
+ * // DbPassword: "STRING_VALUE",
49
+ * // Expiration: new Date("TIMESTAMP"),
50
+ * // NextRefreshTime: new Date("TIMESTAMP"),
51
+ * // };
52
+ *
46
53
  * ```
47
54
  *
48
55
  * @param GetClusterCredentialsWithIAMCommandInput - {@link GetClusterCredentialsWithIAMCommandInput}
@@ -58,6 +65,8 @@ export interface GetClusterCredentialsWithIAMCommandOutput extends ClusterExtend
58
65
  * @throws {@link UnsupportedOperationFault} (client fault)
59
66
  * <p>The requested operation isn't supported.</p>
60
67
  *
68
+ * @throws {@link RedshiftServiceException}
69
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
61
70
  *
62
71
  */
63
72
  export declare class GetClusterCredentialsWithIAMCommand extends $Command<GetClusterCredentialsWithIAMCommandInput, GetClusterCredentialsWithIAMCommandOutput, RedshiftClientResolvedConfig> {
@@ -37,6 +37,51 @@ export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extend
37
37
  * };
38
38
  * const command = new GetReservedNodeExchangeConfigurationOptionsCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetReservedNodeExchangeConfigurationOptionsOutputMessage
41
+ * // Marker: "STRING_VALUE",
42
+ * // ReservedNodeConfigurationOptionList: [ // ReservedNodeConfigurationOptionList
43
+ * // { // ReservedNodeConfigurationOption
44
+ * // SourceReservedNode: { // ReservedNode
45
+ * // ReservedNodeId: "STRING_VALUE",
46
+ * // ReservedNodeOfferingId: "STRING_VALUE",
47
+ * // NodeType: "STRING_VALUE",
48
+ * // StartTime: new Date("TIMESTAMP"),
49
+ * // Duration: Number("int"),
50
+ * // FixedPrice: Number("double"),
51
+ * // UsagePrice: Number("double"),
52
+ * // CurrencyCode: "STRING_VALUE",
53
+ * // NodeCount: Number("int"),
54
+ * // State: "STRING_VALUE",
55
+ * // OfferingType: "STRING_VALUE",
56
+ * // RecurringCharges: [ // RecurringChargeList
57
+ * // { // RecurringCharge
58
+ * // RecurringChargeAmount: Number("double"),
59
+ * // RecurringChargeFrequency: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // ReservedNodeOfferingType: "Regular" || "Upgradable",
63
+ * // },
64
+ * // TargetReservedNodeCount: Number("int"),
65
+ * // TargetReservedNodeOffering: { // ReservedNodeOffering
66
+ * // ReservedNodeOfferingId: "STRING_VALUE",
67
+ * // NodeType: "STRING_VALUE",
68
+ * // Duration: Number("int"),
69
+ * // FixedPrice: Number("double"),
70
+ * // UsagePrice: Number("double"),
71
+ * // CurrencyCode: "STRING_VALUE",
72
+ * // OfferingType: "STRING_VALUE",
73
+ * // RecurringCharges: [
74
+ * // {
75
+ * // RecurringChargeAmount: Number("double"),
76
+ * // RecurringChargeFrequency: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // ReservedNodeOfferingType: "Regular" || "Upgradable",
80
+ * // },
81
+ * // },
82
+ * // ],
83
+ * // };
84
+ *
40
85
  * ```
41
86
  *
42
87
  * @param GetReservedNodeExchangeConfigurationOptionsCommandInput - {@link GetReservedNodeExchangeConfigurationOptionsCommandInput}
@@ -71,6 +116,8 @@ export interface GetReservedNodeExchangeConfigurationOptionsCommandOutput extend
71
116
  * @throws {@link UnsupportedOperationFault} (client fault)
72
117
  * <p>The requested operation isn't supported.</p>
73
118
  *
119
+ * @throws {@link RedshiftServiceException}
120
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
74
121
  *
75
122
  */
76
123
  export declare class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command<GetReservedNodeExchangeConfigurationOptionsCommandInput, GetReservedNodeExchangeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig> {
@@ -34,6 +34,28 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReserv
34
34
  * };
35
35
  * const command = new GetReservedNodeExchangeOfferingsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetReservedNodeExchangeOfferingsOutputMessage
38
+ * // Marker: "STRING_VALUE",
39
+ * // ReservedNodeOfferings: [ // ReservedNodeOfferingList
40
+ * // { // ReservedNodeOffering
41
+ * // ReservedNodeOfferingId: "STRING_VALUE",
42
+ * // NodeType: "STRING_VALUE",
43
+ * // Duration: Number("int"),
44
+ * // FixedPrice: Number("double"),
45
+ * // UsagePrice: Number("double"),
46
+ * // CurrencyCode: "STRING_VALUE",
47
+ * // OfferingType: "STRING_VALUE",
48
+ * // RecurringCharges: [ // RecurringChargeList
49
+ * // { // RecurringCharge
50
+ * // RecurringChargeAmount: Number("double"),
51
+ * // RecurringChargeFrequency: "STRING_VALUE",
52
+ * // },
53
+ * // ],
54
+ * // ReservedNodeOfferingType: "Regular" || "Upgradable",
55
+ * // },
56
+ * // ],
57
+ * // };
58
+ *
37
59
  * ```
38
60
  *
39
61
  * @param GetReservedNodeExchangeOfferingsCommandInput - {@link GetReservedNodeExchangeOfferingsCommandInput}
@@ -61,6 +83,8 @@ export interface GetReservedNodeExchangeOfferingsCommandOutput extends GetReserv
61
83
  * @throws {@link UnsupportedOperationFault} (client fault)
62
84
  * <p>The requested operation isn't supported.</p>
63
85
  *
86
+ * @throws {@link RedshiftServiceException}
87
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
64
88
  *
65
89
  */
66
90
  export declare class GetReservedNodeExchangeOfferingsCommand extends $Command<GetReservedNodeExchangeOfferingsCommandInput, GetReservedNodeExchangeOfferingsCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,6 +32,13 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe
32
32
  * };
33
33
  * const command = new ModifyAquaConfigurationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ModifyAquaOutputMessage
36
+ * // AquaConfiguration: { // AquaConfiguration
37
+ * // AquaStatus: "enabled" || "disabled" || "applying",
38
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
39
+ * // },
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param ModifyAquaConfigurationCommandInput - {@link ModifyAquaConfigurationCommandInput}
@@ -50,6 +57,8 @@ export interface ModifyAquaConfigurationCommandOutput extends ModifyAquaOutputMe
50
57
  * @throws {@link UnsupportedOperationFault} (client fault)
51
58
  * <p>The requested operation isn't supported.</p>
52
59
  *
60
+ * @throws {@link RedshiftServiceException}
61
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
53
62
  *
54
63
  */
55
64
  export declare class ModifyAquaConfigurationCommand extends $Command<ModifyAquaConfigurationCommandInput, ModifyAquaConfigurationCommandOutput, RedshiftClientResolvedConfig> {
@@ -32,6 +32,11 @@ export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenti
32
32
  * };
33
33
  * const command = new ModifyAuthenticationProfileCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ModifyAuthenticationProfileResult
36
+ * // AuthenticationProfileName: "STRING_VALUE",
37
+ * // AuthenticationProfileContent: "STRING_VALUE",
38
+ * // };
39
+ *
35
40
  * ```
36
41
  *
37
42
  * @param ModifyAuthenticationProfileCommandInput - {@link ModifyAuthenticationProfileCommandInput}
@@ -51,6 +56,8 @@ export interface ModifyAuthenticationProfileCommandOutput extends ModifyAuthenti
51
56
  * <p>The authentication profile request is not valid. The profile name can't be null or empty.
52
57
  * The authentication profile API operation must be available in the Amazon Web Services Region.</p>
53
58
  *
59
+ * @throws {@link RedshiftServiceException}
60
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
54
61
  *
55
62
  */
56
63
  export declare class ModifyAuthenticationProfileCommand extends $Command<ModifyAuthenticationProfileCommandInput, ModifyAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig> {
@@ -67,6 +67,180 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
67
67
  * };
68
68
  * const command = new ModifyClusterCommand(input);
69
69
  * const response = await client.send(command);
70
+ * // { // ModifyClusterResult
71
+ * // Cluster: { // Cluster
72
+ * // ClusterIdentifier: "STRING_VALUE",
73
+ * // NodeType: "STRING_VALUE",
74
+ * // ClusterStatus: "STRING_VALUE",
75
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
76
+ * // ModifyStatus: "STRING_VALUE",
77
+ * // MasterUsername: "STRING_VALUE",
78
+ * // DBName: "STRING_VALUE",
79
+ * // Endpoint: { // Endpoint
80
+ * // Address: "STRING_VALUE",
81
+ * // Port: Number("int"),
82
+ * // VpcEndpoints: [ // VpcEndpointsList
83
+ * // { // VpcEndpoint
84
+ * // VpcEndpointId: "STRING_VALUE",
85
+ * // VpcId: "STRING_VALUE",
86
+ * // NetworkInterfaces: [ // NetworkInterfaceList
87
+ * // { // NetworkInterface
88
+ * // NetworkInterfaceId: "STRING_VALUE",
89
+ * // SubnetId: "STRING_VALUE",
90
+ * // PrivateIpAddress: "STRING_VALUE",
91
+ * // AvailabilityZone: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // },
95
+ * // ],
96
+ * // },
97
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
98
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
99
+ * // ManualSnapshotRetentionPeriod: Number("int"),
100
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
101
+ * // { // ClusterSecurityGroupMembership
102
+ * // ClusterSecurityGroupName: "STRING_VALUE",
103
+ * // Status: "STRING_VALUE",
104
+ * // },
105
+ * // ],
106
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
107
+ * // { // VpcSecurityGroupMembership
108
+ * // VpcSecurityGroupId: "STRING_VALUE",
109
+ * // Status: "STRING_VALUE",
110
+ * // },
111
+ * // ],
112
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
113
+ * // { // ClusterParameterGroupStatus
114
+ * // ParameterGroupName: "STRING_VALUE",
115
+ * // ParameterApplyStatus: "STRING_VALUE",
116
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
117
+ * // { // ClusterParameterStatus
118
+ * // ParameterName: "STRING_VALUE",
119
+ * // ParameterApplyStatus: "STRING_VALUE",
120
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
121
+ * // },
122
+ * // ],
123
+ * // },
124
+ * // ],
125
+ * // ClusterSubnetGroupName: "STRING_VALUE",
126
+ * // VpcId: "STRING_VALUE",
127
+ * // AvailabilityZone: "STRING_VALUE",
128
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
129
+ * // PendingModifiedValues: { // PendingModifiedValues
130
+ * // MasterUserPassword: "STRING_VALUE",
131
+ * // NodeType: "STRING_VALUE",
132
+ * // NumberOfNodes: Number("int"),
133
+ * // ClusterType: "STRING_VALUE",
134
+ * // ClusterVersion: "STRING_VALUE",
135
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
136
+ * // ClusterIdentifier: "STRING_VALUE",
137
+ * // PubliclyAccessible: true || false,
138
+ * // EnhancedVpcRouting: true || false,
139
+ * // MaintenanceTrackName: "STRING_VALUE",
140
+ * // EncryptionType: "STRING_VALUE",
141
+ * // },
142
+ * // ClusterVersion: "STRING_VALUE",
143
+ * // AllowVersionUpgrade: true || false,
144
+ * // NumberOfNodes: Number("int"),
145
+ * // PubliclyAccessible: true || false,
146
+ * // Encrypted: true || false,
147
+ * // RestoreStatus: { // RestoreStatus
148
+ * // Status: "STRING_VALUE",
149
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
150
+ * // SnapshotSizeInMegaBytes: Number("long"),
151
+ * // ProgressInMegaBytes: Number("long"),
152
+ * // ElapsedTimeInSeconds: Number("long"),
153
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
154
+ * // },
155
+ * // DataTransferProgress: { // DataTransferProgress
156
+ * // Status: "STRING_VALUE",
157
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
158
+ * // TotalDataInMegaBytes: Number("long"),
159
+ * // DataTransferredInMegaBytes: Number("long"),
160
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
161
+ * // ElapsedTimeInSeconds: Number("long"),
162
+ * // },
163
+ * // HsmStatus: { // HsmStatus
164
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
165
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
166
+ * // Status: "STRING_VALUE",
167
+ * // },
168
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
169
+ * // DestinationRegion: "STRING_VALUE",
170
+ * // RetentionPeriod: Number("long"),
171
+ * // ManualSnapshotRetentionPeriod: Number("int"),
172
+ * // SnapshotCopyGrantName: "STRING_VALUE",
173
+ * // },
174
+ * // ClusterPublicKey: "STRING_VALUE",
175
+ * // ClusterNodes: [ // ClusterNodesList
176
+ * // { // ClusterNode
177
+ * // NodeRole: "STRING_VALUE",
178
+ * // PrivateIPAddress: "STRING_VALUE",
179
+ * // PublicIPAddress: "STRING_VALUE",
180
+ * // },
181
+ * // ],
182
+ * // ElasticIpStatus: { // ElasticIpStatus
183
+ * // ElasticIp: "STRING_VALUE",
184
+ * // Status: "STRING_VALUE",
185
+ * // },
186
+ * // ClusterRevisionNumber: "STRING_VALUE",
187
+ * // Tags: [ // TagList
188
+ * // { // Tag
189
+ * // Key: "STRING_VALUE",
190
+ * // Value: "STRING_VALUE",
191
+ * // },
192
+ * // ],
193
+ * // KmsKeyId: "STRING_VALUE",
194
+ * // EnhancedVpcRouting: true || false,
195
+ * // IamRoles: [ // ClusterIamRoleList
196
+ * // { // ClusterIamRole
197
+ * // IamRoleArn: "STRING_VALUE",
198
+ * // ApplyStatus: "STRING_VALUE",
199
+ * // },
200
+ * // ],
201
+ * // PendingActions: [ // PendingActionsList
202
+ * // "STRING_VALUE",
203
+ * // ],
204
+ * // MaintenanceTrackName: "STRING_VALUE",
205
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
206
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
207
+ * // { // DeferredMaintenanceWindow
208
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
209
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
210
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
211
+ * // },
212
+ * // ],
213
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
214
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
215
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
216
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
217
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
218
+ * // ResizeInfo: { // ResizeInfo
219
+ * // ResizeType: "STRING_VALUE",
220
+ * // AllowCancelResize: true || false,
221
+ * // },
222
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
223
+ * // ClusterNamespaceArn: "STRING_VALUE",
224
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
225
+ * // AquaConfiguration: { // AquaConfiguration
226
+ * // AquaStatus: "enabled" || "disabled" || "applying",
227
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
228
+ * // },
229
+ * // DefaultIamRoleArn: "STRING_VALUE",
230
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
231
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
232
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
233
+ * // RequestTime: new Date("TIMESTAMP"),
234
+ * // SourceReservedNodeId: "STRING_VALUE",
235
+ * // SourceReservedNodeType: "STRING_VALUE",
236
+ * // SourceReservedNodeCount: Number("int"),
237
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
238
+ * // TargetReservedNodeType: "STRING_VALUE",
239
+ * // TargetReservedNodeCount: Number("int"),
240
+ * // },
241
+ * // },
242
+ * // };
243
+ *
70
244
  * ```
71
245
  *
72
246
  * @param ModifyClusterCommandInput - {@link ModifyClusterCommandInput}
@@ -143,6 +317,8 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResult, __Metad
143
317
  * @throws {@link UnsupportedOptionFault} (client fault)
144
318
  * <p>A request option was specified that is not supported.</p>
145
319
  *
320
+ * @throws {@link RedshiftServiceException}
321
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
146
322
  *
147
323
  */
148
324
  export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, RedshiftClientResolvedConfig> {
@@ -33,6 +33,180 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
33
33
  * };
34
34
  * const command = new ModifyClusterDbRevisionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ModifyClusterDbRevisionResult
37
+ * // Cluster: { // Cluster
38
+ * // ClusterIdentifier: "STRING_VALUE",
39
+ * // NodeType: "STRING_VALUE",
40
+ * // ClusterStatus: "STRING_VALUE",
41
+ * // ClusterAvailabilityStatus: "STRING_VALUE",
42
+ * // ModifyStatus: "STRING_VALUE",
43
+ * // MasterUsername: "STRING_VALUE",
44
+ * // DBName: "STRING_VALUE",
45
+ * // Endpoint: { // Endpoint
46
+ * // Address: "STRING_VALUE",
47
+ * // Port: Number("int"),
48
+ * // VpcEndpoints: [ // VpcEndpointsList
49
+ * // { // VpcEndpoint
50
+ * // VpcEndpointId: "STRING_VALUE",
51
+ * // VpcId: "STRING_VALUE",
52
+ * // NetworkInterfaces: [ // NetworkInterfaceList
53
+ * // { // NetworkInterface
54
+ * // NetworkInterfaceId: "STRING_VALUE",
55
+ * // SubnetId: "STRING_VALUE",
56
+ * // PrivateIpAddress: "STRING_VALUE",
57
+ * // AvailabilityZone: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // },
63
+ * // ClusterCreateTime: new Date("TIMESTAMP"),
64
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
65
+ * // ManualSnapshotRetentionPeriod: Number("int"),
66
+ * // ClusterSecurityGroups: [ // ClusterSecurityGroupMembershipList
67
+ * // { // ClusterSecurityGroupMembership
68
+ * // ClusterSecurityGroupName: "STRING_VALUE",
69
+ * // Status: "STRING_VALUE",
70
+ * // },
71
+ * // ],
72
+ * // VpcSecurityGroups: [ // VpcSecurityGroupMembershipList
73
+ * // { // VpcSecurityGroupMembership
74
+ * // VpcSecurityGroupId: "STRING_VALUE",
75
+ * // Status: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // ClusterParameterGroups: [ // ClusterParameterGroupStatusList
79
+ * // { // ClusterParameterGroupStatus
80
+ * // ParameterGroupName: "STRING_VALUE",
81
+ * // ParameterApplyStatus: "STRING_VALUE",
82
+ * // ClusterParameterStatusList: [ // ClusterParameterStatusList
83
+ * // { // ClusterParameterStatus
84
+ * // ParameterName: "STRING_VALUE",
85
+ * // ParameterApplyStatus: "STRING_VALUE",
86
+ * // ParameterApplyErrorDescription: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // },
90
+ * // ],
91
+ * // ClusterSubnetGroupName: "STRING_VALUE",
92
+ * // VpcId: "STRING_VALUE",
93
+ * // AvailabilityZone: "STRING_VALUE",
94
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
95
+ * // PendingModifiedValues: { // PendingModifiedValues
96
+ * // MasterUserPassword: "STRING_VALUE",
97
+ * // NodeType: "STRING_VALUE",
98
+ * // NumberOfNodes: Number("int"),
99
+ * // ClusterType: "STRING_VALUE",
100
+ * // ClusterVersion: "STRING_VALUE",
101
+ * // AutomatedSnapshotRetentionPeriod: Number("int"),
102
+ * // ClusterIdentifier: "STRING_VALUE",
103
+ * // PubliclyAccessible: true || false,
104
+ * // EnhancedVpcRouting: true || false,
105
+ * // MaintenanceTrackName: "STRING_VALUE",
106
+ * // EncryptionType: "STRING_VALUE",
107
+ * // },
108
+ * // ClusterVersion: "STRING_VALUE",
109
+ * // AllowVersionUpgrade: true || false,
110
+ * // NumberOfNodes: Number("int"),
111
+ * // PubliclyAccessible: true || false,
112
+ * // Encrypted: true || false,
113
+ * // RestoreStatus: { // RestoreStatus
114
+ * // Status: "STRING_VALUE",
115
+ * // CurrentRestoreRateInMegaBytesPerSecond: Number("double"),
116
+ * // SnapshotSizeInMegaBytes: Number("long"),
117
+ * // ProgressInMegaBytes: Number("long"),
118
+ * // ElapsedTimeInSeconds: Number("long"),
119
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
120
+ * // },
121
+ * // DataTransferProgress: { // DataTransferProgress
122
+ * // Status: "STRING_VALUE",
123
+ * // CurrentRateInMegaBytesPerSecond: Number("double"),
124
+ * // TotalDataInMegaBytes: Number("long"),
125
+ * // DataTransferredInMegaBytes: Number("long"),
126
+ * // EstimatedTimeToCompletionInSeconds: Number("long"),
127
+ * // ElapsedTimeInSeconds: Number("long"),
128
+ * // },
129
+ * // HsmStatus: { // HsmStatus
130
+ * // HsmClientCertificateIdentifier: "STRING_VALUE",
131
+ * // HsmConfigurationIdentifier: "STRING_VALUE",
132
+ * // Status: "STRING_VALUE",
133
+ * // },
134
+ * // ClusterSnapshotCopyStatus: { // ClusterSnapshotCopyStatus
135
+ * // DestinationRegion: "STRING_VALUE",
136
+ * // RetentionPeriod: Number("long"),
137
+ * // ManualSnapshotRetentionPeriod: Number("int"),
138
+ * // SnapshotCopyGrantName: "STRING_VALUE",
139
+ * // },
140
+ * // ClusterPublicKey: "STRING_VALUE",
141
+ * // ClusterNodes: [ // ClusterNodesList
142
+ * // { // ClusterNode
143
+ * // NodeRole: "STRING_VALUE",
144
+ * // PrivateIPAddress: "STRING_VALUE",
145
+ * // PublicIPAddress: "STRING_VALUE",
146
+ * // },
147
+ * // ],
148
+ * // ElasticIpStatus: { // ElasticIpStatus
149
+ * // ElasticIp: "STRING_VALUE",
150
+ * // Status: "STRING_VALUE",
151
+ * // },
152
+ * // ClusterRevisionNumber: "STRING_VALUE",
153
+ * // Tags: [ // TagList
154
+ * // { // Tag
155
+ * // Key: "STRING_VALUE",
156
+ * // Value: "STRING_VALUE",
157
+ * // },
158
+ * // ],
159
+ * // KmsKeyId: "STRING_VALUE",
160
+ * // EnhancedVpcRouting: true || false,
161
+ * // IamRoles: [ // ClusterIamRoleList
162
+ * // { // ClusterIamRole
163
+ * // IamRoleArn: "STRING_VALUE",
164
+ * // ApplyStatus: "STRING_VALUE",
165
+ * // },
166
+ * // ],
167
+ * // PendingActions: [ // PendingActionsList
168
+ * // "STRING_VALUE",
169
+ * // ],
170
+ * // MaintenanceTrackName: "STRING_VALUE",
171
+ * // ElasticResizeNumberOfNodeOptions: "STRING_VALUE",
172
+ * // DeferredMaintenanceWindows: [ // DeferredMaintenanceWindowsList
173
+ * // { // DeferredMaintenanceWindow
174
+ * // DeferMaintenanceIdentifier: "STRING_VALUE",
175
+ * // DeferMaintenanceStartTime: new Date("TIMESTAMP"),
176
+ * // DeferMaintenanceEndTime: new Date("TIMESTAMP"),
177
+ * // },
178
+ * // ],
179
+ * // SnapshotScheduleIdentifier: "STRING_VALUE",
180
+ * // SnapshotScheduleState: "MODIFYING" || "ACTIVE" || "FAILED",
181
+ * // ExpectedNextSnapshotScheduleTime: new Date("TIMESTAMP"),
182
+ * // ExpectedNextSnapshotScheduleTimeStatus: "STRING_VALUE",
183
+ * // NextMaintenanceWindowStartTime: new Date("TIMESTAMP"),
184
+ * // ResizeInfo: { // ResizeInfo
185
+ * // ResizeType: "STRING_VALUE",
186
+ * // AllowCancelResize: true || false,
187
+ * // },
188
+ * // AvailabilityZoneRelocationStatus: "STRING_VALUE",
189
+ * // ClusterNamespaceArn: "STRING_VALUE",
190
+ * // TotalStorageCapacityInMegaBytes: Number("long"),
191
+ * // AquaConfiguration: { // AquaConfiguration
192
+ * // AquaStatus: "enabled" || "disabled" || "applying",
193
+ * // AquaConfigurationStatus: "enabled" || "disabled" || "auto",
194
+ * // },
195
+ * // DefaultIamRoleArn: "STRING_VALUE",
196
+ * // ReservedNodeExchangeStatus: { // ReservedNodeExchangeStatus
197
+ * // ReservedNodeExchangeRequestId: "STRING_VALUE",
198
+ * // Status: "REQUESTED" || "PENDING" || "IN_PROGRESS" || "RETRYING" || "SUCCEEDED" || "FAILED",
199
+ * // RequestTime: new Date("TIMESTAMP"),
200
+ * // SourceReservedNodeId: "STRING_VALUE",
201
+ * // SourceReservedNodeType: "STRING_VALUE",
202
+ * // SourceReservedNodeCount: Number("int"),
203
+ * // TargetReservedNodeOfferingId: "STRING_VALUE",
204
+ * // TargetReservedNodeType: "STRING_VALUE",
205
+ * // TargetReservedNodeCount: Number("int"),
206
+ * // },
207
+ * // },
208
+ * // };
209
+ *
36
210
  * ```
37
211
  *
38
212
  * @param ModifyClusterDbRevisionCommandInput - {@link ModifyClusterDbRevisionCommandInput}
@@ -51,6 +225,8 @@ export interface ModifyClusterDbRevisionCommandOutput extends ModifyClusterDbRev
51
225
  * @throws {@link InvalidClusterStateFault} (client fault)
52
226
  * <p>The specified cluster is not in the <code>available</code> state. </p>
53
227
  *
228
+ * @throws {@link RedshiftServiceException}
229
+ * <p>Base exception class for all service exceptions from Redshift service.</p>
54
230
  *
55
231
  */
56
232
  export declare class ModifyClusterDbRevisionCommand extends $Command<ModifyClusterDbRevisionCommandInput, ModifyClusterDbRevisionCommandOutput, RedshiftClientResolvedConfig> {