@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,10 +27,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists all tags on an Amazon RDS resource.</p>
|
|
31
|
-
* <p>For an overview on tagging an Amazon RDS resource,
|
|
32
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i>
|
|
33
|
-
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
30
|
+
* <p>Lists all tags on an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i> or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
34
31
|
* @example
|
|
35
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
33
|
* ```javascript
|
|
@@ -70,16 +67,13 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
70
67
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
71
68
|
*
|
|
72
69
|
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
73
|
-
* <p>
|
|
74
|
-
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
70
|
+
* <p> <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
75
71
|
*
|
|
76
72
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
77
|
-
* <p>
|
|
78
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
73
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
79
74
|
*
|
|
80
75
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
81
|
-
* <p>
|
|
82
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
76
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
83
77
|
*
|
|
84
78
|
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
85
79
|
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
@@ -94,8 +88,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
94
88
|
* <p>The specified DB shard group name wasn't found.</p>
|
|
95
89
|
*
|
|
96
90
|
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
97
|
-
* <p>
|
|
98
|
-
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
91
|
+
* <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
99
92
|
*
|
|
100
93
|
* @throws {@link DBSnapshotTenantDatabaseNotFoundFault} (client fault)
|
|
101
94
|
* <p>The specified snapshot tenant database wasn't found.</p>
|
|
@@ -27,11 +27,7 @@ declare const ModifyActivityStreamCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Changes the audit policy state of a database activity stream to either locked (default) or unlocked. A locked policy is read-only,
|
|
31
|
-
* whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy,
|
|
32
|
-
* and then lock your activity stream. Restarting the activity stream isn't required. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.Modifying.html"> Modifying a database activity stream</a> in the
|
|
33
|
-
* <i>Amazon RDS User Guide</i>. </p>
|
|
34
|
-
* <p>This operation is supported for RDS for Oracle and Microsoft SQL Server.</p>
|
|
30
|
+
* <p>Changes the audit policy state of a database activity stream to either locked (default) or unlocked. A locked policy is read-only, whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy, and then lock your activity stream. Restarting the activity stream isn't required. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.Modifying.html"> Modifying a database activity stream</a> in the <i>Amazon RDS User Guide</i>. </p> <p>This operation is supported for RDS for Oracle and Microsoft SQL Server.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -64,8 +60,7 @@ declare const ModifyActivityStreamCommand_base: {
|
|
|
64
60
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
65
61
|
*
|
|
66
62
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
67
|
-
* <p>
|
|
68
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
63
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
69
64
|
*
|
|
70
65
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
71
66
|
* <p>The DB instance isn't in a valid state.</p>
|
|
@@ -27,31 +27,7 @@ declare const ModifyCertificatesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
|
|
31
|
-
* certificate for Amazon RDS for new DB instances, or remove the override.</p>
|
|
32
|
-
* <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
|
|
33
|
-
* instances that is different from the default certificate provided by RDS. You can also
|
|
34
|
-
* use this operation to remove the override, so that new DB instances use the default
|
|
35
|
-
* certificate provided by RDS.</p>
|
|
36
|
-
* <p>You might need to override the default certificate in the following situations:</p>
|
|
37
|
-
* <ul>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet
|
|
40
|
-
* the RDS default CA certificate for the specified Amazon Web Services Region.</p>
|
|
41
|
-
* </li>
|
|
42
|
-
* <li>
|
|
43
|
-
* <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services
|
|
44
|
-
* Region, but you are still in the process of supporting the new CA certificate.
|
|
45
|
-
* In this case, you temporarily need additional time to finish your application
|
|
46
|
-
* changes.</p>
|
|
47
|
-
* </li>
|
|
48
|
-
* </ul>
|
|
49
|
-
* <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see
|
|
50
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html">
|
|
51
|
-
* Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
52
|
-
* <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see
|
|
53
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html">
|
|
54
|
-
* Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
30
|
+
* <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or remove the override.</p> <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB instances that is different from the default certificate provided by RDS. You can also use this operation to remove the override, so that new DB instances use the default certificate provided by RDS.</p> <p>You might need to override the default certificate in the following situations:</p> <ul> <li> <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet the RDS default CA certificate for the specified Amazon Web Services Region.</p> </li> <li> <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services Region, but you are still in the process of supporting the new CA certificate. In this case, you temporarily need additional time to finish your application changes.</p> </li> </ul> <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html"> Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html"> Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
55
31
|
* @example
|
|
56
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
57
33
|
* ```javascript
|
|
@@ -88,9 +64,7 @@ declare const ModifyCertificatesCommand_base: {
|
|
|
88
64
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
89
65
|
*
|
|
90
66
|
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
91
|
-
* <p>
|
|
92
|
-
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
93
|
-
* existing certificate.</p>
|
|
67
|
+
* <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
|
|
94
68
|
*
|
|
95
69
|
* @throws {@link RDSServiceException}
|
|
96
70
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,24 +27,7 @@ declare const ModifyCurrentDBClusterCapacityCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.</p>
|
|
31
|
-
* <p>Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale
|
|
32
|
-
* fast enough to meet a sudden change in workload, such as a large number of new transactions. Call <code>ModifyCurrentDBClusterCapacity</code>
|
|
33
|
-
* to set the capacity explicitly.</p>
|
|
34
|
-
* <p>After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale
|
|
35
|
-
* the DB cluster based on the cooldown period for scaling up and the cooldown period
|
|
36
|
-
* for scaling down.</p>
|
|
37
|
-
* <p>For more information about Aurora Serverless v1, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless v1</a> in the
|
|
38
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
39
|
-
* <important>
|
|
40
|
-
* <p>If you call <code>ModifyCurrentDBClusterCapacity</code> with the default <code>TimeoutAction</code>, connections that
|
|
41
|
-
* prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points,
|
|
42
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling">
|
|
43
|
-
* Autoscaling for Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
44
|
-
* </important>
|
|
45
|
-
* <note>
|
|
46
|
-
* <p>This operation only applies to Aurora Serverless v1 DB clusters.</p>
|
|
47
|
-
* </note>
|
|
30
|
+
* <p>Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.</p> <p>Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale fast enough to meet a sudden change in workload, such as a large number of new transactions. Call <code>ModifyCurrentDBClusterCapacity</code> to set the capacity explicitly.</p> <p>After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale the DB cluster based on the cooldown period for scaling up and the cooldown period for scaling down.</p> <p>For more information about Aurora Serverless v1, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p> <important> <p>If you call <code>ModifyCurrentDBClusterCapacity</code> with the default <code>TimeoutAction</code>, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling"> Autoscaling for Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p> </important> <note> <p>This operation only applies to Aurora Serverless v1 DB clusters.</p> </note>
|
|
48
31
|
* @example
|
|
49
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
33
|
* ```javascript
|
|
@@ -78,14 +61,10 @@ declare const ModifyCurrentDBClusterCapacityCommand_base: {
|
|
|
78
61
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
79
62
|
*
|
|
80
63
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
81
|
-
* <p>
|
|
82
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
64
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
83
65
|
*
|
|
84
66
|
* @throws {@link InvalidDBClusterCapacityFault} (client fault)
|
|
85
|
-
* <p>
|
|
86
|
-
* <code>Capacity</code> isn't a valid Aurora Serverless DB cluster
|
|
87
|
-
* capacity. Valid capacity values are <code>2</code>, <code>4</code>, <code>8</code>, <code>16</code>,
|
|
88
|
-
* <code>32</code>, <code>64</code>, <code>128</code>, and <code>256</code>.</p>
|
|
67
|
+
* <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>
|
|
89
68
|
*
|
|
90
69
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
91
70
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -28,17 +28,7 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
|
|
32
|
-
* <code>DescribeDBEngineVersions</code>.</p>
|
|
33
|
-
* <note>
|
|
34
|
-
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
35
|
-
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
36
|
-
* <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
37
|
-
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
38
|
-
* the <code>ModifyCustomDbEngineVersion</code> event.</p>
|
|
39
|
-
* </note>
|
|
40
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a>
|
|
41
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
31
|
+
* <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling <code>DescribeDBEngineVersions</code>.</p> <note> <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for the <code>ModifyCustomDbEngineVersion</code> event.</p> </note> <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
42
32
|
* @example
|
|
43
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
34
|
* ```javascript
|
|
@@ -61,6 +51,9 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
61
51
|
* // EngineVersion: "STRING_VALUE",
|
|
62
52
|
* // DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
|
|
63
53
|
* // DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
|
|
54
|
+
* // DatabaseInstallationFiles: [ // StringList
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
64
57
|
* // CustomDBEngineVersionManifest: "STRING_VALUE",
|
|
65
58
|
* // DBParameterGroupFamily: "STRING_VALUE",
|
|
66
59
|
* // DBEngineDescription: "STRING_VALUE",
|
|
@@ -70,6 +63,7 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
70
63
|
* // CharacterSetName: "STRING_VALUE",
|
|
71
64
|
* // CharacterSetDescription: "STRING_VALUE",
|
|
72
65
|
* // },
|
|
66
|
+
* // FailureReason: "STRING_VALUE",
|
|
73
67
|
* // Image: { // CustomDBEngineVersionAMI
|
|
74
68
|
* // ImageId: "STRING_VALUE",
|
|
75
69
|
* // Status: "STRING_VALUE",
|
|
@@ -144,10 +138,6 @@ declare const ModifyCustomDBEngineVersionCommand_base: {
|
|
|
144
138
|
* // MinCapacity: Number("double"),
|
|
145
139
|
* // MaxCapacity: Number("double"),
|
|
146
140
|
* // },
|
|
147
|
-
* // DatabaseInstallationFiles: [ // StringList
|
|
148
|
-
* // "STRING_VALUE",
|
|
149
|
-
* // ],
|
|
150
|
-
* // FailureReason: "STRING_VALUE",
|
|
151
141
|
* // };
|
|
152
142
|
*
|
|
153
143
|
* ```
|
|
@@ -27,15 +27,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
|
31
|
-
* You can change one or more settings by specifying these parameters and the new values in the
|
|
32
|
-
* request.</p>
|
|
33
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
34
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
35
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
36
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
37
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
38
|
-
* Guide</i>.</p>
|
|
30
|
+
* <p>Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster. You can change one or more settings by specifying these parameters and the new values in the request.</p> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS 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
|
|
@@ -323,29 +315,22 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
323
315
|
* <p>The user already has a DB cluster with the given identifier.</p>
|
|
324
316
|
*
|
|
325
317
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
326
|
-
* <p>
|
|
327
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
318
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
328
319
|
*
|
|
329
320
|
* @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
|
|
330
|
-
* <p>
|
|
331
|
-
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
332
|
-
* cluster parameter group.</p>
|
|
321
|
+
* <p> <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB cluster parameter group.</p>
|
|
333
322
|
*
|
|
334
323
|
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
335
324
|
* <p>The user already has a DB instance with the given identifier.</p>
|
|
336
325
|
*
|
|
337
326
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
338
|
-
* <p>
|
|
339
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
340
|
-
* existing DB parameter group.</p>
|
|
327
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
341
328
|
*
|
|
342
329
|
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
343
|
-
* <p>
|
|
344
|
-
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
330
|
+
* <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
345
331
|
*
|
|
346
332
|
* @throws {@link DomainNotFoundFault} (client fault)
|
|
347
|
-
* <p>
|
|
348
|
-
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
333
|
+
* <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
349
334
|
*
|
|
350
335
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
351
336
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -366,8 +351,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
366
351
|
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
367
352
|
*
|
|
368
353
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
369
|
-
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
370
|
-
* created because of users' change.</p>
|
|
354
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
|
|
371
355
|
*
|
|
372
356
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
373
357
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
@@ -379,20 +363,16 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
379
363
|
* <p>The specified option group could not be found.</p>
|
|
380
364
|
*
|
|
381
365
|
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
382
|
-
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
383
|
-
* available across all DB instances.</p>
|
|
366
|
+
* <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
|
|
384
367
|
*
|
|
385
368
|
* @throws {@link StorageTypeNotAvailableFault} (client fault)
|
|
386
|
-
* <p>The <code>aurora-iopt1</code> storage type isn't available, because you modified the DB cluster
|
|
387
|
-
* to use this storage type less than one month ago.</p>
|
|
369
|
+
* <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>
|
|
388
370
|
*
|
|
389
371
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
390
372
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
391
373
|
*
|
|
392
374
|
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
393
|
-
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
394
|
-
* instance type supports the Nitro encryption-in-transit capability,
|
|
395
|
-
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
375
|
+
* <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>
|
|
396
376
|
*
|
|
397
377
|
* @throws {@link RDSServiceException}
|
|
398
378
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -28,10 +28,7 @@ declare const ModifyDBClusterEndpointCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Modifies the properties of an endpoint in an Amazon Aurora DB cluster.</p>
|
|
32
|
-
* <note>
|
|
33
|
-
* <p>This operation only applies to Aurora DB clusters.</p>
|
|
34
|
-
* </note>
|
|
31
|
+
* <p>Modifies the properties of an endpoint in an Amazon Aurora DB cluster.</p> <note> <p>This operation only applies to Aurora DB clusters.</p> </note>
|
|
35
32
|
* @example
|
|
36
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
34
|
* ```javascript
|
|
@@ -81,8 +78,7 @@ declare const ModifyDBClusterEndpointCommand_base: {
|
|
|
81
78
|
* <p>The specified custom endpoint doesn't exist.</p>
|
|
82
79
|
*
|
|
83
80
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
84
|
-
* <p>
|
|
85
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
81
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
86
82
|
*
|
|
87
83
|
* @throws {@link InvalidDBClusterEndpointStateFault} (client fault)
|
|
88
84
|
* <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
|
|
@@ -27,24 +27,7 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the parameters of a DB cluster parameter group. To modify more than one parameter,
|
|
31
|
-
* submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>,
|
|
32
|
-
* and <code>ApplyMethod</code>. A maximum of 20
|
|
33
|
-
* parameters can be modified in a single request.</p>
|
|
34
|
-
* <important>
|
|
35
|
-
* <p>There are two types of parameters - dynamic parameters and static parameters. Changes to dynamic parameters are applied to the DB cluster immediately without a reboot.
|
|
36
|
-
* Changes to static parameters are applied only after the DB cluster is rebooted, which can be done using <code>RebootDBCluster</code> operation. You can use the
|
|
37
|
-
* <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
|
|
38
|
-
* <code>DescribeDBClusterParameters</code> operation to verify
|
|
39
|
-
* that your DB cluster parameter group has been created or modified.</p>
|
|
40
|
-
* </important>
|
|
41
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
42
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
43
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
44
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
45
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
46
|
-
* Guide.</i>
|
|
47
|
-
* </p>
|
|
30
|
+
* <p>Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.</p> <important> <p>There are two types of parameters - dynamic parameters and static parameters. Changes to dynamic parameters are applied to the DB cluster immediately without a reboot. Changes to static parameters are applied only after the DB cluster is rebooted, which can be done using <code>RebootDBCluster</code> operation. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <code>DescribeDBClusterParameters</code> operation to verify that your DB cluster parameter group has been created or modified.</p> </important> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide.</i> </p>
|
|
48
31
|
* @example
|
|
49
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
33
|
* ```javascript
|
|
@@ -88,14 +71,10 @@ declare const ModifyDBClusterParameterGroupCommand_base: {
|
|
|
88
71
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
89
72
|
*
|
|
90
73
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
91
|
-
* <p>
|
|
92
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
93
|
-
* existing DB parameter group.</p>
|
|
74
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
94
75
|
*
|
|
95
76
|
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
96
|
-
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
97
|
-
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
98
|
-
* this state.</p>
|
|
77
|
+
* <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>
|
|
99
78
|
*
|
|
100
79
|
* @throws {@link RDSServiceException}
|
|
101
80
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,25 +27,7 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.</p>
|
|
31
|
-
* <p>To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify
|
|
32
|
-
* <code>restore</code> as the <code>AttributeName</code> and use the
|
|
33
|
-
* <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are
|
|
34
|
-
* authorized to restore the manual DB cluster snapshot. Use the value <code>all</code> to
|
|
35
|
-
* make the manual DB cluster snapshot public, which means that it can be copied or
|
|
36
|
-
* restored by all Amazon Web Services accounts.</p>
|
|
37
|
-
* <note>
|
|
38
|
-
* <p>Don't add the <code>all</code> value for any manual DB cluster snapshots
|
|
39
|
-
* that contain private information that you don't want available to all Amazon Web Services
|
|
40
|
-
* accounts.</p>
|
|
41
|
-
* </note>
|
|
42
|
-
* <p>If a manual DB cluster snapshot is encrypted, it can be shared, but only by
|
|
43
|
-
* specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code>
|
|
44
|
-
* parameter. You can't use <code>all</code> as a value for that parameter in this
|
|
45
|
-
* case.</p>
|
|
46
|
-
* <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster
|
|
47
|
-
* snapshot, or whether a manual DB cluster snapshot is public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API operation. The accounts are
|
|
48
|
-
* returned as values for the <code>restore</code> attribute.</p>
|
|
30
|
+
* <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.</p> <p>To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify <code>restore</code> as the <code>AttributeName</code> and use the <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB cluster snapshot. Use the value <code>all</code> to make the manual DB cluster snapshot public, which means that it can be copied or restored by all Amazon Web Services accounts.</p> <note> <p>Don't add the <code>all</code> value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon Web Services accounts.</p> </note> <p>If a manual DB cluster snapshot is encrypted, it can be shared, but only by specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You can't use <code>all</code> as a value for that parameter in this case.</p> <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster snapshot, or whether a manual DB cluster snapshot is public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API operation. The accounts are returned as values for the <code>restore</code> attribute.</p>
|
|
49
31
|
* @example
|
|
50
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
33
|
* ```javascript
|
|
@@ -89,8 +71,7 @@ declare const ModifyDBClusterSnapshotAttributeCommand_base: {
|
|
|
89
71
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
90
72
|
*
|
|
91
73
|
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
92
|
-
* <p>
|
|
93
|
-
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
74
|
+
* <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
94
75
|
*
|
|
95
76
|
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
96
77
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
@@ -27,11 +27,7 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies settings for a DB instance.
|
|
31
|
-
* You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
|
|
32
|
-
* To learn what modifications you can make to your DB instance,
|
|
33
|
-
* call <code>DescribeValidDBInstanceModifications</code>
|
|
34
|
-
* before you call <code>ModifyDBInstance</code>.</p>
|
|
30
|
+
* <p>Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call <code>DescribeValidDBInstanceModifications</code> before you call <code>ModifyDBInstance</code>.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -120,6 +116,17 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
120
116
|
* MultiTenant: true || false,
|
|
121
117
|
* DedicatedLogVolume: true || false,
|
|
122
118
|
* Engine: "STRING_VALUE",
|
|
119
|
+
* AdditionalStorageVolumes: [ // ModifyAdditionalStorageVolumesList
|
|
120
|
+
* { // ModifyAdditionalStorageVolume
|
|
121
|
+
* VolumeName: "STRING_VALUE", // required
|
|
122
|
+
* AllocatedStorage: Number("int"),
|
|
123
|
+
* IOPS: Number("int"),
|
|
124
|
+
* MaxAllocatedStorage: Number("int"),
|
|
125
|
+
* StorageThroughput: Number("int"),
|
|
126
|
+
* StorageType: "STRING_VALUE",
|
|
127
|
+
* SetForDelete: true || false,
|
|
128
|
+
* },
|
|
129
|
+
* ],
|
|
123
130
|
* TagSpecifications: [ // TagSpecificationList
|
|
124
131
|
* { // TagSpecification
|
|
125
132
|
* ResourceType: "STRING_VALUE",
|
|
@@ -132,17 +139,6 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
132
139
|
* },
|
|
133
140
|
* ],
|
|
134
141
|
* MasterUserAuthenticationType: "password" || "iam-db-auth",
|
|
135
|
-
* AdditionalStorageVolumes: [ // ModifyAdditionalStorageVolumesList
|
|
136
|
-
* { // ModifyAdditionalStorageVolume
|
|
137
|
-
* VolumeName: "STRING_VALUE", // required
|
|
138
|
-
* AllocatedStorage: Number("int"),
|
|
139
|
-
* IOPS: Number("int"),
|
|
140
|
-
* MaxAllocatedStorage: Number("int"),
|
|
141
|
-
* StorageThroughput: Number("int"),
|
|
142
|
-
* StorageType: "STRING_VALUE",
|
|
143
|
-
* SetForDelete: true || false,
|
|
144
|
-
* },
|
|
145
|
-
* ],
|
|
146
142
|
* };
|
|
147
143
|
* const command = new ModifyDBInstanceCommand(input);
|
|
148
144
|
* const response = await client.send(command);
|
|
@@ -406,45 +402,34 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
406
402
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
407
403
|
*
|
|
408
404
|
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
409
|
-
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
410
|
-
* for the specified DB security group.</p>
|
|
411
|
-
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
412
|
-
* behalf.</p>
|
|
405
|
+
* <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>
|
|
413
406
|
*
|
|
414
407
|
* @throws {@link BackupPolicyNotFoundFault} (client fault)
|
|
415
408
|
*
|
|
409
|
+
*
|
|
416
410
|
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
417
|
-
* <p>
|
|
418
|
-
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
419
|
-
* existing certificate.</p>
|
|
411
|
+
* <p> <code>CertificateIdentifier</code> doesn't refer to an existing certificate.</p>
|
|
420
412
|
*
|
|
421
413
|
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
422
414
|
* <p>The user already has a DB instance with the given identifier.</p>
|
|
423
415
|
*
|
|
424
416
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
425
|
-
* <p>
|
|
426
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
417
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
427
418
|
*
|
|
428
419
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
429
|
-
* <p>
|
|
430
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
431
|
-
* existing DB parameter group.</p>
|
|
420
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
432
421
|
*
|
|
433
422
|
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
434
|
-
* <p>
|
|
435
|
-
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
423
|
+
* <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
436
424
|
*
|
|
437
425
|
* @throws {@link DBUpgradeDependencyFailureFault} (client fault)
|
|
438
|
-
* <p>The DB upgrade failed because a resource the DB depends on can't be
|
|
439
|
-
* modified.</p>
|
|
426
|
+
* <p>The DB upgrade failed because a resource the DB depends on can't be modified.</p>
|
|
440
427
|
*
|
|
441
428
|
* @throws {@link DomainNotFoundFault} (client fault)
|
|
442
|
-
* <p>
|
|
443
|
-
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
429
|
+
* <p> <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
444
430
|
*
|
|
445
431
|
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
446
|
-
* <p>The specified DB instance class isn't available in the specified Availability
|
|
447
|
-
* Zone.</p>
|
|
432
|
+
* <p>The specified DB instance class isn't available in the specified Availability Zone.</p>
|
|
448
433
|
*
|
|
449
434
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
450
435
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -456,8 +441,7 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
456
441
|
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
457
442
|
*
|
|
458
443
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
459
|
-
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
460
|
-
* created because of users' change.</p>
|
|
444
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's created because of users' change.</p>
|
|
461
445
|
*
|
|
462
446
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
463
447
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
@@ -472,20 +456,16 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
472
456
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
473
457
|
*
|
|
474
458
|
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
475
|
-
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
476
|
-
* available across all DB instances.</p>
|
|
459
|
+
* <p>The request would result in the user exceeding the allowed amount of storage available across all DB instances.</p>
|
|
477
460
|
*
|
|
478
461
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
479
462
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
480
463
|
*
|
|
481
464
|
* @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
|
|
482
|
-
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
483
|
-
* account.</p>
|
|
465
|
+
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services account.</p>
|
|
484
466
|
*
|
|
485
467
|
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
486
|
-
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
487
|
-
* instance type supports the Nitro encryption-in-transit capability,
|
|
488
|
-
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
468
|
+
* <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>
|
|
489
469
|
*
|
|
490
470
|
* @throws {@link RDSServiceException}
|
|
491
471
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,20 +27,7 @@ declare const ModifyDBParameterGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the parameters of a DB parameter group. To modify more than one parameter,
|
|
31
|
-
* submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and
|
|
32
|
-
* <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.</p>
|
|
33
|
-
* <important>
|
|
34
|
-
* <p>After you modify a DB parameter group, you should wait at least 5 minutes
|
|
35
|
-
* before creating your first DB instance that uses that DB parameter group as the default parameter
|
|
36
|
-
* group. This allows Amazon RDS to fully complete the modify operation before the parameter
|
|
37
|
-
* group is used as the default for a new DB instance. This is especially important for parameters
|
|
38
|
-
* that are critical when creating the default database for a DB instance, such as the character set
|
|
39
|
-
* for the default database defined by the <code>character_set_database</code> parameter. You can use the
|
|
40
|
-
* <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
|
|
41
|
-
* <i>DescribeDBParameters</i> command to verify
|
|
42
|
-
* that your DB parameter group has been created or modified.</p>
|
|
43
|
-
* </important>
|
|
30
|
+
* <p>Modifies the parameters of a DB parameter group. To modify more than one parameter, submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.</p> <important> <p>After you modify a DB parameter group, you should wait at least 5 minutes before creating your first DB instance that uses that DB parameter group as the default parameter group. This allows Amazon RDS to fully complete the modify operation before the parameter group is used as the default for a new DB instance. This is especially important for parameters that are critical when creating the default database for a DB instance, such as the character set for the default database defined by the <code>character_set_database</code> parameter. You can use the <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the <i>DescribeDBParameters</i> command to verify that your DB parameter group has been created or modified.</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
|
|
@@ -84,14 +71,10 @@ declare const ModifyDBParameterGroupCommand_base: {
|
|
|
84
71
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
85
72
|
*
|
|
86
73
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
87
|
-
* <p>
|
|
88
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
89
|
-
* existing DB parameter group.</p>
|
|
74
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
90
75
|
*
|
|
91
76
|
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
92
|
-
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
93
|
-
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
94
|
-
* this state.</p>
|
|
77
|
+
* <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>
|
|
95
78
|
*
|
|
96
79
|
* @throws {@link RDSServiceException}
|
|
97
80
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -28,8 +28,7 @@ declare const ModifyDBShardGroupCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by
|
|
32
|
-
* specifying these parameters and the new values in the request.</p>
|
|
31
|
+
* <p>Modifies the settings of an Aurora Limitless Database DB shard group. You can change one or more settings by specifying these parameters and the new values in the request.</p>
|
|
33
32
|
* @example
|
|
34
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
34
|
* ```javascript
|