@aws-sdk/client-rds 3.899.0 → 3.900.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.
- package/dist-cjs/index.js +822 -506
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
- package/dist-es/commands/CreateDBClusterCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
- package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
- package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
- package/dist-es/commands/StartDBClusterCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceCommand.js +2 -1
- package/dist-es/commands/StopDBClusterCommand.js +2 -1
- package/dist-es/commands/StopDBInstanceCommand.js +2 -1
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
- package/dist-es/models/models_0.js +182 -100
- package/dist-es/models/models_1.js +135 -3
- package/dist-es/protocols/Aws_query.js +303 -303
- package/dist-types/RDS.d.ts +0 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
- package/dist-types/models/models_0.d.ts +677 -601
- package/dist-types/models/models_1.d.ts +390 -258
- package/dist-types/ts3.4/RDS.d.ts +0 -3
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +191 -141
- package/dist-types/ts3.4/models/models_1.d.ts +137 -39
- package/package.json +1 -1
|
@@ -54,7 +54,6 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
54
54
|
* // DBClusterParameterGroup: "STRING_VALUE",
|
|
55
55
|
* // DBSubnetGroup: "STRING_VALUE",
|
|
56
56
|
* // Status: "STRING_VALUE",
|
|
57
|
-
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
58
57
|
* // PercentProgress: "STRING_VALUE",
|
|
59
58
|
* // EarliestRestorableTime: new Date("TIMESTAMP"),
|
|
60
59
|
* // Endpoint: "STRING_VALUE",
|
|
@@ -124,6 +123,33 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
124
123
|
* // "STRING_VALUE",
|
|
125
124
|
* // ],
|
|
126
125
|
* // Capacity: Number("int"),
|
|
126
|
+
* // PendingModifiedValues: { // ClusterPendingModifiedValues
|
|
127
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
128
|
+
* // LogTypesToEnable: [
|
|
129
|
+
* // "STRING_VALUE",
|
|
130
|
+
* // ],
|
|
131
|
+
* // LogTypesToDisable: [
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // },
|
|
135
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
136
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
137
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
138
|
+
* // EngineVersion: "STRING_VALUE",
|
|
139
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
140
|
+
* // StorageType: "STRING_VALUE",
|
|
141
|
+
* // AllocatedStorage: Number("int"),
|
|
142
|
+
* // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
|
|
143
|
+
* // InterconnectSubnetId: "STRING_VALUE",
|
|
144
|
+
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
145
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
146
|
+
* // },
|
|
147
|
+
* // Iops: Number("int"),
|
|
148
|
+
* // CertificateDetails: { // CertificateDetails
|
|
149
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
150
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
151
|
+
* // },
|
|
152
|
+
* // },
|
|
127
153
|
* // EngineMode: "STRING_VALUE",
|
|
128
154
|
* // ScalingConfigurationInfo: { // ScalingConfigurationInfo
|
|
129
155
|
* // MinCapacity: Number("int"),
|
|
@@ -133,11 +159,18 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
133
159
|
* // TimeoutAction: "STRING_VALUE",
|
|
134
160
|
* // SecondsBeforeTimeout: Number("int"),
|
|
135
161
|
* // },
|
|
136
|
-
* // RdsCustomClusterConfiguration: {
|
|
162
|
+
* // RdsCustomClusterConfiguration: {
|
|
137
163
|
* // InterconnectSubnetId: "STRING_VALUE",
|
|
138
164
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
139
165
|
* // ReplicaMode: "open-read-only" || "mounted",
|
|
140
166
|
* // },
|
|
167
|
+
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
168
|
+
* // StorageType: "STRING_VALUE",
|
|
169
|
+
* // Iops: Number("int"),
|
|
170
|
+
* // StorageThroughput: Number("int"),
|
|
171
|
+
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
172
|
+
* // PubliclyAccessible: true || false,
|
|
173
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
141
174
|
* // DeletionProtection: true || false,
|
|
142
175
|
* // HttpEndpointEnabled: true || false,
|
|
143
176
|
* // ActivityStreamMode: "sync" || "async",
|
|
@@ -168,66 +201,33 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
168
201
|
* // GlobalClusterIdentifier: "STRING_VALUE",
|
|
169
202
|
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
170
203
|
* // GlobalWriteForwardingRequested: true || false,
|
|
171
|
-
* //
|
|
172
|
-
* //
|
|
173
|
-
* //
|
|
174
|
-
* //
|
|
175
|
-
* //
|
|
176
|
-
* //
|
|
177
|
-
* // "STRING_VALUE",
|
|
178
|
-
* // ],
|
|
179
|
-
* // },
|
|
180
|
-
* // DBClusterIdentifier: "STRING_VALUE",
|
|
181
|
-
* // MasterUserPassword: "STRING_VALUE",
|
|
182
|
-
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
183
|
-
* // EngineVersion: "STRING_VALUE",
|
|
184
|
-
* // BackupRetentionPeriod: Number("int"),
|
|
185
|
-
* // AllocatedStorage: Number("int"),
|
|
186
|
-
* // RdsCustomClusterConfiguration: {
|
|
187
|
-
* // InterconnectSubnetId: "STRING_VALUE",
|
|
188
|
-
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
189
|
-
* // ReplicaMode: "open-read-only" || "mounted",
|
|
190
|
-
* // },
|
|
191
|
-
* // Iops: Number("int"),
|
|
192
|
-
* // StorageType: "STRING_VALUE",
|
|
193
|
-
* // CertificateDetails: { // CertificateDetails
|
|
194
|
-
* // CAIdentifier: "STRING_VALUE",
|
|
195
|
-
* // ValidTill: new Date("TIMESTAMP"),
|
|
196
|
-
* // },
|
|
204
|
+
* // NetworkType: "STRING_VALUE",
|
|
205
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
206
|
+
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
207
|
+
* // MinCapacity: Number("double"),
|
|
208
|
+
* // MaxCapacity: Number("double"),
|
|
209
|
+
* // SecondsUntilAutoPause: Number("int"),
|
|
197
210
|
* // },
|
|
198
|
-
* //
|
|
199
|
-
* // StorageType: "STRING_VALUE",
|
|
200
|
-
* // Iops: Number("int"),
|
|
201
|
-
* // PubliclyAccessible: true || false,
|
|
202
|
-
* // AutoMinorVersionUpgrade: true || false,
|
|
211
|
+
* // ServerlessV2PlatformVersion: "STRING_VALUE",
|
|
203
212
|
* // MonitoringInterval: Number("int"),
|
|
204
213
|
* // MonitoringRoleArn: "STRING_VALUE",
|
|
205
214
|
* // DatabaseInsightsMode: "standard" || "advanced",
|
|
206
215
|
* // PerformanceInsightsEnabled: true || false,
|
|
207
216
|
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
208
217
|
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
209
|
-
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
210
|
-
* // MinCapacity: Number("double"),
|
|
211
|
-
* // MaxCapacity: Number("double"),
|
|
212
|
-
* // SecondsUntilAutoPause: Number("int"),
|
|
213
|
-
* // },
|
|
214
|
-
* // ServerlessV2PlatformVersion: "STRING_VALUE",
|
|
215
|
-
* // NetworkType: "STRING_VALUE",
|
|
216
218
|
* // DBSystemId: "STRING_VALUE",
|
|
217
219
|
* // MasterUserSecret: { // MasterUserSecret
|
|
218
220
|
* // SecretArn: "STRING_VALUE",
|
|
219
221
|
* // SecretStatus: "STRING_VALUE",
|
|
220
222
|
* // KmsKeyId: "STRING_VALUE",
|
|
221
223
|
* // },
|
|
222
|
-
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
223
224
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
224
225
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
225
226
|
* // LimitlessDatabase: { // LimitlessDatabase
|
|
226
227
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
227
228
|
* // MinRequiredACU: Number("double"),
|
|
228
229
|
* // },
|
|
229
|
-
* //
|
|
230
|
-
* // ClusterScalabilityType: "standard" || "limitless",
|
|
230
|
+
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
|
|
231
231
|
* // CertificateDetails: {
|
|
232
232
|
* // CAIdentifier: "STRING_VALUE",
|
|
233
233
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -64,7 +64,6 @@ declare const RebootDBClusterCommand_base: {
|
|
|
64
64
|
* // DBClusterParameterGroup: "STRING_VALUE",
|
|
65
65
|
* // DBSubnetGroup: "STRING_VALUE",
|
|
66
66
|
* // Status: "STRING_VALUE",
|
|
67
|
-
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
68
67
|
* // PercentProgress: "STRING_VALUE",
|
|
69
68
|
* // EarliestRestorableTime: new Date("TIMESTAMP"),
|
|
70
69
|
* // Endpoint: "STRING_VALUE",
|
|
@@ -134,6 +133,33 @@ declare const RebootDBClusterCommand_base: {
|
|
|
134
133
|
* // "STRING_VALUE",
|
|
135
134
|
* // ],
|
|
136
135
|
* // Capacity: Number("int"),
|
|
136
|
+
* // PendingModifiedValues: { // ClusterPendingModifiedValues
|
|
137
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
138
|
+
* // LogTypesToEnable: [
|
|
139
|
+
* // "STRING_VALUE",
|
|
140
|
+
* // ],
|
|
141
|
+
* // LogTypesToDisable: [
|
|
142
|
+
* // "STRING_VALUE",
|
|
143
|
+
* // ],
|
|
144
|
+
* // },
|
|
145
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
146
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
147
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
148
|
+
* // EngineVersion: "STRING_VALUE",
|
|
149
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
150
|
+
* // StorageType: "STRING_VALUE",
|
|
151
|
+
* // AllocatedStorage: Number("int"),
|
|
152
|
+
* // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
|
|
153
|
+
* // InterconnectSubnetId: "STRING_VALUE",
|
|
154
|
+
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
155
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
156
|
+
* // },
|
|
157
|
+
* // Iops: Number("int"),
|
|
158
|
+
* // CertificateDetails: { // CertificateDetails
|
|
159
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
160
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
161
|
+
* // },
|
|
162
|
+
* // },
|
|
137
163
|
* // EngineMode: "STRING_VALUE",
|
|
138
164
|
* // ScalingConfigurationInfo: { // ScalingConfigurationInfo
|
|
139
165
|
* // MinCapacity: Number("int"),
|
|
@@ -143,11 +169,18 @@ declare const RebootDBClusterCommand_base: {
|
|
|
143
169
|
* // TimeoutAction: "STRING_VALUE",
|
|
144
170
|
* // SecondsBeforeTimeout: Number("int"),
|
|
145
171
|
* // },
|
|
146
|
-
* // RdsCustomClusterConfiguration: {
|
|
172
|
+
* // RdsCustomClusterConfiguration: {
|
|
147
173
|
* // InterconnectSubnetId: "STRING_VALUE",
|
|
148
174
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
149
175
|
* // ReplicaMode: "open-read-only" || "mounted",
|
|
150
176
|
* // },
|
|
177
|
+
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
178
|
+
* // StorageType: "STRING_VALUE",
|
|
179
|
+
* // Iops: Number("int"),
|
|
180
|
+
* // StorageThroughput: Number("int"),
|
|
181
|
+
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
182
|
+
* // PubliclyAccessible: true || false,
|
|
183
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
151
184
|
* // DeletionProtection: true || false,
|
|
152
185
|
* // HttpEndpointEnabled: true || false,
|
|
153
186
|
* // ActivityStreamMode: "sync" || "async",
|
|
@@ -178,66 +211,33 @@ declare const RebootDBClusterCommand_base: {
|
|
|
178
211
|
* // GlobalClusterIdentifier: "STRING_VALUE",
|
|
179
212
|
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
180
213
|
* // GlobalWriteForwardingRequested: true || false,
|
|
181
|
-
* //
|
|
182
|
-
* //
|
|
183
|
-
* //
|
|
184
|
-
* //
|
|
185
|
-
* //
|
|
186
|
-
* //
|
|
187
|
-
* // "STRING_VALUE",
|
|
188
|
-
* // ],
|
|
189
|
-
* // },
|
|
190
|
-
* // DBClusterIdentifier: "STRING_VALUE",
|
|
191
|
-
* // MasterUserPassword: "STRING_VALUE",
|
|
192
|
-
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
193
|
-
* // EngineVersion: "STRING_VALUE",
|
|
194
|
-
* // BackupRetentionPeriod: Number("int"),
|
|
195
|
-
* // AllocatedStorage: Number("int"),
|
|
196
|
-
* // RdsCustomClusterConfiguration: {
|
|
197
|
-
* // InterconnectSubnetId: "STRING_VALUE",
|
|
198
|
-
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
199
|
-
* // ReplicaMode: "open-read-only" || "mounted",
|
|
200
|
-
* // },
|
|
201
|
-
* // Iops: Number("int"),
|
|
202
|
-
* // StorageType: "STRING_VALUE",
|
|
203
|
-
* // CertificateDetails: { // CertificateDetails
|
|
204
|
-
* // CAIdentifier: "STRING_VALUE",
|
|
205
|
-
* // ValidTill: new Date("TIMESTAMP"),
|
|
206
|
-
* // },
|
|
214
|
+
* // NetworkType: "STRING_VALUE",
|
|
215
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
216
|
+
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
217
|
+
* // MinCapacity: Number("double"),
|
|
218
|
+
* // MaxCapacity: Number("double"),
|
|
219
|
+
* // SecondsUntilAutoPause: Number("int"),
|
|
207
220
|
* // },
|
|
208
|
-
* //
|
|
209
|
-
* // StorageType: "STRING_VALUE",
|
|
210
|
-
* // Iops: Number("int"),
|
|
211
|
-
* // PubliclyAccessible: true || false,
|
|
212
|
-
* // AutoMinorVersionUpgrade: true || false,
|
|
221
|
+
* // ServerlessV2PlatformVersion: "STRING_VALUE",
|
|
213
222
|
* // MonitoringInterval: Number("int"),
|
|
214
223
|
* // MonitoringRoleArn: "STRING_VALUE",
|
|
215
224
|
* // DatabaseInsightsMode: "standard" || "advanced",
|
|
216
225
|
* // PerformanceInsightsEnabled: true || false,
|
|
217
226
|
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
218
227
|
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
219
|
-
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
220
|
-
* // MinCapacity: Number("double"),
|
|
221
|
-
* // MaxCapacity: Number("double"),
|
|
222
|
-
* // SecondsUntilAutoPause: Number("int"),
|
|
223
|
-
* // },
|
|
224
|
-
* // ServerlessV2PlatformVersion: "STRING_VALUE",
|
|
225
|
-
* // NetworkType: "STRING_VALUE",
|
|
226
228
|
* // DBSystemId: "STRING_VALUE",
|
|
227
229
|
* // MasterUserSecret: { // MasterUserSecret
|
|
228
230
|
* // SecretArn: "STRING_VALUE",
|
|
229
231
|
* // SecretStatus: "STRING_VALUE",
|
|
230
232
|
* // KmsKeyId: "STRING_VALUE",
|
|
231
233
|
* // },
|
|
232
|
-
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
233
234
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
234
235
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
235
236
|
* // LimitlessDatabase: { // LimitlessDatabase
|
|
236
237
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
237
238
|
* // MinRequiredACU: Number("double"),
|
|
238
239
|
* // },
|
|
239
|
-
* //
|
|
240
|
-
* // ClusterScalabilityType: "standard" || "limitless",
|
|
240
|
+
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
|
|
241
241
|
* // CertificateDetails: {
|
|
242
242
|
* // CAIdentifier: "STRING_VALUE",
|
|
243
243
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -57,7 +57,6 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
57
57
|
* // DBInstanceClass: "STRING_VALUE",
|
|
58
58
|
* // Engine: "STRING_VALUE",
|
|
59
59
|
* // DBInstanceStatus: "STRING_VALUE",
|
|
60
|
-
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
61
60
|
* // MasterUsername: "STRING_VALUE",
|
|
62
61
|
* // DBName: "STRING_VALUE",
|
|
63
62
|
* // Endpoint: { // Endpoint
|
|
@@ -121,6 +120,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
121
120
|
* // EngineVersion: "STRING_VALUE",
|
|
122
121
|
* // LicenseModel: "STRING_VALUE",
|
|
123
122
|
* // Iops: Number("int"),
|
|
123
|
+
* // StorageThroughput: Number("int"),
|
|
124
124
|
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
125
125
|
* // StorageType: "STRING_VALUE",
|
|
126
126
|
* // CACertificateIdentifier: "STRING_VALUE",
|
|
@@ -139,13 +139,12 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
139
139
|
* // Value: "STRING_VALUE",
|
|
140
140
|
* // },
|
|
141
141
|
* // ],
|
|
142
|
-
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
143
142
|
* // AutomationMode: "full" || "all-paused",
|
|
144
143
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
145
|
-
* // StorageThroughput: Number("int"),
|
|
146
|
-
* // Engine: "STRING_VALUE",
|
|
147
|
-
* // DedicatedLogVolume: true || false,
|
|
148
144
|
* // MultiTenant: true || false,
|
|
145
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
146
|
+
* // DedicatedLogVolume: true || false,
|
|
147
|
+
* // Engine: "STRING_VALUE",
|
|
149
148
|
* // },
|
|
150
149
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
151
150
|
* // MultiAZ: true || false,
|
|
@@ -161,6 +160,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
161
160
|
* // ReplicaMode: "open-read-only" || "mounted",
|
|
162
161
|
* // LicenseModel: "STRING_VALUE",
|
|
163
162
|
* // Iops: Number("int"),
|
|
163
|
+
* // StorageThroughput: Number("int"),
|
|
164
164
|
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
165
165
|
* // { // OptionGroupMembership
|
|
166
166
|
* // OptionGroupName: "STRING_VALUE",
|
|
@@ -241,40 +241,40 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
241
241
|
* // Value: "STRING_VALUE",
|
|
242
242
|
* // },
|
|
243
243
|
* // ],
|
|
244
|
-
* //
|
|
245
|
-
* //
|
|
246
|
-
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
247
|
-
* // },
|
|
248
|
-
* // ],
|
|
244
|
+
* // AutomationMode: "full" || "all-paused",
|
|
245
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
249
246
|
* // CustomerOwnedIpEnabled: true || false,
|
|
250
|
-
* //
|
|
247
|
+
* // NetworkType: "STRING_VALUE",
|
|
251
248
|
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
252
249
|
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
253
250
|
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
254
251
|
* // ActivityStreamMode: "sync" || "async",
|
|
255
252
|
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
256
|
-
* //
|
|
257
|
-
* //
|
|
258
|
-
* //
|
|
253
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
254
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
255
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
256
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
257
|
+
* // },
|
|
258
|
+
* // ],
|
|
259
259
|
* // BackupTarget: "STRING_VALUE",
|
|
260
|
-
* //
|
|
260
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
261
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
261
262
|
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
262
|
-
* //
|
|
263
|
+
* // CertificateDetails: { // CertificateDetails
|
|
264
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
265
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
266
|
+
* // },
|
|
263
267
|
* // DBSystemId: "STRING_VALUE",
|
|
264
268
|
* // MasterUserSecret: { // MasterUserSecret
|
|
265
269
|
* // SecretArn: "STRING_VALUE",
|
|
266
270
|
* // SecretStatus: "STRING_VALUE",
|
|
267
271
|
* // KmsKeyId: "STRING_VALUE",
|
|
268
272
|
* // },
|
|
269
|
-
* // CertificateDetails: { // CertificateDetails
|
|
270
|
-
* // CAIdentifier: "STRING_VALUE",
|
|
271
|
-
* // ValidTill: new Date("TIMESTAMP"),
|
|
272
|
-
* // },
|
|
273
273
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
274
274
|
* // PercentProgress: "STRING_VALUE",
|
|
275
|
+
* // MultiTenant: true || false,
|
|
275
276
|
* // DedicatedLogVolume: true || false,
|
|
276
277
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
277
|
-
* // MultiTenant: true || false,
|
|
278
278
|
* // EngineLifecycleSupport: "STRING_VALUE",
|
|
279
279
|
* // },
|
|
280
280
|
* // };
|
|
@@ -294,6 +294,9 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
294
294
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
295
295
|
* <p>The DB instance isn't in a valid state.</p>
|
|
296
296
|
*
|
|
297
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
298
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
299
|
+
*
|
|
297
300
|
* @throws {@link RDSServiceException}
|
|
298
301
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
299
302
|
*
|
|
@@ -59,8 +59,8 @@ declare const RegisterDBProxyTargetsCommand_base: {
|
|
|
59
59
|
* // Type: "RDS_INSTANCE" || "RDS_SERVERLESS_ENDPOINT" || "TRACKED_CLUSTER",
|
|
60
60
|
* // Role: "READ_WRITE" || "READ_ONLY" || "UNKNOWN",
|
|
61
61
|
* // TargetHealth: { // TargetHealth
|
|
62
|
-
* // State: "REGISTERING" || "AVAILABLE" || "UNAVAILABLE",
|
|
63
|
-
* // Reason: "UNREACHABLE" || "CONNECTION_FAILED" || "AUTH_FAILURE" || "PENDING_PROXY_CAPACITY" || "INVALID_REPLICATION_STATE",
|
|
62
|
+
* // State: "REGISTERING" || "AVAILABLE" || "UNAVAILABLE" || "UNUSED",
|
|
63
|
+
* // Reason: "UNREACHABLE" || "CONNECTION_FAILED" || "AUTH_FAILURE" || "PENDING_PROXY_CAPACITY" || "INVALID_REPLICATION_STATE" || "PROMOTED",
|
|
64
64
|
* // Description: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|
|
@@ -23,7 +23,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveFromGlobalClusterCommand_base: {
|
|
25
25
|
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: RemoveFromGlobalClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -42,8 +42,8 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
42
42
|
* const config = {}; // type is RDSClientConfig
|
|
43
43
|
* const client = new RDSClient(config);
|
|
44
44
|
* const input = { // RemoveFromGlobalClusterMessage
|
|
45
|
-
* GlobalClusterIdentifier: "STRING_VALUE",
|
|
46
|
-
* DbClusterIdentifier: "STRING_VALUE",
|
|
45
|
+
* GlobalClusterIdentifier: "STRING_VALUE", // required
|
|
46
|
+
* DbClusterIdentifier: "STRING_VALUE", // required
|
|
47
47
|
* };
|
|
48
48
|
* const command = new RemoveFromGlobalClusterCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
@@ -101,6 +101,9 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
101
101
|
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
102
102
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
103
103
|
*
|
|
104
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
105
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
106
|
+
*
|
|
104
107
|
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
105
108
|
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
106
109
|
*
|
|
@@ -69,12 +69,18 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
69
69
|
* <p>
|
|
70
70
|
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
71
71
|
*
|
|
72
|
+
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
73
|
+
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
74
|
+
*
|
|
72
75
|
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
73
76
|
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
74
77
|
*
|
|
75
78
|
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
76
79
|
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
77
80
|
*
|
|
81
|
+
* @throws {@link DBShardGroupNotFoundFault} (client fault)
|
|
82
|
+
* <p>The specified DB shard group name wasn't found.</p>
|
|
83
|
+
*
|
|
78
84
|
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
79
85
|
* <p>
|
|
80
86
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
@@ -85,6 +91,15 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
85
91
|
* @throws {@link IntegrationNotFoundFault} (client fault)
|
|
86
92
|
* <p>The specified integration could not be found.</p>
|
|
87
93
|
*
|
|
94
|
+
* @throws {@link InvalidDBClusterEndpointStateFault} (client fault)
|
|
95
|
+
* <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
98
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
101
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
102
|
+
*
|
|
88
103
|
* @throws {@link TenantDatabaseNotFoundFault} (client fault)
|
|
89
104
|
* <p>The specified tenant database wasn't found in the DB instance.</p>
|
|
90
105
|
*
|
|
@@ -96,15 +96,15 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
96
96
|
* CopyTagsToSnapshot: true || false,
|
|
97
97
|
* Domain: "STRING_VALUE",
|
|
98
98
|
* DomainIAMRoleName: "STRING_VALUE",
|
|
99
|
+
* StorageType: "STRING_VALUE",
|
|
100
|
+
* NetworkType: "STRING_VALUE",
|
|
99
101
|
* ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
|
|
100
102
|
* MinCapacity: Number("double"),
|
|
101
103
|
* MaxCapacity: Number("double"),
|
|
102
104
|
* SecondsUntilAutoPause: Number("int"),
|
|
103
105
|
* },
|
|
104
|
-
* NetworkType: "STRING_VALUE",
|
|
105
106
|
* ManageMasterUserPassword: true || false,
|
|
106
107
|
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
107
|
-
* StorageType: "STRING_VALUE",
|
|
108
108
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
109
109
|
* };
|
|
110
110
|
* const command = new RestoreDBClusterFromS3Command(input);
|
|
@@ -122,7 +122,6 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
122
122
|
* // DBClusterParameterGroup: "STRING_VALUE",
|
|
123
123
|
* // DBSubnetGroup: "STRING_VALUE",
|
|
124
124
|
* // Status: "STRING_VALUE",
|
|
125
|
-
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
126
125
|
* // PercentProgress: "STRING_VALUE",
|
|
127
126
|
* // EarliestRestorableTime: new Date("TIMESTAMP"),
|
|
128
127
|
* // Endpoint: "STRING_VALUE",
|
|
@@ -192,6 +191,33 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
192
191
|
* // "STRING_VALUE",
|
|
193
192
|
* // ],
|
|
194
193
|
* // Capacity: Number("int"),
|
|
194
|
+
* // PendingModifiedValues: { // ClusterPendingModifiedValues
|
|
195
|
+
* // PendingCloudwatchLogsExports: { // PendingCloudwatchLogsExports
|
|
196
|
+
* // LogTypesToEnable: [
|
|
197
|
+
* // "STRING_VALUE",
|
|
198
|
+
* // ],
|
|
199
|
+
* // LogTypesToDisable: [
|
|
200
|
+
* // "STRING_VALUE",
|
|
201
|
+
* // ],
|
|
202
|
+
* // },
|
|
203
|
+
* // DBClusterIdentifier: "STRING_VALUE",
|
|
204
|
+
* // MasterUserPassword: "STRING_VALUE",
|
|
205
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
206
|
+
* // EngineVersion: "STRING_VALUE",
|
|
207
|
+
* // BackupRetentionPeriod: Number("int"),
|
|
208
|
+
* // StorageType: "STRING_VALUE",
|
|
209
|
+
* // AllocatedStorage: Number("int"),
|
|
210
|
+
* // RdsCustomClusterConfiguration: { // RdsCustomClusterConfiguration
|
|
211
|
+
* // InterconnectSubnetId: "STRING_VALUE",
|
|
212
|
+
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
213
|
+
* // ReplicaMode: "open-read-only" || "mounted",
|
|
214
|
+
* // },
|
|
215
|
+
* // Iops: Number("int"),
|
|
216
|
+
* // CertificateDetails: { // CertificateDetails
|
|
217
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
218
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
219
|
+
* // },
|
|
220
|
+
* // },
|
|
195
221
|
* // EngineMode: "STRING_VALUE",
|
|
196
222
|
* // ScalingConfigurationInfo: { // ScalingConfigurationInfo
|
|
197
223
|
* // MinCapacity: Number("int"),
|
|
@@ -201,11 +227,18 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
201
227
|
* // TimeoutAction: "STRING_VALUE",
|
|
202
228
|
* // SecondsBeforeTimeout: Number("int"),
|
|
203
229
|
* // },
|
|
204
|
-
* // RdsCustomClusterConfiguration: {
|
|
230
|
+
* // RdsCustomClusterConfiguration: {
|
|
205
231
|
* // InterconnectSubnetId: "STRING_VALUE",
|
|
206
232
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
207
233
|
* // ReplicaMode: "open-read-only" || "mounted",
|
|
208
234
|
* // },
|
|
235
|
+
* // DBClusterInstanceClass: "STRING_VALUE",
|
|
236
|
+
* // StorageType: "STRING_VALUE",
|
|
237
|
+
* // Iops: Number("int"),
|
|
238
|
+
* // StorageThroughput: Number("int"),
|
|
239
|
+
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
240
|
+
* // PubliclyAccessible: true || false,
|
|
241
|
+
* // AutoMinorVersionUpgrade: true || false,
|
|
209
242
|
* // DeletionProtection: true || false,
|
|
210
243
|
* // HttpEndpointEnabled: true || false,
|
|
211
244
|
* // ActivityStreamMode: "sync" || "async",
|
|
@@ -236,66 +269,33 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
236
269
|
* // GlobalClusterIdentifier: "STRING_VALUE",
|
|
237
270
|
* // GlobalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "unknown",
|
|
238
271
|
* // GlobalWriteForwardingRequested: true || false,
|
|
239
|
-
* //
|
|
240
|
-
* //
|
|
241
|
-
* //
|
|
242
|
-
* //
|
|
243
|
-
* //
|
|
244
|
-
* //
|
|
245
|
-
* // "STRING_VALUE",
|
|
246
|
-
* // ],
|
|
247
|
-
* // },
|
|
248
|
-
* // DBClusterIdentifier: "STRING_VALUE",
|
|
249
|
-
* // MasterUserPassword: "STRING_VALUE",
|
|
250
|
-
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
251
|
-
* // EngineVersion: "STRING_VALUE",
|
|
252
|
-
* // BackupRetentionPeriod: Number("int"),
|
|
253
|
-
* // AllocatedStorage: Number("int"),
|
|
254
|
-
* // RdsCustomClusterConfiguration: {
|
|
255
|
-
* // InterconnectSubnetId: "STRING_VALUE",
|
|
256
|
-
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
257
|
-
* // ReplicaMode: "open-read-only" || "mounted",
|
|
258
|
-
* // },
|
|
259
|
-
* // Iops: Number("int"),
|
|
260
|
-
* // StorageType: "STRING_VALUE",
|
|
261
|
-
* // CertificateDetails: { // CertificateDetails
|
|
262
|
-
* // CAIdentifier: "STRING_VALUE",
|
|
263
|
-
* // ValidTill: new Date("TIMESTAMP"),
|
|
264
|
-
* // },
|
|
272
|
+
* // NetworkType: "STRING_VALUE",
|
|
273
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
274
|
+
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
275
|
+
* // MinCapacity: Number("double"),
|
|
276
|
+
* // MaxCapacity: Number("double"),
|
|
277
|
+
* // SecondsUntilAutoPause: Number("int"),
|
|
265
278
|
* // },
|
|
266
|
-
* //
|
|
267
|
-
* // StorageType: "STRING_VALUE",
|
|
268
|
-
* // Iops: Number("int"),
|
|
269
|
-
* // PubliclyAccessible: true || false,
|
|
270
|
-
* // AutoMinorVersionUpgrade: true || false,
|
|
279
|
+
* // ServerlessV2PlatformVersion: "STRING_VALUE",
|
|
271
280
|
* // MonitoringInterval: Number("int"),
|
|
272
281
|
* // MonitoringRoleArn: "STRING_VALUE",
|
|
273
282
|
* // DatabaseInsightsMode: "standard" || "advanced",
|
|
274
283
|
* // PerformanceInsightsEnabled: true || false,
|
|
275
284
|
* // PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
276
285
|
* // PerformanceInsightsRetentionPeriod: Number("int"),
|
|
277
|
-
* // ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfigurationInfo
|
|
278
|
-
* // MinCapacity: Number("double"),
|
|
279
|
-
* // MaxCapacity: Number("double"),
|
|
280
|
-
* // SecondsUntilAutoPause: Number("int"),
|
|
281
|
-
* // },
|
|
282
|
-
* // ServerlessV2PlatformVersion: "STRING_VALUE",
|
|
283
|
-
* // NetworkType: "STRING_VALUE",
|
|
284
286
|
* // DBSystemId: "STRING_VALUE",
|
|
285
287
|
* // MasterUserSecret: { // MasterUserSecret
|
|
286
288
|
* // SecretArn: "STRING_VALUE",
|
|
287
289
|
* // SecretStatus: "STRING_VALUE",
|
|
288
290
|
* // KmsKeyId: "STRING_VALUE",
|
|
289
291
|
* // },
|
|
290
|
-
* // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
|
|
291
292
|
* // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
|
|
292
293
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
293
294
|
* // LimitlessDatabase: { // LimitlessDatabase
|
|
294
295
|
* // Status: "active" || "not-in-use" || "enabled" || "disabled" || "enabling" || "disabling" || "modifying-max-capacity" || "error",
|
|
295
296
|
* // MinRequiredACU: Number("double"),
|
|
296
297
|
* // },
|
|
297
|
-
* //
|
|
298
|
-
* // ClusterScalabilityType: "standard" || "limitless",
|
|
298
|
+
* // ClusterScalabilityType: "standard" || "limitless" || "scaleout",
|
|
299
299
|
* // CertificateDetails: {
|
|
300
300
|
* // CAIdentifier: "STRING_VALUE",
|
|
301
301
|
* // ValidTill: new Date("TIMESTAMP"),
|
|
@@ -361,6 +361,9 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
361
361
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
362
362
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
363
363
|
*
|
|
364
|
+
* @throws {@link NetworkTypeNotSupported} (client fault)
|
|
365
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
366
|
+
*
|
|
364
367
|
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
365
368
|
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
366
369
|
* available across all DB instances.</p>
|