@aws-sdk/client-rds 3.288.0 → 3.290.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/dist-types/commands/AddRoleToDBClusterCommand.d.ts +14 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +14 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +24 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +40 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +28 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +32 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +7 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +31 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +38 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +31 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +41 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +28 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +42 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +13 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +94 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +21 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +26 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +35 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +100 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +102 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +26 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +10 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +29 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +33 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +40 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +47 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +26 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +41 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +22 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +23 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +18 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +10 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +21 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +21 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +17 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +17 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +12 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +19 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +66 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +8 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +21 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +28 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +34 -0
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +11 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +14 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +65 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +17 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +29 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +35 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +98 -0
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +29 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +13 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +31 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +5 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +38 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +41 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +13 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +32 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +26 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +27 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +25 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +32 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +12 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +24 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +37 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +23 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +23 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +54 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +84 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +84 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +174 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +67 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +180 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +31 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +21 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +20 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +42 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +35 -0
- package/dist-types/commands/StopActivityStreamCommand.d.ts +18 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +8 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +19 -0
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +8 -0
- package/package.json +31 -31
|
@@ -29,6 +29,16 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg
|
|
|
29
29
|
* @see {@link ModifyDBProxyTargetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
33
|
+
* <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>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <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>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
39
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ModifyDBProxyTargetGroupCommand extends $Command<ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput, RDSClientResolvedConfig> {
|
|
34
44
|
readonly input: ModifyDBProxyTargetGroupCommandInput;
|
|
@@ -45,6 +45,37 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot
|
|
|
45
45
|
* @see {@link ModifyDBSnapshotAttributeCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
53
|
+
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link SharedSnapshotQuotaExceededFault} (client fault)
|
|
56
|
+
* <p>You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
59
|
+
* @example To change DB snapshot attributes
|
|
60
|
+
* ```javascript
|
|
61
|
+
* // This example adds the specified attribute for the specified DB snapshot.
|
|
62
|
+
* const input = {
|
|
63
|
+
* "AttributeName": "restore",
|
|
64
|
+
* "DBSnapshotIdentifier": "mydbsnapshot",
|
|
65
|
+
* "ValuesToAdd": [
|
|
66
|
+
* "all"
|
|
67
|
+
* ]
|
|
68
|
+
* };
|
|
69
|
+
* const command = new ModifyDBSnapshotAttributeCommand(input);
|
|
70
|
+
* const response = await client.send(command);
|
|
71
|
+
* /* response ==
|
|
72
|
+
* {
|
|
73
|
+
* "DBSnapshotAttributesResult": {}
|
|
74
|
+
* }
|
|
75
|
+
* *\/
|
|
76
|
+
* // example id: modify-db-snapshot-attribute-2e66f120-2b21-4a7c-890b-4474da88bde6
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
48
79
|
*/
|
|
49
80
|
export declare class ModifyDBSnapshotAttributeCommand extends $Command<ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput, RDSClientResolvedConfig> {
|
|
50
81
|
readonly input: ModifyDBSnapshotAttributeCommandInput;
|
|
@@ -34,6 +34,11 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
|
|
|
34
34
|
* @see {@link ModifyDBSnapshotCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
37
42
|
*/
|
|
38
43
|
export declare class ModifyDBSnapshotCommand extends $Command<ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig> {
|
|
39
44
|
readonly input: ModifyDBSnapshotCommandInput;
|
|
@@ -29,6 +29,44 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
|
|
|
29
29
|
* @see {@link ModifyDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
33
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBSubnetQuotaExceededFault} (client fault)
|
|
40
|
+
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
41
|
+
* DB subnet groups.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
44
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link SubnetAlreadyInUse} (client fault)
|
|
47
|
+
* <p>The DB subnet is already in use in the Availability Zone.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
50
|
+
* @example To change DB subnet group settings
|
|
51
|
+
* ```javascript
|
|
52
|
+
* // This example changes the specified setting for the specified DB subnet group.
|
|
53
|
+
* const input = {
|
|
54
|
+
* "DBSubnetGroupName": "mydbsubnetgroup",
|
|
55
|
+
* "SubnetIds": [
|
|
56
|
+
* "subnet-70e1975a",
|
|
57
|
+
* "subnet-747a5c49"
|
|
58
|
+
* ]
|
|
59
|
+
* };
|
|
60
|
+
* const command = new ModifyDBSubnetGroupCommand(input);
|
|
61
|
+
* const response = await client.send(command);
|
|
62
|
+
* /* response ==
|
|
63
|
+
* {
|
|
64
|
+
* "DBSubnetGroup": {}
|
|
65
|
+
* }
|
|
66
|
+
* *\/
|
|
67
|
+
* // example id: modify-db-subnet-group-e34a97d9-8fe6-4239-a4ed-ad6e73a956b0
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
32
70
|
*/
|
|
33
71
|
export declare class ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
|
|
34
72
|
readonly input: ModifyDBSubnetGroupCommandInput;
|
|
@@ -33,6 +33,47 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
33
33
|
* @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link EventSubscriptionQuotaExceededFault} (client fault)
|
|
37
|
+
* <p>You have reached the maximum number of event subscriptions.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link SNSInvalidTopicFault} (client fault)
|
|
40
|
+
* <p>SNS has responded that there is a problem with the SNS topic specified.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link SNSNoAuthorizationFault} (client fault)
|
|
43
|
+
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link SNSTopicArnNotFoundFault} (client fault)
|
|
46
|
+
* <p>The SNS topic ARN does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
|
|
49
|
+
* <p>The supplied category does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
52
|
+
* <p>The subscription name does not exist.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
55
|
+
* @example To change event notification subscription settings
|
|
56
|
+
* ```javascript
|
|
57
|
+
* // This example changes the specified setting for the specified event notification subscription.
|
|
58
|
+
* const input = {
|
|
59
|
+
* "Enabled": true,
|
|
60
|
+
* "EventCategories": [
|
|
61
|
+
* "deletion",
|
|
62
|
+
* "low storage"
|
|
63
|
+
* ],
|
|
64
|
+
* "SourceType": "db-instance",
|
|
65
|
+
* "SubscriptionName": "mymysqleventsubscription"
|
|
66
|
+
* };
|
|
67
|
+
* const command = new ModifyEventSubscriptionCommand(input);
|
|
68
|
+
* const response = await client.send(command);
|
|
69
|
+
* /* response ==
|
|
70
|
+
* {
|
|
71
|
+
* "EventSubscription": {}
|
|
72
|
+
* }
|
|
73
|
+
* *\/
|
|
74
|
+
* // example id: modify-event-subscription-405ac869-1f02-42cd-b8f4-6950a435f30e
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
36
77
|
*/
|
|
37
78
|
export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RDSClientResolvedConfig> {
|
|
38
79
|
readonly input: ModifyEventSubscriptionCommandInput;
|
|
@@ -35,6 +35,19 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
|
|
|
35
35
|
* @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
39
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
42
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
45
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
48
|
+
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
40
53
|
readonly input: ModifyGlobalClusterCommandInput;
|
|
@@ -29,6 +29,38 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
|
|
|
29
29
|
* @see {@link ModifyOptionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidOptionGroupStateFault} (client fault)
|
|
33
|
+
* <p>The option group isn't in the <i>available</i> state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified option group could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
39
|
+
* @example To modify an option group
|
|
40
|
+
* ```javascript
|
|
41
|
+
* // The following example adds an option to an option group.
|
|
42
|
+
* const input = {
|
|
43
|
+
* "ApplyImmediately": true,
|
|
44
|
+
* "OptionGroupName": "myawsuser-og02",
|
|
45
|
+
* "OptionsToInclude": [
|
|
46
|
+
* {
|
|
47
|
+
* "DBSecurityGroupMemberships": [
|
|
48
|
+
* "default"
|
|
49
|
+
* ],
|
|
50
|
+
* "OptionName": "MEMCACHED"
|
|
51
|
+
* }
|
|
52
|
+
* ]
|
|
53
|
+
* };
|
|
54
|
+
* const command = new ModifyOptionGroupCommand(input);
|
|
55
|
+
* const response = await client.send(command);
|
|
56
|
+
* /* response ==
|
|
57
|
+
* {
|
|
58
|
+
* "OptionGroup": {}
|
|
59
|
+
* }
|
|
60
|
+
* *\/
|
|
61
|
+
* // example id: to-modify-an-option-group-1473890247875
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
32
64
|
*/
|
|
33
65
|
export declare class ModifyOptionGroupCommand extends $Command<ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput, RDSClientResolvedConfig> {
|
|
34
66
|
readonly input: ModifyOptionGroupCommandInput;
|
|
@@ -46,6 +46,32 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
|
|
|
46
46
|
* @see {@link PromoteReadReplicaCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
54
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
57
|
+
* @example To promote a read replica
|
|
58
|
+
* ```javascript
|
|
59
|
+
* // This example promotes the specified read replica and sets its backup retention period and preferred backup window.
|
|
60
|
+
* const input = {
|
|
61
|
+
* "BackupRetentionPeriod": 1,
|
|
62
|
+
* "DBInstanceIdentifier": "mydbreadreplica",
|
|
63
|
+
* "PreferredBackupWindow": "03:30-04:00"
|
|
64
|
+
* };
|
|
65
|
+
* const command = new PromoteReadReplicaCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* /* response ==
|
|
68
|
+
* {
|
|
69
|
+
* "DBInstance": {}
|
|
70
|
+
* }
|
|
71
|
+
* *\/
|
|
72
|
+
* // example id: promote-read-replica-cc580039-c55d-4035-838a-def4a1ae4181
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
49
75
|
*/
|
|
50
76
|
export declare class PromoteReadReplicaCommand extends $Command<PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput, RDSClientResolvedConfig> {
|
|
51
77
|
readonly input: PromoteReadReplicaCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
|
|
|
29
29
|
* @see {@link PromoteReadReplicaDBClusterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
37
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class PromoteReadReplicaDBClusterCommand extends $Command<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
34
42
|
readonly input: PromoteReadReplicaDBClusterCommandInput;
|
|
@@ -29,6 +29,33 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
|
|
|
29
29
|
* @see {@link PurchaseReservedDBInstancesOfferingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ReservedDBInstanceAlreadyExistsFault} (client fault)
|
|
33
|
+
* <p>User already has a reservation with the given identifier.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ReservedDBInstanceQuotaExceededFault} (client fault)
|
|
36
|
+
* <p>Request would exceed the user's DB Instance quota.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ReservedDBInstancesOfferingNotFoundFault} (client fault)
|
|
39
|
+
* <p>Specified offering does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* @example To purchase a reserved DB instance offering
|
|
43
|
+
* ```javascript
|
|
44
|
+
* // This example purchases a reserved DB instance offering that matches the specified settings.
|
|
45
|
+
* const input = {
|
|
46
|
+
* "ReservedDBInstanceId": "myreservationid",
|
|
47
|
+
* "ReservedDBInstancesOfferingId": "fb29428a-646d-4390-850e-5fe89926e727"
|
|
48
|
+
* };
|
|
49
|
+
* const command = new PurchaseReservedDBInstancesOfferingCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* /* response ==
|
|
52
|
+
* {
|
|
53
|
+
* "ReservedDBInstance": {}
|
|
54
|
+
* }
|
|
55
|
+
* *\/
|
|
56
|
+
* // example id: purchase-reserved-db-instances-offfering-f423c736-8413-429b-ba13-850fd4fa4dcd
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
32
59
|
*/
|
|
33
60
|
export declare class PurchaseReservedDBInstancesOfferingCommand extends $Command<PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput, RDSClientResolvedConfig> {
|
|
34
61
|
readonly input: PurchaseReservedDBInstancesOfferingCommandInput;
|
|
@@ -39,6 +39,17 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
|
|
|
39
39
|
* @see {@link RebootDBClusterCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
47
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
50
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
42
53
|
*/
|
|
43
54
|
export declare class RebootDBClusterCommand extends $Command<RebootDBClusterCommandInput, RebootDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
44
55
|
readonly input: RebootDBClusterCommandInput;
|
|
@@ -38,6 +38,31 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
38
38
|
* @see {@link RebootDBInstanceCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
42
|
+
* <p>
|
|
43
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
46
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
49
|
+
* @example To reboot a DB instance
|
|
50
|
+
* ```javascript
|
|
51
|
+
* // This example reboots the specified DB instance without forcing a failover.
|
|
52
|
+
* const input = {
|
|
53
|
+
* "DBInstanceIdentifier": "mymysqlinstance",
|
|
54
|
+
* "ForceFailover": false
|
|
55
|
+
* };
|
|
56
|
+
* const command = new RebootDBInstanceCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* /* response ==
|
|
59
|
+
* {
|
|
60
|
+
* "DBInstance": {}
|
|
61
|
+
* }
|
|
62
|
+
* *\/
|
|
63
|
+
* // example id: reboot-db-instance-b9ce8a0a-2920-451d-a1f3-01d288aa7366
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
41
66
|
*/
|
|
42
67
|
export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
43
68
|
readonly input: RebootDBInstanceCommandInput;
|
|
@@ -29,6 +29,38 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
|
|
|
29
29
|
* @see {@link RegisterDBProxyTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
41
|
+
* <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>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBProxyTargetAlreadyRegisteredFault} (client fault)
|
|
44
|
+
* <p>The proxy is already associated with the specified RDS DB instance or Aurora DB cluster.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
47
|
+
* <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>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InsufficientAvailableIPsInSubnetFault} (client fault)
|
|
50
|
+
* <p>The requested operation can't be performed because there aren't enough available IP addresses
|
|
51
|
+
* in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
|
|
52
|
+
* from the subnets.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
55
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
58
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
61
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
32
64
|
*/
|
|
33
65
|
export declare class RegisterDBProxyTargetsCommand extends $Command<RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
34
66
|
readonly input: RegisterDBProxyTargetsCommandInput;
|
|
@@ -34,6 +34,17 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
34
34
|
* @see {@link RemoveFromGlobalClusterCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
42
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
45
|
+
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
37
48
|
*/
|
|
38
49
|
export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
39
50
|
readonly input: RemoveFromGlobalClusterCommandInput;
|
|
@@ -37,6 +37,17 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* @see {@link RemoveRoleFromDBClusterCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBClusterRoleNotFoundFault} (client fault)
|
|
45
|
+
* <p>The specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
48
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
40
51
|
*/
|
|
41
52
|
export declare class RemoveRoleFromDBClusterCommand extends $Command<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
42
53
|
readonly input: RemoveRoleFromDBClusterCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link RemoveRoleFromDBInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBInstanceRoleNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified <code>RoleArn</code> value doesn't match the specified feature for
|
|
38
|
+
* the DB instance.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
41
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class RemoveRoleFromDBInstanceCommand extends $Command<RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
34
46
|
readonly input: RemoveRoleFromDBInstanceCommandInput;
|
|
@@ -29,6 +29,30 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
|
|
|
29
29
|
* @see {@link RemoveSourceIdentifierFromSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link SourceNotFoundFault} (client fault)
|
|
33
|
+
* <p>The requested source could not be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
36
|
+
* <p>The subscription name does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
39
|
+
* @example To remove a source identifier from a DB event subscription
|
|
40
|
+
* ```javascript
|
|
41
|
+
* // This example removes the specified source identifier from the specified DB event subscription.
|
|
42
|
+
* const input = {
|
|
43
|
+
* "SourceIdentifier": "mymysqlinstance",
|
|
44
|
+
* "SubscriptionName": "myeventsubscription"
|
|
45
|
+
* };
|
|
46
|
+
* const command = new RemoveSourceIdentifierFromSubscriptionCommand(input);
|
|
47
|
+
* const response = await client.send(command);
|
|
48
|
+
* /* response ==
|
|
49
|
+
* {
|
|
50
|
+
* "EventSubscription": {}
|
|
51
|
+
* }
|
|
52
|
+
* *\/
|
|
53
|
+
* // example id: remove-source-identifier-from-subscription-30d25493-c19d-4cf7-b4e5-68371d0d8770
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
32
56
|
*/
|
|
33
57
|
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, RDSClientResolvedConfig> {
|
|
34
58
|
readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput;
|
|
@@ -33,6 +33,43 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
49
|
+
* <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>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
52
|
+
* <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>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
59
|
+
* @example To remove tags from a resource
|
|
60
|
+
* ```javascript
|
|
61
|
+
* // This example removes the specified tag associated with the specified DB option group.
|
|
62
|
+
* const input = {
|
|
63
|
+
* "ResourceName": "arn:aws:rds:us-east-1:992648334831:og:mydboptiongroup",
|
|
64
|
+
* "TagKeys": [
|
|
65
|
+
* "MyKey"
|
|
66
|
+
* ]
|
|
67
|
+
* };
|
|
68
|
+
* const command = new RemoveTagsFromResourceCommand(input);
|
|
69
|
+
* await client.send(command);
|
|
70
|
+
* // example id: remove-tags-from-resource-49f00574-38f6-4d01-ac89-d3c668449ce3
|
|
71
|
+
* ```
|
|
72
|
+
*
|
|
36
73
|
*/
|
|
37
74
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, RDSClientResolvedConfig> {
|
|
38
75
|
readonly input: RemoveTagsFromResourceCommandInput;
|
|
@@ -44,6 +44,29 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
|
|
|
44
44
|
* @see {@link ResetDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
50
|
+
* existing DB parameter group.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
53
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
54
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
55
|
+
* this state.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
58
|
+
* @example To reset the values of a DB cluster parameter group
|
|
59
|
+
* ```javascript
|
|
60
|
+
* // This example resets all parameters for the specified DB cluster parameter group to their default values.
|
|
61
|
+
* const input = {
|
|
62
|
+
* "DBClusterParameterGroupName": "mydbclusterparametergroup",
|
|
63
|
+
* "ResetAllParameters": true
|
|
64
|
+
* };
|
|
65
|
+
* const command = new ResetDBClusterParameterGroupCommand(input);
|
|
66
|
+
* await client.send(command);
|
|
67
|
+
* // example id: reset-db-cluster-parameter-group-b04aeaf7-7f73-49e1-9bb4-857573ea3ee4
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
47
70
|
*/
|
|
48
71
|
export declare class ResetDBClusterParameterGroupCommand extends $Command<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
|
|
49
72
|
readonly input: ResetDBClusterParameterGroupCommandInput;
|
|
@@ -36,6 +36,29 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
|
|
|
36
36
|
* @see {@link ResetDBParameterGroupCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
42
|
+
* existing DB parameter group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
45
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
46
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
47
|
+
* this state.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
50
|
+
* @example To reset the values of a DB parameter group
|
|
51
|
+
* ```javascript
|
|
52
|
+
* // This example resets all parameters for the specified DB parameter group to their default values.
|
|
53
|
+
* const input = {
|
|
54
|
+
* "DBParameterGroupName": "mydbparametergroup",
|
|
55
|
+
* "ResetAllParameters": true
|
|
56
|
+
* };
|
|
57
|
+
* const command = new ResetDBParameterGroupCommand(input);
|
|
58
|
+
* await client.send(command);
|
|
59
|
+
* // example id: reset-db-parameter-group-ed2ed723-de0d-4824-8af5-3c65fa130abf
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
39
62
|
*/
|
|
40
63
|
export declare class ResetDBParameterGroupCommand extends $Command<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
|
|
41
64
|
readonly input: ResetDBParameterGroupCommandInput;
|
|
@@ -47,6 +47,60 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
|
|
|
47
47
|
* @see {@link RestoreDBClusterFromS3CommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link DBClusterAlreadyExistsFault} (client fault)
|
|
51
|
+
* <p>The user already has a DB cluster with the given identifier.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
|
|
58
|
+
* <p>
|
|
59
|
+
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
60
|
+
* cluster parameter group.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link DBClusterQuotaExceededFault} (client fault)
|
|
63
|
+
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
64
|
+
* maximum allowed DB cluster quota.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
67
|
+
* <p>
|
|
68
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
71
|
+
* <p>
|
|
72
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
|
|
75
|
+
* <p>There is insufficient storage available for the current action. You might be able to
|
|
76
|
+
* resolve this error by updating your subnet group to use different Availability Zones
|
|
77
|
+
* that have more storage available.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
80
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
|
|
83
|
+
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidS3BucketFault} (client fault)
|
|
86
|
+
* <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
|
|
87
|
+
* authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
90
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
93
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
94
|
+
* created because of users' change.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
97
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
100
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
101
|
+
* available across all DB instances.</p>
|
|
102
|
+
*
|
|
103
|
+
*
|
|
50
104
|
*/
|
|
51
105
|
export declare class RestoreDBClusterFromS3Command extends $Command<RestoreDBClusterFromS3CommandInput, RestoreDBClusterFromS3CommandOutput, RDSClientResolvedConfig> {
|
|
52
106
|
readonly input: RestoreDBClusterFromS3CommandInput;
|