@aws-sdk/client-rds 3.968.0 → 3.970.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/README.md +1 -53
- package/dist-cjs/index.js +184 -178
- package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +161 -158
- package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
- package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
- package/dist-types/RDS.d.ts +1 -53
- package/dist-types/RDSClient.d.ts +1 -53
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
- package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
- package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
- package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
- package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
- package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
- package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
- package/dist-types/index.d.ts +1 -53
- package/dist-types/models/errors.d.ts +53 -116
- package/dist-types/models/models_0.d.ts +982 -8429
- package/dist-types/models/models_1.d.ts +557 -4868
- package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/package.json +35 -35
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>
|
|
5
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
4
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
6
5
|
* @public
|
|
7
6
|
*/
|
|
8
7
|
export declare class DBClusterNotFoundFault extends __BaseException {
|
|
@@ -50,8 +49,7 @@ export declare class InvalidDBClusterStateFault extends __BaseException {
|
|
|
50
49
|
constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
|
|
51
50
|
}
|
|
52
51
|
/**
|
|
53
|
-
* <p>
|
|
54
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
52
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
55
53
|
* @public
|
|
56
54
|
*/
|
|
57
55
|
export declare class DBInstanceNotFoundFault extends __BaseException {
|
|
@@ -123,8 +121,7 @@ export declare class SubscriptionNotFoundFault extends __BaseException {
|
|
|
123
121
|
constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
|
|
124
122
|
}
|
|
125
123
|
/**
|
|
126
|
-
* <p>
|
|
127
|
-
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
124
|
+
* <p> <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
128
125
|
* @public
|
|
129
126
|
*/
|
|
130
127
|
export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
|
|
@@ -184,8 +181,7 @@ export declare class DBShardGroupNotFoundFault extends __BaseException {
|
|
|
184
181
|
constructor(opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>);
|
|
185
182
|
}
|
|
186
183
|
/**
|
|
187
|
-
* <p>
|
|
188
|
-
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
184
|
+
* <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
189
185
|
* @public
|
|
190
186
|
*/
|
|
191
187
|
export declare class DBSnapshotNotFoundFault extends __BaseException {
|
|
@@ -257,8 +253,7 @@ export declare class ResourceNotFoundFault extends __BaseException {
|
|
|
257
253
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
|
|
258
254
|
}
|
|
259
255
|
/**
|
|
260
|
-
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
|
|
261
|
-
* the specified DB security group.</p>
|
|
256
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for the specified DB security group.</p>
|
|
262
257
|
* @public
|
|
263
258
|
*/
|
|
264
259
|
export declare class AuthorizationAlreadyExistsFault extends __BaseException {
|
|
@@ -282,8 +277,7 @@ export declare class AuthorizationQuotaExceededFault extends __BaseException {
|
|
|
282
277
|
constructor(opts: __ExceptionOptionType<AuthorizationQuotaExceededFault, __BaseException>);
|
|
283
278
|
}
|
|
284
279
|
/**
|
|
285
|
-
* <p>
|
|
286
|
-
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
280
|
+
* <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
287
281
|
* @public
|
|
288
282
|
*/
|
|
289
283
|
export declare class DBSecurityGroupNotFoundFault extends __BaseException {
|
|
@@ -343,9 +337,7 @@ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException
|
|
|
343
337
|
constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
|
|
344
338
|
}
|
|
345
339
|
/**
|
|
346
|
-
* <p>
|
|
347
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
348
|
-
* existing DB parameter group.</p>
|
|
340
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
349
341
|
* @public
|
|
350
342
|
*/
|
|
351
343
|
export declare class DBParameterGroupNotFoundFault extends __BaseException {
|
|
@@ -357,8 +349,7 @@ export declare class DBParameterGroupNotFoundFault extends __BaseException {
|
|
|
357
349
|
constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
|
|
358
350
|
}
|
|
359
351
|
/**
|
|
360
|
-
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
361
|
-
* groups.</p>
|
|
352
|
+
* <p>The request would result in the user exceeding the allowed number of DB parameter groups.</p>
|
|
362
353
|
* @public
|
|
363
354
|
*/
|
|
364
355
|
export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
|
|
@@ -382,8 +373,7 @@ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException
|
|
|
382
373
|
constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
|
|
383
374
|
}
|
|
384
375
|
/**
|
|
385
|
-
* <p>
|
|
386
|
-
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
376
|
+
* <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
387
377
|
* @public
|
|
388
378
|
*/
|
|
389
379
|
export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
|
|
@@ -419,8 +409,7 @@ export declare class KMSKeyNotAccessibleFault extends __BaseException {
|
|
|
419
409
|
constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
|
|
420
410
|
}
|
|
421
411
|
/**
|
|
422
|
-
* <p>The request would result in the user exceeding the allowed number of DB
|
|
423
|
-
* snapshots.</p>
|
|
412
|
+
* <p>The request would result in the user exceeding the allowed number of DB snapshots.</p>
|
|
424
413
|
* @public
|
|
425
414
|
*/
|
|
426
415
|
export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
@@ -432,9 +421,7 @@ export declare class SnapshotQuotaExceededFault extends __BaseException {
|
|
|
432
421
|
constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
|
|
433
422
|
}
|
|
434
423
|
/**
|
|
435
|
-
* <p>
|
|
436
|
-
* <code>CustomAvailabilityZoneId</code> doesn't refer to an existing custom
|
|
437
|
-
* Availability Zone identifier.</p>
|
|
424
|
+
* <p> <code>CustomAvailabilityZoneId</code> doesn't refer to an existing custom Availability Zone identifier.</p>
|
|
438
425
|
* @public
|
|
439
426
|
*/
|
|
440
427
|
export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException {
|
|
@@ -446,8 +433,7 @@ export declare class CustomAvailabilityZoneNotFoundFault extends __BaseException
|
|
|
446
433
|
constructor(opts: __ExceptionOptionType<CustomAvailabilityZoneNotFoundFault, __BaseException>);
|
|
447
434
|
}
|
|
448
435
|
/**
|
|
449
|
-
* <p>
|
|
450
|
-
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
436
|
+
* <p> <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
451
437
|
* @public
|
|
452
438
|
*/
|
|
453
439
|
export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
|
|
@@ -519,9 +505,7 @@ export declare class BlueGreenDeploymentAlreadyExistsFault extends __BaseExcepti
|
|
|
519
505
|
constructor(opts: __ExceptionOptionType<BlueGreenDeploymentAlreadyExistsFault, __BaseException>);
|
|
520
506
|
}
|
|
521
507
|
/**
|
|
522
|
-
* <p>
|
|
523
|
-
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
524
|
-
* cluster parameter group.</p>
|
|
508
|
+
* <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
|
|
525
509
|
* @public
|
|
526
510
|
*/
|
|
527
511
|
export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
|
|
@@ -533,8 +517,7 @@ export declare class DBClusterParameterGroupNotFoundFault extends __BaseExceptio
|
|
|
533
517
|
constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
|
|
534
518
|
}
|
|
535
519
|
/**
|
|
536
|
-
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
537
|
-
* maximum allowed DB cluster quota.</p>
|
|
520
|
+
* <p>The user attempted to create a new DB cluster and the user has already reached the maximum allowed DB cluster quota.</p>
|
|
538
521
|
* @public
|
|
539
522
|
*/
|
|
540
523
|
export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
@@ -546,8 +529,7 @@ export declare class DBClusterQuotaExceededFault extends __BaseException {
|
|
|
546
529
|
constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
|
|
547
530
|
}
|
|
548
531
|
/**
|
|
549
|
-
* <p>The request would result in the user exceeding the allowed number of DB
|
|
550
|
-
* instances.</p>
|
|
532
|
+
* <p>The request would result in the user exceeding the allowed number of DB instances.</p>
|
|
551
533
|
* @public
|
|
552
534
|
*/
|
|
553
535
|
export declare class InstanceQuotaExceededFault extends __BaseException {
|
|
@@ -583,8 +565,7 @@ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
|
|
|
583
565
|
constructor(opts: __ExceptionOptionType<SourceDatabaseNotSupportedFault, __BaseException>);
|
|
584
566
|
}
|
|
585
567
|
/**
|
|
586
|
-
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
587
|
-
* available across all DB instances.</p>
|
|
568
|
+
* <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
|
|
588
569
|
* @public
|
|
589
570
|
*/
|
|
590
571
|
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
@@ -692,8 +673,7 @@ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException
|
|
|
692
673
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
|
|
693
674
|
}
|
|
694
675
|
/**
|
|
695
|
-
* <p>
|
|
696
|
-
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
676
|
+
* <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
697
677
|
* @public
|
|
698
678
|
*/
|
|
699
679
|
export declare class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
@@ -705,8 +685,7 @@ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
|
|
|
705
685
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
|
|
706
686
|
}
|
|
707
687
|
/**
|
|
708
|
-
* <p>
|
|
709
|
-
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
688
|
+
* <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
710
689
|
* @public
|
|
711
690
|
*/
|
|
712
691
|
export declare class DomainNotFoundFault extends __BaseException {
|
|
@@ -730,8 +709,7 @@ export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
|
730
709
|
constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
|
|
731
710
|
}
|
|
732
711
|
/**
|
|
733
|
-
* <p>The specified DB instance class isn't available in the specified Availability
|
|
734
|
-
* Zone.</p>
|
|
712
|
+
* <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
|
|
735
713
|
* @public
|
|
736
714
|
*/
|
|
737
715
|
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
@@ -743,9 +721,7 @@ export declare class InsufficientDBInstanceCapacityFault extends __BaseException
|
|
|
743
721
|
constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
|
|
744
722
|
}
|
|
745
723
|
/**
|
|
746
|
-
* <p>There is insufficient storage available for the current action. You might be able to
|
|
747
|
-
* resolve this error by updating your subnet group to use different Availability Zones
|
|
748
|
-
* that have more storage available.</p>
|
|
724
|
+
* <p>There is insufficient storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available.</p>
|
|
749
725
|
* @public
|
|
750
726
|
*/
|
|
751
727
|
export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
@@ -757,8 +733,7 @@ export declare class InsufficientStorageClusterCapacityFault extends __BaseExcep
|
|
|
757
733
|
constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
|
|
758
734
|
}
|
|
759
735
|
/**
|
|
760
|
-
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
761
|
-
* cross-region read replica of the same source instance.</p>
|
|
736
|
+
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing cross-region read replica of the same source instance.</p>
|
|
762
737
|
* @public
|
|
763
738
|
*/
|
|
764
739
|
export declare class InvalidDBSubnetGroupFault extends __BaseException {
|
|
@@ -806,8 +781,7 @@ export declare class InvalidSubnet extends __BaseException {
|
|
|
806
781
|
constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
|
|
807
782
|
}
|
|
808
783
|
/**
|
|
809
|
-
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
810
|
-
* created because of users' change.</p>
|
|
784
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
|
|
811
785
|
* @public
|
|
812
786
|
*/
|
|
813
787
|
export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
@@ -843,9 +817,7 @@ export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
|
843
817
|
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
844
818
|
}
|
|
845
819
|
/**
|
|
846
|
-
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
847
|
-
* instance type supports the Nitro encryption-in-transit capability,
|
|
848
|
-
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
820
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB instance type supports the Nitro encryption-in-transit capability, or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
849
821
|
* @public
|
|
850
822
|
*/
|
|
851
823
|
export declare class VpcEncryptionControlViolationException extends __BaseException {
|
|
@@ -881,10 +853,7 @@ export declare class DBClusterEndpointQuotaExceededFault extends __BaseException
|
|
|
881
853
|
constructor(opts: __ExceptionOptionType<DBClusterEndpointQuotaExceededFault, __BaseException>);
|
|
882
854
|
}
|
|
883
855
|
/**
|
|
884
|
-
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
885
|
-
* for the specified DB security group.</p>
|
|
886
|
-
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
887
|
-
* behalf.</p>
|
|
856
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.</p> <p>Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.</p>
|
|
888
857
|
* @public
|
|
889
858
|
*/
|
|
890
859
|
export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
@@ -896,6 +865,9 @@ export declare class AuthorizationNotFoundFault extends __BaseException {
|
|
|
896
865
|
constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
|
|
897
866
|
}
|
|
898
867
|
/**
|
|
868
|
+
*
|
|
869
|
+
*
|
|
870
|
+
* @deprecated Please avoid using this fault
|
|
899
871
|
* @public
|
|
900
872
|
*/
|
|
901
873
|
export declare class BackupPolicyNotFoundFault extends __BaseException {
|
|
@@ -907,9 +879,7 @@ export declare class BackupPolicyNotFoundFault extends __BaseException {
|
|
|
907
879
|
constructor(opts: __ExceptionOptionType<BackupPolicyNotFoundFault, __BaseException>);
|
|
908
880
|
}
|
|
909
881
|
/**
|
|
910
|
-
* <p>
|
|
911
|
-
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
912
|
-
* existing certificate.</p>
|
|
882
|
+
* <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
|
|
913
883
|
* @public
|
|
914
884
|
*/
|
|
915
885
|
export declare class CertificateNotFoundFault extends __BaseException {
|
|
@@ -945,8 +915,7 @@ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseExceptio
|
|
|
945
915
|
constructor(opts: __ExceptionOptionType<ProvisionedIopsNotAvailableInAZFault, __BaseException>);
|
|
946
916
|
}
|
|
947
917
|
/**
|
|
948
|
-
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
949
|
-
* account.</p>
|
|
918
|
+
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services account.</p>
|
|
950
919
|
* @public
|
|
951
920
|
*/
|
|
952
921
|
export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
|
|
@@ -958,8 +927,7 @@ export declare class TenantDatabaseQuotaExceededFault extends __BaseException {
|
|
|
958
927
|
constructor(opts: __ExceptionOptionType<TenantDatabaseQuotaExceededFault, __BaseException>);
|
|
959
928
|
}
|
|
960
929
|
/**
|
|
961
|
-
* <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie
|
|
962
|
-
* in the same region as the source instance.</p>
|
|
930
|
+
* <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie in the same region as the source instance.</p>
|
|
963
931
|
* @public
|
|
964
932
|
*/
|
|
965
933
|
export declare class DBSubnetGroupNotAllowedFault extends __BaseException {
|
|
@@ -1031,8 +999,7 @@ export declare class InvalidDBProxyStateFault extends __BaseException {
|
|
|
1031
999
|
constructor(opts: __ExceptionOptionType<InvalidDBProxyStateFault, __BaseException>);
|
|
1032
1000
|
}
|
|
1033
1001
|
/**
|
|
1034
|
-
* <p>A DB security group with the name specified in
|
|
1035
|
-
* <code>DBSecurityGroupName</code> already exists.</p>
|
|
1002
|
+
* <p>A DB security group with the name specified in <code>DBSecurityGroupName</code> already exists.</p>
|
|
1036
1003
|
* @public
|
|
1037
1004
|
*/
|
|
1038
1005
|
export declare class DBSecurityGroupAlreadyExistsFault extends __BaseException {
|
|
@@ -1056,8 +1023,7 @@ export declare class DBSecurityGroupNotSupportedFault extends __BaseException {
|
|
|
1056
1023
|
constructor(opts: __ExceptionOptionType<DBSecurityGroupNotSupportedFault, __BaseException>);
|
|
1057
1024
|
}
|
|
1058
1025
|
/**
|
|
1059
|
-
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
1060
|
-
* groups.</p>
|
|
1026
|
+
* <p>The request would result in the user exceeding the allowed number of DB security groups.</p>
|
|
1061
1027
|
* @public
|
|
1062
1028
|
*/
|
|
1063
1029
|
export declare class DBSecurityGroupQuotaExceededFault extends __BaseException {
|
|
@@ -1105,8 +1071,7 @@ export declare class UnsupportedDBEngineVersionFault extends __BaseException {
|
|
|
1105
1071
|
constructor(opts: __ExceptionOptionType<UnsupportedDBEngineVersionFault, __BaseException>);
|
|
1106
1072
|
}
|
|
1107
1073
|
/**
|
|
1108
|
-
* <p>
|
|
1109
|
-
* <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.</p>
|
|
1074
|
+
* <p> <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.</p>
|
|
1110
1075
|
* @public
|
|
1111
1076
|
*/
|
|
1112
1077
|
export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
@@ -1118,8 +1083,7 @@ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
|
|
|
1118
1083
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
|
|
1119
1084
|
}
|
|
1120
1085
|
/**
|
|
1121
|
-
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
1122
|
-
* groups.</p>
|
|
1086
|
+
* <p>The request would result in the user exceeding the allowed number of DB subnet groups.</p>
|
|
1123
1087
|
* @public
|
|
1124
1088
|
*/
|
|
1125
1089
|
export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
@@ -1131,8 +1095,7 @@ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
|
|
|
1131
1095
|
constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
|
|
1132
1096
|
}
|
|
1133
1097
|
/**
|
|
1134
|
-
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
1135
|
-
* DB subnet groups.</p>
|
|
1098
|
+
* <p>The request would result in the user exceeding the allowed number of subnets in a DB subnet groups.</p>
|
|
1136
1099
|
* @public
|
|
1137
1100
|
*/
|
|
1138
1101
|
export declare class DBSubnetQuotaExceededFault extends __BaseException {
|
|
@@ -1216,8 +1179,7 @@ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
|
|
|
1216
1179
|
constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
|
|
1217
1180
|
}
|
|
1218
1181
|
/**
|
|
1219
|
-
* <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
|
|
1220
|
-
* (unique name) to create a new global database cluster or to rename an existing one.</p>
|
|
1182
|
+
* <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier (unique name) to create a new global database cluster or to rename an existing one.</p>
|
|
1221
1183
|
* @public
|
|
1222
1184
|
*/
|
|
1223
1185
|
export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
|
|
@@ -1265,9 +1227,7 @@ export declare class IntegrationAlreadyExistsFault extends __BaseException {
|
|
|
1265
1227
|
constructor(opts: __ExceptionOptionType<IntegrationAlreadyExistsFault, __BaseException>);
|
|
1266
1228
|
}
|
|
1267
1229
|
/**
|
|
1268
|
-
* <p>A conflicting conditional operation is currently in progress against this resource.
|
|
1269
|
-
* Typically occurs when there are multiple requests being made to the same resource at the same time,
|
|
1270
|
-
* and these requests conflict with each other.</p>
|
|
1230
|
+
* <p>A conflicting conditional operation is currently in progress against this resource. Typically occurs when there are multiple requests being made to the same resource at the same time, and these requests conflict with each other.</p>
|
|
1271
1231
|
* @public
|
|
1272
1232
|
*/
|
|
1273
1233
|
export declare class IntegrationConflictOperationFault extends __BaseException {
|
|
@@ -1291,8 +1251,7 @@ export declare class IntegrationQuotaExceededFault extends __BaseException {
|
|
|
1291
1251
|
constructor(opts: __ExceptionOptionType<IntegrationQuotaExceededFault, __BaseException>);
|
|
1292
1252
|
}
|
|
1293
1253
|
/**
|
|
1294
|
-
* <p>You attempted to either create a tenant database that already exists or
|
|
1295
|
-
* modify a tenant database to use the name of an existing tenant database.</p>
|
|
1254
|
+
* <p>You attempted to either create a tenant database that already exists or modify a tenant database to use the name of an existing tenant database.</p>
|
|
1296
1255
|
* @public
|
|
1297
1256
|
*/
|
|
1298
1257
|
export declare class TenantDatabaseAlreadyExistsFault extends __BaseException {
|
|
@@ -1304,8 +1263,7 @@ export declare class TenantDatabaseAlreadyExistsFault extends __BaseException {
|
|
|
1304
1263
|
constructor(opts: __ExceptionOptionType<TenantDatabaseAlreadyExistsFault, __BaseException>);
|
|
1305
1264
|
}
|
|
1306
1265
|
/**
|
|
1307
|
-
* <p>The blue/green deployment can't be switched over or deleted because there is an invalid configuration in
|
|
1308
|
-
* the green environment.</p>
|
|
1266
|
+
* <p>The blue/green deployment can't be switched over or deleted because there is an invalid configuration in the green environment.</p>
|
|
1309
1267
|
* @public
|
|
1310
1268
|
*/
|
|
1311
1269
|
export declare class InvalidBlueGreenDeploymentStateFault extends __BaseException {
|
|
@@ -1317,8 +1275,7 @@ export declare class InvalidBlueGreenDeploymentStateFault extends __BaseExceptio
|
|
|
1317
1275
|
constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentStateFault, __BaseException>);
|
|
1318
1276
|
}
|
|
1319
1277
|
/**
|
|
1320
|
-
* <p>The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated
|
|
1321
|
-
* backups. The retained automated backups quota is the same as your DB cluster quota.</p>
|
|
1278
|
+
* <p>The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB cluster quota.</p>
|
|
1322
1279
|
* @public
|
|
1323
1280
|
*/
|
|
1324
1281
|
export declare class DBClusterAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
@@ -1342,8 +1299,7 @@ export declare class DBClusterAutomatedBackupNotFoundFault extends __BaseExcepti
|
|
|
1342
1299
|
constructor(opts: __ExceptionOptionType<DBClusterAutomatedBackupNotFoundFault, __BaseException>);
|
|
1343
1300
|
}
|
|
1344
1301
|
/**
|
|
1345
|
-
* <p>The automated backup is in an invalid state.
|
|
1346
|
-
* For example, this automated backup is associated with an active cluster.</p>
|
|
1302
|
+
* <p>The automated backup is in an invalid state. For example, this automated backup is associated with an active cluster.</p>
|
|
1347
1303
|
* @public
|
|
1348
1304
|
*/
|
|
1349
1305
|
export declare class InvalidDBClusterAutomatedBackupStateFault extends __BaseException {
|
|
@@ -1367,9 +1323,7 @@ export declare class DBClusterEndpointNotFoundFault extends __BaseException {
|
|
|
1367
1323
|
constructor(opts: __ExceptionOptionType<DBClusterEndpointNotFoundFault, __BaseException>);
|
|
1368
1324
|
}
|
|
1369
1325
|
/**
|
|
1370
|
-
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
1371
|
-
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
1372
|
-
* this state.</p>
|
|
1326
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
|
|
1373
1327
|
* @public
|
|
1374
1328
|
*/
|
|
1375
1329
|
export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
@@ -1381,9 +1335,7 @@ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
|
|
|
1381
1335
|
constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
|
|
1382
1336
|
}
|
|
1383
1337
|
/**
|
|
1384
|
-
* <p>The quota for retained automated backups was exceeded. This prevents you
|
|
1385
|
-
* from retaining any additional automated backups. The retained automated backups
|
|
1386
|
-
* quota is the same as your DB instance quota.</p>
|
|
1338
|
+
* <p>The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB instance quota.</p>
|
|
1387
1339
|
* @public
|
|
1388
1340
|
*/
|
|
1389
1341
|
export declare class DBInstanceAutomatedBackupQuotaExceededFault extends __BaseException {
|
|
@@ -1407,8 +1359,7 @@ export declare class DBInstanceAutomatedBackupNotFoundFault extends __BaseExcept
|
|
|
1407
1359
|
constructor(opts: __ExceptionOptionType<DBInstanceAutomatedBackupNotFoundFault, __BaseException>);
|
|
1408
1360
|
}
|
|
1409
1361
|
/**
|
|
1410
|
-
* <p>The automated backup is in an invalid state.
|
|
1411
|
-
* For example, this automated backup is associated with an active instance.</p>
|
|
1362
|
+
* <p>The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.</p>
|
|
1412
1363
|
* @public
|
|
1413
1364
|
*/
|
|
1414
1365
|
export declare class InvalidDBInstanceAutomatedBackupStateFault extends __BaseException {
|
|
@@ -1492,8 +1443,7 @@ export declare class DBProxyTargetNotFoundFault extends __BaseException {
|
|
|
1492
1443
|
constructor(opts: __ExceptionOptionType<DBProxyTargetNotFoundFault, __BaseException>);
|
|
1493
1444
|
}
|
|
1494
1445
|
/**
|
|
1495
|
-
* <p>
|
|
1496
|
-
* <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack.</p>
|
|
1446
|
+
* <p> <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack.</p>
|
|
1497
1447
|
* @public
|
|
1498
1448
|
*/
|
|
1499
1449
|
export declare class DBClusterBacktrackNotFoundFault extends __BaseException {
|
|
@@ -1553,8 +1503,7 @@ export declare class InvalidResourceStateFault extends __BaseException {
|
|
|
1553
1503
|
constructor(opts: __ExceptionOptionType<InvalidResourceStateFault, __BaseException>);
|
|
1554
1504
|
}
|
|
1555
1505
|
/**
|
|
1556
|
-
* <p>
|
|
1557
|
-
* <code>LogFileName</code> doesn't refer to an existing DB log file.</p>
|
|
1506
|
+
* <p> <code>LogFileName</code> doesn't refer to an existing DB log file.</p>
|
|
1558
1507
|
* @public
|
|
1559
1508
|
*/
|
|
1560
1509
|
export declare class DBLogFileNotFoundFault extends __BaseException {
|
|
@@ -1566,10 +1515,7 @@ export declare class DBLogFileNotFoundFault extends __BaseException {
|
|
|
1566
1515
|
constructor(opts: __ExceptionOptionType<DBLogFileNotFoundFault, __BaseException>);
|
|
1567
1516
|
}
|
|
1568
1517
|
/**
|
|
1569
|
-
* <p>
|
|
1570
|
-
* <code>Capacity</code> isn't a valid Aurora Serverless DB cluster
|
|
1571
|
-
* capacity. Valid capacity values are <code>2</code>, <code>4</code>, <code>8</code>, <code>16</code>,
|
|
1572
|
-
* <code>32</code>, <code>64</code>, <code>128</code>, and <code>256</code>.</p>
|
|
1518
|
+
* <p> <code>Capacity</code> isn't a valid Aurora Serverless DB cluster capacity. Valid capacity values are <code>2</code>, <code>4</code>, <code>8</code>, <code>16</code>, <code>32</code>, <code>64</code>, <code>128</code>, and <code>256</code>.</p>
|
|
1573
1519
|
* @public
|
|
1574
1520
|
*/
|
|
1575
1521
|
export declare class InvalidDBClusterCapacityFault extends __BaseException {
|
|
@@ -1581,8 +1527,7 @@ export declare class InvalidDBClusterCapacityFault extends __BaseException {
|
|
|
1581
1527
|
constructor(opts: __ExceptionOptionType<InvalidDBClusterCapacityFault, __BaseException>);
|
|
1582
1528
|
}
|
|
1583
1529
|
/**
|
|
1584
|
-
* <p>The <code>aurora-iopt1</code> storage type isn't available, because you modified the DB cluster
|
|
1585
|
-
* to use this storage type less than one month ago.</p>
|
|
1530
|
+
* <p>The <code>aurora-iopt1</code> storage type isn't available, because you modified the DB cluster to use this storage type less than one month ago.</p>
|
|
1586
1531
|
* @public
|
|
1587
1532
|
*/
|
|
1588
1533
|
export declare class StorageTypeNotAvailableFault extends __BaseException {
|
|
@@ -1606,8 +1551,7 @@ export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
|
|
|
1606
1551
|
constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
|
|
1607
1552
|
}
|
|
1608
1553
|
/**
|
|
1609
|
-
* <p>The DB upgrade failed because a resource the DB depends on can't be
|
|
1610
|
-
* modified.</p>
|
|
1554
|
+
* <p>The DB upgrade failed because a resource the DB depends on can't be modified.</p>
|
|
1611
1555
|
* @public
|
|
1612
1556
|
*/
|
|
1613
1557
|
export declare class DBUpgradeDependencyFailureFault extends __BaseException {
|
|
@@ -1667,9 +1611,7 @@ export declare class DBProxyTargetAlreadyRegisteredFault extends __BaseException
|
|
|
1667
1611
|
constructor(opts: __ExceptionOptionType<DBProxyTargetAlreadyRegisteredFault, __BaseException>);
|
|
1668
1612
|
}
|
|
1669
1613
|
/**
|
|
1670
|
-
* <p>The requested operation can't be performed because there aren't enough available IP addresses
|
|
1671
|
-
* in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
|
|
1672
|
-
* from the subnets.</p>
|
|
1614
|
+
* <p>The requested operation can't be performed because there aren't enough available IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required from the subnets.</p>
|
|
1673
1615
|
* @public
|
|
1674
1616
|
*/
|
|
1675
1617
|
export declare class InsufficientAvailableIPsInSubnetFault extends __BaseException {
|
|
@@ -1693,8 +1635,7 @@ export declare class DBClusterRoleNotFoundFault extends __BaseException {
|
|
|
1693
1635
|
constructor(opts: __ExceptionOptionType<DBClusterRoleNotFoundFault, __BaseException>);
|
|
1694
1636
|
}
|
|
1695
1637
|
/**
|
|
1696
|
-
* <p>The specified <code>RoleArn</code> value doesn't match the specified feature for
|
|
1697
|
-
* the DB instance.</p>
|
|
1638
|
+
* <p>The specified <code>RoleArn</code> value doesn't match the specified feature for the DB instance.</p>
|
|
1698
1639
|
* @public
|
|
1699
1640
|
*/
|
|
1700
1641
|
export declare class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
@@ -1706,8 +1647,7 @@ export declare class DBInstanceRoleNotFoundFault extends __BaseException {
|
|
|
1706
1647
|
constructor(opts: __ExceptionOptionType<DBInstanceRoleNotFoundFault, __BaseException>);
|
|
1707
1648
|
}
|
|
1708
1649
|
/**
|
|
1709
|
-
* <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
|
|
1710
|
-
* authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
|
|
1650
|
+
* <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
|
|
1711
1651
|
* @public
|
|
1712
1652
|
*/
|
|
1713
1653
|
export declare class InvalidS3BucketFault extends __BaseException {
|
|
@@ -1743,10 +1683,7 @@ export declare class InvalidRestoreFault extends __BaseException {
|
|
|
1743
1683
|
constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
|
|
1744
1684
|
}
|
|
1745
1685
|
/**
|
|
1746
|
-
* <p>
|
|
1747
|
-
* <code>SourceDBInstanceIdentifier</code>
|
|
1748
|
-
* refers to a DB instance with
|
|
1749
|
-
* <code>BackupRetentionPeriod</code> equal to 0.</p>
|
|
1686
|
+
* <p> <code>SourceDBInstanceIdentifier</code> refers to a DB instance with <code>BackupRetentionPeriod</code> equal to 0.</p>
|
|
1750
1687
|
* @public
|
|
1751
1688
|
*/
|
|
1752
1689
|
export declare class PointInTimeRestoreNotEnabledFault extends __BaseException {
|