@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
|
@@ -27,15 +27,7 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new DB instance.</p>
|
|
31
|
-
* <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
|
|
32
|
-
* For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance
|
|
33
|
-
* to the cluster.</p>
|
|
34
|
-
* <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
|
|
35
|
-
* Creating an Amazon RDS DB instance</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
36
|
-
* <p>For more information about creating a DB instance in an Aurora DB cluster, see
|
|
37
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html">
|
|
38
|
-
* Creating an Amazon Aurora DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
30
|
+
* <p>Creates a new DB instance.</p> <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster. For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance to the cluster.</p> <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html"> Creating an Amazon RDS DB instance</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about creating a DB instance in an Aurora DB cluster, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html"> Creating an Amazon Aurora DB cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -127,6 +119,16 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
127
119
|
* MultiTenant: true || false,
|
|
128
120
|
* DedicatedLogVolume: true || false,
|
|
129
121
|
* EngineLifecycleSupport: "STRING_VALUE",
|
|
122
|
+
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
123
|
+
* { // AdditionalStorageVolume
|
|
124
|
+
* VolumeName: "STRING_VALUE", // required
|
|
125
|
+
* AllocatedStorage: Number("int"),
|
|
126
|
+
* IOPS: Number("int"),
|
|
127
|
+
* MaxAllocatedStorage: Number("int"),
|
|
128
|
+
* StorageThroughput: Number("int"),
|
|
129
|
+
* StorageType: "STRING_VALUE",
|
|
130
|
+
* },
|
|
131
|
+
* ],
|
|
130
132
|
* TagSpecifications: [ // TagSpecificationList
|
|
131
133
|
* { // TagSpecification
|
|
132
134
|
* ResourceType: "STRING_VALUE",
|
|
@@ -139,16 +141,6 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
139
141
|
* },
|
|
140
142
|
* ],
|
|
141
143
|
* MasterUserAuthenticationType: "password" || "iam-db-auth",
|
|
142
|
-
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
143
|
-
* { // AdditionalStorageVolume
|
|
144
|
-
* VolumeName: "STRING_VALUE", // required
|
|
145
|
-
* AllocatedStorage: Number("int"),
|
|
146
|
-
* IOPS: Number("int"),
|
|
147
|
-
* MaxAllocatedStorage: Number("int"),
|
|
148
|
-
* StorageThroughput: Number("int"),
|
|
149
|
-
* StorageType: "STRING_VALUE",
|
|
150
|
-
* },
|
|
151
|
-
* ],
|
|
152
144
|
* };
|
|
153
145
|
* const command = new CreateDBInstanceCommand(input);
|
|
154
146
|
* const response = await client.send(command);
|
|
@@ -412,52 +404,40 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
412
404
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
413
405
|
*
|
|
414
406
|
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
415
|
-
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
416
|
-
* for the specified DB security group.</p>
|
|
417
|
-
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
418
|
-
* behalf.</p>
|
|
407
|
+
* <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>
|
|
419
408
|
*
|
|
420
409
|
* @throws {@link BackupPolicyNotFoundFault} (client fault)
|
|
421
410
|
*
|
|
411
|
+
*
|
|
422
412
|
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
423
|
-
* <p>
|
|
424
|
-
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
425
|
-
* existing certificate.</p>
|
|
413
|
+
* <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
|
|
426
414
|
*
|
|
427
415
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
428
|
-
* <p>
|
|
429
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
416
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
430
417
|
*
|
|
431
418
|
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
432
419
|
* <p>The user already has a DB instance with the given identifier.</p>
|
|
433
420
|
*
|
|
434
421
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
435
|
-
* <p>
|
|
436
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
437
|
-
* existing DB parameter group.</p>
|
|
422
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
438
423
|
*
|
|
439
424
|
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
440
|
-
* <p>
|
|
441
|
-
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
425
|
+
* <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
442
426
|
*
|
|
443
427
|
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
444
428
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
445
429
|
*
|
|
446
430
|
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
447
|
-
* <p>
|
|
448
|
-
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
431
|
+
* <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
449
432
|
*
|
|
450
433
|
* @throws {@link DomainNotFoundFault} (client fault)
|
|
451
|
-
* <p>
|
|
452
|
-
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
434
|
+
* <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
453
435
|
*
|
|
454
436
|
* @throws {@link InstanceQuotaExceededFault} (client fault)
|
|
455
|
-
* <p>The request would result in the user exceeding the allowed number of DB
|
|
456
|
-
* instances.</p>
|
|
437
|
+
* <p>The request would result in the user exceeding the allowed number of DB instances.</p>
|
|
457
438
|
*
|
|
458
439
|
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
459
|
-
* <p>The specified DB instance class isn't available in the specified Availability
|
|
460
|
-
* Zone.</p>
|
|
440
|
+
* <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
|
|
461
441
|
*
|
|
462
442
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
463
443
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -466,8 +446,7 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
466
446
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
467
447
|
*
|
|
468
448
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
469
|
-
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
470
|
-
* created because of users' change.</p>
|
|
449
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
|
|
471
450
|
*
|
|
472
451
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
473
452
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
@@ -482,20 +461,16 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
482
461
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
483
462
|
*
|
|
484
463
|
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
485
|
-
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
486
|
-
* available across all DB instances.</p>
|
|
464
|
+
* <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
|
|
487
465
|
*
|
|
488
466
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
489
467
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
490
468
|
*
|
|
491
469
|
* @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
|
|
492
|
-
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
493
|
-
* account.</p>
|
|
470
|
+
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services account.</p>
|
|
494
471
|
*
|
|
495
472
|
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
496
|
-
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
497
|
-
* instance type supports the Nitro encryption-in-transit capability,
|
|
498
|
-
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
473
|
+
* <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>
|
|
499
474
|
*
|
|
500
475
|
* @throws {@link RDSServiceException}
|
|
501
476
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,20 +27,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new DB instance that acts as a read replica for an existing source DB
|
|
31
|
-
* instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running
|
|
32
|
-
* Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica
|
|
33
|
-
* for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working
|
|
34
|
-
* with read replicas</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a>
|
|
35
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
36
|
-
* <p>Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the <code>CreateDBInstance</code>
|
|
37
|
-
* operation.</p>
|
|
38
|
-
* <p>RDS creates read replicas with backups disabled. All other attributes
|
|
39
|
-
* (including DB security groups and DB parameter groups) are inherited from the source DB
|
|
40
|
-
* instance or cluster, except as specified.</p>
|
|
41
|
-
* <important>
|
|
42
|
-
* <p>Your source DB instance or cluster must have backup retention enabled.</p>
|
|
43
|
-
* </important>
|
|
30
|
+
* <p>Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working with read replicas</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the <code>CreateDBInstance</code> operation.</p> <p>RDS creates read replicas with backups disabled. All other attributes (including DB security groups and DB parameter groups) are inherited from the source DB instance or cluster, except as specified.</p> <important> <p>Your source DB instance or cluster must have backup retention enabled.</p> </important>
|
|
44
31
|
* @example
|
|
45
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
33
|
* ```javascript
|
|
@@ -113,6 +100,16 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
113
100
|
* DedicatedLogVolume: true || false,
|
|
114
101
|
* UpgradeStorageConfig: true || false,
|
|
115
102
|
* CACertificateIdentifier: "STRING_VALUE",
|
|
103
|
+
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
104
|
+
* { // AdditionalStorageVolume
|
|
105
|
+
* VolumeName: "STRING_VALUE", // required
|
|
106
|
+
* AllocatedStorage: Number("int"),
|
|
107
|
+
* IOPS: Number("int"),
|
|
108
|
+
* MaxAllocatedStorage: Number("int"),
|
|
109
|
+
* StorageThroughput: Number("int"),
|
|
110
|
+
* StorageType: "STRING_VALUE",
|
|
111
|
+
* },
|
|
112
|
+
* ],
|
|
116
113
|
* TagSpecifications: [ // TagSpecificationList
|
|
117
114
|
* { // TagSpecification
|
|
118
115
|
* ResourceType: "STRING_VALUE",
|
|
@@ -124,16 +121,6 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
124
121
|
* ],
|
|
125
122
|
* },
|
|
126
123
|
* ],
|
|
127
|
-
* AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
128
|
-
* { // AdditionalStorageVolume
|
|
129
|
-
* VolumeName: "STRING_VALUE", // required
|
|
130
|
-
* AllocatedStorage: Number("int"),
|
|
131
|
-
* IOPS: Number("int"),
|
|
132
|
-
* MaxAllocatedStorage: Number("int"),
|
|
133
|
-
* StorageThroughput: Number("int"),
|
|
134
|
-
* StorageType: "STRING_VALUE",
|
|
135
|
-
* },
|
|
136
|
-
* ],
|
|
137
124
|
* };
|
|
138
125
|
* const command = new CreateDBInstanceReadReplicaCommand(input);
|
|
139
126
|
* const response = await client.send(command);
|
|
@@ -397,52 +384,40 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
397
384
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
398
385
|
*
|
|
399
386
|
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
400
|
-
* <p>
|
|
401
|
-
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
402
|
-
* existing certificate.</p>
|
|
387
|
+
* <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
|
|
403
388
|
*
|
|
404
389
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
405
|
-
* <p>
|
|
406
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
390
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
407
391
|
*
|
|
408
392
|
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
409
393
|
* <p>The user already has a DB instance with the given identifier.</p>
|
|
410
394
|
*
|
|
411
395
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
412
|
-
* <p>
|
|
413
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
396
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
414
397
|
*
|
|
415
398
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
416
|
-
* <p>
|
|
417
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
418
|
-
* existing DB parameter group.</p>
|
|
399
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
419
400
|
*
|
|
420
401
|
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
421
|
-
* <p>
|
|
422
|
-
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
402
|
+
* <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
423
403
|
*
|
|
424
404
|
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
425
405
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
426
406
|
*
|
|
427
407
|
* @throws {@link DBSubnetGroupNotAllowedFault} (client fault)
|
|
428
|
-
* <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie
|
|
429
|
-
* in the same region as the source instance.</p>
|
|
408
|
+
* <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie in the same region as the source instance.</p>
|
|
430
409
|
*
|
|
431
410
|
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
432
|
-
* <p>
|
|
433
|
-
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
411
|
+
* <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
434
412
|
*
|
|
435
413
|
* @throws {@link DomainNotFoundFault} (client fault)
|
|
436
|
-
* <p>
|
|
437
|
-
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
414
|
+
* <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
438
415
|
*
|
|
439
416
|
* @throws {@link InstanceQuotaExceededFault} (client fault)
|
|
440
|
-
* <p>The request would result in the user exceeding the allowed number of DB
|
|
441
|
-
* instances.</p>
|
|
417
|
+
* <p>The request would result in the user exceeding the allowed number of DB instances.</p>
|
|
442
418
|
*
|
|
443
419
|
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
444
|
-
* <p>The specified DB instance class isn't available in the specified Availability
|
|
445
|
-
* Zone.</p>
|
|
420
|
+
* <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
|
|
446
421
|
*
|
|
447
422
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
448
423
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -451,15 +426,13 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
451
426
|
* <p>The DB instance isn't in a valid state.</p>
|
|
452
427
|
*
|
|
453
428
|
* @throws {@link InvalidDBSubnetGroupFault} (client fault)
|
|
454
|
-
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
455
|
-
* cross-region read replica of the same source instance.</p>
|
|
429
|
+
* <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>
|
|
456
430
|
*
|
|
457
431
|
* @throws {@link InvalidSubnet} (client fault)
|
|
458
432
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
459
433
|
*
|
|
460
434
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
461
|
-
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
462
|
-
* created because of users' change.</p>
|
|
435
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
|
|
463
436
|
*
|
|
464
437
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
465
438
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
@@ -474,20 +447,16 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
474
447
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
475
448
|
*
|
|
476
449
|
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
477
|
-
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
478
|
-
* available across all DB instances.</p>
|
|
450
|
+
* <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
|
|
479
451
|
*
|
|
480
452
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
481
453
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
482
454
|
*
|
|
483
455
|
* @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
|
|
484
|
-
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
485
|
-
* account.</p>
|
|
456
|
+
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services account.</p>
|
|
486
457
|
*
|
|
487
458
|
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
488
|
-
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
489
|
-
* instance type supports the Nitro encryption-in-transit capability,
|
|
490
|
-
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
459
|
+
* <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>
|
|
491
460
|
*
|
|
492
461
|
* @throws {@link RDSServiceException}
|
|
493
462
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,15 +27,7 @@ declare const CreateDBParameterGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new DB parameter group.</p>
|
|
31
|
-
* <p>A DB parameter group is initially created with the default parameters for the
|
|
32
|
-
* database engine used by the DB instance. To provide custom values for any of the
|
|
33
|
-
* parameters, you must modify the group after creating it using
|
|
34
|
-
* <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
|
|
35
|
-
* associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
|
|
36
|
-
* a new DB parameter group with a running DB instance, you need to reboot the DB
|
|
37
|
-
* instance without failover for the new DB parameter group and associated settings to take effect.</p>
|
|
38
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
30
|
+
* <p>Creates a new DB parameter group.</p> <p>A DB parameter group is initially created with the default parameters for the database engine used by the DB instance. To provide custom values for any of the parameters, you must modify the group after creating it using <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate a new DB parameter group with a running DB instance, you need to reboot the DB instance without failover for the new DB parameter group and associated settings to take effect.</p> <p>This command doesn't apply to RDS Custom.</p>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -78,8 +70,7 @@ declare const CreateDBParameterGroupCommand_base: {
|
|
|
78
70
|
* <p>A DB parameter group with the same name exists.</p>
|
|
79
71
|
*
|
|
80
72
|
* @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
|
|
81
|
-
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
82
|
-
* groups.</p>
|
|
73
|
+
* <p>The request would result in the user exceeding the allowed number of DB parameter groups.</p>
|
|
83
74
|
*
|
|
84
75
|
* @throws {@link RDSServiceException}
|
|
85
76
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,9 +27,7 @@ declare const CreateDBProxyEndpointCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a <code>DBProxyEndpoint</code>. Only applies to proxies that are associated with Aurora DB clusters.
|
|
31
|
-
* You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use
|
|
32
|
-
* DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.</p>
|
|
30
|
+
* <p>Creates a <code>DBProxyEndpoint</code>. Only applies to proxies that are associated with Aurora DB clusters. You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -27,15 +27,7 @@ declare const CreateDBSecurityGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new DB security group. DB security groups control access to a DB instance.</p>
|
|
31
|
-
* <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
34
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
35
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
36
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
37
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
38
|
-
* </note>
|
|
30
|
+
* <p>Creates a new DB security group. DB security groups control access to a DB instance.</p> <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p> <note> <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring – Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> </note>
|
|
39
31
|
* @example
|
|
40
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
33
|
* ```javascript
|
|
@@ -89,15 +81,13 @@ declare const CreateDBSecurityGroupCommand_base: {
|
|
|
89
81
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
90
82
|
*
|
|
91
83
|
* @throws {@link DBSecurityGroupAlreadyExistsFault} (client fault)
|
|
92
|
-
* <p>A DB security group with the name specified in
|
|
93
|
-
* <code>DBSecurityGroupName</code> already exists.</p>
|
|
84
|
+
* <p>A DB security group with the name specified in <code>DBSecurityGroupName</code> already exists.</p>
|
|
94
85
|
*
|
|
95
86
|
* @throws {@link DBSecurityGroupNotSupportedFault} (client fault)
|
|
96
87
|
* <p>A DB security group isn't allowed for this action.</p>
|
|
97
88
|
*
|
|
98
89
|
* @throws {@link DBSecurityGroupQuotaExceededFault} (client fault)
|
|
99
|
-
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
100
|
-
* groups.</p>
|
|
90
|
+
* <p>The request would result in the user exceeding the allowed number of DB security groups.</p>
|
|
101
91
|
*
|
|
102
92
|
* @throws {@link RDSServiceException}
|
|
103
93
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,8 +27,7 @@ declare const CreateDBShardGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p>
|
|
31
|
-
* <p>Valid for: Aurora DB clusters only</p>
|
|
30
|
+
* <p>Creates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group.</p> <p>Valid for: Aurora DB clusters only</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -81,8 +80,7 @@ declare const CreateDBShardGroupCommand_base: {
|
|
|
81
80
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
82
81
|
*
|
|
83
82
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
84
|
-
* <p>
|
|
85
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
83
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
86
84
|
*
|
|
87
85
|
* @throws {@link DBShardGroupAlreadyExistsFault} (client fault)
|
|
88
86
|
* <p>The specified DB shard group name must be unique in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
@@ -91,8 +89,7 @@ declare const CreateDBShardGroupCommand_base: {
|
|
|
91
89
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
92
90
|
*
|
|
93
91
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
94
|
-
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
95
|
-
* created because of users' change.</p>
|
|
92
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
|
|
96
93
|
*
|
|
97
94
|
* @throws {@link MaxDBShardGroupLimitReached} (client fault)
|
|
98
95
|
* <p>The maximum number of DB shard groups for your Amazon Web Services account in the specified Amazon Web Services Region has been reached.</p>
|
|
@@ -27,8 +27,7 @@ declare const CreateDBSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a snapshot of a DB instance. The source DB instance must be in the <code>available</code> or
|
|
31
|
-
* <code>storage-optimization</code> state.</p>
|
|
30
|
+
* <p>Creates a snapshot of a DB instance. The source DB instance must be in the <code>available</code> or <code>storage-optimization</code> state.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -97,7 +96,6 @@ declare const CreateDBSnapshotCommand_base: {
|
|
|
97
96
|
* // DBSystemId: "STRING_VALUE",
|
|
98
97
|
* // MultiTenant: true || false,
|
|
99
98
|
* // DedicatedLogVolume: true || false,
|
|
100
|
-
* // SnapshotAvailabilityZone: "STRING_VALUE",
|
|
101
99
|
* // AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
102
100
|
* // { // AdditionalStorageVolume
|
|
103
101
|
* // VolumeName: "STRING_VALUE", // required
|
|
@@ -108,6 +106,7 @@ declare const CreateDBSnapshotCommand_base: {
|
|
|
108
106
|
* // StorageType: "STRING_VALUE",
|
|
109
107
|
* // },
|
|
110
108
|
* // ],
|
|
109
|
+
* // SnapshotAvailabilityZone: "STRING_VALUE",
|
|
111
110
|
* // },
|
|
112
111
|
* // };
|
|
113
112
|
*
|
|
@@ -120,19 +119,16 @@ declare const CreateDBSnapshotCommand_base: {
|
|
|
120
119
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
121
120
|
*
|
|
122
121
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
123
|
-
* <p>
|
|
124
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
122
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
125
123
|
*
|
|
126
124
|
* @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
|
|
127
|
-
* <p>
|
|
128
|
-
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
125
|
+
* <p> <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
129
126
|
*
|
|
130
127
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
131
128
|
* <p>The DB instance isn't in a valid state.</p>
|
|
132
129
|
*
|
|
133
130
|
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
134
|
-
* <p>The request would result in the user exceeding the allowed number of DB
|
|
135
|
-
* snapshots.</p>
|
|
131
|
+
* <p>The request would result in the user exceeding the allowed number of DB snapshots.</p>
|
|
136
132
|
*
|
|
137
133
|
* @throws {@link RDSServiceException}
|
|
138
134
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -85,19 +85,16 @@ declare const CreateDBSubnetGroupCommand_base: {
|
|
|
85
85
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link DBSubnetGroupAlreadyExistsFault} (client fault)
|
|
88
|
-
* <p>
|
|
89
|
-
* <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.</p>
|
|
88
|
+
* <p> <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.</p>
|
|
90
89
|
*
|
|
91
90
|
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
92
91
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
93
92
|
*
|
|
94
93
|
* @throws {@link DBSubnetGroupQuotaExceededFault} (client fault)
|
|
95
|
-
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
96
|
-
* groups.</p>
|
|
94
|
+
* <p>The request would result in the user exceeding the allowed number of DB subnet groups.</p>
|
|
97
95
|
*
|
|
98
96
|
* @throws {@link DBSubnetQuotaExceededFault} (client fault)
|
|
99
|
-
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
100
|
-
* DB subnet groups.</p>
|
|
97
|
+
* <p>The request would result in the user exceeding the allowed number of subnets in a DB subnet groups.</p>
|
|
101
98
|
*
|
|
102
99
|
* @throws {@link InvalidSubnet} (client fault)
|
|
103
100
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
@@ -27,30 +27,7 @@ declare const CreateEventSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an RDS event notification subscription. This operation requires a topic Amazon
|
|
31
|
-
* Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API.
|
|
32
|
-
* To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the
|
|
33
|
-
* topic. The ARN is displayed in the SNS console.</p>
|
|
34
|
-
* <p>You can specify the type of source (<code>SourceType</code>) that you want to be
|
|
35
|
-
* notified of and provide a list of RDS sources (<code>SourceIds</code>) that triggers the
|
|
36
|
-
* events. You can also provide a list of event categories (<code>EventCategories</code>)
|
|
37
|
-
* for events that you want to be notified of. For example, you can specify
|
|
38
|
-
* <code>SourceType</code> = <code>db-instance</code>, <code>SourceIds</code> =
|
|
39
|
-
* <code>mydbinstance1</code>, <code>mydbinstance2</code> and
|
|
40
|
-
* <code>EventCategories</code> = <code>Availability</code>,
|
|
41
|
-
* <code>Backup</code>.</p>
|
|
42
|
-
* <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
|
|
43
|
-
* and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
|
|
44
|
-
* the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>,
|
|
45
|
-
* you receive notice of the events for that source type for all your RDS sources. If you
|
|
46
|
-
* don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events
|
|
47
|
-
* generated from all RDS sources belonging to your customer account.</p>
|
|
48
|
-
* <p>For more information about subscribing to an event for RDS DB engines, see
|
|
49
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Subscribing.html">
|
|
50
|
-
* Subscribing to Amazon RDS event notification</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
51
|
-
* <p>For more information about subscribing to an event for Aurora DB engines, see
|
|
52
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Subscribing.html">
|
|
53
|
-
* Subscribing to Amazon RDS event notification</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
30
|
+
* <p>Creates an RDS event notification subscription. This operation requires a topic Amazon Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.</p> <p>You can specify the type of source (<code>SourceType</code>) that you want to be notified of and provide a list of RDS sources (<code>SourceIds</code>) that triggers the events. You can also provide a list of event categories (<code>EventCategories</code>) for events that you want to be notified of. For example, you can specify <code>SourceType</code> = <code>db-instance</code>, <code>SourceIds</code> = <code>mydbinstance1</code>, <code>mydbinstance2</code> and <code>EventCategories</code> = <code>Availability</code>, <code>Backup</code>.</p> <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code> and <code>SourceIds</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for the specified source. If you specify a <code>SourceType</code> but do not specify <code>SourceIds</code>, you receive notice of the events for that source type for all your RDS sources. If you don't specify either the SourceType or the <code>SourceIds</code>, you are notified of events generated from all RDS sources belonging to your customer account.</p> <p>For more information about subscribing to an event for RDS DB engines, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Subscribing.html"> Subscribing to Amazon RDS event notification</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about subscribing to an event for Aurora DB engines, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Subscribing.html"> Subscribing to Amazon RDS event notification</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
54
31
|
* @example
|
|
55
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
56
33
|
* ```javascript
|
|
@@ -27,19 +27,7 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an Aurora global database
|
|
31
|
-
* spread across multiple Amazon Web Services Regions. The global database
|
|
32
|
-
* contains a single primary cluster with read-write capability,
|
|
33
|
-
* and a read-only secondary cluster that receives
|
|
34
|
-
* data from the primary cluster through high-speed replication
|
|
35
|
-
* performed by the Aurora storage subsystem.</p>
|
|
36
|
-
* <p>You can create a global database that is initially empty, and then
|
|
37
|
-
* create the primary and secondary DB clusters in the global database.
|
|
38
|
-
* Or you can specify an existing Aurora cluster during the create operation,
|
|
39
|
-
* and this cluster becomes the primary cluster of the global database.</p>
|
|
40
|
-
* <note>
|
|
41
|
-
* <p>This operation applies only to Aurora DB clusters.</p>
|
|
42
|
-
* </note>
|
|
30
|
+
* <p>Creates an Aurora global database spread across multiple Amazon Web Services Regions. The global database contains a single primary cluster with read-write capability, and a read-only secondary cluster that receives data from the primary cluster through high-speed replication performed by the Aurora storage subsystem.</p> <p>You can create a global database that is initially empty, and then create the primary and secondary DB clusters in the global database. Or you can specify an existing Aurora cluster during the create operation, and this cluster becomes the primary cluster of the global database.</p> <note> <p>This operation applies only to Aurora DB clusters.</p> </note>
|
|
43
31
|
* @example
|
|
44
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
33
|
* ```javascript
|
|
@@ -114,12 +102,10 @@ declare const CreateGlobalClusterCommand_base: {
|
|
|
114
102
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
115
103
|
*
|
|
116
104
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
117
|
-
* <p>
|
|
118
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
105
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
119
106
|
*
|
|
120
107
|
* @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
|
|
121
|
-
* <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
|
|
122
|
-
* (unique name) to create a new global database cluster or to rename an existing one.</p>
|
|
108
|
+
* <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>
|
|
123
109
|
*
|
|
124
110
|
* @throws {@link GlobalClusterQuotaExceededFault} (client fault)
|
|
125
111
|
* <p>The number of global database clusters for this account is already at the maximum allowed.</p>
|
|
@@ -91,20 +91,16 @@ declare const CreateIntegrationCommand_base: {
|
|
|
91
91
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
94
|
-
* <p>
|
|
95
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
94
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
96
95
|
*
|
|
97
96
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
98
|
-
* <p>
|
|
99
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
97
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
100
98
|
*
|
|
101
99
|
* @throws {@link IntegrationAlreadyExistsFault} (client fault)
|
|
102
100
|
* <p>The integration you are trying to create already exists.</p>
|
|
103
101
|
*
|
|
104
102
|
* @throws {@link IntegrationConflictOperationFault} (client fault)
|
|
105
|
-
* <p>A conflicting conditional operation is currently in progress against this resource.
|
|
106
|
-
* Typically occurs when there are multiple requests being made to the same resource at the same time,
|
|
107
|
-
* and these requests conflict with each other.</p>
|
|
103
|
+
* <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>
|
|
108
104
|
*
|
|
109
105
|
* @throws {@link IntegrationQuotaExceededFault} (client fault)
|
|
110
106
|
* <p>You can't crate any more zero-ETL integrations because the quota has been reached.</p>
|
|
@@ -27,8 +27,7 @@ declare const CreateOptionGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new option group. You can create up to 20 option groups.</p>
|
|
31
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
30
|
+
* <p>Creates a new option group. You can create up to 20 option groups.</p> <p>This command doesn't apply to RDS Custom.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|