@aws-sdk/client-rds 3.42.0 → 3.47.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/CHANGELOG.md +52 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +1 -28
- package/dist-cjs/models/models_0.js +4 -594
- package/dist-cjs/models/models_1.js +11 -137
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +1 -28
- package/dist-es/models/models_0.js +0 -392
- package/dist-es/models/models_1.js +8 -92
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +8 -3
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -6
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -3
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +11 -7
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +5 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +11 -8
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -5
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +8 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -3
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -2
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -3
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +9 -4
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +16 -8
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +11 -7
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +9 -5
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -3
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -3
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +11 -4
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -4
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +8 -5
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +571 -809
- package/dist-types/models/models_1.d.ts +686 -285
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +6 -3
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -392
- package/dist-types/ts3.4/models/models_1.d.ts +56 -90
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -156,7 +156,7 @@ export interface AddRoleToDBClusterMessage {
|
|
|
156
156
|
DBClusterIdentifier: string | undefined;
|
|
157
157
|
/**
|
|
158
158
|
* <p>The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB
|
|
159
|
-
* cluster, for example
|
|
159
|
+
* cluster, for example <code>arn:aws:iam::123456789012:role/AuroraAccessRole</code>.</p>
|
|
160
160
|
*/
|
|
161
161
|
RoleArn: string | undefined;
|
|
162
162
|
/**
|
|
@@ -181,12 +181,6 @@ export interface DBClusterNotFoundFault extends __SmithyException, $MetadataBear
|
|
|
181
181
|
$fault: "client";
|
|
182
182
|
message?: string;
|
|
183
183
|
}
|
|
184
|
-
export declare namespace DBClusterNotFoundFault {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
const filterSensitiveLog: (obj: DBClusterNotFoundFault) => any;
|
|
189
|
-
}
|
|
190
184
|
/**
|
|
191
185
|
* <p>The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.</p>
|
|
192
186
|
*/
|
|
@@ -195,12 +189,6 @@ export interface DBClusterRoleAlreadyExistsFault extends __SmithyException, $Met
|
|
|
195
189
|
$fault: "client";
|
|
196
190
|
message?: string;
|
|
197
191
|
}
|
|
198
|
-
export declare namespace DBClusterRoleAlreadyExistsFault {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
const filterSensitiveLog: (obj: DBClusterRoleAlreadyExistsFault) => any;
|
|
203
|
-
}
|
|
204
192
|
/**
|
|
205
193
|
* <p>You have exceeded the maximum number of IAM roles that can be associated with the specified DB cluster.</p>
|
|
206
194
|
*/
|
|
@@ -209,12 +197,6 @@ export interface DBClusterRoleQuotaExceededFault extends __SmithyException, $Met
|
|
|
209
197
|
$fault: "client";
|
|
210
198
|
message?: string;
|
|
211
199
|
}
|
|
212
|
-
export declare namespace DBClusterRoleQuotaExceededFault {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
const filterSensitiveLog: (obj: DBClusterRoleQuotaExceededFault) => any;
|
|
217
|
-
}
|
|
218
200
|
/**
|
|
219
201
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
220
202
|
*/
|
|
@@ -223,12 +205,6 @@ export interface InvalidDBClusterStateFault extends __SmithyException, $Metadata
|
|
|
223
205
|
$fault: "client";
|
|
224
206
|
message?: string;
|
|
225
207
|
}
|
|
226
|
-
export declare namespace InvalidDBClusterStateFault {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
const filterSensitiveLog: (obj: InvalidDBClusterStateFault) => any;
|
|
231
|
-
}
|
|
232
208
|
export interface AddRoleToDBInstanceMessage {
|
|
233
209
|
/**
|
|
234
210
|
* <p>The name of the DB instance to associate the IAM role with.</p>
|
|
@@ -262,12 +238,6 @@ export interface DBInstanceNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
262
238
|
$fault: "client";
|
|
263
239
|
message?: string;
|
|
264
240
|
}
|
|
265
|
-
export declare namespace DBInstanceNotFoundFault {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
|
-
const filterSensitiveLog: (obj: DBInstanceNotFoundFault) => any;
|
|
270
|
-
}
|
|
271
241
|
/**
|
|
272
242
|
* <p>The specified <code>RoleArn</code> or <code>FeatureName</code> value is already associated with the DB instance.</p>
|
|
273
243
|
*/
|
|
@@ -276,12 +246,6 @@ export interface DBInstanceRoleAlreadyExistsFault extends __SmithyException, $Me
|
|
|
276
246
|
$fault: "client";
|
|
277
247
|
message?: string;
|
|
278
248
|
}
|
|
279
|
-
export declare namespace DBInstanceRoleAlreadyExistsFault {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
|
-
const filterSensitiveLog: (obj: DBInstanceRoleAlreadyExistsFault) => any;
|
|
284
|
-
}
|
|
285
249
|
/**
|
|
286
250
|
* <p>You can't associate any more Amazon Web Services Identity and Access Management (IAM) roles with the DB instance because the quota has been reached.</p>
|
|
287
251
|
*/
|
|
@@ -290,12 +254,6 @@ export interface DBInstanceRoleQuotaExceededFault extends __SmithyException, $Me
|
|
|
290
254
|
$fault: "client";
|
|
291
255
|
message?: string;
|
|
292
256
|
}
|
|
293
|
-
export declare namespace DBInstanceRoleQuotaExceededFault {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
const filterSensitiveLog: (obj: DBInstanceRoleQuotaExceededFault) => any;
|
|
298
|
-
}
|
|
299
257
|
/**
|
|
300
258
|
* <p>The DB instance isn't in a valid state.</p>
|
|
301
259
|
*/
|
|
@@ -304,12 +262,6 @@ export interface InvalidDBInstanceStateFault extends __SmithyException, $Metadat
|
|
|
304
262
|
$fault: "client";
|
|
305
263
|
message?: string;
|
|
306
264
|
}
|
|
307
|
-
export declare namespace InvalidDBInstanceStateFault {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceStateFault) => any;
|
|
312
|
-
}
|
|
313
265
|
/**
|
|
314
266
|
* <p></p>
|
|
315
267
|
*/
|
|
@@ -424,12 +376,6 @@ export interface SourceNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
424
376
|
$fault: "client";
|
|
425
377
|
message?: string;
|
|
426
378
|
}
|
|
427
|
-
export declare namespace SourceNotFoundFault {
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
const filterSensitiveLog: (obj: SourceNotFoundFault) => any;
|
|
432
|
-
}
|
|
433
379
|
/**
|
|
434
380
|
* <p>The subscription name does not exist.</p>
|
|
435
381
|
*/
|
|
@@ -438,12 +384,6 @@ export interface SubscriptionNotFoundFault extends __SmithyException, $MetadataB
|
|
|
438
384
|
$fault: "client";
|
|
439
385
|
message?: string;
|
|
440
386
|
}
|
|
441
|
-
export declare namespace SubscriptionNotFoundFault {
|
|
442
|
-
/**
|
|
443
|
-
* @internal
|
|
444
|
-
*/
|
|
445
|
-
const filterSensitiveLog: (obj: SubscriptionNotFoundFault) => any;
|
|
446
|
-
}
|
|
447
387
|
/**
|
|
448
388
|
* <p>Metadata assigned to an Amazon RDS resource consisting of a key-value pair.</p>
|
|
449
389
|
*/
|
|
@@ -493,12 +433,6 @@ export interface DBProxyNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
493
433
|
$fault: "client";
|
|
494
434
|
message?: string;
|
|
495
435
|
}
|
|
496
|
-
export declare namespace DBProxyNotFoundFault {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
const filterSensitiveLog: (obj: DBProxyNotFoundFault) => any;
|
|
501
|
-
}
|
|
502
436
|
/**
|
|
503
437
|
* <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>
|
|
504
438
|
*/
|
|
@@ -507,12 +441,6 @@ export interface DBProxyTargetGroupNotFoundFault extends __SmithyException, $Met
|
|
|
507
441
|
$fault: "client";
|
|
508
442
|
message?: string;
|
|
509
443
|
}
|
|
510
|
-
export declare namespace DBProxyTargetGroupNotFoundFault {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
const filterSensitiveLog: (obj: DBProxyTargetGroupNotFoundFault) => any;
|
|
515
|
-
}
|
|
516
444
|
/**
|
|
517
445
|
* <p>
|
|
518
446
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.
|
|
@@ -523,12 +451,6 @@ export interface DBSnapshotNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
523
451
|
$fault: "client";
|
|
524
452
|
message?: string;
|
|
525
453
|
}
|
|
526
|
-
export declare namespace DBSnapshotNotFoundFault {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: DBSnapshotNotFoundFault) => any;
|
|
531
|
-
}
|
|
532
454
|
/**
|
|
533
455
|
* <p></p>
|
|
534
456
|
*/
|
|
@@ -663,12 +585,6 @@ export interface ResourceNotFoundFault extends __SmithyException, $MetadataBeare
|
|
|
663
585
|
$fault: "client";
|
|
664
586
|
message?: string;
|
|
665
587
|
}
|
|
666
|
-
export declare namespace ResourceNotFoundFault {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
|
-
const filterSensitiveLog: (obj: ResourceNotFoundFault) => any;
|
|
671
|
-
}
|
|
672
588
|
/**
|
|
673
589
|
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
|
|
674
590
|
* the specified DB security group.</p>
|
|
@@ -678,12 +594,6 @@ export interface AuthorizationAlreadyExistsFault extends __SmithyException, $Met
|
|
|
678
594
|
$fault: "client";
|
|
679
595
|
message?: string;
|
|
680
596
|
}
|
|
681
|
-
export declare namespace AuthorizationAlreadyExistsFault {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: AuthorizationAlreadyExistsFault) => any;
|
|
686
|
-
}
|
|
687
597
|
/**
|
|
688
598
|
* <p>The DB security group authorization quota has been reached.</p>
|
|
689
599
|
*/
|
|
@@ -692,12 +602,6 @@ export interface AuthorizationQuotaExceededFault extends __SmithyException, $Met
|
|
|
692
602
|
$fault: "client";
|
|
693
603
|
message?: string;
|
|
694
604
|
}
|
|
695
|
-
export declare namespace AuthorizationQuotaExceededFault {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
const filterSensitiveLog: (obj: AuthorizationQuotaExceededFault) => any;
|
|
700
|
-
}
|
|
701
605
|
/**
|
|
702
606
|
* <p></p>
|
|
703
607
|
*/
|
|
@@ -885,12 +789,6 @@ export interface DBSecurityGroupNotFoundFault extends __SmithyException, $Metada
|
|
|
885
789
|
$fault: "client";
|
|
886
790
|
message?: string;
|
|
887
791
|
}
|
|
888
|
-
export declare namespace DBSecurityGroupNotFoundFault {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotFoundFault) => any;
|
|
893
|
-
}
|
|
894
792
|
/**
|
|
895
793
|
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
896
794
|
*/
|
|
@@ -899,12 +797,6 @@ export interface InvalidDBSecurityGroupStateFault extends __SmithyException, $Me
|
|
|
899
797
|
$fault: "client";
|
|
900
798
|
message?: string;
|
|
901
799
|
}
|
|
902
|
-
export declare namespace InvalidDBSecurityGroupStateFault {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
|
-
const filterSensitiveLog: (obj: InvalidDBSecurityGroupStateFault) => any;
|
|
907
|
-
}
|
|
908
800
|
/**
|
|
909
801
|
* <p></p>
|
|
910
802
|
*/
|
|
@@ -1144,12 +1036,6 @@ export interface ExportTaskNotFoundFault extends __SmithyException, $MetadataBea
|
|
|
1144
1036
|
$fault: "client";
|
|
1145
1037
|
message?: string;
|
|
1146
1038
|
}
|
|
1147
|
-
export declare namespace ExportTaskNotFoundFault {
|
|
1148
|
-
/**
|
|
1149
|
-
* @internal
|
|
1150
|
-
*/
|
|
1151
|
-
const filterSensitiveLog: (obj: ExportTaskNotFoundFault) => any;
|
|
1152
|
-
}
|
|
1153
1039
|
/**
|
|
1154
1040
|
* <p>You can't cancel an export task that has completed.</p>
|
|
1155
1041
|
*/
|
|
@@ -1158,12 +1044,6 @@ export interface InvalidExportTaskStateFault extends __SmithyException, $Metadat
|
|
|
1158
1044
|
$fault: "client";
|
|
1159
1045
|
message?: string;
|
|
1160
1046
|
}
|
|
1161
|
-
export declare namespace InvalidExportTaskStateFault {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: InvalidExportTaskStateFault) => any;
|
|
1166
|
-
}
|
|
1167
1047
|
export interface CopyDBClusterParameterGroupMessage {
|
|
1168
1048
|
/**
|
|
1169
1049
|
* <p>The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.
|
|
@@ -1271,12 +1151,6 @@ export interface DBParameterGroupAlreadyExistsFault extends __SmithyException, $
|
|
|
1271
1151
|
$fault: "client";
|
|
1272
1152
|
message?: string;
|
|
1273
1153
|
}
|
|
1274
|
-
export declare namespace DBParameterGroupAlreadyExistsFault {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
const filterSensitiveLog: (obj: DBParameterGroupAlreadyExistsFault) => any;
|
|
1279
|
-
}
|
|
1280
1154
|
/**
|
|
1281
1155
|
* <p>
|
|
1282
1156
|
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
@@ -1288,12 +1162,6 @@ export interface DBParameterGroupNotFoundFault extends __SmithyException, $Metad
|
|
|
1288
1162
|
$fault: "client";
|
|
1289
1163
|
message?: string;
|
|
1290
1164
|
}
|
|
1291
|
-
export declare namespace DBParameterGroupNotFoundFault {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
const filterSensitiveLog: (obj: DBParameterGroupNotFoundFault) => any;
|
|
1296
|
-
}
|
|
1297
1165
|
/**
|
|
1298
1166
|
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
1299
1167
|
* groups.</p>
|
|
@@ -1303,12 +1171,6 @@ export interface DBParameterGroupQuotaExceededFault extends __SmithyException, $
|
|
|
1303
1171
|
$fault: "client";
|
|
1304
1172
|
message?: string;
|
|
1305
1173
|
}
|
|
1306
|
-
export declare namespace DBParameterGroupQuotaExceededFault {
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
const filterSensitiveLog: (obj: DBParameterGroupQuotaExceededFault) => any;
|
|
1311
|
-
}
|
|
1312
1174
|
/**
|
|
1313
1175
|
* <p></p>
|
|
1314
1176
|
*/
|
|
@@ -1470,7 +1332,24 @@ export interface DBClusterSnapshot {
|
|
|
1470
1332
|
*/
|
|
1471
1333
|
AllocatedStorage?: number;
|
|
1472
1334
|
/**
|
|
1473
|
-
* <p>Specifies the status of this DB cluster snapshot
|
|
1335
|
+
* <p>Specifies the status of this DB cluster snapshot. Valid statuses are the following:</p>
|
|
1336
|
+
* <ul>
|
|
1337
|
+
* <li>
|
|
1338
|
+
* <p>
|
|
1339
|
+
* <code>available</code>
|
|
1340
|
+
* </p>
|
|
1341
|
+
* </li>
|
|
1342
|
+
* <li>
|
|
1343
|
+
* <p>
|
|
1344
|
+
* <code>copying</code>
|
|
1345
|
+
* </p>
|
|
1346
|
+
* </li>
|
|
1347
|
+
* <li>
|
|
1348
|
+
* <p>
|
|
1349
|
+
* <code>creating</code>
|
|
1350
|
+
* </p>
|
|
1351
|
+
* </li>
|
|
1352
|
+
* </ul>
|
|
1474
1353
|
*/
|
|
1475
1354
|
Status?: string;
|
|
1476
1355
|
/**
|
|
@@ -1564,12 +1443,6 @@ export interface DBClusterSnapshotAlreadyExistsFault extends __SmithyException,
|
|
|
1564
1443
|
$fault: "client";
|
|
1565
1444
|
message?: string;
|
|
1566
1445
|
}
|
|
1567
|
-
export declare namespace DBClusterSnapshotAlreadyExistsFault {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotAlreadyExistsFault) => any;
|
|
1572
|
-
}
|
|
1573
1446
|
/**
|
|
1574
1447
|
* <p>
|
|
1575
1448
|
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.
|
|
@@ -1580,12 +1453,6 @@ export interface DBClusterSnapshotNotFoundFault extends __SmithyException, $Meta
|
|
|
1580
1453
|
$fault: "client";
|
|
1581
1454
|
message?: string;
|
|
1582
1455
|
}
|
|
1583
|
-
export declare namespace DBClusterSnapshotNotFoundFault {
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
|
-
const filterSensitiveLog: (obj: DBClusterSnapshotNotFoundFault) => any;
|
|
1588
|
-
}
|
|
1589
1456
|
/**
|
|
1590
1457
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
1591
1458
|
*/
|
|
@@ -1594,12 +1461,6 @@ export interface InvalidDBClusterSnapshotStateFault extends __SmithyException, $
|
|
|
1594
1461
|
$fault: "client";
|
|
1595
1462
|
message?: string;
|
|
1596
1463
|
}
|
|
1597
|
-
export declare namespace InvalidDBClusterSnapshotStateFault {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
const filterSensitiveLog: (obj: InvalidDBClusterSnapshotStateFault) => any;
|
|
1602
|
-
}
|
|
1603
1464
|
/**
|
|
1604
1465
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
1605
1466
|
*/
|
|
@@ -1608,12 +1469,6 @@ export interface KMSKeyNotAccessibleFault extends __SmithyException, $MetadataBe
|
|
|
1608
1469
|
$fault: "client";
|
|
1609
1470
|
message?: string;
|
|
1610
1471
|
}
|
|
1611
|
-
export declare namespace KMSKeyNotAccessibleFault {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
const filterSensitiveLog: (obj: KMSKeyNotAccessibleFault) => any;
|
|
1616
|
-
}
|
|
1617
1472
|
/**
|
|
1618
1473
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
1619
1474
|
* snapshots.</p>
|
|
@@ -1623,12 +1478,6 @@ export interface SnapshotQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
1623
1478
|
$fault: "client";
|
|
1624
1479
|
message?: string;
|
|
1625
1480
|
}
|
|
1626
|
-
export declare namespace SnapshotQuotaExceededFault {
|
|
1627
|
-
/**
|
|
1628
|
-
* @internal
|
|
1629
|
-
*/
|
|
1630
|
-
const filterSensitiveLog: (obj: SnapshotQuotaExceededFault) => any;
|
|
1631
|
-
}
|
|
1632
1481
|
/**
|
|
1633
1482
|
* <p></p>
|
|
1634
1483
|
*/
|
|
@@ -2143,6 +1992,10 @@ export interface DBSnapshot {
|
|
|
2143
1992
|
* <p>Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.</p>
|
|
2144
1993
|
*/
|
|
2145
1994
|
OriginalSnapshotCreateTime?: Date;
|
|
1995
|
+
/**
|
|
1996
|
+
* <p>Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
1997
|
+
*/
|
|
1998
|
+
SnapshotTarget?: string;
|
|
2146
1999
|
}
|
|
2147
2000
|
export declare namespace DBSnapshot {
|
|
2148
2001
|
/**
|
|
@@ -2176,12 +2029,6 @@ export interface CustomAvailabilityZoneNotFoundFault extends __SmithyException,
|
|
|
2176
2029
|
$fault: "client";
|
|
2177
2030
|
message?: string;
|
|
2178
2031
|
}
|
|
2179
|
-
export declare namespace CustomAvailabilityZoneNotFoundFault {
|
|
2180
|
-
/**
|
|
2181
|
-
* @internal
|
|
2182
|
-
*/
|
|
2183
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneNotFoundFault) => any;
|
|
2184
|
-
}
|
|
2185
2032
|
/**
|
|
2186
2033
|
* <p>
|
|
2187
2034
|
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.
|
|
@@ -2192,12 +2039,6 @@ export interface DBSnapshotAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
2192
2039
|
$fault: "client";
|
|
2193
2040
|
message?: string;
|
|
2194
2041
|
}
|
|
2195
|
-
export declare namespace DBSnapshotAlreadyExistsFault {
|
|
2196
|
-
/**
|
|
2197
|
-
* @internal
|
|
2198
|
-
*/
|
|
2199
|
-
const filterSensitiveLog: (obj: DBSnapshotAlreadyExistsFault) => any;
|
|
2200
|
-
}
|
|
2201
2042
|
/**
|
|
2202
2043
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
2203
2044
|
*/
|
|
@@ -2206,12 +2047,6 @@ export interface InvalidDBSnapshotStateFault extends __SmithyException, $Metadat
|
|
|
2206
2047
|
$fault: "client";
|
|
2207
2048
|
message?: string;
|
|
2208
2049
|
}
|
|
2209
|
-
export declare namespace InvalidDBSnapshotStateFault {
|
|
2210
|
-
/**
|
|
2211
|
-
* @internal
|
|
2212
|
-
*/
|
|
2213
|
-
const filterSensitiveLog: (obj: InvalidDBSnapshotStateFault) => any;
|
|
2214
|
-
}
|
|
2215
2050
|
/**
|
|
2216
2051
|
* <p></p>
|
|
2217
2052
|
*/
|
|
@@ -2490,12 +2325,6 @@ export interface OptionGroupAlreadyExistsFault extends __SmithyException, $Metad
|
|
|
2490
2325
|
$fault: "client";
|
|
2491
2326
|
message?: string;
|
|
2492
2327
|
}
|
|
2493
|
-
export declare namespace OptionGroupAlreadyExistsFault {
|
|
2494
|
-
/**
|
|
2495
|
-
* @internal
|
|
2496
|
-
*/
|
|
2497
|
-
const filterSensitiveLog: (obj: OptionGroupAlreadyExistsFault) => any;
|
|
2498
|
-
}
|
|
2499
2328
|
/**
|
|
2500
2329
|
* <p>The specified option group could not be found.</p>
|
|
2501
2330
|
*/
|
|
@@ -2504,12 +2333,6 @@ export interface OptionGroupNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
2504
2333
|
$fault: "client";
|
|
2505
2334
|
message?: string;
|
|
2506
2335
|
}
|
|
2507
|
-
export declare namespace OptionGroupNotFoundFault {
|
|
2508
|
-
/**
|
|
2509
|
-
* @internal
|
|
2510
|
-
*/
|
|
2511
|
-
const filterSensitiveLog: (obj: OptionGroupNotFoundFault) => any;
|
|
2512
|
-
}
|
|
2513
2336
|
/**
|
|
2514
2337
|
* <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
|
|
2515
2338
|
*/
|
|
@@ -2518,12 +2341,6 @@ export interface OptionGroupQuotaExceededFault extends __SmithyException, $Metad
|
|
|
2518
2341
|
$fault: "client";
|
|
2519
2342
|
message?: string;
|
|
2520
2343
|
}
|
|
2521
|
-
export declare namespace OptionGroupQuotaExceededFault {
|
|
2522
|
-
/**
|
|
2523
|
-
* @internal
|
|
2524
|
-
*/
|
|
2525
|
-
const filterSensitiveLog: (obj: OptionGroupQuotaExceededFault) => any;
|
|
2526
|
-
}
|
|
2527
2344
|
/**
|
|
2528
2345
|
* <p></p>
|
|
2529
2346
|
*/
|
|
@@ -2652,12 +2469,6 @@ export interface CustomAvailabilityZoneAlreadyExistsFault extends __SmithyExcept
|
|
|
2652
2469
|
$fault: "client";
|
|
2653
2470
|
message?: string;
|
|
2654
2471
|
}
|
|
2655
|
-
export declare namespace CustomAvailabilityZoneAlreadyExistsFault {
|
|
2656
|
-
/**
|
|
2657
|
-
* @internal
|
|
2658
|
-
*/
|
|
2659
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneAlreadyExistsFault) => any;
|
|
2660
|
-
}
|
|
2661
2472
|
/**
|
|
2662
2473
|
* <p>You have exceeded the maximum number of custom Availability Zones.</p>
|
|
2663
2474
|
*/
|
|
@@ -2666,12 +2477,6 @@ export interface CustomAvailabilityZoneQuotaExceededFault extends __SmithyExcept
|
|
|
2666
2477
|
$fault: "client";
|
|
2667
2478
|
message?: string;
|
|
2668
2479
|
}
|
|
2669
|
-
export declare namespace CustomAvailabilityZoneQuotaExceededFault {
|
|
2670
|
-
/**
|
|
2671
|
-
* @internal
|
|
2672
|
-
*/
|
|
2673
|
-
const filterSensitiveLog: (obj: CustomAvailabilityZoneQuotaExceededFault) => any;
|
|
2674
|
-
}
|
|
2675
2480
|
export interface CreateCustomDBEngineVersionMessage {
|
|
2676
2481
|
/**
|
|
2677
2482
|
* <p>The database engine to use for your custom engine version (CEV). The only supported value is
|
|
@@ -2681,7 +2486,7 @@ export interface CreateCustomDBEngineVersionMessage {
|
|
|
2681
2486
|
/**
|
|
2682
2487
|
* <p>The name of your CEV. The name format is <code>19.<i>customized_string</i>
|
|
2683
2488
|
* </code>. For example,
|
|
2684
|
-
* a valid name is <code>19.my_cev1</code>. This setting is required for RDS Custom, but optional for Amazon RDS.
|
|
2489
|
+
* a valid name is <code>19.my_cev1</code>. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS.
|
|
2685
2490
|
* The combination of <code>Engine</code> and <code>EngineVersion</code> is unique per customer per Region.</p>
|
|
2686
2491
|
*/
|
|
2687
2492
|
EngineVersion: string | undefined;
|
|
@@ -2763,12 +2568,6 @@ export interface CustomDBEngineVersionAlreadyExistsFault extends __SmithyExcepti
|
|
|
2763
2568
|
$fault: "client";
|
|
2764
2569
|
message?: string;
|
|
2765
2570
|
}
|
|
2766
|
-
export declare namespace CustomDBEngineVersionAlreadyExistsFault {
|
|
2767
|
-
/**
|
|
2768
|
-
* @internal
|
|
2769
|
-
*/
|
|
2770
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionAlreadyExistsFault) => any;
|
|
2771
|
-
}
|
|
2772
2571
|
/**
|
|
2773
2572
|
* <p>You have exceeded your CEV quota.</p>
|
|
2774
2573
|
*/
|
|
@@ -2777,12 +2576,6 @@ export interface CustomDBEngineVersionQuotaExceededFault extends __SmithyExcepti
|
|
|
2777
2576
|
$fault: "client";
|
|
2778
2577
|
message?: string;
|
|
2779
2578
|
}
|
|
2780
|
-
export declare namespace CustomDBEngineVersionQuotaExceededFault {
|
|
2781
|
-
/**
|
|
2782
|
-
* @internal
|
|
2783
|
-
*/
|
|
2784
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionQuotaExceededFault) => any;
|
|
2785
|
-
}
|
|
2786
2579
|
/**
|
|
2787
2580
|
* <p>
|
|
2788
2581
|
* This data type is used as a response element in the action <code>DescribeDBEngineVersions</code>.
|
|
@@ -3075,11 +2868,12 @@ export declare namespace ScalingConfiguration {
|
|
|
3075
2868
|
*/
|
|
3076
2869
|
export interface CreateDBClusterMessage {
|
|
3077
2870
|
/**
|
|
3078
|
-
* <p>A list of Availability Zones (AZs) where instances in the DB cluster can be created.
|
|
3079
|
-
*
|
|
3080
|
-
*
|
|
3081
|
-
*
|
|
3082
|
-
*
|
|
2871
|
+
* <p>A list of Availability Zones (AZs) where DB instances in the DB cluster can be created.
|
|
2872
|
+
* </p>
|
|
2873
|
+
* <p>For information on Amazon Web Services Regions and Availability Zones, see
|
|
2874
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html">Choosing the Regions and
|
|
2875
|
+
* Availability Zones</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
2876
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3083
2877
|
*/
|
|
3084
2878
|
AvailabilityZones?: string[];
|
|
3085
2879
|
/**
|
|
@@ -3091,16 +2885,19 @@ export interface CreateDBClusterMessage {
|
|
|
3091
2885
|
* <p>Must be a value from 1 to 35</p>
|
|
3092
2886
|
* </li>
|
|
3093
2887
|
* </ul>
|
|
2888
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3094
2889
|
*/
|
|
3095
2890
|
BackupRetentionPeriod?: number;
|
|
3096
2891
|
/**
|
|
3097
2892
|
* <p>A value that indicates that the DB cluster should be associated with the specified CharacterSet.</p>
|
|
2893
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3098
2894
|
*/
|
|
3099
2895
|
CharacterSetName?: string;
|
|
3100
2896
|
/**
|
|
3101
2897
|
* <p>The name for your database of up to 64 alphanumeric characters. If you do not
|
|
3102
2898
|
* provide a name, Amazon RDS doesn't create a database in the DB cluster you are
|
|
3103
2899
|
* creating.</p>
|
|
2900
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3104
2901
|
*/
|
|
3105
2902
|
DatabaseName?: string;
|
|
3106
2903
|
/**
|
|
@@ -3119,6 +2916,7 @@ export interface CreateDBClusterMessage {
|
|
|
3119
2916
|
* </ul>
|
|
3120
2917
|
* <p>Example: <code>my-cluster1</code>
|
|
3121
2918
|
* </p>
|
|
2919
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3122
2920
|
*/
|
|
3123
2921
|
DBClusterIdentifier: string | undefined;
|
|
3124
2922
|
/**
|
|
@@ -3133,56 +2931,124 @@ export interface CreateDBClusterMessage {
|
|
|
3133
2931
|
* <p>If supplied, must match the name of an existing DB cluster parameter group.</p>
|
|
3134
2932
|
* </li>
|
|
3135
2933
|
* </ul>
|
|
2934
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3136
2935
|
*/
|
|
3137
2936
|
DBClusterParameterGroupName?: string;
|
|
3138
2937
|
/**
|
|
3139
2938
|
* <p>A list of EC2 VPC security groups to associate with this DB cluster.</p>
|
|
2939
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3140
2940
|
*/
|
|
3141
2941
|
VpcSecurityGroupIds?: string[];
|
|
3142
2942
|
/**
|
|
3143
2943
|
* <p>A DB subnet group to associate with this DB cluster.</p>
|
|
2944
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3144
2945
|
* <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
|
|
3145
2946
|
* <p>Example: <code>mySubnetgroup</code>
|
|
3146
2947
|
* </p>
|
|
2948
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3147
2949
|
*/
|
|
3148
2950
|
DBSubnetGroupName?: string;
|
|
3149
2951
|
/**
|
|
3150
2952
|
* <p>The name of the database engine to be used for this DB cluster.</p>
|
|
3151
|
-
* <p>Valid Values
|
|
3152
|
-
*
|
|
2953
|
+
* <p>Valid Values:</p>
|
|
2954
|
+
* <ul>
|
|
2955
|
+
* <li>
|
|
2956
|
+
* <p>
|
|
2957
|
+
* <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
|
|
2958
|
+
* </li>
|
|
2959
|
+
* <li>
|
|
2960
|
+
* <p>
|
|
2961
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
2962
|
+
* </li>
|
|
2963
|
+
* <li>
|
|
2964
|
+
* <p>
|
|
2965
|
+
* <code>aurora-postgresql</code>
|
|
2966
|
+
* </p>
|
|
2967
|
+
* </li>
|
|
2968
|
+
* <li>
|
|
2969
|
+
* <p>
|
|
2970
|
+
* <code>mysql</code>
|
|
2971
|
+
* </p>
|
|
2972
|
+
* </li>
|
|
2973
|
+
* <li>
|
|
2974
|
+
* <p>
|
|
2975
|
+
* <code>postgres</code>
|
|
2976
|
+
* </p>
|
|
2977
|
+
* </li>
|
|
2978
|
+
* </ul>
|
|
2979
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3153
2980
|
*/
|
|
3154
2981
|
Engine: string | undefined;
|
|
3155
2982
|
/**
|
|
3156
2983
|
* <p>The version number of the database engine to use.</p>
|
|
3157
|
-
* <p>To list all of the available engine versions for
|
|
2984
|
+
* <p>To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:</p>
|
|
3158
2985
|
* <p>
|
|
3159
2986
|
* <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
|
|
3160
2987
|
* </p>
|
|
3161
|
-
* <p>To list all of the available engine versions for
|
|
2988
|
+
* <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
|
|
3162
2989
|
* <p>
|
|
3163
2990
|
* <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3164
2991
|
* </p>
|
|
3165
|
-
* <p>To list all of the available engine versions for
|
|
2992
|
+
* <p>To list all of the available engine versions for Aurora PostgreSQL, use the following command:</p>
|
|
3166
2993
|
* <p>
|
|
3167
2994
|
* <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"</code>
|
|
3168
2995
|
* </p>
|
|
2996
|
+
* <p>To list all of the available engine versions for RDS for MySQL, use the following command:</p>
|
|
2997
|
+
* <p>
|
|
2998
|
+
* <code>aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"</code>
|
|
2999
|
+
* </p>
|
|
3000
|
+
* <p>To list all of the available engine versions for RDS for PostgreSQL, use the following command:</p>
|
|
3001
|
+
* <p>
|
|
3002
|
+
* <code>aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"</code>
|
|
3003
|
+
* </p>
|
|
3169
3004
|
* <p>
|
|
3170
3005
|
* <b>Aurora MySQL</b>
|
|
3171
3006
|
* </p>
|
|
3172
|
-
* <p>
|
|
3007
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html">MySQL on Amazon RDS Versions</a> in the
|
|
3008
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
3173
3009
|
* </p>
|
|
3174
3010
|
* <p>
|
|
3175
3011
|
* <b>Aurora PostgreSQL</b>
|
|
3176
3012
|
* </p>
|
|
3177
|
-
* <p>
|
|
3013
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html">Amazon Aurora PostgreSQL releases and engine versions</a> in the
|
|
3014
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
3015
|
+
* </p>
|
|
3016
|
+
* <p>
|
|
3017
|
+
* <b>MySQL</b>
|
|
3018
|
+
* </p>
|
|
3019
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
|
|
3020
|
+
* <i>Amazon RDS User Guide.</i>
|
|
3178
3021
|
* </p>
|
|
3022
|
+
* <p>
|
|
3023
|
+
* <b>PostgreSQL</b>
|
|
3024
|
+
* </p>
|
|
3025
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
3026
|
+
* <i>Amazon RDS User Guide.</i>
|
|
3027
|
+
* </p>
|
|
3028
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3179
3029
|
*/
|
|
3180
3030
|
EngineVersion?: string;
|
|
3181
3031
|
/**
|
|
3182
3032
|
* <p>The port number on which the instances in the DB cluster accept connections.</p>
|
|
3183
3033
|
* <p>
|
|
3184
|
-
*
|
|
3185
|
-
*
|
|
3034
|
+
* <b>RDS for MySQL and Aurora MySQL</b>
|
|
3035
|
+
* </p>
|
|
3036
|
+
* <p>
|
|
3037
|
+
* Default: <code>3306</code>
|
|
3038
|
+
* </p>
|
|
3039
|
+
* <p>
|
|
3040
|
+
* Valid values: <code>1150-65535</code>
|
|
3041
|
+
* </p>
|
|
3042
|
+
* <p>
|
|
3043
|
+
* <b>RDS for PostgreSQL and Aurora PostgreSQL</b>
|
|
3044
|
+
* </p>
|
|
3045
|
+
* <p>
|
|
3046
|
+
* Default: <code>5432</code>
|
|
3047
|
+
* </p>
|
|
3048
|
+
* <p>
|
|
3049
|
+
* Valid values: <code>1150-65535</code>
|
|
3050
|
+
* </p>
|
|
3051
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3186
3052
|
*/
|
|
3187
3053
|
Port?: number;
|
|
3188
3054
|
/**
|
|
@@ -3199,16 +3065,18 @@ export interface CreateDBClusterMessage {
|
|
|
3199
3065
|
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
3200
3066
|
* </li>
|
|
3201
3067
|
* </ul>
|
|
3068
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3202
3069
|
*/
|
|
3203
3070
|
MasterUsername?: string;
|
|
3204
3071
|
/**
|
|
3205
3072
|
* <p>The password for the master database user. This password can contain any printable ASCII character except "/", """, or "@".</p>
|
|
3206
3073
|
* <p>Constraints: Must contain from 8 to 41 characters.</p>
|
|
3074
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3207
3075
|
*/
|
|
3208
3076
|
MasterUserPassword?: string;
|
|
3209
3077
|
/**
|
|
3210
3078
|
* <p>A value that indicates that the DB cluster should be associated with the specified option group.</p>
|
|
3211
|
-
* <p>
|
|
3079
|
+
* <p>DB clusters are associated with a default option group that can't be modified.</p>
|
|
3212
3080
|
*/
|
|
3213
3081
|
OptionGroupName?: string;
|
|
3214
3082
|
/**
|
|
@@ -3237,6 +3105,7 @@ export interface CreateDBClusterMessage {
|
|
|
3237
3105
|
* <p>Must be at least 30 minutes.</p>
|
|
3238
3106
|
* </li>
|
|
3239
3107
|
* </ul>
|
|
3108
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3240
3109
|
*/
|
|
3241
3110
|
PreferredBackupWindow?: string;
|
|
3242
3111
|
/**
|
|
@@ -3251,19 +3120,23 @@ export interface CreateDBClusterMessage {
|
|
|
3251
3120
|
* </p>
|
|
3252
3121
|
* <p>Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun.</p>
|
|
3253
3122
|
* <p>Constraints: Minimum 30-minute window.</p>
|
|
3123
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3254
3124
|
*/
|
|
3255
3125
|
PreferredMaintenanceWindow?: string;
|
|
3256
3126
|
/**
|
|
3257
3127
|
* <p>The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB
|
|
3258
3128
|
* cluster is created as a read replica.</p>
|
|
3129
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3259
3130
|
*/
|
|
3260
3131
|
ReplicationSourceIdentifier?: string;
|
|
3261
3132
|
/**
|
|
3262
3133
|
* <p>Tags to assign to the DB cluster.</p>
|
|
3134
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3263
3135
|
*/
|
|
3264
3136
|
Tags?: Tag[];
|
|
3265
3137
|
/**
|
|
3266
3138
|
* <p>A value that indicates whether the DB cluster is encrypted.</p>
|
|
3139
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3267
3140
|
*/
|
|
3268
3141
|
StorageEncrypted?: boolean;
|
|
3269
3142
|
/**
|
|
@@ -3288,13 +3161,13 @@ export interface CreateDBClusterMessage {
|
|
|
3288
3161
|
* <p>If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you
|
|
3289
3162
|
* must set <code>KmsKeyId</code> to a KMS key identifier that is valid in the destination Amazon Web Services
|
|
3290
3163
|
* Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region.</p>
|
|
3164
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3291
3165
|
*/
|
|
3292
3166
|
KmsKeyId?: string;
|
|
3293
3167
|
/**
|
|
3294
3168
|
* <p>A URL that contains a Signature Version 4 signed request for
|
|
3295
3169
|
* the <code>CreateDBCluster</code> action to be called in the source Amazon Web Services Region where the DB cluster is replicated from.
|
|
3296
|
-
*
|
|
3297
|
-
*
|
|
3170
|
+
* Specify <code>PreSignedUrl</code> only when you are performing cross-Region replication from an encrypted DB cluster.</p>
|
|
3298
3171
|
* <p>The pre-signed URL must be a valid request for the <code>CreateDBCluster</code> API action
|
|
3299
3172
|
* that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster to be copied.</p>
|
|
3300
3173
|
* <p>The pre-signed URL request must contain the following parameter values:</p>
|
|
@@ -3318,7 +3191,6 @@ export interface CreateDBClusterMessage {
|
|
|
3318
3191
|
* Example: <code>arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1</code>.</p>
|
|
3319
3192
|
* </li>
|
|
3320
3193
|
* </ul>
|
|
3321
|
-
*
|
|
3322
3194
|
* <p>To learn how to generate a Signature Version 4 signed request, see
|
|
3323
3195
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
|
|
3324
3196
|
* Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
|
|
@@ -3329,24 +3201,24 @@ export interface CreateDBClusterMessage {
|
|
|
3329
3201
|
* instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
|
|
3330
3202
|
* request for the operation that can be executed in the source Amazon Web Services Region.</p>
|
|
3331
3203
|
* </note>
|
|
3204
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3332
3205
|
*/
|
|
3333
3206
|
PreSignedUrl?: string;
|
|
3334
3207
|
/**
|
|
3335
3208
|
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
|
|
3336
|
-
* Management (IAM) accounts to database accounts. By default, mapping
|
|
3337
|
-
*
|
|
3209
|
+
* Management (IAM) accounts to database accounts. By default, mapping isn't
|
|
3210
|
+
* enabled.</p>
|
|
3338
3211
|
* <p>For more information, see
|
|
3339
3212
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
3340
3213
|
* IAM Database Authentication</a> in the <i>Amazon Aurora User Guide.</i>
|
|
3341
3214
|
* </p>
|
|
3215
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3342
3216
|
*/
|
|
3343
3217
|
EnableIAMDatabaseAuthentication?: boolean;
|
|
3344
3218
|
/**
|
|
3345
3219
|
* <p>The target backtrack window, in seconds. To disable backtracking, set this value to
|
|
3346
3220
|
* 0. </p>
|
|
3347
|
-
*
|
|
3348
|
-
* <p>Currently, Backtrack is only supported for Aurora MySQL DB clusters.</p>
|
|
3349
|
-
* </note>
|
|
3221
|
+
*
|
|
3350
3222
|
* <p>Default: 0</p>
|
|
3351
3223
|
* <p>Constraints:</p>
|
|
3352
3224
|
* <ul>
|
|
@@ -3354,6 +3226,7 @@ export interface CreateDBClusterMessage {
|
|
|
3354
3226
|
* <p>If specified, this value must be set to a number from 0 to 259,200 (72 hours).</p>
|
|
3355
3227
|
* </li>
|
|
3356
3228
|
* </ul>
|
|
3229
|
+
* <p>Valid for: Aurora MySQL DB clusters only</p>
|
|
3357
3230
|
*/
|
|
3358
3231
|
BacktrackWindow?: number;
|
|
3359
3232
|
/**
|
|
@@ -3363,13 +3236,12 @@ export interface CreateDBClusterMessage {
|
|
|
3363
3236
|
* <p>
|
|
3364
3237
|
* <b>Aurora MySQL</b>
|
|
3365
3238
|
* </p>
|
|
3366
|
-
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code
|
|
3367
|
-
* </p>
|
|
3239
|
+
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
|
|
3368
3240
|
* <p>
|
|
3369
3241
|
* <b>Aurora PostgreSQL</b>
|
|
3370
3242
|
* </p>
|
|
3371
|
-
* <p>Possible value is <code>postgresql</code
|
|
3372
|
-
* </p>
|
|
3243
|
+
* <p>Possible value is <code>postgresql</code>.</p>
|
|
3244
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3373
3245
|
*/
|
|
3374
3246
|
EnableCloudwatchLogsExports?: string[];
|
|
3375
3247
|
/**
|
|
@@ -3410,23 +3282,27 @@ export interface CreateDBClusterMessage {
|
|
|
3410
3282
|
* </p>
|
|
3411
3283
|
* </li>
|
|
3412
3284
|
* </ul>
|
|
3285
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3413
3286
|
*/
|
|
3414
3287
|
EngineMode?: string;
|
|
3415
3288
|
/**
|
|
3416
3289
|
* <p>For DB clusters in <code>serverless</code> DB engine mode, the scaling properties of the DB cluster.</p>
|
|
3290
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3417
3291
|
*/
|
|
3418
3292
|
ScalingConfiguration?: ScalingConfiguration;
|
|
3419
3293
|
/**
|
|
3420
3294
|
* <p>A value that indicates whether the DB cluster has deletion protection enabled.
|
|
3421
3295
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
3422
|
-
* deletion protection
|
|
3296
|
+
* deletion protection isn't enabled.</p>
|
|
3297
|
+
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
3423
3298
|
*/
|
|
3424
3299
|
DeletionProtection?: boolean;
|
|
3425
3300
|
/**
|
|
3426
3301
|
* <p>
|
|
3427
|
-
*
|
|
3428
|
-
*
|
|
3429
|
-
*
|
|
3302
|
+
* The global cluster ID of an Aurora cluster that becomes the primary cluster
|
|
3303
|
+
* in the new global database cluster.
|
|
3304
|
+
* </p>
|
|
3305
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3430
3306
|
*/
|
|
3431
3307
|
GlobalClusterIdentifier?: string;
|
|
3432
3308
|
/**
|
|
@@ -3437,24 +3313,27 @@ export interface CreateDBClusterMessage {
|
|
|
3437
3313
|
* from inside the RDS console with the query editor.</p>
|
|
3438
3314
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using the Data API for Aurora Serverless</a> in the
|
|
3439
3315
|
* <i>Amazon Aurora User Guide</i>.</p>
|
|
3316
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3440
3317
|
*/
|
|
3441
3318
|
EnableHttpEndpoint?: boolean;
|
|
3442
3319
|
/**
|
|
3443
3320
|
* <p>A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
|
3444
3321
|
* The default is not to copy them.</p>
|
|
3322
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3445
3323
|
*/
|
|
3446
3324
|
CopyTagsToSnapshot?: boolean;
|
|
3447
3325
|
/**
|
|
3448
3326
|
* <p>The Active Directory directory ID to create the DB cluster in.</p>
|
|
3449
3327
|
* <p>
|
|
3450
|
-
* For Amazon Aurora DB clusters, Amazon RDS can use Kerberos
|
|
3451
|
-
*
|
|
3452
|
-
*
|
|
3453
|
-
*
|
|
3328
|
+
* For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.</p>
|
|
3329
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html">Kerberos authentication</a>
|
|
3330
|
+
* in the <i>Amazon Aurora User Guide</i>.</p>
|
|
3331
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3454
3332
|
*/
|
|
3455
3333
|
Domain?: string;
|
|
3456
3334
|
/**
|
|
3457
3335
|
* <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
|
|
3336
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3458
3337
|
*/
|
|
3459
3338
|
DomainIAMRoleName?: string;
|
|
3460
3339
|
/**
|
|
@@ -3466,8 +3345,128 @@ export interface CreateDBClusterMessage {
|
|
|
3466
3345
|
* this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the
|
|
3467
3346
|
* primary is demoted by the <a>FailoverGlobalCluster</a> API operation, but it does nothing until then.
|
|
3468
3347
|
* </p>
|
|
3348
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
3469
3349
|
*/
|
|
3470
3350
|
EnableGlobalWriteForwarding?: boolean;
|
|
3351
|
+
/**
|
|
3352
|
+
* <p>The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example db.m6g.xlarge.
|
|
3353
|
+
* Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.</p>
|
|
3354
|
+
* <p>For the full list of DB instance classes and availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance class</a> in the <i>Amazon RDS User Guide.</i>
|
|
3355
|
+
* </p>
|
|
3356
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3357
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3358
|
+
*/
|
|
3359
|
+
DBClusterInstanceClass?: string;
|
|
3360
|
+
/**
|
|
3361
|
+
* <p>The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.</p>
|
|
3362
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3363
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3364
|
+
*/
|
|
3365
|
+
AllocatedStorage?: number;
|
|
3366
|
+
/**
|
|
3367
|
+
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
3368
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3369
|
+
* <p>
|
|
3370
|
+
* Valid values: <code>io1</code>
|
|
3371
|
+
* </p>
|
|
3372
|
+
* <p>
|
|
3373
|
+
* When specified, a value for the <code>Iops</code> parameter is required.
|
|
3374
|
+
* </p>
|
|
3375
|
+
* <p>
|
|
3376
|
+
* Default: <code>io1</code>
|
|
3377
|
+
* </p>
|
|
3378
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3379
|
+
*/
|
|
3380
|
+
StorageType?: string;
|
|
3381
|
+
/**
|
|
3382
|
+
* <p>The amount of Provisioned IOPS (input/output operations per second) to be initially allocated
|
|
3383
|
+
* for each DB instance in the Multi-AZ DB cluster.</p>
|
|
3384
|
+
* <p>For information about valid <code>Iops</code> values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS storage to improve performance</a> in the <i>Amazon RDS User Guide</i>.
|
|
3385
|
+
* </p>
|
|
3386
|
+
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
3387
|
+
* <p>Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.</p>
|
|
3388
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3389
|
+
*/
|
|
3390
|
+
Iops?: number;
|
|
3391
|
+
/**
|
|
3392
|
+
* <p>A value that indicates whether the DB cluster is publicly accessible.</p>
|
|
3393
|
+
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
3394
|
+
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
3395
|
+
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
3396
|
+
* to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
3397
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit
|
|
3398
|
+
* it.</p>
|
|
3399
|
+
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
3400
|
+
* <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
|
|
3401
|
+
* <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
3402
|
+
* <ul>
|
|
3403
|
+
* <li>
|
|
3404
|
+
* <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.</p>
|
|
3405
|
+
* </li>
|
|
3406
|
+
* <li>
|
|
3407
|
+
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.</p>
|
|
3408
|
+
* </li>
|
|
3409
|
+
* </ul>
|
|
3410
|
+
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
3411
|
+
* <ul>
|
|
3412
|
+
* <li>
|
|
3413
|
+
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.</p>
|
|
3414
|
+
* </li>
|
|
3415
|
+
* <li>
|
|
3416
|
+
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.</p>
|
|
3417
|
+
* </li>
|
|
3418
|
+
* </ul>
|
|
3419
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3420
|
+
*/
|
|
3421
|
+
PubliclyAccessible?: boolean;
|
|
3422
|
+
/**
|
|
3423
|
+
* <p>A value that indicates whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window.
|
|
3424
|
+
* By default, minor engine upgrades are applied automatically.</p>
|
|
3425
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3426
|
+
*/
|
|
3427
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
3428
|
+
/**
|
|
3429
|
+
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
|
|
3430
|
+
* collecting Enhanced Monitoring metrics, specify 0. The default is 0.</p>
|
|
3431
|
+
* <p>If <code>MonitoringRoleArn</code> is specified, also set <code>MonitoringInterval</code>
|
|
3432
|
+
* to a value other than 0.</p>
|
|
3433
|
+
* <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>
|
|
3434
|
+
* </p>
|
|
3435
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3436
|
+
*/
|
|
3437
|
+
MonitoringInterval?: number;
|
|
3438
|
+
/**
|
|
3439
|
+
* <p>The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.
|
|
3440
|
+
* An example is <code>arn:aws:iam:123456789012:role/emaccess</code>. For information on creating a monitoring role,
|
|
3441
|
+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling">Setting
|
|
3442
|
+
* up and enabling Enhanced Monitoring</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
3443
|
+
* <p>If <code>MonitoringInterval</code> is set to a value other than 0, supply a <code>MonitoringRoleArn</code> value.</p>
|
|
3444
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3445
|
+
*/
|
|
3446
|
+
MonitoringRoleArn?: string;
|
|
3447
|
+
/**
|
|
3448
|
+
* <p>A value that indicates whether to turn on Performance Insights for the DB cluster.
|
|
3449
|
+
* </p>
|
|
3450
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">
|
|
3451
|
+
* Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.
|
|
3452
|
+
* </p>
|
|
3453
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3454
|
+
*/
|
|
3455
|
+
EnablePerformanceInsights?: boolean;
|
|
3456
|
+
/**
|
|
3457
|
+
* <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
|
|
3458
|
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
|
|
3459
|
+
* <p>If you don't specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS
|
|
3460
|
+
* uses your default KMS key. There is a default KMS key for your Amazon Web Services account.
|
|
3461
|
+
* Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
|
|
3462
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3463
|
+
*/
|
|
3464
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
3465
|
+
/**
|
|
3466
|
+
* <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
|
|
3467
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
3468
|
+
*/
|
|
3469
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
3471
3470
|
}
|
|
3472
3471
|
export declare namespace CreateDBClusterMessage {
|
|
3473
3472
|
/**
|
|
@@ -3702,11 +3701,28 @@ export declare namespace ScalingConfigurationInfo {
|
|
|
3702
3701
|
const filterSensitiveLog: (obj: ScalingConfigurationInfo) => any;
|
|
3703
3702
|
}
|
|
3704
3703
|
/**
|
|
3705
|
-
* <p>Contains the details of an Amazon Aurora DB cluster.
|
|
3706
|
-
* </p>
|
|
3707
|
-
* <p>This data type is used as a response element in the <code>DescribeDBClusters</code>,
|
|
3708
|
-
* <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions.
|
|
3704
|
+
* <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
|
3709
3705
|
* </p>
|
|
3706
|
+
* <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
|
|
3707
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
3708
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
|
|
3709
|
+
* <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>,
|
|
3710
|
+
* <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>
|
|
3711
|
+
* <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations
|
|
3712
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
3713
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>,
|
|
3714
|
+
* <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
3715
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
3716
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
3717
|
+
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
|
|
3718
|
+
* </p>
|
|
3719
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
3720
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
3721
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
3722
|
+
* </p>
|
|
3723
|
+
* <note>
|
|
3724
|
+
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
3725
|
+
* </note>
|
|
3710
3726
|
*/
|
|
3711
3727
|
export interface DBCluster {
|
|
3712
3728
|
/**
|
|
@@ -3986,6 +4002,64 @@ export interface DBCluster {
|
|
|
3986
4002
|
* Specific changes are identified by subelements.</p>
|
|
3987
4003
|
*/
|
|
3988
4004
|
PendingModifiedValues?: ClusterPendingModifiedValues;
|
|
4005
|
+
/**
|
|
4006
|
+
* <p>The name of the compute and memory capacity class of the DB instance.</p>
|
|
4007
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4008
|
+
*/
|
|
4009
|
+
DBClusterInstanceClass?: string;
|
|
4010
|
+
/**
|
|
4011
|
+
* <p>The storage type associated with the DB cluster.</p>
|
|
4012
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4013
|
+
*/
|
|
4014
|
+
StorageType?: string;
|
|
4015
|
+
/**
|
|
4016
|
+
* <p>The Provisioned IOPS (I/O operations per second) value.</p>
|
|
4017
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4018
|
+
*/
|
|
4019
|
+
Iops?: number;
|
|
4020
|
+
/**
|
|
4021
|
+
* <p>Specifies the accessibility options for the DB instance.</p>
|
|
4022
|
+
* <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private
|
|
4023
|
+
* IP address from within the DB instance's virtual private cloud (VPC).
|
|
4024
|
+
* It resolves to the public IP address from outside of the DB instance's VPC.
|
|
4025
|
+
* Access to the DB instance is ultimately controlled by the security group it uses.
|
|
4026
|
+
* That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
|
|
4027
|
+
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
4028
|
+
* <p>For more information, see <a>CreateDBInstance</a>.</p>
|
|
4029
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4030
|
+
*/
|
|
4031
|
+
PubliclyAccessible?: boolean;
|
|
4032
|
+
/**
|
|
4033
|
+
* <p>A value that indicates that minor version patches are applied automatically.</p>
|
|
4034
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4035
|
+
*/
|
|
4036
|
+
AutoMinorVersionUpgrade?: boolean;
|
|
4037
|
+
/**
|
|
4038
|
+
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.</p>
|
|
4039
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4040
|
+
*/
|
|
4041
|
+
MonitoringInterval?: number;
|
|
4042
|
+
/**
|
|
4043
|
+
* <p>The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs.</p>
|
|
4044
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4045
|
+
*/
|
|
4046
|
+
MonitoringRoleArn?: string;
|
|
4047
|
+
/**
|
|
4048
|
+
* <p>True if Performance Insights is enabled for the DB cluster, and otherwise false.</p>
|
|
4049
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4050
|
+
*/
|
|
4051
|
+
PerformanceInsightsEnabled?: boolean;
|
|
4052
|
+
/**
|
|
4053
|
+
* <p>The Amazon Web Services KMS key identifier for encryption of Performance Insights data.</p>
|
|
4054
|
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
|
|
4055
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4056
|
+
*/
|
|
4057
|
+
PerformanceInsightsKMSKeyId?: string;
|
|
4058
|
+
/**
|
|
4059
|
+
* <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
|
|
4060
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
4061
|
+
*/
|
|
4062
|
+
PerformanceInsightsRetentionPeriod?: number;
|
|
3989
4063
|
}
|
|
3990
4064
|
export declare namespace DBCluster {
|
|
3991
4065
|
/**
|
|
@@ -3995,11 +4069,28 @@ export declare namespace DBCluster {
|
|
|
3995
4069
|
}
|
|
3996
4070
|
export interface CreateDBClusterResult {
|
|
3997
4071
|
/**
|
|
3998
|
-
* <p>Contains the details of an Amazon Aurora DB cluster.
|
|
3999
|
-
* </p>
|
|
4000
|
-
* <p>This data type is used as a response element in the <code>DescribeDBClusters</code>,
|
|
4001
|
-
* <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions.
|
|
4072
|
+
* <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
|
4002
4073
|
* </p>
|
|
4074
|
+
* <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
|
|
4075
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
4076
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
|
|
4077
|
+
* <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>,
|
|
4078
|
+
* <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>
|
|
4079
|
+
* <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations
|
|
4080
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
4081
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>,
|
|
4082
|
+
* <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
4083
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
4084
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
4085
|
+
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
|
|
4086
|
+
* </p>
|
|
4087
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
4088
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
4089
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
4090
|
+
* </p>
|
|
4091
|
+
* <note>
|
|
4092
|
+
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
4093
|
+
* </note>
|
|
4003
4094
|
*/
|
|
4004
4095
|
DBCluster?: DBCluster;
|
|
4005
4096
|
}
|
|
@@ -4017,12 +4108,6 @@ export interface DBClusterAlreadyExistsFault extends __SmithyException, $Metadat
|
|
|
4017
4108
|
$fault: "client";
|
|
4018
4109
|
message?: string;
|
|
4019
4110
|
}
|
|
4020
|
-
export declare namespace DBClusterAlreadyExistsFault {
|
|
4021
|
-
/**
|
|
4022
|
-
* @internal
|
|
4023
|
-
*/
|
|
4024
|
-
const filterSensitiveLog: (obj: DBClusterAlreadyExistsFault) => any;
|
|
4025
|
-
}
|
|
4026
4111
|
/**
|
|
4027
4112
|
* <p>
|
|
4028
4113
|
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
@@ -4033,12 +4118,6 @@ export interface DBClusterParameterGroupNotFoundFault extends __SmithyException,
|
|
|
4033
4118
|
$fault: "client";
|
|
4034
4119
|
message?: string;
|
|
4035
4120
|
}
|
|
4036
|
-
export declare namespace DBClusterParameterGroupNotFoundFault {
|
|
4037
|
-
/**
|
|
4038
|
-
* @internal
|
|
4039
|
-
*/
|
|
4040
|
-
const filterSensitiveLog: (obj: DBClusterParameterGroupNotFoundFault) => any;
|
|
4041
|
-
}
|
|
4042
4121
|
/**
|
|
4043
4122
|
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
4044
4123
|
* maximum allowed DB cluster quota.</p>
|
|
@@ -4048,12 +4127,6 @@ export interface DBClusterQuotaExceededFault extends __SmithyException, $Metadat
|
|
|
4048
4127
|
$fault: "client";
|
|
4049
4128
|
message?: string;
|
|
4050
4129
|
}
|
|
4051
|
-
export declare namespace DBClusterQuotaExceededFault {
|
|
4052
|
-
/**
|
|
4053
|
-
* @internal
|
|
4054
|
-
*/
|
|
4055
|
-
const filterSensitiveLog: (obj: DBClusterQuotaExceededFault) => any;
|
|
4056
|
-
}
|
|
4057
4130
|
/**
|
|
4058
4131
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
4059
4132
|
*/
|
|
@@ -4062,12 +4135,6 @@ export interface DBSubnetGroupDoesNotCoverEnoughAZs extends __SmithyException, $
|
|
|
4062
4135
|
$fault: "client";
|
|
4063
4136
|
message?: string;
|
|
4064
4137
|
}
|
|
4065
|
-
export declare namespace DBSubnetGroupDoesNotCoverEnoughAZs {
|
|
4066
|
-
/**
|
|
4067
|
-
* @internal
|
|
4068
|
-
*/
|
|
4069
|
-
const filterSensitiveLog: (obj: DBSubnetGroupDoesNotCoverEnoughAZs) => any;
|
|
4070
|
-
}
|
|
4071
4138
|
/**
|
|
4072
4139
|
* <p>
|
|
4073
4140
|
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.
|
|
@@ -4078,12 +4145,6 @@ export interface DBSubnetGroupNotFoundFault extends __SmithyException, $Metadata
|
|
|
4078
4145
|
$fault: "client";
|
|
4079
4146
|
message?: string;
|
|
4080
4147
|
}
|
|
4081
|
-
export declare namespace DBSubnetGroupNotFoundFault {
|
|
4082
|
-
/**
|
|
4083
|
-
* @internal
|
|
4084
|
-
*/
|
|
4085
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotFoundFault) => any;
|
|
4086
|
-
}
|
|
4087
4148
|
/**
|
|
4088
4149
|
* <p>
|
|
4089
4150
|
* <code>Domain</code> doesn't refer to an existing Active Directory domain.
|
|
@@ -4094,12 +4155,6 @@ export interface DomainNotFoundFault extends __SmithyException, $MetadataBearer
|
|
|
4094
4155
|
$fault: "client";
|
|
4095
4156
|
message?: string;
|
|
4096
4157
|
}
|
|
4097
|
-
export declare namespace DomainNotFoundFault {
|
|
4098
|
-
/**
|
|
4099
|
-
* @internal
|
|
4100
|
-
*/
|
|
4101
|
-
const filterSensitiveLog: (obj: DomainNotFoundFault) => any;
|
|
4102
|
-
}
|
|
4103
4158
|
/**
|
|
4104
4159
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster. </p>
|
|
4105
4160
|
*/
|
|
@@ -4108,12 +4163,6 @@ export interface GlobalClusterNotFoundFault extends __SmithyException, $Metadata
|
|
|
4108
4163
|
$fault: "client";
|
|
4109
4164
|
message?: string;
|
|
4110
4165
|
}
|
|
4111
|
-
export declare namespace GlobalClusterNotFoundFault {
|
|
4112
|
-
/**
|
|
4113
|
-
* @internal
|
|
4114
|
-
*/
|
|
4115
|
-
const filterSensitiveLog: (obj: GlobalClusterNotFoundFault) => any;
|
|
4116
|
-
}
|
|
4117
4166
|
/**
|
|
4118
4167
|
* <p>There is insufficient storage available for the current action. You might be able to
|
|
4119
4168
|
* resolve this error by updating your subnet group to use different Availability Zones
|
|
@@ -4124,12 +4173,6 @@ export interface InsufficientStorageClusterCapacityFault extends __SmithyExcepti
|
|
|
4124
4173
|
$fault: "client";
|
|
4125
4174
|
message?: string;
|
|
4126
4175
|
}
|
|
4127
|
-
export declare namespace InsufficientStorageClusterCapacityFault {
|
|
4128
|
-
/**
|
|
4129
|
-
* @internal
|
|
4130
|
-
*/
|
|
4131
|
-
const filterSensitiveLog: (obj: InsufficientStorageClusterCapacityFault) => any;
|
|
4132
|
-
}
|
|
4133
4176
|
/**
|
|
4134
4177
|
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
4135
4178
|
*/
|
|
@@ -4138,12 +4181,6 @@ export interface InvalidDBSubnetGroupStateFault extends __SmithyException, $Meta
|
|
|
4138
4181
|
$fault: "client";
|
|
4139
4182
|
message?: string;
|
|
4140
4183
|
}
|
|
4141
|
-
export declare namespace InvalidDBSubnetGroupStateFault {
|
|
4142
|
-
/**
|
|
4143
|
-
* @internal
|
|
4144
|
-
*/
|
|
4145
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupStateFault) => any;
|
|
4146
|
-
}
|
|
4147
4184
|
/**
|
|
4148
4185
|
* <p>The global cluster is in an invalid state and can't perform the requested operation. </p>
|
|
4149
4186
|
*/
|
|
@@ -4152,12 +4189,6 @@ export interface InvalidGlobalClusterStateFault extends __SmithyException, $Meta
|
|
|
4152
4189
|
$fault: "client";
|
|
4153
4190
|
message?: string;
|
|
4154
4191
|
}
|
|
4155
|
-
export declare namespace InvalidGlobalClusterStateFault {
|
|
4156
|
-
/**
|
|
4157
|
-
* @internal
|
|
4158
|
-
*/
|
|
4159
|
-
const filterSensitiveLog: (obj: InvalidGlobalClusterStateFault) => any;
|
|
4160
|
-
}
|
|
4161
4192
|
/**
|
|
4162
4193
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
4163
4194
|
*/
|
|
@@ -4166,12 +4197,6 @@ export interface InvalidSubnet extends __SmithyException, $MetadataBearer {
|
|
|
4166
4197
|
$fault: "client";
|
|
4167
4198
|
message?: string;
|
|
4168
4199
|
}
|
|
4169
|
-
export declare namespace InvalidSubnet {
|
|
4170
|
-
/**
|
|
4171
|
-
* @internal
|
|
4172
|
-
*/
|
|
4173
|
-
const filterSensitiveLog: (obj: InvalidSubnet) => any;
|
|
4174
|
-
}
|
|
4175
4200
|
/**
|
|
4176
4201
|
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
4177
4202
|
* created because of users' change.</p>
|
|
@@ -4181,12 +4206,6 @@ export interface InvalidVPCNetworkStateFault extends __SmithyException, $Metadat
|
|
|
4181
4206
|
$fault: "client";
|
|
4182
4207
|
message?: string;
|
|
4183
4208
|
}
|
|
4184
|
-
export declare namespace InvalidVPCNetworkStateFault {
|
|
4185
|
-
/**
|
|
4186
|
-
* @internal
|
|
4187
|
-
*/
|
|
4188
|
-
const filterSensitiveLog: (obj: InvalidVPCNetworkStateFault) => any;
|
|
4189
|
-
}
|
|
4190
4209
|
/**
|
|
4191
4210
|
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
4192
4211
|
* available across all DB instances.</p>
|
|
@@ -4196,12 +4215,6 @@ export interface StorageQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
4196
4215
|
$fault: "client";
|
|
4197
4216
|
message?: string;
|
|
4198
4217
|
}
|
|
4199
|
-
export declare namespace StorageQuotaExceededFault {
|
|
4200
|
-
/**
|
|
4201
|
-
* @internal
|
|
4202
|
-
*/
|
|
4203
|
-
const filterSensitiveLog: (obj: StorageQuotaExceededFault) => any;
|
|
4204
|
-
}
|
|
4205
4218
|
export interface CreateDBClusterEndpointMessage {
|
|
4206
4219
|
/**
|
|
4207
4220
|
* <p>The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is
|
|
@@ -4213,7 +4226,7 @@ export interface CreateDBClusterEndpointMessage {
|
|
|
4213
4226
|
*/
|
|
4214
4227
|
DBClusterEndpointIdentifier: string | undefined;
|
|
4215
4228
|
/**
|
|
4216
|
-
* <p>The type of the endpoint
|
|
4229
|
+
* <p>The type of the endpoint, one of: <code>READER</code>, <code>WRITER</code>, <code>ANY</code>.</p>
|
|
4217
4230
|
*/
|
|
4218
4231
|
EndpointType: string | undefined;
|
|
4219
4232
|
/**
|
|
@@ -4222,8 +4235,8 @@ export interface CreateDBClusterEndpointMessage {
|
|
|
4222
4235
|
StaticMembers?: string[];
|
|
4223
4236
|
/**
|
|
4224
4237
|
* <p>List of DB instance identifiers that aren't part of the custom endpoint group.
|
|
4225
|
-
*
|
|
4226
|
-
*
|
|
4238
|
+
* All other eligible instances are reachable through the custom endpoint.
|
|
4239
|
+
* This parameter is relevant only if the list of static members is empty.</p>
|
|
4227
4240
|
*/
|
|
4228
4241
|
ExcludedMembers?: string[];
|
|
4229
4242
|
/**
|
|
@@ -4326,12 +4339,6 @@ export interface DBClusterEndpointAlreadyExistsFault extends __SmithyException,
|
|
|
4326
4339
|
$fault: "client";
|
|
4327
4340
|
message?: string;
|
|
4328
4341
|
}
|
|
4329
|
-
export declare namespace DBClusterEndpointAlreadyExistsFault {
|
|
4330
|
-
/**
|
|
4331
|
-
* @internal
|
|
4332
|
-
*/
|
|
4333
|
-
const filterSensitiveLog: (obj: DBClusterEndpointAlreadyExistsFault) => any;
|
|
4334
|
-
}
|
|
4335
4342
|
/**
|
|
4336
4343
|
* <p>The cluster already has the maximum number of custom endpoints.</p>
|
|
4337
4344
|
*/
|
|
@@ -4340,12 +4347,6 @@ export interface DBClusterEndpointQuotaExceededFault extends __SmithyException,
|
|
|
4340
4347
|
$fault: "client";
|
|
4341
4348
|
message?: string;
|
|
4342
4349
|
}
|
|
4343
|
-
export declare namespace DBClusterEndpointQuotaExceededFault {
|
|
4344
|
-
/**
|
|
4345
|
-
* @internal
|
|
4346
|
-
*/
|
|
4347
|
-
const filterSensitiveLog: (obj: DBClusterEndpointQuotaExceededFault) => any;
|
|
4348
|
-
}
|
|
4349
4350
|
/**
|
|
4350
4351
|
* <p></p>
|
|
4351
4352
|
*/
|
|
@@ -4355,7 +4356,7 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4355
4356
|
* <p>Constraints:</p>
|
|
4356
4357
|
* <ul>
|
|
4357
4358
|
* <li>
|
|
4358
|
-
* <p>Must match the name of an existing DB cluster parameter group.</p>
|
|
4359
|
+
* <p>Must not match the name of an existing DB cluster parameter group.</p>
|
|
4359
4360
|
* </li>
|
|
4360
4361
|
* </ul>
|
|
4361
4362
|
* <note>
|
|
@@ -4369,13 +4370,23 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4369
4370
|
* <p>
|
|
4370
4371
|
* <b>Aurora MySQL</b>
|
|
4371
4372
|
* </p>
|
|
4372
|
-
* <p>Example: <code>aurora5.6</code>, <code>aurora-mysql5.7</code>
|
|
4373
|
+
* <p>Example: <code>aurora5.6</code>, <code>aurora-mysql5.7</code>, <code>aurora-mysql8.0</code>
|
|
4373
4374
|
* </p>
|
|
4374
4375
|
* <p>
|
|
4375
4376
|
* <b>Aurora PostgreSQL</b>
|
|
4376
4377
|
* </p>
|
|
4377
4378
|
* <p>Example: <code>aurora-postgresql9.6</code>
|
|
4378
4379
|
* </p>
|
|
4380
|
+
* <p>
|
|
4381
|
+
* <b>RDS for MySQL</b>
|
|
4382
|
+
* </p>
|
|
4383
|
+
* <p>Example: <code>mysql8.0</code>
|
|
4384
|
+
* </p>
|
|
4385
|
+
* <p>
|
|
4386
|
+
* <b>RDS for PostgreSQL</b>
|
|
4387
|
+
* </p>
|
|
4388
|
+
* <p>Example: <code>postgres12</code>
|
|
4389
|
+
* </p>
|
|
4379
4390
|
* <p>To list all of the available parameter group families for a DB engine, use the following command:</p>
|
|
4380
4391
|
* <p>
|
|
4381
4392
|
* <code>aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine></code>
|
|
@@ -4395,13 +4406,23 @@ export interface CreateDBClusterParameterGroupMessage {
|
|
|
4395
4406
|
* </li>
|
|
4396
4407
|
* <li>
|
|
4397
4408
|
* <p>
|
|
4398
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
4409
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
4399
4410
|
* </li>
|
|
4400
4411
|
* <li>
|
|
4401
4412
|
* <p>
|
|
4402
4413
|
* <code>aurora-postgresql</code>
|
|
4403
4414
|
* </p>
|
|
4404
4415
|
* </li>
|
|
4416
|
+
* <li>
|
|
4417
|
+
* <p>
|
|
4418
|
+
* <code>mysql</code>
|
|
4419
|
+
* </p>
|
|
4420
|
+
* </li>
|
|
4421
|
+
* <li>
|
|
4422
|
+
* <p>
|
|
4423
|
+
* <code>postgres</code>
|
|
4424
|
+
* </p>
|
|
4425
|
+
* </li>
|
|
4405
4426
|
* </ul>
|
|
4406
4427
|
*/
|
|
4407
4428
|
DBParameterGroupFamily: string | undefined;
|
|
@@ -4507,23 +4528,11 @@ export interface AuthorizationNotFoundFault extends __SmithyException, $Metadata
|
|
|
4507
4528
|
$fault: "client";
|
|
4508
4529
|
message?: string;
|
|
4509
4530
|
}
|
|
4510
|
-
export declare namespace AuthorizationNotFoundFault {
|
|
4511
|
-
/**
|
|
4512
|
-
* @internal
|
|
4513
|
-
*/
|
|
4514
|
-
const filterSensitiveLog: (obj: AuthorizationNotFoundFault) => any;
|
|
4515
|
-
}
|
|
4516
4531
|
export interface BackupPolicyNotFoundFault extends __SmithyException, $MetadataBearer {
|
|
4517
4532
|
name: "BackupPolicyNotFoundFault";
|
|
4518
4533
|
$fault: "client";
|
|
4519
4534
|
message?: string;
|
|
4520
4535
|
}
|
|
4521
|
-
export declare namespace BackupPolicyNotFoundFault {
|
|
4522
|
-
/**
|
|
4523
|
-
* @internal
|
|
4524
|
-
*/
|
|
4525
|
-
const filterSensitiveLog: (obj: BackupPolicyNotFoundFault) => any;
|
|
4526
|
-
}
|
|
4527
4536
|
/**
|
|
4528
4537
|
* <p></p>
|
|
4529
4538
|
*/
|
|
@@ -4595,7 +4604,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4595
4604
|
* </li>
|
|
4596
4605
|
* </ul>
|
|
4597
4606
|
* <p>
|
|
4598
|
-
* <b>Amazon RDS Custom</b>
|
|
4607
|
+
* <b>Amazon RDS Custom for Oracle</b>
|
|
4599
4608
|
* </p>
|
|
4600
4609
|
* <p>The Oracle System ID (SID) of the created RDS Custom DB instance.
|
|
4601
4610
|
* If you don't specify a value, the default value is <code>ORCL</code>.
|
|
@@ -4615,6 +4624,10 @@ export interface CreateDBInstanceMessage {
|
|
|
4615
4624
|
* </li>
|
|
4616
4625
|
* </ul>
|
|
4617
4626
|
* <p>
|
|
4627
|
+
* <b>Amazon RDS Custom for SQL Server</b>
|
|
4628
|
+
* </p>
|
|
4629
|
+
* <p>Not applicable. Must be null.</p>
|
|
4630
|
+
* <p>
|
|
4618
4631
|
* <b>SQL Server</b>
|
|
4619
4632
|
* </p>
|
|
4620
4633
|
* <p>Not applicable. Must be null.</p>
|
|
@@ -4690,10 +4703,12 @@ export interface CreateDBInstanceMessage {
|
|
|
4690
4703
|
* </p>
|
|
4691
4704
|
* <ul>
|
|
4692
4705
|
* <li>
|
|
4693
|
-
* <p>General Purpose (SSD) storage (gp2): Must be an integer from 40 to 65536
|
|
4706
|
+
* <p>General Purpose (SSD) storage (gp2): Must be an integer from 40 to 65536 for RDS Custom for Oracle,
|
|
4707
|
+
* 16384 for RDS Custom for SQL Server.</p>
|
|
4694
4708
|
* </li>
|
|
4695
4709
|
* <li>
|
|
4696
|
-
* <p>Provisioned IOPS storage (io1): Must be an integer from 40 to 65536
|
|
4710
|
+
* <p>Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle,
|
|
4711
|
+
* 16384 for RDS Custom for SQL Server.</p>
|
|
4697
4712
|
* </li>
|
|
4698
4713
|
* </ul>
|
|
4699
4714
|
*
|
|
@@ -4775,7 +4790,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4775
4790
|
* <p>General Purpose (SSD) storage (gp2):</p>
|
|
4776
4791
|
* <ul>
|
|
4777
4792
|
* <li>
|
|
4778
|
-
* <p>Enterprise and Standard editions: Must be an integer from
|
|
4793
|
+
* <p>Enterprise and Standard editions: Must be an integer from 20 to 16384.</p>
|
|
4779
4794
|
* </li>
|
|
4780
4795
|
* <li>
|
|
4781
4796
|
* <p>Web and Express editions: Must be an integer from 20 to 16384.</p>
|
|
@@ -4786,7 +4801,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4786
4801
|
* <p>Provisioned IOPS storage (io1):</p>
|
|
4787
4802
|
* <ul>
|
|
4788
4803
|
* <li>
|
|
4789
|
-
* <p>Enterprise and Standard editions: Must be an integer from
|
|
4804
|
+
* <p>Enterprise and Standard editions: Must be an integer from 100 to 16384.</p>
|
|
4790
4805
|
* </li>
|
|
4791
4806
|
* <li>
|
|
4792
4807
|
* <p>Web and Express editions: Must be an integer from 100 to 16384.</p>
|
|
@@ -4797,7 +4812,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4797
4812
|
* <p>Magnetic storage (standard):</p>
|
|
4798
4813
|
* <ul>
|
|
4799
4814
|
* <li>
|
|
4800
|
-
* <p>Enterprise and Standard editions: Must be an integer from
|
|
4815
|
+
* <p>Enterprise and Standard editions: Must be an integer from 20 to 1024.</p>
|
|
4801
4816
|
* </li>
|
|
4802
4817
|
* <li>
|
|
4803
4818
|
* <p>Web and Express editions: Must be an integer from 20 to 1024.</p>
|
|
@@ -4808,7 +4823,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4808
4823
|
*/
|
|
4809
4824
|
AllocatedStorage?: number;
|
|
4810
4825
|
/**
|
|
4811
|
-
* <p>The compute and memory capacity of the DB instance, for example
|
|
4826
|
+
* <p>The compute and memory capacity of the DB instance, for example db.m4.large.
|
|
4812
4827
|
* Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
|
|
4813
4828
|
* For the full list of DB instance classes,
|
|
4814
4829
|
* and availability for your engine, see
|
|
@@ -4832,7 +4847,7 @@ export interface CreateDBInstanceMessage {
|
|
|
4832
4847
|
* </li>
|
|
4833
4848
|
* <li>
|
|
4834
4849
|
* <p>
|
|
4835
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
4850
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
4836
4851
|
* </li>
|
|
4837
4852
|
* <li>
|
|
4838
4853
|
* <p>
|
|
@@ -4841,159 +4856,101 @@ export interface CreateDBInstanceMessage {
|
|
|
4841
4856
|
* </li>
|
|
4842
4857
|
* <li>
|
|
4843
4858
|
* <p>
|
|
4844
|
-
* <code>custom-oracle-ee (for RDS Custom instances)</code>
|
|
4845
|
-
* </p>
|
|
4846
|
-
* </li>
|
|
4847
|
-
* <li>
|
|
4848
|
-
* <p>
|
|
4849
|
-
* <code>mariadb</code>
|
|
4850
|
-
* </p>
|
|
4851
|
-
* </li>
|
|
4852
|
-
* <li>
|
|
4853
|
-
* <p>
|
|
4854
|
-
* <code>mysql</code>
|
|
4855
|
-
* </p>
|
|
4856
|
-
* </li>
|
|
4857
|
-
* <li>
|
|
4858
|
-
* <p>
|
|
4859
|
-
* <code>oracle-ee</code>
|
|
4860
|
-
* </p>
|
|
4861
|
-
* </li>
|
|
4862
|
-
* <li>
|
|
4863
|
-
* <p>
|
|
4864
|
-
* <code>oracle-ee-cdb</code>
|
|
4865
|
-
* </p>
|
|
4866
|
-
* </li>
|
|
4867
|
-
* <li>
|
|
4868
|
-
* <p>
|
|
4869
|
-
* <code>oracle-se2</code>
|
|
4859
|
+
* <code>custom-oracle-ee (for RDS Custom for Oracle instances)</code>
|
|
4870
4860
|
* </p>
|
|
4871
4861
|
* </li>
|
|
4872
4862
|
* <li>
|
|
4873
4863
|
* <p>
|
|
4874
|
-
* <code>
|
|
4864
|
+
* <code>custom-sqlserver-ee (for RDS Custom for SQL Server instances)</code>
|
|
4875
4865
|
* </p>
|
|
4876
4866
|
* </li>
|
|
4877
4867
|
* <li>
|
|
4878
4868
|
* <p>
|
|
4879
|
-
* <code>
|
|
4869
|
+
* <code>custom-sqlserver-se (for RDS Custom for SQL Server instances)</code>
|
|
4880
4870
|
* </p>
|
|
4881
4871
|
* </li>
|
|
4882
4872
|
* <li>
|
|
4883
4873
|
* <p>
|
|
4884
|
-
* <code>sqlserver-
|
|
4874
|
+
* <code>custom-sqlserver-web (for RDS Custom for SQL Server instances)</code>
|
|
4885
4875
|
* </p>
|
|
4886
4876
|
* </li>
|
|
4887
4877
|
* <li>
|
|
4888
4878
|
* <p>
|
|
4889
|
-
* <code>
|
|
4879
|
+
* <code>mariadb</code>
|
|
4890
4880
|
* </p>
|
|
4891
4881
|
* </li>
|
|
4892
4882
|
* <li>
|
|
4893
4883
|
* <p>
|
|
4894
|
-
* <code>
|
|
4884
|
+
* <code>mysql</code>
|
|
4895
4885
|
* </p>
|
|
4896
4886
|
* </li>
|
|
4897
4887
|
* <li>
|
|
4898
4888
|
* <p>
|
|
4899
|
-
* <code>
|
|
4900
|
-
* </p>
|
|
4901
|
-
* </li>
|
|
4902
|
-
* </ul>
|
|
4903
|
-
*/
|
|
4904
|
-
Engine: string | undefined;
|
|
4905
|
-
/**
|
|
4906
|
-
* <p>The name for the master user.</p>
|
|
4907
|
-
*
|
|
4908
|
-
* <p>
|
|
4909
|
-
* <b>Amazon Aurora</b>
|
|
4910
|
-
* </p>
|
|
4911
|
-
* <p>Not applicable. The name for the master user is managed by the DB cluster.
|
|
4912
|
-
* </p>
|
|
4913
|
-
*
|
|
4914
|
-
* <p>
|
|
4915
|
-
* <b>MariaDB</b>
|
|
4916
|
-
* </p>
|
|
4917
|
-
* <p>Constraints:</p>
|
|
4918
|
-
* <ul>
|
|
4919
|
-
* <li>
|
|
4920
|
-
* <p>Required for MariaDB.</p>
|
|
4921
|
-
* </li>
|
|
4922
|
-
* <li>
|
|
4923
|
-
* <p>Must be 1 to 16 letters or numbers.</p>
|
|
4924
|
-
* </li>
|
|
4925
|
-
* <li>
|
|
4926
|
-
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
4927
|
-
* </li>
|
|
4928
|
-
* </ul>
|
|
4929
|
-
*
|
|
4930
|
-
* <p>
|
|
4931
|
-
* <b>Microsoft SQL Server</b>
|
|
4932
|
-
* </p>
|
|
4933
|
-
* <p>Constraints:</p>
|
|
4934
|
-
* <ul>
|
|
4935
|
-
* <li>
|
|
4936
|
-
* <p>Required for SQL Server.</p>
|
|
4937
|
-
* </li>
|
|
4938
|
-
* <li>
|
|
4939
|
-
* <p>Must be 1 to 128 letters or numbers.</p>
|
|
4940
|
-
* </li>
|
|
4941
|
-
* <li>
|
|
4942
|
-
* <p>The first character must be a letter.</p>
|
|
4943
|
-
* </li>
|
|
4944
|
-
* <li>
|
|
4945
|
-
* <p>Can't be a reserved word for the chosen database engine.</p>
|
|
4889
|
+
* <code>oracle-ee</code>
|
|
4890
|
+
* </p>
|
|
4946
4891
|
* </li>
|
|
4947
|
-
* </ul>
|
|
4948
|
-
*
|
|
4949
|
-
* <p>
|
|
4950
|
-
* <b>MySQL</b>
|
|
4951
|
-
* </p>
|
|
4952
|
-
* <p>Constraints:</p>
|
|
4953
|
-
* <ul>
|
|
4954
4892
|
* <li>
|
|
4955
|
-
*
|
|
4893
|
+
* <p>
|
|
4894
|
+
* <code>oracle-ee-cdb</code>
|
|
4895
|
+
* </p>
|
|
4956
4896
|
* </li>
|
|
4957
4897
|
* <li>
|
|
4958
|
-
* <p>
|
|
4898
|
+
* <p>
|
|
4899
|
+
* <code>oracle-se2</code>
|
|
4900
|
+
* </p>
|
|
4959
4901
|
* </li>
|
|
4960
4902
|
* <li>
|
|
4961
|
-
* <p>
|
|
4903
|
+
* <p>
|
|
4904
|
+
* <code>oracle-se2-cdb</code>
|
|
4905
|
+
* </p>
|
|
4962
4906
|
* </li>
|
|
4963
4907
|
* <li>
|
|
4964
|
-
* <p>
|
|
4908
|
+
* <p>
|
|
4909
|
+
* <code>postgres</code>
|
|
4910
|
+
* </p>
|
|
4965
4911
|
* </li>
|
|
4966
|
-
* </ul>
|
|
4967
|
-
*
|
|
4968
|
-
* <p>
|
|
4969
|
-
* <b>Oracle</b>
|
|
4970
|
-
* </p>
|
|
4971
|
-
* <p>Constraints:</p>
|
|
4972
|
-
* <ul>
|
|
4973
4912
|
* <li>
|
|
4974
|
-
*
|
|
4913
|
+
* <p>
|
|
4914
|
+
* <code>sqlserver-ee</code>
|
|
4915
|
+
* </p>
|
|
4975
4916
|
* </li>
|
|
4976
4917
|
* <li>
|
|
4977
|
-
* <p>
|
|
4918
|
+
* <p>
|
|
4919
|
+
* <code>sqlserver-se</code>
|
|
4920
|
+
* </p>
|
|
4978
4921
|
* </li>
|
|
4979
4922
|
* <li>
|
|
4980
|
-
* <p>
|
|
4923
|
+
* <p>
|
|
4924
|
+
* <code>sqlserver-ex</code>
|
|
4925
|
+
* </p>
|
|
4981
4926
|
* </li>
|
|
4982
4927
|
* <li>
|
|
4983
|
-
* <p>
|
|
4928
|
+
* <p>
|
|
4929
|
+
* <code>sqlserver-web</code>
|
|
4930
|
+
* </p>
|
|
4984
4931
|
* </li>
|
|
4985
4932
|
* </ul>
|
|
4933
|
+
*/
|
|
4934
|
+
Engine: string | undefined;
|
|
4935
|
+
/**
|
|
4936
|
+
* <p>The name for the master user.</p>
|
|
4986
4937
|
*
|
|
4987
4938
|
* <p>
|
|
4988
|
-
* <b>
|
|
4939
|
+
* <b>Amazon Aurora</b>
|
|
4989
4940
|
* </p>
|
|
4941
|
+
* <p>Not applicable. The name for the master user is managed by the DB cluster.
|
|
4942
|
+
* </p>
|
|
4943
|
+
*
|
|
4944
|
+
* <p>
|
|
4945
|
+
* <b>Amazon RDS</b>
|
|
4946
|
+
* </p>
|
|
4990
4947
|
* <p>Constraints:</p>
|
|
4991
4948
|
* <ul>
|
|
4992
4949
|
* <li>
|
|
4993
|
-
* <p>Required
|
|
4950
|
+
* <p>Required.</p>
|
|
4994
4951
|
* </li>
|
|
4995
4952
|
* <li>
|
|
4996
|
-
* <p>Must be 1 to
|
|
4953
|
+
* <p>Must be 1 to 16 letters, numbers, or underscores.</p>
|
|
4997
4954
|
* </li>
|
|
4998
4955
|
* <li>
|
|
4999
4956
|
* <p>First character must be a letter.</p>
|
|
@@ -5063,6 +5020,11 @@ export interface CreateDBInstanceMessage {
|
|
|
5063
5020
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html">Regions
|
|
5064
5021
|
* and Availability Zones</a>.
|
|
5065
5022
|
* </p>
|
|
5023
|
+
* <p>
|
|
5024
|
+
* <b>Amazon Aurora</b>
|
|
5025
|
+
* </p>
|
|
5026
|
+
* <p>Not applicable. Availability Zones are managed by the DB cluster.
|
|
5027
|
+
* </p>
|
|
5066
5028
|
* <p>Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.</p>
|
|
5067
5029
|
* <p>
|
|
5068
5030
|
* Example: <code>us-east-1d</code>
|
|
@@ -5138,7 +5100,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5138
5100
|
* <p>Can't be set to 0 if the DB instance is a source to read replicas</p>
|
|
5139
5101
|
* </li>
|
|
5140
5102
|
* <li>
|
|
5141
|
-
* <p>Can't be set to 0 or 35 for an RDS Custom DB instance</p>
|
|
5103
|
+
* <p>Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance</p>
|
|
5142
5104
|
* </li>
|
|
5143
5105
|
* </ul>
|
|
5144
5106
|
*/
|
|
@@ -5251,51 +5213,53 @@ export interface CreateDBInstanceMessage {
|
|
|
5251
5213
|
* instance is managed by the DB cluster.</p>
|
|
5252
5214
|
*
|
|
5253
5215
|
* <p>
|
|
5254
|
-
* <b>Amazon RDS Custom</b>
|
|
5216
|
+
* <b>Amazon RDS Custom for Oracle</b>
|
|
5255
5217
|
* </p>
|
|
5256
|
-
* <p>A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom. The CEV
|
|
5218
|
+
* <p>A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV
|
|
5257
5219
|
* name has the following format: <code>19.<i>customized_string</i>
|
|
5258
5220
|
* </code>. An example identifier is
|
|
5259
5221
|
* <code>19.my_cev1</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create">
|
|
5260
|
-
* Creating an RDS Custom DB instance</a> in the <i>Amazon RDS User Guide.</i>.</p>
|
|
5222
|
+
* Creating an RDS Custom for Oracle DB instance</a> in the <i>Amazon RDS User Guide.</i>.</p>
|
|
5261
5223
|
*
|
|
5262
5224
|
* <p>
|
|
5263
|
-
* <b>
|
|
5225
|
+
* <b>Amazon RDS Custom for SQL Server</b>
|
|
5226
|
+
* </p>
|
|
5227
|
+
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits.html#custom-reqs-limits.reqsMS">RDS Custom for SQL Server general requirements</a>
|
|
5228
|
+
* in the <i>Amazon RDS User Guide.</i>
|
|
5264
5229
|
* </p>
|
|
5265
5230
|
*
|
|
5266
|
-
* <p>
|
|
5231
|
+
* <p>
|
|
5232
|
+
* <b>MariaDB</b>
|
|
5233
|
+
* </p>
|
|
5234
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt">MariaDB on Amazon RDS Versions</a> in the
|
|
5267
5235
|
* <i>Amazon RDS User Guide.</i>
|
|
5268
5236
|
* </p>
|
|
5269
5237
|
*
|
|
5270
5238
|
* <p>
|
|
5271
5239
|
* <b>Microsoft SQL Server</b>
|
|
5272
5240
|
* </p>
|
|
5273
|
-
*
|
|
5274
|
-
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport">Microsoft SQL Server Versions on Amazon RDS</a> in the
|
|
5241
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport">Microsoft SQL Server Versions on Amazon RDS</a> in the
|
|
5275
5242
|
* <i>Amazon RDS User Guide.</i>
|
|
5276
5243
|
* </p>
|
|
5277
5244
|
*
|
|
5278
5245
|
* <p>
|
|
5279
5246
|
* <b>MySQL</b>
|
|
5280
5247
|
* </p>
|
|
5281
|
-
*
|
|
5282
|
-
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
|
|
5248
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
|
|
5283
5249
|
* <i>Amazon RDS User Guide.</i>
|
|
5284
5250
|
* </p>
|
|
5285
5251
|
*
|
|
5286
5252
|
* <p>
|
|
5287
5253
|
* <b>Oracle</b>
|
|
5288
5254
|
* </p>
|
|
5289
|
-
*
|
|
5290
|
-
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html">Oracle Database Engine Release Notes</a> in the
|
|
5255
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html">Oracle Database Engine Release Notes</a> in the
|
|
5291
5256
|
* <i>Amazon RDS User Guide.</i>
|
|
5292
5257
|
* </p>
|
|
5293
5258
|
*
|
|
5294
5259
|
* <p>
|
|
5295
5260
|
* <b>PostgreSQL</b>
|
|
5296
5261
|
* </p>
|
|
5297
|
-
*
|
|
5298
|
-
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
5262
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
|
|
5299
5263
|
* <i>Amazon RDS User Guide.</i>
|
|
5300
5264
|
* </p>
|
|
5301
5265
|
*/
|
|
@@ -5317,10 +5281,11 @@ export interface CreateDBInstanceMessage {
|
|
|
5317
5281
|
LicenseModel?: string;
|
|
5318
5282
|
/**
|
|
5319
5283
|
* <p>The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.
|
|
5320
|
-
* For information about valid Iops values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS
|
|
5284
|
+
* For information about valid <code>Iops</code> values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS storage to improve performance</a> in the <i>Amazon RDS User Guide</i>.
|
|
5321
5285
|
* </p>
|
|
5322
|
-
* <p>Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50
|
|
5323
|
-
* For SQL Server DB instances, must be a multiple between 1 and 50
|
|
5286
|
+
* <p>Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50
|
|
5287
|
+
* of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50
|
|
5288
|
+
* of the storage amount for the DB instance.
|
|
5324
5289
|
* </p>
|
|
5325
5290
|
*/
|
|
5326
5291
|
Iops?: number;
|
|
@@ -5351,27 +5316,28 @@ export interface CreateDBInstanceMessage {
|
|
|
5351
5316
|
NcharCharacterSetName?: string;
|
|
5352
5317
|
/**
|
|
5353
5318
|
* <p>A value that indicates whether the DB instance is publicly accessible.</p>
|
|
5354
|
-
* <p>When the DB instance is publicly accessible, its DNS endpoint resolves to the private IP address from
|
|
5355
|
-
*
|
|
5356
|
-
*
|
|
5319
|
+
* <p>When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from
|
|
5320
|
+
* within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB instance's VPC.
|
|
5321
|
+
* Access to the DB instance is ultimately controlled by the security group it uses.
|
|
5322
|
+
* That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
|
|
5357
5323
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
5358
5324
|
* <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p>
|
|
5359
5325
|
* <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
5360
5326
|
* <ul>
|
|
5361
5327
|
* <li>
|
|
5362
|
-
* <p>If the default VPC in the target
|
|
5328
|
+
* <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
5363
5329
|
* </li>
|
|
5364
5330
|
* <li>
|
|
5365
|
-
* <p>If the default VPC in the target
|
|
5331
|
+
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB instance is public.</p>
|
|
5366
5332
|
* </li>
|
|
5367
5333
|
* </ul>
|
|
5368
5334
|
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
5369
5335
|
* <ul>
|
|
5370
5336
|
* <li>
|
|
5371
|
-
* <p>If the subnets are part of a VPC that doesn’t have an
|
|
5337
|
+
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
5372
5338
|
* </li>
|
|
5373
5339
|
* <li>
|
|
5374
|
-
* <p>If the subnets are part of a VPC that has an
|
|
5340
|
+
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB instance is public.</p>
|
|
5375
5341
|
* </li>
|
|
5376
5342
|
* </ul>
|
|
5377
5343
|
*/
|
|
@@ -5412,7 +5378,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5412
5378
|
TdeCredentialPassword?: string;
|
|
5413
5379
|
/**
|
|
5414
5380
|
* <p>A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.</p>
|
|
5415
|
-
* <p>For RDS Custom
|
|
5381
|
+
* <p>For RDS Custom instances, either set this parameter to <code>true</code> or leave it unset.
|
|
5416
5382
|
* If you set this parameter to <code>false</code>, RDS reports an error.</p>
|
|
5417
5383
|
* <p>
|
|
5418
5384
|
* <b>Amazon Aurora</b>
|
|
@@ -5437,8 +5403,8 @@ export interface CreateDBInstanceMessage {
|
|
|
5437
5403
|
* <p>
|
|
5438
5404
|
* <b>Amazon RDS Custom</b>
|
|
5439
5405
|
* </p>
|
|
5440
|
-
* <p>A KMS key is required for RDS Custom
|
|
5441
|
-
* while enabling <code>StorageEncrypted</code>, the engine uses the default KMS key. However, RDS Custom
|
|
5406
|
+
* <p>A KMS key is required for RDS Custom instances. For most RDS engines, if you leave this parameter empty
|
|
5407
|
+
* while enabling <code>StorageEncrypted</code>, the engine uses the default KMS key. However, RDS Custom
|
|
5442
5408
|
* doesn't use the default key when this parameter is empty. You must explicitly specify a key.</p>
|
|
5443
5409
|
*/
|
|
5444
5410
|
KmsKeyId?: string;
|
|
@@ -5502,8 +5468,8 @@ export interface CreateDBInstanceMessage {
|
|
|
5502
5468
|
*/
|
|
5503
5469
|
Timezone?: string;
|
|
5504
5470
|
/**
|
|
5505
|
-
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
|
|
5506
|
-
*
|
|
5471
|
+
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management
|
|
5472
|
+
* (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
|
|
5507
5473
|
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora, mapping Amazon Web Services IAM accounts
|
|
5508
5474
|
* to database accounts is managed by the DB cluster.</p>
|
|
5509
5475
|
* <p>For more information, see
|
|
@@ -5559,7 +5525,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5559
5525
|
* </p>
|
|
5560
5526
|
* <p>Possible values are <code>agent</code> and <code>error</code>.
|
|
5561
5527
|
* </p>
|
|
5562
|
-
*
|
|
5528
|
+
* <p>
|
|
5563
5529
|
* <b>MySQL</b>
|
|
5564
5530
|
* </p>
|
|
5565
5531
|
* <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.
|
|
@@ -5585,7 +5551,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5585
5551
|
/**
|
|
5586
5552
|
* <p>A value that indicates whether the DB instance has deletion protection enabled.
|
|
5587
5553
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
5588
|
-
* deletion protection
|
|
5554
|
+
* deletion protection isn't enabled. For more information, see
|
|
5589
5555
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
5590
5556
|
* Deleting a DB Instance</a>.
|
|
5591
5557
|
* </p>
|
|
@@ -5641,6 +5607,13 @@ export interface CreateDBInstanceMessage {
|
|
|
5641
5607
|
* <p>This setting is required for RDS Custom.</p>
|
|
5642
5608
|
*/
|
|
5643
5609
|
CustomIamInstanceProfile?: string;
|
|
5610
|
+
/**
|
|
5611
|
+
* <p>Specifies where automated backups and manual snapshots are stored.</p>
|
|
5612
|
+
* <p>Possible values are <code>outposts</code> (Amazon Web Services Outposts) and <code>region</code> (Amazon Web Services Region). The default is <code>region</code>.</p>
|
|
5613
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working
|
|
5614
|
+
* with Amazon RDS on Amazon Web Services Outposts</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
5615
|
+
*/
|
|
5616
|
+
BackupTarget?: string;
|
|
5644
5617
|
}
|
|
5645
5618
|
export declare namespace CreateDBInstanceMessage {
|
|
5646
5619
|
/**
|
|
@@ -6074,7 +6047,11 @@ export declare namespace DBInstanceStatusInfo {
|
|
|
6074
6047
|
/**
|
|
6075
6048
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
6076
6049
|
* </p>
|
|
6077
|
-
* <p>This data type is used as a response element in the <code>
|
|
6050
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
6051
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
6052
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
6053
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
6054
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
6078
6055
|
* </p>
|
|
6079
6056
|
*/
|
|
6080
6057
|
export interface DBInstance {
|
|
@@ -6206,8 +6183,8 @@ export interface DBInstance {
|
|
|
6206
6183
|
/**
|
|
6207
6184
|
* <p>Contains one or more identifiers of Aurora DB clusters to which the RDS DB instance
|
|
6208
6185
|
* is replicated as a read replica. For example, when you create an Aurora read replica of
|
|
6209
|
-
* an RDS MySQL DB instance, the Aurora MySQL DB cluster for the Aurora read replica is
|
|
6210
|
-
* shown. This output
|
|
6186
|
+
* an RDS for MySQL DB instance, the Aurora MySQL DB cluster for the Aurora read replica is
|
|
6187
|
+
* shown. This output doesn't contain information about cross-Region Aurora read
|
|
6211
6188
|
* replicas.</p>
|
|
6212
6189
|
* <note>
|
|
6213
6190
|
* <p>Currently, each RDS DB instance can have only one Aurora read replica.</p>
|
|
@@ -6251,9 +6228,12 @@ export interface DBInstance {
|
|
|
6251
6228
|
SecondaryAvailabilityZone?: string;
|
|
6252
6229
|
/**
|
|
6253
6230
|
* <p>Specifies the accessibility options for the DB instance.</p>
|
|
6254
|
-
* <p>When the DB
|
|
6255
|
-
*
|
|
6256
|
-
*
|
|
6231
|
+
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
6232
|
+
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
6233
|
+
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
6234
|
+
* to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
6235
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit
|
|
6236
|
+
* it.</p>
|
|
6257
6237
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
6258
6238
|
* <p>For more information, see <a>CreateDBInstance</a>.</p>
|
|
6259
6239
|
*/
|
|
@@ -6492,6 +6472,10 @@ export interface DBInstance {
|
|
|
6492
6472
|
* User Guide</i>.</p>
|
|
6493
6473
|
*/
|
|
6494
6474
|
CustomIamInstanceProfile?: string;
|
|
6475
|
+
/**
|
|
6476
|
+
* <p>Specifies where automated backups and manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
6477
|
+
*/
|
|
6478
|
+
BackupTarget?: string;
|
|
6495
6479
|
}
|
|
6496
6480
|
export declare namespace DBInstance {
|
|
6497
6481
|
/**
|
|
@@ -6503,7 +6487,11 @@ export interface CreateDBInstanceResult {
|
|
|
6503
6487
|
/**
|
|
6504
6488
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
6505
6489
|
* </p>
|
|
6506
|
-
* <p>This data type is used as a response element in the <code>
|
|
6490
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
6491
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
6492
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
6493
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
6494
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
6507
6495
|
* </p>
|
|
6508
6496
|
*/
|
|
6509
6497
|
DBInstance?: DBInstance;
|
|
@@ -6522,12 +6510,6 @@ export interface DBInstanceAlreadyExistsFault extends __SmithyException, $Metada
|
|
|
6522
6510
|
$fault: "client";
|
|
6523
6511
|
message?: string;
|
|
6524
6512
|
}
|
|
6525
|
-
export declare namespace DBInstanceAlreadyExistsFault {
|
|
6526
|
-
/**
|
|
6527
|
-
* @internal
|
|
6528
|
-
*/
|
|
6529
|
-
const filterSensitiveLog: (obj: DBInstanceAlreadyExistsFault) => any;
|
|
6530
|
-
}
|
|
6531
6513
|
/**
|
|
6532
6514
|
* <p>The request would result in the user exceeding the allowed number of DB
|
|
6533
6515
|
* instances.</p>
|
|
@@ -6537,12 +6519,6 @@ export interface InstanceQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
6537
6519
|
$fault: "client";
|
|
6538
6520
|
message?: string;
|
|
6539
6521
|
}
|
|
6540
|
-
export declare namespace InstanceQuotaExceededFault {
|
|
6541
|
-
/**
|
|
6542
|
-
* @internal
|
|
6543
|
-
*/
|
|
6544
|
-
const filterSensitiveLog: (obj: InstanceQuotaExceededFault) => any;
|
|
6545
|
-
}
|
|
6546
6522
|
/**
|
|
6547
6523
|
* <p>The specified DB instance class isn't available in the specified Availability
|
|
6548
6524
|
* Zone.</p>
|
|
@@ -6552,12 +6528,6 @@ export interface InsufficientDBInstanceCapacityFault extends __SmithyException,
|
|
|
6552
6528
|
$fault: "client";
|
|
6553
6529
|
message?: string;
|
|
6554
6530
|
}
|
|
6555
|
-
export declare namespace InsufficientDBInstanceCapacityFault {
|
|
6556
|
-
/**
|
|
6557
|
-
* @internal
|
|
6558
|
-
*/
|
|
6559
|
-
const filterSensitiveLog: (obj: InsufficientDBInstanceCapacityFault) => any;
|
|
6560
|
-
}
|
|
6561
6531
|
/**
|
|
6562
6532
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
6563
6533
|
*/
|
|
@@ -6566,12 +6536,6 @@ export interface ProvisionedIopsNotAvailableInAZFault extends __SmithyException,
|
|
|
6566
6536
|
$fault: "client";
|
|
6567
6537
|
message?: string;
|
|
6568
6538
|
}
|
|
6569
|
-
export declare namespace ProvisionedIopsNotAvailableInAZFault {
|
|
6570
|
-
/**
|
|
6571
|
-
* @internal
|
|
6572
|
-
*/
|
|
6573
|
-
const filterSensitiveLog: (obj: ProvisionedIopsNotAvailableInAZFault) => any;
|
|
6574
|
-
}
|
|
6575
6539
|
/**
|
|
6576
6540
|
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
6577
6541
|
* with the DB instance. </p>
|
|
@@ -6581,12 +6545,6 @@ export interface StorageTypeNotSupportedFault extends __SmithyException, $Metada
|
|
|
6581
6545
|
$fault: "client";
|
|
6582
6546
|
message?: string;
|
|
6583
6547
|
}
|
|
6584
|
-
export declare namespace StorageTypeNotSupportedFault {
|
|
6585
|
-
/**
|
|
6586
|
-
* @internal
|
|
6587
|
-
*/
|
|
6588
|
-
const filterSensitiveLog: (obj: StorageTypeNotSupportedFault) => any;
|
|
6589
|
-
}
|
|
6590
6548
|
export interface CreateDBInstanceReadReplicaMessage {
|
|
6591
6549
|
/**
|
|
6592
6550
|
* <p>The DB instance identifier of the read replica. This identifier is the unique key
|
|
@@ -6616,7 +6574,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6616
6574
|
* </li>
|
|
6617
6575
|
* <li>
|
|
6618
6576
|
* <p>Can specify a PostgreSQL DB instance only if the source is running PostgreSQL 9.3.5 or
|
|
6619
|
-
* later (9.4.7 and higher for cross-
|
|
6577
|
+
* later (9.4.7 and higher for cross-Region replication).</p>
|
|
6620
6578
|
* </li>
|
|
6621
6579
|
* <li>
|
|
6622
6580
|
* <p>The specified DB instance must have automatic backups enabled, that is, its backup
|
|
@@ -6636,8 +6594,8 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6636
6594
|
*/
|
|
6637
6595
|
SourceDBInstanceIdentifier: string | undefined;
|
|
6638
6596
|
/**
|
|
6639
|
-
* <p>The compute and memory capacity of the read replica, for example
|
|
6640
|
-
*
|
|
6597
|
+
* <p>The compute and memory capacity of the read replica, for example
|
|
6598
|
+
* db.m4.large. Not all DB instance classes are available in all Amazon Web Services
|
|
6641
6599
|
* Regions, or for all database engines. For the full list of DB instance classes, and
|
|
6642
6600
|
* availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance
|
|
6643
6601
|
* Class</a> in the <i>Amazon RDS User Guide.</i>
|
|
@@ -6693,9 +6651,9 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6693
6651
|
/**
|
|
6694
6652
|
* <p>The name of the DB parameter group to associate with this DB instance.</p>
|
|
6695
6653
|
* <p>If you do not specify a value for <code>DBParameterGroupName</code>, then Amazon RDS
|
|
6696
|
-
* uses the <code>DBParameterGroup</code> of source DB instance for a same
|
|
6654
|
+
* uses the <code>DBParameterGroup</code> of source DB instance for a same Region read
|
|
6697
6655
|
* replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
|
|
6698
|
-
* cross
|
|
6656
|
+
* cross-Region read replica.</p>
|
|
6699
6657
|
* <p>Specifying a parameter group for this operation is only supported for Oracle DB instances. It
|
|
6700
6658
|
* isn't supported for RDS Custom.</p>
|
|
6701
6659
|
* <p>Constraints:</p>
|
|
@@ -6714,9 +6672,12 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6714
6672
|
DBParameterGroupName?: string;
|
|
6715
6673
|
/**
|
|
6716
6674
|
* <p>A value that indicates whether the DB instance is publicly accessible.</p>
|
|
6717
|
-
* <p>When the DB
|
|
6718
|
-
*
|
|
6719
|
-
*
|
|
6675
|
+
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
6676
|
+
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
6677
|
+
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
6678
|
+
* to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
6679
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit
|
|
6680
|
+
* it.</p>
|
|
6720
6681
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
6721
6682
|
* <p>For more information, see <a>CreateDBInstance</a>.</p>
|
|
6722
6683
|
*/
|
|
@@ -6887,14 +6848,14 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6887
6848
|
* for the operation that can be executed in the source Amazon Web Services Region.</p>
|
|
6888
6849
|
* <p>
|
|
6889
6850
|
* <code>SourceRegion</code> isn't supported for SQL Server, because SQL Server on Amazon RDS
|
|
6890
|
-
* doesn't support cross-
|
|
6851
|
+
* doesn't support cross-Region read replicas.</p>
|
|
6891
6852
|
* </note>
|
|
6892
6853
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
6893
6854
|
*/
|
|
6894
6855
|
PreSignedUrl?: string;
|
|
6895
6856
|
/**
|
|
6896
|
-
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access
|
|
6897
|
-
*
|
|
6857
|
+
* <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management
|
|
6858
|
+
* (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
|
|
6898
6859
|
*
|
|
6899
6860
|
* <p>For more information about IAM database authentication, see
|
|
6900
6861
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
@@ -6947,7 +6908,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6947
6908
|
/**
|
|
6948
6909
|
* <p>A value that indicates whether the DB instance has deletion protection enabled.
|
|
6949
6910
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
6950
|
-
* deletion protection
|
|
6911
|
+
* deletion protection isn't enabled. For more information, see
|
|
6951
6912
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
6952
6913
|
* Deleting a DB Instance</a>.
|
|
6953
6914
|
* </p>
|
|
@@ -7022,7 +6983,11 @@ export interface CreateDBInstanceReadReplicaResult {
|
|
|
7022
6983
|
/**
|
|
7023
6984
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
7024
6985
|
* </p>
|
|
7025
|
-
* <p>This data type is used as a response element in the <code>
|
|
6986
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
6987
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
6988
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
6989
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
6990
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
7026
6991
|
* </p>
|
|
7027
6992
|
*/
|
|
7028
6993
|
DBInstance?: DBInstance;
|
|
@@ -7042,12 +7007,6 @@ export interface DBSubnetGroupNotAllowedFault extends __SmithyException, $Metada
|
|
|
7042
7007
|
$fault: "client";
|
|
7043
7008
|
message?: string;
|
|
7044
7009
|
}
|
|
7045
|
-
export declare namespace DBSubnetGroupNotAllowedFault {
|
|
7046
|
-
/**
|
|
7047
|
-
* @internal
|
|
7048
|
-
*/
|
|
7049
|
-
const filterSensitiveLog: (obj: DBSubnetGroupNotAllowedFault) => any;
|
|
7050
|
-
}
|
|
7051
7010
|
/**
|
|
7052
7011
|
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
7053
7012
|
* cross-region read replica of the same source instance.</p>
|
|
@@ -7057,12 +7016,6 @@ export interface InvalidDBSubnetGroupFault extends __SmithyException, $MetadataB
|
|
|
7057
7016
|
$fault: "client";
|
|
7058
7017
|
message?: string;
|
|
7059
7018
|
}
|
|
7060
|
-
export declare namespace InvalidDBSubnetGroupFault {
|
|
7061
|
-
/**
|
|
7062
|
-
* @internal
|
|
7063
|
-
*/
|
|
7064
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetGroupFault) => any;
|
|
7065
|
-
}
|
|
7066
7019
|
/**
|
|
7067
7020
|
* <p></p>
|
|
7068
7021
|
*/
|
|
@@ -7107,7 +7060,7 @@ export interface CreateDBParameterGroupMessage {
|
|
|
7107
7060
|
* </li>
|
|
7108
7061
|
* <li>
|
|
7109
7062
|
* <p>
|
|
7110
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
7063
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
7111
7064
|
* </li>
|
|
7112
7065
|
* <li>
|
|
7113
7066
|
* <p>
|
|
@@ -7451,12 +7404,6 @@ export interface DBProxyAlreadyExistsFault extends __SmithyException, $MetadataB
|
|
|
7451
7404
|
$fault: "client";
|
|
7452
7405
|
message?: string;
|
|
7453
7406
|
}
|
|
7454
|
-
export declare namespace DBProxyAlreadyExistsFault {
|
|
7455
|
-
/**
|
|
7456
|
-
* @internal
|
|
7457
|
-
*/
|
|
7458
|
-
const filterSensitiveLog: (obj: DBProxyAlreadyExistsFault) => any;
|
|
7459
|
-
}
|
|
7460
7407
|
/**
|
|
7461
7408
|
* <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
|
|
7462
7409
|
*/
|
|
@@ -7465,12 +7412,6 @@ export interface DBProxyQuotaExceededFault extends __SmithyException, $MetadataB
|
|
|
7465
7412
|
$fault: "client";
|
|
7466
7413
|
message?: string;
|
|
7467
7414
|
}
|
|
7468
|
-
export declare namespace DBProxyQuotaExceededFault {
|
|
7469
|
-
/**
|
|
7470
|
-
* @internal
|
|
7471
|
-
*/
|
|
7472
|
-
const filterSensitiveLog: (obj: DBProxyQuotaExceededFault) => any;
|
|
7473
|
-
}
|
|
7474
7415
|
export declare enum DBProxyEndpointTargetRole {
|
|
7475
7416
|
READ_ONLY = "READ_ONLY",
|
|
7476
7417
|
READ_WRITE = "READ_WRITE"
|
|
@@ -7609,12 +7550,6 @@ export interface DBProxyEndpointAlreadyExistsFault extends __SmithyException, $M
|
|
|
7609
7550
|
$fault: "client";
|
|
7610
7551
|
message?: string;
|
|
7611
7552
|
}
|
|
7612
|
-
export declare namespace DBProxyEndpointAlreadyExistsFault {
|
|
7613
|
-
/**
|
|
7614
|
-
* @internal
|
|
7615
|
-
*/
|
|
7616
|
-
const filterSensitiveLog: (obj: DBProxyEndpointAlreadyExistsFault) => any;
|
|
7617
|
-
}
|
|
7618
7553
|
/**
|
|
7619
7554
|
* <p>The DB proxy already has the maximum number of endpoints.</p>
|
|
7620
7555
|
*/
|
|
@@ -7623,12 +7558,6 @@ export interface DBProxyEndpointQuotaExceededFault extends __SmithyException, $M
|
|
|
7623
7558
|
$fault: "client";
|
|
7624
7559
|
message?: string;
|
|
7625
7560
|
}
|
|
7626
|
-
export declare namespace DBProxyEndpointQuotaExceededFault {
|
|
7627
|
-
/**
|
|
7628
|
-
* @internal
|
|
7629
|
-
*/
|
|
7630
|
-
const filterSensitiveLog: (obj: DBProxyEndpointQuotaExceededFault) => any;
|
|
7631
|
-
}
|
|
7632
7561
|
/**
|
|
7633
7562
|
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
7634
7563
|
*/
|
|
@@ -7637,12 +7566,6 @@ export interface InvalidDBProxyStateFault extends __SmithyException, $MetadataBe
|
|
|
7637
7566
|
$fault: "client";
|
|
7638
7567
|
message?: string;
|
|
7639
7568
|
}
|
|
7640
|
-
export declare namespace InvalidDBProxyStateFault {
|
|
7641
|
-
/**
|
|
7642
|
-
* @internal
|
|
7643
|
-
*/
|
|
7644
|
-
const filterSensitiveLog: (obj: InvalidDBProxyStateFault) => any;
|
|
7645
|
-
}
|
|
7646
7569
|
/**
|
|
7647
7570
|
* <p></p>
|
|
7648
7571
|
*/
|
|
@@ -7710,12 +7633,6 @@ export interface DBSecurityGroupAlreadyExistsFault extends __SmithyException, $M
|
|
|
7710
7633
|
$fault: "client";
|
|
7711
7634
|
message?: string;
|
|
7712
7635
|
}
|
|
7713
|
-
export declare namespace DBSecurityGroupAlreadyExistsFault {
|
|
7714
|
-
/**
|
|
7715
|
-
* @internal
|
|
7716
|
-
*/
|
|
7717
|
-
const filterSensitiveLog: (obj: DBSecurityGroupAlreadyExistsFault) => any;
|
|
7718
|
-
}
|
|
7719
7636
|
/**
|
|
7720
7637
|
* <p>A DB security group isn't allowed for this action.</p>
|
|
7721
7638
|
*/
|
|
@@ -7724,12 +7641,6 @@ export interface DBSecurityGroupNotSupportedFault extends __SmithyException, $Me
|
|
|
7724
7641
|
$fault: "client";
|
|
7725
7642
|
message?: string;
|
|
7726
7643
|
}
|
|
7727
|
-
export declare namespace DBSecurityGroupNotSupportedFault {
|
|
7728
|
-
/**
|
|
7729
|
-
* @internal
|
|
7730
|
-
*/
|
|
7731
|
-
const filterSensitiveLog: (obj: DBSecurityGroupNotSupportedFault) => any;
|
|
7732
|
-
}
|
|
7733
7644
|
/**
|
|
7734
7645
|
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
7735
7646
|
* groups.</p>
|
|
@@ -7739,12 +7650,6 @@ export interface DBSecurityGroupQuotaExceededFault extends __SmithyException, $M
|
|
|
7739
7650
|
$fault: "client";
|
|
7740
7651
|
message?: string;
|
|
7741
7652
|
}
|
|
7742
|
-
export declare namespace DBSecurityGroupQuotaExceededFault {
|
|
7743
|
-
/**
|
|
7744
|
-
* @internal
|
|
7745
|
-
*/
|
|
7746
|
-
const filterSensitiveLog: (obj: DBSecurityGroupQuotaExceededFault) => any;
|
|
7747
|
-
}
|
|
7748
7653
|
/**
|
|
7749
7654
|
* <p></p>
|
|
7750
7655
|
*/
|
|
@@ -7865,12 +7770,6 @@ export interface DBSubnetGroupAlreadyExistsFault extends __SmithyException, $Met
|
|
|
7865
7770
|
$fault: "client";
|
|
7866
7771
|
message?: string;
|
|
7867
7772
|
}
|
|
7868
|
-
export declare namespace DBSubnetGroupAlreadyExistsFault {
|
|
7869
|
-
/**
|
|
7870
|
-
* @internal
|
|
7871
|
-
*/
|
|
7872
|
-
const filterSensitiveLog: (obj: DBSubnetGroupAlreadyExistsFault) => any;
|
|
7873
|
-
}
|
|
7874
7773
|
/**
|
|
7875
7774
|
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
7876
7775
|
* groups.</p>
|
|
@@ -7880,12 +7779,6 @@ export interface DBSubnetGroupQuotaExceededFault extends __SmithyException, $Met
|
|
|
7880
7779
|
$fault: "client";
|
|
7881
7780
|
message?: string;
|
|
7882
7781
|
}
|
|
7883
|
-
export declare namespace DBSubnetGroupQuotaExceededFault {
|
|
7884
|
-
/**
|
|
7885
|
-
* @internal
|
|
7886
|
-
*/
|
|
7887
|
-
const filterSensitiveLog: (obj: DBSubnetGroupQuotaExceededFault) => any;
|
|
7888
|
-
}
|
|
7889
7782
|
/**
|
|
7890
7783
|
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
7891
7784
|
* DB subnet groups.</p>
|
|
@@ -7895,12 +7788,6 @@ export interface DBSubnetQuotaExceededFault extends __SmithyException, $Metadata
|
|
|
7895
7788
|
$fault: "client";
|
|
7896
7789
|
message?: string;
|
|
7897
7790
|
}
|
|
7898
|
-
export declare namespace DBSubnetQuotaExceededFault {
|
|
7899
|
-
/**
|
|
7900
|
-
* @internal
|
|
7901
|
-
*/
|
|
7902
|
-
const filterSensitiveLog: (obj: DBSubnetQuotaExceededFault) => any;
|
|
7903
|
-
}
|
|
7904
7791
|
/**
|
|
7905
7792
|
* <p></p>
|
|
7906
7793
|
*/
|
|
@@ -7998,12 +7885,6 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
7998
7885
|
$fault: "client";
|
|
7999
7886
|
message?: string;
|
|
8000
7887
|
}
|
|
8001
|
-
export declare namespace EventSubscriptionQuotaExceededFault {
|
|
8002
|
-
/**
|
|
8003
|
-
* @internal
|
|
8004
|
-
*/
|
|
8005
|
-
const filterSensitiveLog: (obj: EventSubscriptionQuotaExceededFault) => any;
|
|
8006
|
-
}
|
|
8007
7888
|
/**
|
|
8008
7889
|
* <p>SNS has responded that there is a problem with the SND topic specified.</p>
|
|
8009
7890
|
*/
|
|
@@ -8012,12 +7893,6 @@ export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer
|
|
|
8012
7893
|
$fault: "client";
|
|
8013
7894
|
message?: string;
|
|
8014
7895
|
}
|
|
8015
|
-
export declare namespace SNSInvalidTopicFault {
|
|
8016
|
-
/**
|
|
8017
|
-
* @internal
|
|
8018
|
-
*/
|
|
8019
|
-
const filterSensitiveLog: (obj: SNSInvalidTopicFault) => any;
|
|
8020
|
-
}
|
|
8021
7896
|
/**
|
|
8022
7897
|
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
8023
7898
|
*/
|
|
@@ -8026,12 +7901,6 @@ export interface SNSNoAuthorizationFault extends __SmithyException, $MetadataBea
|
|
|
8026
7901
|
$fault: "client";
|
|
8027
7902
|
message?: string;
|
|
8028
7903
|
}
|
|
8029
|
-
export declare namespace SNSNoAuthorizationFault {
|
|
8030
|
-
/**
|
|
8031
|
-
* @internal
|
|
8032
|
-
*/
|
|
8033
|
-
const filterSensitiveLog: (obj: SNSNoAuthorizationFault) => any;
|
|
8034
|
-
}
|
|
8035
7904
|
/**
|
|
8036
7905
|
* <p>The SNS topic ARN does not exist.</p>
|
|
8037
7906
|
*/
|
|
@@ -8040,12 +7909,6 @@ export interface SNSTopicArnNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
8040
7909
|
$fault: "client";
|
|
8041
7910
|
message?: string;
|
|
8042
7911
|
}
|
|
8043
|
-
export declare namespace SNSTopicArnNotFoundFault {
|
|
8044
|
-
/**
|
|
8045
|
-
* @internal
|
|
8046
|
-
*/
|
|
8047
|
-
const filterSensitiveLog: (obj: SNSTopicArnNotFoundFault) => any;
|
|
8048
|
-
}
|
|
8049
7912
|
/**
|
|
8050
7913
|
* <p>The supplied subscription name already exists.</p>
|
|
8051
7914
|
*/
|
|
@@ -8054,12 +7917,6 @@ export interface SubscriptionAlreadyExistFault extends __SmithyException, $Metad
|
|
|
8054
7917
|
$fault: "client";
|
|
8055
7918
|
message?: string;
|
|
8056
7919
|
}
|
|
8057
|
-
export declare namespace SubscriptionAlreadyExistFault {
|
|
8058
|
-
/**
|
|
8059
|
-
* @internal
|
|
8060
|
-
*/
|
|
8061
|
-
const filterSensitiveLog: (obj: SubscriptionAlreadyExistFault) => any;
|
|
8062
|
-
}
|
|
8063
7920
|
/**
|
|
8064
7921
|
* <p>The supplied category does not exist.</p>
|
|
8065
7922
|
*/
|
|
@@ -8068,12 +7925,6 @@ export interface SubscriptionCategoryNotFoundFault extends __SmithyException, $M
|
|
|
8068
7925
|
$fault: "client";
|
|
8069
7926
|
message?: string;
|
|
8070
7927
|
}
|
|
8071
|
-
export declare namespace SubscriptionCategoryNotFoundFault {
|
|
8072
|
-
/**
|
|
8073
|
-
* @internal
|
|
8074
|
-
*/
|
|
8075
|
-
const filterSensitiveLog: (obj: SubscriptionCategoryNotFoundFault) => any;
|
|
8076
|
-
}
|
|
8077
7928
|
export interface CreateGlobalClusterMessage {
|
|
8078
7929
|
/**
|
|
8079
7930
|
* <p>The cluster identifier of the new global database cluster.</p>
|
|
@@ -8304,12 +8155,6 @@ export interface GlobalClusterAlreadyExistsFault extends __SmithyException, $Met
|
|
|
8304
8155
|
$fault: "client";
|
|
8305
8156
|
message?: string;
|
|
8306
8157
|
}
|
|
8307
|
-
export declare namespace GlobalClusterAlreadyExistsFault {
|
|
8308
|
-
/**
|
|
8309
|
-
* @internal
|
|
8310
|
-
*/
|
|
8311
|
-
const filterSensitiveLog: (obj: GlobalClusterAlreadyExistsFault) => any;
|
|
8312
|
-
}
|
|
8313
8158
|
/**
|
|
8314
8159
|
* <p>The number of global database clusters for this account is already at the maximum allowed.</p>
|
|
8315
8160
|
*/
|
|
@@ -8318,12 +8163,6 @@ export interface GlobalClusterQuotaExceededFault extends __SmithyException, $Met
|
|
|
8318
8163
|
$fault: "client";
|
|
8319
8164
|
message?: string;
|
|
8320
8165
|
}
|
|
8321
|
-
export declare namespace GlobalClusterQuotaExceededFault {
|
|
8322
|
-
/**
|
|
8323
|
-
* @internal
|
|
8324
|
-
*/
|
|
8325
|
-
const filterSensitiveLog: (obj: GlobalClusterQuotaExceededFault) => any;
|
|
8326
|
-
}
|
|
8327
8166
|
/**
|
|
8328
8167
|
* <p></p>
|
|
8329
8168
|
*/
|
|
@@ -8476,12 +8315,6 @@ export interface CustomDBEngineVersionNotFoundFault extends __SmithyException, $
|
|
|
8476
8315
|
$fault: "client";
|
|
8477
8316
|
message?: string;
|
|
8478
8317
|
}
|
|
8479
|
-
export declare namespace CustomDBEngineVersionNotFoundFault {
|
|
8480
|
-
/**
|
|
8481
|
-
* @internal
|
|
8482
|
-
*/
|
|
8483
|
-
const filterSensitiveLog: (obj: CustomDBEngineVersionNotFoundFault) => any;
|
|
8484
|
-
}
|
|
8485
8318
|
export interface DeleteCustomDBEngineVersionMessage {
|
|
8486
8319
|
/**
|
|
8487
8320
|
* <p>The database engine. The only supported engine is <code>custom-oracle-ee</code>.</p>
|
|
@@ -8508,12 +8341,6 @@ export interface InvalidCustomDBEngineVersionStateFault extends __SmithyExceptio
|
|
|
8508
8341
|
$fault: "client";
|
|
8509
8342
|
message?: string;
|
|
8510
8343
|
}
|
|
8511
|
-
export declare namespace InvalidCustomDBEngineVersionStateFault {
|
|
8512
|
-
/**
|
|
8513
|
-
* @internal
|
|
8514
|
-
*/
|
|
8515
|
-
const filterSensitiveLog: (obj: InvalidCustomDBEngineVersionStateFault) => any;
|
|
8516
|
-
}
|
|
8517
8344
|
/**
|
|
8518
8345
|
* <p></p>
|
|
8519
8346
|
*/
|
|
@@ -8571,11 +8398,28 @@ export declare namespace DeleteDBClusterMessage {
|
|
|
8571
8398
|
}
|
|
8572
8399
|
export interface DeleteDBClusterResult {
|
|
8573
8400
|
/**
|
|
8574
|
-
* <p>Contains the details of an Amazon Aurora DB cluster.
|
|
8575
|
-
* </p>
|
|
8576
|
-
* <p>This data type is used as a response element in the <code>DescribeDBClusters</code>,
|
|
8577
|
-
* <code>StopDBCluster</code>, and <code>StartDBCluster</code> actions.
|
|
8401
|
+
* <p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.
|
|
8578
8402
|
* </p>
|
|
8403
|
+
* <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations
|
|
8404
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
8405
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>,
|
|
8406
|
+
* <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>,
|
|
8407
|
+
* <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p>
|
|
8408
|
+
* <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations
|
|
8409
|
+
* <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>,
|
|
8410
|
+
* <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>,
|
|
8411
|
+
* <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
8412
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
8413
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
8414
|
+
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
|
|
8415
|
+
* </p>
|
|
8416
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
8417
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
8418
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
8419
|
+
* </p>
|
|
8420
|
+
* <note>
|
|
8421
|
+
* <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
|
|
8422
|
+
* </note>
|
|
8579
8423
|
*/
|
|
8580
8424
|
DBCluster?: DBCluster;
|
|
8581
8425
|
}
|
|
@@ -8593,12 +8437,6 @@ export interface DBClusterEndpointNotFoundFault extends __SmithyException, $Meta
|
|
|
8593
8437
|
$fault: "client";
|
|
8594
8438
|
message?: string;
|
|
8595
8439
|
}
|
|
8596
|
-
export declare namespace DBClusterEndpointNotFoundFault {
|
|
8597
|
-
/**
|
|
8598
|
-
* @internal
|
|
8599
|
-
*/
|
|
8600
|
-
const filterSensitiveLog: (obj: DBClusterEndpointNotFoundFault) => any;
|
|
8601
|
-
}
|
|
8602
8440
|
export interface DeleteDBClusterEndpointMessage {
|
|
8603
8441
|
/**
|
|
8604
8442
|
* <p>The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.</p>
|
|
@@ -8619,12 +8457,6 @@ export interface InvalidDBClusterEndpointStateFault extends __SmithyException, $
|
|
|
8619
8457
|
$fault: "client";
|
|
8620
8458
|
message?: string;
|
|
8621
8459
|
}
|
|
8622
|
-
export declare namespace InvalidDBClusterEndpointStateFault {
|
|
8623
|
-
/**
|
|
8624
|
-
* @internal
|
|
8625
|
-
*/
|
|
8626
|
-
const filterSensitiveLog: (obj: InvalidDBClusterEndpointStateFault) => any;
|
|
8627
|
-
}
|
|
8628
8460
|
/**
|
|
8629
8461
|
* <p></p>
|
|
8630
8462
|
*/
|
|
@@ -8662,12 +8494,6 @@ export interface InvalidDBParameterGroupStateFault extends __SmithyException, $M
|
|
|
8662
8494
|
$fault: "client";
|
|
8663
8495
|
message?: string;
|
|
8664
8496
|
}
|
|
8665
|
-
export declare namespace InvalidDBParameterGroupStateFault {
|
|
8666
|
-
/**
|
|
8667
|
-
* @internal
|
|
8668
|
-
*/
|
|
8669
|
-
const filterSensitiveLog: (obj: InvalidDBParameterGroupStateFault) => any;
|
|
8670
|
-
}
|
|
8671
8497
|
/**
|
|
8672
8498
|
* <p></p>
|
|
8673
8499
|
*/
|
|
@@ -8710,12 +8536,6 @@ export interface DBInstanceAutomatedBackupQuotaExceededFault extends __SmithyExc
|
|
|
8710
8536
|
$fault: "client";
|
|
8711
8537
|
message?: string;
|
|
8712
8538
|
}
|
|
8713
|
-
export declare namespace DBInstanceAutomatedBackupQuotaExceededFault {
|
|
8714
|
-
/**
|
|
8715
|
-
* @internal
|
|
8716
|
-
*/
|
|
8717
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupQuotaExceededFault) => any;
|
|
8718
|
-
}
|
|
8719
8539
|
/**
|
|
8720
8540
|
* <p></p>
|
|
8721
8541
|
*/
|
|
@@ -8787,7 +8607,11 @@ export interface DeleteDBInstanceResult {
|
|
|
8787
8607
|
/**
|
|
8788
8608
|
* <p>Contains the details of an Amazon RDS DB instance.
|
|
8789
8609
|
* </p>
|
|
8790
|
-
* <p>This data type is used as a response element in the <code>
|
|
8610
|
+
* <p>This data type is used as a response element in the operations <code>CreateDBInstance</code>,
|
|
8611
|
+
* <code>CreateDBInstanceReadReplica</code>, <code>DeleteDBInstance</code>, <code>DescribeDBInstances</code>,
|
|
8612
|
+
* <code>ModifyDBInstance</code>, <code>PromoteReadReplica</code>, <code>RebootDBInstance</code>,
|
|
8613
|
+
* <code>RestoreDBInstanceFromDBSnapshot</code>, <code>RestoreDBInstanceFromS3</code>, <code>RestoreDBInstanceToPointInTime</code>,
|
|
8614
|
+
* <code>StartDBInstance</code>, and <code>StopDBInstance</code>.
|
|
8791
8615
|
* </p>
|
|
8792
8616
|
*/
|
|
8793
8617
|
DBInstance?: DBInstance;
|
|
@@ -8806,12 +8630,6 @@ export interface DBInstanceAutomatedBackupNotFoundFault extends __SmithyExceptio
|
|
|
8806
8630
|
$fault: "client";
|
|
8807
8631
|
message?: string;
|
|
8808
8632
|
}
|
|
8809
|
-
export declare namespace DBInstanceAutomatedBackupNotFoundFault {
|
|
8810
|
-
/**
|
|
8811
|
-
* @internal
|
|
8812
|
-
*/
|
|
8813
|
-
const filterSensitiveLog: (obj: DBInstanceAutomatedBackupNotFoundFault) => any;
|
|
8814
|
-
}
|
|
8815
8633
|
/**
|
|
8816
8634
|
* <p>Parameter input for the <code>DeleteDBInstanceAutomatedBackup</code> operation.</p>
|
|
8817
8635
|
*/
|
|
@@ -8988,6 +8806,10 @@ export interface DBInstanceAutomatedBackup {
|
|
|
8988
8806
|
* <p>The list of replications to different Amazon Web Services Regions associated with the automated backup.</p>
|
|
8989
8807
|
*/
|
|
8990
8808
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
8809
|
+
/**
|
|
8810
|
+
* <p>Specifies where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
8811
|
+
*/
|
|
8812
|
+
BackupTarget?: string;
|
|
8991
8813
|
}
|
|
8992
8814
|
export declare namespace DBInstanceAutomatedBackup {
|
|
8993
8815
|
/**
|
|
@@ -9017,12 +8839,6 @@ export interface InvalidDBInstanceAutomatedBackupStateFault extends __SmithyExce
|
|
|
9017
8839
|
$fault: "client";
|
|
9018
8840
|
message?: string;
|
|
9019
8841
|
}
|
|
9020
|
-
export declare namespace InvalidDBInstanceAutomatedBackupStateFault {
|
|
9021
|
-
/**
|
|
9022
|
-
* @internal
|
|
9023
|
-
*/
|
|
9024
|
-
const filterSensitiveLog: (obj: InvalidDBInstanceAutomatedBackupStateFault) => any;
|
|
9025
|
-
}
|
|
9026
8842
|
/**
|
|
9027
8843
|
* <p></p>
|
|
9028
8844
|
*/
|
|
@@ -9082,12 +8898,6 @@ export interface DBProxyEndpointNotFoundFault extends __SmithyException, $Metada
|
|
|
9082
8898
|
$fault: "client";
|
|
9083
8899
|
message?: string;
|
|
9084
8900
|
}
|
|
9085
|
-
export declare namespace DBProxyEndpointNotFoundFault {
|
|
9086
|
-
/**
|
|
9087
|
-
* @internal
|
|
9088
|
-
*/
|
|
9089
|
-
const filterSensitiveLog: (obj: DBProxyEndpointNotFoundFault) => any;
|
|
9090
|
-
}
|
|
9091
8901
|
export interface DeleteDBProxyEndpointRequest {
|
|
9092
8902
|
/**
|
|
9093
8903
|
* <p>The name of the DB proxy endpoint to delete.</p>
|
|
@@ -9120,12 +8930,6 @@ export interface InvalidDBProxyEndpointStateFault extends __SmithyException, $Me
|
|
|
9120
8930
|
$fault: "client";
|
|
9121
8931
|
message?: string;
|
|
9122
8932
|
}
|
|
9123
|
-
export declare namespace InvalidDBProxyEndpointStateFault {
|
|
9124
|
-
/**
|
|
9125
|
-
* @internal
|
|
9126
|
-
*/
|
|
9127
|
-
const filterSensitiveLog: (obj: InvalidDBProxyEndpointStateFault) => any;
|
|
9128
|
-
}
|
|
9129
8933
|
/**
|
|
9130
8934
|
* <p></p>
|
|
9131
8935
|
*/
|
|
@@ -9223,12 +9027,6 @@ export interface InvalidDBSubnetStateFault extends __SmithyException, $MetadataB
|
|
|
9223
9027
|
$fault: "client";
|
|
9224
9028
|
message?: string;
|
|
9225
9029
|
}
|
|
9226
|
-
export declare namespace InvalidDBSubnetStateFault {
|
|
9227
|
-
/**
|
|
9228
|
-
* @internal
|
|
9229
|
-
*/
|
|
9230
|
-
const filterSensitiveLog: (obj: InvalidDBSubnetStateFault) => any;
|
|
9231
|
-
}
|
|
9232
9030
|
/**
|
|
9233
9031
|
* <p></p>
|
|
9234
9032
|
*/
|
|
@@ -9264,12 +9062,6 @@ export interface InvalidEventSubscriptionStateFault extends __SmithyException, $
|
|
|
9264
9062
|
$fault: "client";
|
|
9265
9063
|
message?: string;
|
|
9266
9064
|
}
|
|
9267
|
-
export declare namespace InvalidEventSubscriptionStateFault {
|
|
9268
|
-
/**
|
|
9269
|
-
* @internal
|
|
9270
|
-
*/
|
|
9271
|
-
const filterSensitiveLog: (obj: InvalidEventSubscriptionStateFault) => any;
|
|
9272
|
-
}
|
|
9273
9065
|
export interface DeleteGlobalClusterMessage {
|
|
9274
9066
|
/**
|
|
9275
9067
|
* <p>
|
|
@@ -9378,12 +9170,6 @@ export interface InstallationMediaNotFoundFault extends __SmithyException, $Meta
|
|
|
9378
9170
|
$fault: "client";
|
|
9379
9171
|
message?: string;
|
|
9380
9172
|
}
|
|
9381
|
-
export declare namespace InstallationMediaNotFoundFault {
|
|
9382
|
-
/**
|
|
9383
|
-
* @internal
|
|
9384
|
-
*/
|
|
9385
|
-
const filterSensitiveLog: (obj: InstallationMediaNotFoundFault) => any;
|
|
9386
|
-
}
|
|
9387
9173
|
/**
|
|
9388
9174
|
* <p></p>
|
|
9389
9175
|
*/
|
|
@@ -9412,12 +9198,6 @@ export interface InvalidOptionGroupStateFault extends __SmithyException, $Metada
|
|
|
9412
9198
|
$fault: "client";
|
|
9413
9199
|
message?: string;
|
|
9414
9200
|
}
|
|
9415
|
-
export declare namespace InvalidOptionGroupStateFault {
|
|
9416
|
-
/**
|
|
9417
|
-
* @internal
|
|
9418
|
-
*/
|
|
9419
|
-
const filterSensitiveLog: (obj: InvalidOptionGroupStateFault) => any;
|
|
9420
|
-
}
|
|
9421
9201
|
/**
|
|
9422
9202
|
* <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
9423
9203
|
*/
|
|
@@ -9426,12 +9206,6 @@ export interface DBProxyTargetNotFoundFault extends __SmithyException, $Metadata
|
|
|
9426
9206
|
$fault: "client";
|
|
9427
9207
|
message?: string;
|
|
9428
9208
|
}
|
|
9429
|
-
export declare namespace DBProxyTargetNotFoundFault {
|
|
9430
|
-
/**
|
|
9431
|
-
* @internal
|
|
9432
|
-
*/
|
|
9433
|
-
const filterSensitiveLog: (obj: DBProxyTargetNotFoundFault) => any;
|
|
9434
|
-
}
|
|
9435
9209
|
export interface DeregisterDBProxyTargetsRequest {
|
|
9436
9210
|
/**
|
|
9437
9211
|
* <p>The identifier of the <code>DBProxy</code> that is associated with the <code>DBProxyTargetGroup</code>.</p>
|
|
@@ -9555,12 +9329,6 @@ export interface CertificateNotFoundFault extends __SmithyException, $MetadataBe
|
|
|
9555
9329
|
$fault: "client";
|
|
9556
9330
|
message?: string;
|
|
9557
9331
|
}
|
|
9558
|
-
export declare namespace CertificateNotFoundFault {
|
|
9559
|
-
/**
|
|
9560
|
-
* @internal
|
|
9561
|
-
*/
|
|
9562
|
-
const filterSensitiveLog: (obj: CertificateNotFoundFault) => any;
|
|
9563
|
-
}
|
|
9564
9332
|
/**
|
|
9565
9333
|
* <p>A filter name and value pair that is used to return a more specific list of results
|
|
9566
9334
|
* from a describe operation. Filters can be used to match a set of resources by specific
|
|
@@ -9739,12 +9507,6 @@ export interface DBClusterBacktrackNotFoundFault extends __SmithyException, $Met
|
|
|
9739
9507
|
$fault: "client";
|
|
9740
9508
|
message?: string;
|
|
9741
9509
|
}
|
|
9742
|
-
export declare namespace DBClusterBacktrackNotFoundFault {
|
|
9743
|
-
/**
|
|
9744
|
-
* @internal
|
|
9745
|
-
*/
|
|
9746
|
-
const filterSensitiveLog: (obj: DBClusterBacktrackNotFoundFault) => any;
|
|
9747
|
-
}
|
|
9748
9510
|
/**
|
|
9749
9511
|
* <p></p>
|
|
9750
9512
|
*/
|
|
@@ -10504,7 +10266,7 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
10504
10266
|
* </li>
|
|
10505
10267
|
* <li>
|
|
10506
10268
|
* <p>
|
|
10507
|
-
* <code>aurora-mysql</code> (for MySQL 5.7-compatible Aurora)</p>
|
|
10269
|
+
* <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
|
|
10508
10270
|
* </li>
|
|
10509
10271
|
* <li>
|
|
10510
10272
|
* <p>
|