@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,23 +27,7 @@ declare const ModifyDBSnapshotAttributeCommand_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 snapshot.</p>
|
|
31
|
-
* <p>To share a manual DB snapshot with other Amazon Web Services accounts, specify <code>restore</code>
|
|
32
|
-
* as the <code>AttributeName</code> and use the <code>ValuesToAdd</code> parameter to add
|
|
33
|
-
* a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot.
|
|
34
|
-
* Uses the value <code>all</code> to make the manual DB snapshot public, which means it
|
|
35
|
-
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
36
|
-
* <note>
|
|
37
|
-
* <p>Don't add the <code>all</code> value for any manual DB snapshots that
|
|
38
|
-
* contain private information that you don't want available to all Amazon Web Services
|
|
39
|
-
* accounts.</p>
|
|
40
|
-
* </note>
|
|
41
|
-
* <p>If the manual DB snapshot is encrypted, it can be shared, but only by specifying a
|
|
42
|
-
* list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You
|
|
43
|
-
* can't use <code>all</code> as a value for that parameter in this case.</p>
|
|
44
|
-
* <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or
|
|
45
|
-
* whether a manual DB snapshot public or private, use the <a>DescribeDBSnapshotAttributes</a> API operation. The accounts are returned as
|
|
46
|
-
* 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 snapshot.</p> <p>To share a manual DB 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 snapshot. Uses the value <code>all</code> to make the manual DB snapshot public, which means 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 snapshots that contain private information that you don't want available to all Amazon Web Services accounts.</p> </note> <p>If the manual DB 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 snapshot, or whether a manual DB snapshot public or private, use the <a>DescribeDBSnapshotAttributes</a> API operation. The accounts are returned as values for the <code>restore</code> attribute.</p>
|
|
47
31
|
* @example
|
|
48
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
33
|
* ```javascript
|
|
@@ -87,8 +71,7 @@ declare const ModifyDBSnapshotAttributeCommand_base: {
|
|
|
87
71
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
88
72
|
*
|
|
89
73
|
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
90
|
-
* <p>
|
|
91
|
-
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
74
|
+
* <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
92
75
|
*
|
|
93
76
|
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
94
77
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
@@ -27,12 +27,7 @@ declare const ModifyDBSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted
|
|
31
|
-
* or unencrypted, but not shared or public.
|
|
32
|
-
*
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>Amazon RDS supports upgrading DB snapshots for MariaDB, MySQL, PostgreSQL, and Oracle. This operation
|
|
35
|
-
* doesn't apply to RDS Custom or RDS for Db2.</p>
|
|
30
|
+
* <p>Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted or unencrypted, but not shared or public. </p> <p>Amazon RDS supports upgrading DB snapshots for MariaDB, MySQL, PostgreSQL, and Oracle. This operation doesn't apply to RDS Custom or RDS for Db2.</p>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -96,7 +91,6 @@ declare const ModifyDBSnapshotCommand_base: {
|
|
|
96
91
|
* // DBSystemId: "STRING_VALUE",
|
|
97
92
|
* // MultiTenant: true || false,
|
|
98
93
|
* // DedicatedLogVolume: true || false,
|
|
99
|
-
* // SnapshotAvailabilityZone: "STRING_VALUE",
|
|
100
94
|
* // AdditionalStorageVolumes: [ // AdditionalStorageVolumesList
|
|
101
95
|
* // { // AdditionalStorageVolume
|
|
102
96
|
* // VolumeName: "STRING_VALUE", // required
|
|
@@ -107,6 +101,7 @@ declare const ModifyDBSnapshotCommand_base: {
|
|
|
107
101
|
* // StorageType: "STRING_VALUE",
|
|
108
102
|
* // },
|
|
109
103
|
* // ],
|
|
104
|
+
* // SnapshotAvailabilityZone: "STRING_VALUE",
|
|
110
105
|
* // },
|
|
111
106
|
* // };
|
|
112
107
|
*
|
|
@@ -119,8 +114,7 @@ declare const ModifyDBSnapshotCommand_base: {
|
|
|
119
114
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
120
115
|
*
|
|
121
116
|
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
122
|
-
* <p>
|
|
123
|
-
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
117
|
+
* <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
124
118
|
*
|
|
125
119
|
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
126
120
|
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
@@ -82,12 +82,10 @@ declare const ModifyDBSubnetGroupCommand_base: {
|
|
|
82
82
|
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
85
|
-
* <p>
|
|
86
|
-
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
85
|
+
* <p> <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
87
86
|
*
|
|
88
87
|
* @throws {@link DBSubnetQuotaExceededFault} (client fault)
|
|
89
|
-
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
90
|
-
* DB subnet groups.</p>
|
|
88
|
+
* <p>The request would result in the user exceeding the allowed number of subnets in a DB subnet groups.</p>
|
|
91
89
|
*
|
|
92
90
|
* @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
|
|
93
91
|
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
@@ -27,11 +27,7 @@ declare const ModifyEventSubscriptionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change
|
|
31
|
-
* source identifiers for a subscription, use the <code>AddSourceIdentifierToSubscription</code> and <code>RemoveSourceIdentifierFromSubscription</code> calls.</p>
|
|
32
|
-
* <p>You can see a list of the event categories for a given source type (<code>SourceType</code>)
|
|
33
|
-
* in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> in the <i>Amazon RDS User Guide</i>
|
|
34
|
-
* or by using the <code>DescribeEventCategories</code> operation.</p>
|
|
30
|
+
* <p>Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change source identifiers for a subscription, use the <code>AddSourceIdentifierToSubscription</code> and <code>RemoveSourceIdentifierFromSubscription</code> calls.</p> <p>You can see a list of the event categories for a given source type (<code>SourceType</code>) in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> in the <i>Amazon RDS User Guide</i> or by using the <code>DescribeEventCategories</code> operation.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies a setting for an Amazon Aurora global database cluster. You can change one or more database configuration
|
|
31
|
-
* parameters by specifying these parameters and the new values in the request. For more information on
|
|
32
|
-
* Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
|
|
33
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
34
|
-
* <note>
|
|
35
|
-
* <p>This operation only applies to Aurora global database clusters.</p>
|
|
36
|
-
* </note>
|
|
30
|
+
* <p>Modifies a setting for an Amazon Aurora global database cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, 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> <note> <p>This operation only applies to Aurora global database clusters.</p> </note>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -99,8 +93,7 @@ declare const ModifyGlobalClusterCommand_base: {
|
|
|
99
93
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
100
94
|
*
|
|
101
95
|
* @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
|
|
102
|
-
* <p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier
|
|
103
|
-
* (unique name) to create a new global database cluster or to rename an existing one.</p>
|
|
96
|
+
* <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>
|
|
104
97
|
*
|
|
105
98
|
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
106
99
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
@@ -81,9 +81,7 @@ declare const ModifyIntegrationCommand_base: {
|
|
|
81
81
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link IntegrationConflictOperationFault} (client fault)
|
|
84
|
-
* <p>A conflicting conditional operation is currently in progress against this resource.
|
|
85
|
-
* Typically occurs when there are multiple requests being made to the same resource at the same time,
|
|
86
|
-
* and these requests conflict with each other.</p>
|
|
84
|
+
* <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>
|
|
87
85
|
*
|
|
88
86
|
* @throws {@link IntegrationNotFoundFault} (client fault)
|
|
89
87
|
* <p>The specified integration could not be found.</p>
|
|
@@ -27,9 +27,7 @@ declare const ModifyTenantDatabaseCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies an existing tenant database in a DB instance. You can change the tenant
|
|
31
|
-
* database name or the master user password. This operation is supported only for RDS for
|
|
32
|
-
* Oracle CDB instances using the multi-tenant configuration.</p>
|
|
30
|
+
* <p>Modifies an existing tenant database in a DB instance. You can change the tenant database name or the master user password. This operation is supported only for RDS for Oracle CDB instances using the multi-tenant configuration.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -89,8 +87,7 @@ declare const ModifyTenantDatabaseCommand_base: {
|
|
|
89
87
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
90
88
|
*
|
|
91
89
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
92
|
-
* <p>
|
|
93
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
90
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
94
91
|
*
|
|
95
92
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
96
93
|
* <p>The DB instance isn't in a valid state.</p>
|
|
@@ -99,8 +96,7 @@ declare const ModifyTenantDatabaseCommand_base: {
|
|
|
99
96
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
100
97
|
*
|
|
101
98
|
* @throws {@link TenantDatabaseAlreadyExistsFault} (client fault)
|
|
102
|
-
* <p>You attempted to either create a tenant database that already exists or
|
|
103
|
-
* modify a tenant database to use the name of an existing tenant database.</p>
|
|
99
|
+
* <p>You attempted to either create a tenant database that already exists or modify a tenant database to use the name of an existing tenant database.</p>
|
|
104
100
|
*
|
|
105
101
|
* @throws {@link TenantDatabaseNotFoundFault} (client fault)
|
|
106
102
|
* <p>The specified tenant database wasn't found in the DB instance.</p>
|
|
@@ -27,24 +27,7 @@ declare const PromoteReadReplicaCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Promotes a read replica DB instance to a standalone DB instance.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <ul>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>Backup duration is a function of the amount of changes to the database since the previous
|
|
35
|
-
* backup. If you plan to promote a read replica to a standalone instance, we
|
|
36
|
-
* recommend that you enable backups and complete at least one backup prior to
|
|
37
|
-
* promotion. In addition, a read replica cannot be promoted to a standalone
|
|
38
|
-
* instance when it is in the <code>backing-up</code> status. If you have
|
|
39
|
-
* enabled backups on your read replica, configure the automated backup window
|
|
40
|
-
* so that daily backups do not interfere with read replica
|
|
41
|
-
* promotion.</p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* </ul>
|
|
47
|
-
* </note>
|
|
30
|
+
* <p>Promotes a read replica DB instance to a standalone DB instance.</p> <note> <ul> <li> <p>Backup duration is a function of the amount of changes to the database since the previous backup. If you plan to promote a read replica to a standalone instance, we recommend that you enable backups and complete at least one backup prior to promotion. In addition, a read replica cannot be promoted to a standalone instance when it is in the <code>backing-up</code> status. If you have enabled backups on your read replica, configure the automated backup window so that daily backups do not interfere with read replica promotion.</p> </li> <li> <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p> </li> </ul> </note>
|
|
48
31
|
* @example
|
|
49
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
33
|
* ```javascript
|
|
@@ -331,8 +314,7 @@ declare const PromoteReadReplicaCommand_base: {
|
|
|
331
314
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
332
315
|
*
|
|
333
316
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
334
|
-
* <p>
|
|
335
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
317
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
336
318
|
*
|
|
337
319
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
338
320
|
* <p>The DB instance isn't in a valid state.</p>
|
|
@@ -246,8 +246,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
246
246
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
247
247
|
*
|
|
248
248
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
249
|
-
* <p>
|
|
250
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
249
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
251
250
|
*
|
|
252
251
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
253
252
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -27,17 +27,7 @@ declare const RebootDBClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>You might need to reboot your DB cluster, usually for maintenance reasons.
|
|
31
|
-
* For example, if you make certain modifications,
|
|
32
|
-
* or if you change the DB cluster parameter group associated with the DB cluster,
|
|
33
|
-
* reboot the DB cluster for the changes to take effect.</p>
|
|
34
|
-
* <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB
|
|
35
|
-
* cluster results in a momentary outage, during which the DB cluster status is set to rebooting.</p>
|
|
36
|
-
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
|
|
37
|
-
* <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
|
|
38
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
39
|
-
* Guide.</i>
|
|
40
|
-
* </p>
|
|
30
|
+
* <p>You might need to reboot your DB cluster, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB cluster parameter group associated with the DB cluster, reboot the DB cluster for the changes to take effect.</p> <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB cluster results in a momentary outage, during which the DB cluster status is set to rebooting.</p> <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</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>
|
|
41
31
|
* @example
|
|
42
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
33
|
* ```javascript
|
|
@@ -256,8 +246,7 @@ declare const RebootDBClusterCommand_base: {
|
|
|
256
246
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
257
247
|
*
|
|
258
248
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
259
|
-
* <p>
|
|
260
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
249
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
261
250
|
*
|
|
262
251
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
263
252
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -27,16 +27,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>You might need to reboot your DB instance, usually for maintenance reasons.
|
|
31
|
-
* For example, if you make certain modifications,
|
|
32
|
-
* or if you change the DB parameter group associated with the DB instance,
|
|
33
|
-
* you must reboot the instance for the changes to take effect.</p>
|
|
34
|
-
* <p>Rebooting a DB instance restarts the database engine service.
|
|
35
|
-
* Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.</p>
|
|
36
|
-
* <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
|
|
37
|
-
* </p>
|
|
38
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
39
|
-
* <p>If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the <code>RebootDBCluster</code> operation.</p>
|
|
30
|
+
* <p>You might need to reboot your DB instance, usually for maintenance reasons. For example, if you make certain modifications, or if you change the DB parameter group associated with the DB instance, you must reboot the instance for the changes to take effect.</p> <p>Rebooting a DB instance restarts the database engine service. Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.</p> <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i> </p> <p>This command doesn't apply to RDS Custom.</p> <p>If your DB instance is part of a Multi-AZ DB cluster, you can reboot the DB cluster with the <code>RebootDBCluster</code> operation.</p>
|
|
40
31
|
* @example
|
|
41
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
42
33
|
* ```javascript
|
|
@@ -311,8 +302,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
311
302
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
312
303
|
*
|
|
313
304
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
314
|
-
* <p>
|
|
315
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
305
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
316
306
|
*
|
|
317
307
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
318
308
|
* <p>The DB instance isn't in a valid state.</p>
|
|
@@ -28,9 +28,7 @@ declare const RebootDBShardGroupCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>You might need to reboot your DB shard group, usually for maintenance reasons. For example, if you make certain modifications, reboot
|
|
32
|
-
* the DB shard group for the changes to take effect.</p>
|
|
33
|
-
* <p>This operation applies only to Aurora Limitless Database DBb shard groups.</p>
|
|
31
|
+
* <p>You might need to reboot your DB shard group, usually for maintenance reasons. For example, if you make certain modifications, reboot the DB shard group for the changes to take effect.</p> <p>This operation applies only to Aurora Limitless Database DBb shard groups.</p>
|
|
34
32
|
* @example
|
|
35
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
34
|
* ```javascript
|
|
@@ -76,12 +76,10 @@ declare const RegisterDBProxyTargetsCommand_base: {
|
|
|
76
76
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
79
|
-
* <p>
|
|
80
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
79
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
81
80
|
*
|
|
82
81
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
83
|
-
* <p>
|
|
84
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
82
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
85
83
|
*
|
|
86
84
|
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
87
85
|
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
@@ -93,9 +91,7 @@ declare const RegisterDBProxyTargetsCommand_base: {
|
|
|
93
91
|
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
94
92
|
*
|
|
95
93
|
* @throws {@link InsufficientAvailableIPsInSubnetFault} (client fault)
|
|
96
|
-
* <p>The requested operation can't be performed because there aren't enough available IP addresses
|
|
97
|
-
* in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
|
|
98
|
-
* from the subnets.</p>
|
|
94
|
+
* <p>The requested operation can't be performed because there aren't enough available IP addresses in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required from the subnets.</p>
|
|
99
95
|
*
|
|
100
96
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
101
97
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -27,12 +27,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a
|
|
31
|
-
* standalone cluster with read-write capability instead of being read-only and receiving data from a
|
|
32
|
-
* primary cluster in a different Region.</p>
|
|
33
|
-
* <note>
|
|
34
|
-
* <p>This operation only applies to Aurora DB clusters.</p>
|
|
35
|
-
* </note>
|
|
30
|
+
* <p>Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a standalone cluster with read-write capability instead of being read-only and receiving data from a primary cluster in a different Region.</p> <note> <p>This operation only applies to Aurora DB clusters.</p> </note>
|
|
36
31
|
* @example
|
|
37
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
33
|
* ```javascript
|
|
@@ -95,8 +90,7 @@ declare const RemoveFromGlobalClusterCommand_base: {
|
|
|
95
90
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
96
91
|
*
|
|
97
92
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
98
|
-
* <p>
|
|
99
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
93
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
100
94
|
*
|
|
101
95
|
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
102
96
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
@@ -27,15 +27,7 @@ declare const RemoveRoleFromDBClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a
|
|
31
|
-
* DB cluster.</p>
|
|
32
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
34
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
35
|
-
* <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
|
|
36
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
37
|
-
* Guide.</i>
|
|
38
|
-
* </p>
|
|
30
|
+
* <p>Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a DB cluster.</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
|
|
@@ -62,8 +54,7 @@ declare const RemoveRoleFromDBClusterCommand_base: {
|
|
|
62
54
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
63
55
|
*
|
|
64
56
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
65
|
-
* <p>
|
|
66
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
57
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
67
58
|
*
|
|
68
59
|
* @throws {@link DBClusterRoleNotFoundFault} (client fault)
|
|
69
60
|
* <p>The specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.</p>
|
|
@@ -54,12 +54,10 @@ declare const RemoveRoleFromDBInstanceCommand_base: {
|
|
|
54
54
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
57
|
-
* <p>
|
|
58
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
57
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
59
58
|
*
|
|
60
59
|
* @throws {@link DBInstanceRoleNotFoundFault} (client fault)
|
|
61
|
-
* <p>The specified <code>RoleArn</code> value doesn't match the specified feature for
|
|
62
|
-
* the DB instance.</p>
|
|
60
|
+
* <p>The specified <code>RoleArn</code> value doesn't match the specified feature for the DB instance.</p>
|
|
63
61
|
*
|
|
64
62
|
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
65
63
|
* <p>The DB instance isn't in a valid state.</p>
|
|
@@ -27,10 +27,7 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes metadata tags from 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>Removes metadata tags from 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
|
|
@@ -58,16 +55,13 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
58
55
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
61
|
-
* <p>
|
|
62
|
-
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
58
|
+
* <p> <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
63
59
|
*
|
|
64
60
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
65
|
-
* <p>
|
|
66
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
61
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
67
62
|
*
|
|
68
63
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
69
|
-
* <p>
|
|
70
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
64
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
71
65
|
*
|
|
72
66
|
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
73
67
|
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
@@ -82,8 +76,7 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
82
76
|
* <p>The specified DB shard group name wasn't found.</p>
|
|
83
77
|
*
|
|
84
78
|
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
85
|
-
* <p>
|
|
86
|
-
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
79
|
+
* <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
87
80
|
*
|
|
88
81
|
* @throws {@link DBSnapshotTenantDatabaseNotFoundFault} (client fault)
|
|
89
82
|
* <p>The specified snapshot tenant database wasn't found.</p>
|
|
@@ -27,22 +27,7 @@ declare const ResetDBClusterParameterGroupCommand_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 the default value. To
|
|
31
|
-
* reset specific parameters submit a list of the following: <code>ParameterName</code>
|
|
32
|
-
* and <code>ApplyMethod</code>. To reset the
|
|
33
|
-
* entire DB cluster parameter group, specify the <code>DBClusterParameterGroupName</code>
|
|
34
|
-
* and <code>ResetAllParameters</code> parameters.</p>
|
|
35
|
-
* <p>When resetting the entire group, dynamic parameters are updated immediately and static parameters
|
|
36
|
-
* are set to <code>pending-reboot</code> to take effect on the next DB instance restart
|
|
37
|
-
* or <code>RebootDBInstance</code> request. You must call <code>RebootDBInstance</code> for every
|
|
38
|
-
* DB instance in your DB cluster that you want the updated static parameter to apply to.</p>
|
|
39
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
40
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
41
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
42
|
-
* <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
|
|
43
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
44
|
-
* Guide.</i>
|
|
45
|
-
* </p>
|
|
30
|
+
* <p>Modifies the parameters of a DB cluster parameter group to the default value. To reset specific parameters submit a list of the following: <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB cluster parameter group, specify the <code>DBClusterParameterGroupName</code> and <code>ResetAllParameters</code> parameters.</p> <p>When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to <code>pending-reboot</code> to take effect on the next DB instance restart or <code>RebootDBInstance</code> request. You must call <code>RebootDBInstance</code> for every DB instance in your DB cluster that you want the updated static parameter to apply to.</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>
|
|
46
31
|
* @example
|
|
47
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
48
33
|
* ```javascript
|
|
@@ -87,14 +72,10 @@ declare const ResetDBClusterParameterGroupCommand_base: {
|
|
|
87
72
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
88
73
|
*
|
|
89
74
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
90
|
-
* <p>
|
|
91
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
92
|
-
* existing DB parameter group.</p>
|
|
75
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
93
76
|
*
|
|
94
77
|
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
95
|
-
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
96
|
-
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
97
|
-
* this state.</p>
|
|
78
|
+
* <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>
|
|
98
79
|
*
|
|
99
80
|
* @throws {@link RDSServiceException}
|
|
100
81
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,14 +27,7 @@ declare const ResetDBParameterGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the parameters of a DB parameter group to the engine/system default value.
|
|
31
|
-
* To reset specific parameters, provide a list of the following:
|
|
32
|
-
* <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB
|
|
33
|
-
* parameter group, specify the <code>DBParameterGroup</code> name and
|
|
34
|
-
* <code>ResetAllParameters</code> parameters. When resetting the entire group, dynamic
|
|
35
|
-
* parameters are updated immediately and static parameters are set to
|
|
36
|
-
* <code>pending-reboot</code> to take effect on the next DB instance restart or
|
|
37
|
-
* <code>RebootDBInstance</code> request.</p>
|
|
30
|
+
* <p>Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters, provide a list of the following: <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB parameter group, specify the <code>DBParameterGroup</code> name and <code>ResetAllParameters</code> parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to <code>pending-reboot</code> to take effect on the next DB instance restart or <code>RebootDBInstance</code> request.</p>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -79,14 +72,10 @@ declare const ResetDBParameterGroupCommand_base: {
|
|
|
79
72
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
80
73
|
*
|
|
81
74
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
82
|
-
* <p>
|
|
83
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
84
|
-
* existing DB parameter group.</p>
|
|
75
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
85
76
|
*
|
|
86
77
|
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
87
|
-
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
88
|
-
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
89
|
-
* this state.</p>
|
|
78
|
+
* <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>
|
|
90
79
|
*
|
|
91
80
|
* @throws {@link RDSServiceException}
|
|
92
81
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|