@aws-sdk/client-rds 3.289.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 +7 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +23 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +10 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +15 -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 +13 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +21 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +13 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +10 -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 +66 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +21 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +8 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +18 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +79 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +74 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +8 -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 +12 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +19 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +22 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +7 -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 +18 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +11 -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 +8 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -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 +6 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -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 +5 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -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 +1 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +8 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +9 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +23 -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 +44 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +17 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +75 -0
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +11 -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 +11 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +5 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +18 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +13 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +7 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +8 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +10 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +8 -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 +7 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +23 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +54 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +66 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +66 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +81 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +67 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +86 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +14 -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
|
@@ -36,6 +36,17 @@ 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
|
+
*
|
|
39
50
|
* @example To reset the values of a DB parameter group
|
|
40
51
|
* ```javascript
|
|
41
52
|
* // This example resets all parameters for the specified DB parameter group to their default values.
|
|
@@ -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;
|
|
@@ -47,6 +47,72 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
|
|
|
47
47
|
* @see {@link RestoreDBClusterFromSnapshotCommandOutput} 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 DBClusterParameterGroupNotFoundFault} (client fault)
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
56
|
+
* cluster parameter group.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link DBClusterQuotaExceededFault} (client fault)
|
|
59
|
+
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
60
|
+
* maximum allowed DB cluster quota.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
63
|
+
* <p>
|
|
64
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
67
|
+
* <p>
|
|
68
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
71
|
+
* <p>
|
|
72
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
75
|
+
* <p>
|
|
76
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InsufficientDBClusterCapacityFault} (client fault)
|
|
79
|
+
* <p>The DB cluster doesn't have enough capacity for the current operation.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
|
|
82
|
+
* <p>There is insufficient storage available for the current action. You might be able to
|
|
83
|
+
* resolve this error by updating your subnet group to use different Availability Zones
|
|
84
|
+
* that have more storage available.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
87
|
+
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
90
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
93
|
+
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InvalidRestoreFault} (client fault)
|
|
96
|
+
* <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
99
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
102
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
103
|
+
* created because of users' change.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
106
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
109
|
+
* <p>The specified option group could not be found.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
112
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
113
|
+
* available across all DB instances.</p>
|
|
114
|
+
*
|
|
115
|
+
*
|
|
50
116
|
* @example To restore an Amazon Aurora DB cluster from a DB cluster snapshot
|
|
51
117
|
* ```javascript
|
|
52
118
|
* // The following example restores an Amazon Aurora DB cluster from a DB cluster snapshot.
|
|
@@ -48,6 +48,72 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
|
|
|
48
48
|
* @see {@link RestoreDBClusterToPointInTimeCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link DBClusterAlreadyExistsFault} (client fault)
|
|
52
|
+
* <p>The user already has a DB cluster with the given identifier.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
|
|
59
|
+
* <p>
|
|
60
|
+
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
61
|
+
* cluster parameter group.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link DBClusterQuotaExceededFault} (client fault)
|
|
64
|
+
* <p>The user attempted to create a new DB cluster and the user has already reached the
|
|
65
|
+
* maximum allowed DB cluster quota.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
68
|
+
* <p>
|
|
69
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
72
|
+
* <p>
|
|
73
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
76
|
+
* <p>
|
|
77
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InsufficientDBClusterCapacityFault} (client fault)
|
|
80
|
+
* <p>The DB cluster doesn't have enough capacity for the current operation.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
|
|
83
|
+
* <p>There is insufficient storage available for the current action. You might be able to
|
|
84
|
+
* resolve this error by updating your subnet group to use different Availability Zones
|
|
85
|
+
* that have more storage available.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
88
|
+
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
91
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
94
|
+
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InvalidRestoreFault} (client fault)
|
|
97
|
+
* <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
100
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
103
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
104
|
+
* created because of users' change.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
107
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
110
|
+
* <p>The specified option group could not be found.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
113
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
114
|
+
* available across all DB instances.</p>
|
|
115
|
+
*
|
|
116
|
+
*
|
|
51
117
|
* @example To restore a DB cluster to a point in time.
|
|
52
118
|
* ```javascript
|
|
53
119
|
* // The following example restores a DB cluster to a new DB cluster at a point in time from the source DB cluster.
|
|
@@ -42,6 +42,87 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
42
42
|
* @see {@link RestoreDBInstanceFromDBSnapshotCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
46
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
47
|
+
* for the specified DB security group.</p>
|
|
48
|
+
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
49
|
+
* behalf.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link BackupPolicyNotFoundFault} (client fault)
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
58
|
+
* <p>The user already has a DB instance with the given identifier.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
61
|
+
* <p>
|
|
62
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
63
|
+
* existing DB parameter group.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
70
|
+
* <p>
|
|
71
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
74
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
77
|
+
* <p>
|
|
78
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
81
|
+
* <p>
|
|
82
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InstanceQuotaExceededFault} (client fault)
|
|
85
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
86
|
+
* instances.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
89
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
90
|
+
* Zone.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
93
|
+
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InvalidRestoreFault} (client fault)
|
|
96
|
+
* <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
99
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
102
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
103
|
+
* created because of users' change.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
106
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link NetworkTypeNotSupported} (client fault)
|
|
109
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
112
|
+
* <p>The specified option group could not be found.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link ProvisionedIopsNotAvailableInAZFault} (client fault)
|
|
115
|
+
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
118
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
119
|
+
* available across all DB instances.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
122
|
+
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
123
|
+
* with the DB instance.</p>
|
|
124
|
+
*
|
|
125
|
+
*
|
|
45
126
|
* @example To restore a DB instance from a DB snapshot.
|
|
46
127
|
* ```javascript
|
|
47
128
|
* // The following example restores a DB instance from a DB snapshot.
|
|
@@ -37,6 +37,73 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
37
37
|
* @see {@link RestoreDBInstanceFromS3CommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
41
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
42
|
+
* for the specified DB security group.</p>
|
|
43
|
+
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
44
|
+
* behalf.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link BackupPolicyNotFoundFault} (client fault)
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
49
|
+
* <p>The user already has a DB instance with the given identifier.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
52
|
+
* <p>
|
|
53
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
54
|
+
* existing DB parameter group.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
61
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InstanceQuotaExceededFault} (client fault)
|
|
68
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
69
|
+
* instances.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
72
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
73
|
+
* Zone.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidS3BucketFault} (client fault)
|
|
76
|
+
* <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
|
|
77
|
+
* authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
80
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
83
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
84
|
+
* created because of users' change.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
87
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link NetworkTypeNotSupported} (client fault)
|
|
90
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
93
|
+
* <p>The specified option group could not be found.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link ProvisionedIopsNotAvailableInAZFault} (client fault)
|
|
96
|
+
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
99
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
100
|
+
* available across all DB instances.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
103
|
+
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
104
|
+
* with the DB instance.</p>
|
|
105
|
+
*
|
|
106
|
+
*
|
|
40
107
|
*/
|
|
41
108
|
export declare class RestoreDBInstanceFromS3Command extends $Command<RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput, RDSClientResolvedConfig> {
|
|
42
109
|
readonly input: RestoreDBInstanceFromS3CommandInput;
|
|
@@ -38,6 +38,92 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
38
38
|
* @see {@link RestoreDBInstanceToPointInTimeCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
43
|
+
* for the specified DB security group.</p>
|
|
44
|
+
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
45
|
+
* behalf.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link BackupPolicyNotFoundFault} (client fault)
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
50
|
+
* <p>The user already has a DB instance with the given identifier.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link DBInstanceAutomatedBackupNotFoundFault} (client fault)
|
|
53
|
+
* <p>No automated backup for this DB instance was found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
56
|
+
* <p>
|
|
57
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
62
|
+
* existing DB parameter group.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
65
|
+
* <p>
|
|
66
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
69
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
72
|
+
* <p>
|
|
73
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
76
|
+
* <p>
|
|
77
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InstanceQuotaExceededFault} (client fault)
|
|
80
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
81
|
+
* instances.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
84
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
85
|
+
* Zone.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
88
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidRestoreFault} (client fault)
|
|
91
|
+
* <p>Cannot restore from VPC backup to non-VPC DB instance.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
94
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
97
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
98
|
+
* created because of users' change.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
101
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link NetworkTypeNotSupported} (client fault)
|
|
104
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
107
|
+
* <p>The specified option group could not be found.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link PointInTimeRestoreNotEnabledFault} (client fault)
|
|
110
|
+
* <p>
|
|
111
|
+
* <code>SourceDBInstanceIdentifier</code>
|
|
112
|
+
* refers to a DB instance with
|
|
113
|
+
* <code>BackupRetentionPeriod</code> equal to 0.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link ProvisionedIopsNotAvailableInAZFault} (client fault)
|
|
116
|
+
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
119
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
120
|
+
* available across all DB instances.</p>
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
123
|
+
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
124
|
+
* with the DB instance.</p>
|
|
125
|
+
*
|
|
126
|
+
*
|
|
41
127
|
* @example To restore a DB instance to a point in time.
|
|
42
128
|
* ```javascript
|
|
43
129
|
* // The following example restores a DB instance to a new DB instance at a point in time from the source DB instance.
|
|
@@ -38,6 +38,20 @@ export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecur
|
|
|
38
38
|
* @see {@link RevokeDBSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
43
|
+
* for the specified DB security group.</p>
|
|
44
|
+
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
45
|
+
* behalf.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
52
|
+
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
41
55
|
* @example To revoke ingress for a DB security group
|
|
42
56
|
* ```javascript
|
|
43
57
|
* // This example revokes ingress for the specified CIDR block associated with the specified DB security group.
|
|
@@ -36,6 +36,27 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes
|
|
|
36
36
|
* @see {@link StartActivityStreamCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</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
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
51
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
54
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
57
|
+
* <p>The specified resource ID was not found.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
39
60
|
*/
|
|
40
61
|
export declare class StartActivityStreamCommand extends $Command<StartActivityStreamCommandInput, StartActivityStreamCommandOutput, RDSClientResolvedConfig> {
|
|
41
62
|
readonly input: StartActivityStreamCommandInput;
|
|
@@ -36,6 +36,17 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
|
|
|
36
36
|
* @see {@link StartDBClusterCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
44
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
47
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
39
50
|
*/
|
|
40
51
|
export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
41
52
|
readonly input: StartDBClusterCommandInput;
|
|
@@ -33,6 +33,26 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
33
33
|
* @see {@link StartDBInstanceAutomatedBackupsReplicationCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DBInstanceAutomatedBackupQuotaExceededFault} (client fault)
|
|
37
|
+
* <p>The quota for retained automated backups was exceeded. This prevents you
|
|
38
|
+
* from retaining any additional automated backups. The retained automated backups
|
|
39
|
+
* quota is the same as your DB Instance quota.</p>
|
|
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
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
49
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
52
|
+
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
53
|
+
* with the DB instance.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
36
56
|
*/
|
|
37
57
|
export declare class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command<StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
|
|
38
58
|
readonly input: StartDBInstanceAutomatedBackupsReplicationCommandInput;
|
|
@@ -38,6 +38,48 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
38
38
|
* @see {@link StartDBInstanceCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
42
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
43
|
+
* for the specified DB security group.</p>
|
|
44
|
+
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
45
|
+
* behalf.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
52
|
+
* <p>
|
|
53
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
56
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
59
|
+
* <p>
|
|
60
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
63
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
64
|
+
* Zone.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
67
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
70
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
73
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
76
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
77
|
+
* created because of users' change.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
80
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
41
83
|
*/
|
|
42
84
|
export declare class StartDBInstanceCommand extends $Command<StartDBInstanceCommandInput, StartDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
43
85
|
readonly input: StartDBInstanceCommandInput;
|