@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
|
@@ -40,6 +40,80 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
40
40
|
* @see {@link CreateDBInstanceReadReplicaCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link DBInstanceAlreadyExistsFault} (client fault)
|
|
44
|
+
* <p>The user already has a DB instance with the given identifier.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
47
|
+
* <p>
|
|
48
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
53
|
+
* existing DB parameter group.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
56
|
+
* <p>
|
|
57
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
60
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link DBSubnetGroupNotAllowedFault} (client fault)
|
|
63
|
+
* <p>The DBSubnetGroup shouldn't be specified while creating read replicas that lie
|
|
64
|
+
* in the same region as the source instance.</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 InstanceQuotaExceededFault} (client fault)
|
|
75
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
76
|
+
* instances.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
79
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
80
|
+
* Zone.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
83
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link InvalidDBSubnetGroupFault} (client fault)
|
|
86
|
+
* <p>The DBSubnetGroup doesn't belong to the same VPC as that of an existing
|
|
87
|
+
* cross-region read replica of the same source instance.</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 NetworkTypeNotSupported} (client fault)
|
|
100
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
103
|
+
* <p>The specified option group could not be found.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link ProvisionedIopsNotAvailableInAZFault} (client fault)
|
|
106
|
+
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
109
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
110
|
+
* available across all DB instances.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
113
|
+
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
114
|
+
* with the DB instance.</p>
|
|
115
|
+
*
|
|
116
|
+
*
|
|
43
117
|
* @example To create a DB instance read replica.
|
|
44
118
|
* ```javascript
|
|
45
119
|
* // This example creates a DB instance read replica.
|
|
@@ -48,6 +48,14 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
|
|
|
48
48
|
* @see {@link CreateDBParameterGroupCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link DBParameterGroupAlreadyExistsFault} (client fault)
|
|
52
|
+
* <p>A DB parameter group with the same name exists.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
|
|
55
|
+
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
56
|
+
* groups.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
51
59
|
* @example To create a DB parameter group.
|
|
52
60
|
* ```javascript
|
|
53
61
|
* // This example creates a DB parameter group.
|
|
@@ -29,6 +29,16 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met
|
|
|
29
29
|
* @see {@link CreateDBProxyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyAlreadyExistsFault} (client fault)
|
|
33
|
+
* <p>The specified proxy name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyQuotaExceededFault} (client fault)
|
|
36
|
+
* <p>Your Amazon Web Services account already has the maximum number of proxies in the specified Amazon Web Services Region.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
39
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class CreateDBProxyCommand extends $Command<CreateDBProxyCommandInput, CreateDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
34
44
|
readonly input: CreateDBProxyCommandInput;
|
|
@@ -31,6 +31,22 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin
|
|
|
31
31
|
* @see {@link CreateDBProxyEndpointCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBProxyEndpointAlreadyExistsFault} (client fault)
|
|
35
|
+
* <p>The specified DB proxy endpoint name must be unique for all DB proxy endpoints owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DBProxyEndpointQuotaExceededFault} (client fault)
|
|
38
|
+
* <p>The DB proxy already has the maximum number of endpoints.</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 InvalidDBProxyStateFault} (client fault)
|
|
44
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
47
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
34
50
|
*/
|
|
35
51
|
export declare class CreateDBProxyEndpointCommand extends $Command<CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
36
52
|
readonly input: CreateDBProxyEndpointCommandInput;
|
|
@@ -37,6 +37,18 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
|
|
|
37
37
|
* @see {@link CreateDBSecurityGroupCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBSecurityGroupAlreadyExistsFault} (client fault)
|
|
41
|
+
* <p>A DB security group with the name specified in
|
|
42
|
+
* <code>DBSecurityGroupName</code> already exists.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBSecurityGroupNotSupportedFault} (client fault)
|
|
45
|
+
* <p>A DB security group isn't allowed for this action.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DBSecurityGroupQuotaExceededFault} (client fault)
|
|
48
|
+
* <p>The request would result in the user exceeding the allowed number of DB security
|
|
49
|
+
* groups.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
40
52
|
* @example To create a DB security group.
|
|
41
53
|
* ```javascript
|
|
42
54
|
* // This example creates a DB security group.
|
|
@@ -30,6 +30,22 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
|
|
|
30
30
|
* @see {@link CreateDBSnapshotCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
42
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
45
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
46
|
+
* snapshots.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
* @example To create a DB snapshot.
|
|
34
50
|
* ```javascript
|
|
35
51
|
* // This example creates a DB snapshot.
|
|
@@ -29,6 +29,25 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
|
|
|
29
29
|
* @see {@link CreateDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBSubnetGroupAlreadyExistsFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBSubnetGroupName</code> is already used by an existing DB subnet group.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
37
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBSubnetGroupQuotaExceededFault} (client fault)
|
|
40
|
+
* <p>The request would result in the user exceeding the allowed number of DB subnet
|
|
41
|
+
* groups.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBSubnetQuotaExceededFault} (client fault)
|
|
44
|
+
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
45
|
+
* DB subnet groups.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
48
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
* @example To create a DB subnet group.
|
|
33
52
|
* ```javascript
|
|
34
53
|
* // This example creates a DB subnet group.
|
|
@@ -52,6 +52,28 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
52
52
|
* @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
|
|
53
53
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
54
54
|
*
|
|
55
|
+
* @throws {@link EventSubscriptionQuotaExceededFault} (client fault)
|
|
56
|
+
* <p>You have reached the maximum number of event subscriptions.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link SNSInvalidTopicFault} (client fault)
|
|
59
|
+
* <p>SNS has responded that there is a problem with the SNS topic specified.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link SNSNoAuthorizationFault} (client fault)
|
|
62
|
+
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link SNSTopicArnNotFoundFault} (client fault)
|
|
65
|
+
* <p>The SNS topic ARN does not exist.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link SourceNotFoundFault} (client fault)
|
|
68
|
+
* <p>The requested source could not be found.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link SubscriptionAlreadyExistFault} (client fault)
|
|
71
|
+
* <p>The supplied subscription name already exists.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
|
|
74
|
+
* <p>The supplied category does not exist.</p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
55
77
|
* @example To create an event notification subscription
|
|
56
78
|
* ```javascript
|
|
57
79
|
* // This example creates an event notification subscription.
|
|
@@ -41,6 +41,20 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
|
|
|
41
41
|
* @see {@link CreateGlobalClusterCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link GlobalClusterAlreadyExistsFault} (client fault)
|
|
49
|
+
* <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global database identifier (unique name) to create a new global database cluster.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link GlobalClusterQuotaExceededFault} (client fault)
|
|
52
|
+
* <p>The number of global database clusters for this account is already at the maximum allowed.</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
|
+
*
|
|
44
58
|
*/
|
|
45
59
|
export declare class CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
46
60
|
readonly input: CreateGlobalClusterCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
|
|
|
30
30
|
* @see {@link CreateOptionGroupCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link OptionGroupAlreadyExistsFault} (client fault)
|
|
34
|
+
* <p>The option group you are trying to create already exists.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link OptionGroupQuotaExceededFault} (client fault)
|
|
37
|
+
* <p>The quota of 20 option groups was exceeded for this Amazon Web Services account.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
* @example To create an option group
|
|
34
41
|
* ```javascript
|
|
35
42
|
* // This example creates an option group.
|
|
@@ -34,6 +34,15 @@ export interface DeleteBlueGreenDeploymentCommandOutput extends DeleteBlueGreenD
|
|
|
34
34
|
* @see {@link DeleteBlueGreenDeploymentCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidBlueGreenDeploymentStateFault} (client fault)
|
|
42
|
+
* <p>The blue/green deployment can't be switched over or deleted because there is an invalid configuration in
|
|
43
|
+
* the green environment.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
37
46
|
*/
|
|
38
47
|
export declare class DeleteBlueGreenDeploymentCommand extends $Command<DeleteBlueGreenDeploymentCommandInput, DeleteBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig> {
|
|
39
48
|
readonly input: DeleteBlueGreenDeploymentCommandInput;
|
|
@@ -49,6 +49,13 @@ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
49
49
|
* @see {@link DeleteCustomDBEngineVersionCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link CustomDBEngineVersionNotFoundFault} (client fault)
|
|
53
|
+
* <p>The specified CEV was not found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidCustomDBEngineVersionStateFault} (client fault)
|
|
56
|
+
* <p>You can't delete the CEV.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
52
59
|
*/
|
|
53
60
|
export declare class DeleteCustomDBEngineVersionCommand extends $Command<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
|
|
54
61
|
readonly input: DeleteCustomDBEngineVersionCommandInput;
|
|
@@ -37,6 +37,24 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
|
|
|
37
37
|
* @see {@link DeleteDBClusterCommandOutput} 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 DBClusterSnapshotAlreadyExistsFault} (client fault)
|
|
45
|
+
* <p>The user already has a DB cluster snapshot with the given identifier.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
48
|
+
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
51
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
54
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
55
|
+
* snapshots.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
40
58
|
* @example To delete a DB cluster.
|
|
41
59
|
* ```javascript
|
|
42
60
|
* // This example deletes the specified DB cluster.
|
|
@@ -32,6 +32,16 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
32
32
|
* @see {@link DeleteDBClusterEndpointCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DBClusterEndpointNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified custom endpoint doesn't exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBClusterEndpointStateFault} (client fault)
|
|
39
|
+
* <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</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
|
+
*
|
|
35
45
|
*/
|
|
36
46
|
export declare class DeleteDBClusterEndpointCommand extends $Command<DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
37
47
|
readonly input: DeleteDBClusterEndpointCommandInput;
|
|
@@ -35,6 +35,17 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
|
|
|
35
35
|
* @see {@link DeleteDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
41
|
+
* existing DB parameter group.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
44
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
45
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
46
|
+
* this state.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
38
49
|
* @example To delete a DB cluster parameter group.
|
|
39
50
|
* ```javascript
|
|
40
51
|
* // This example deletes the specified DB cluster parameter group.
|
|
@@ -39,6 +39,14 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
39
39
|
* @see {@link DeleteDBClusterSnapshotCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
47
|
+
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
42
50
|
* @example To delete a DB cluster snapshot.
|
|
43
51
|
* ```javascript
|
|
44
52
|
* // This example deletes the specified DB cluster snapshot.
|
|
@@ -29,6 +29,14 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
|
|
|
29
29
|
* @see {@link DeleteDBInstanceAutomatedBackupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBInstanceAutomatedBackupNotFoundFault} (client fault)
|
|
33
|
+
* <p>No automated backup for this DB instance was found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InvalidDBInstanceAutomatedBackupStateFault} (client fault)
|
|
36
|
+
* <p>The automated backup is in an invalid state.
|
|
37
|
+
* For example, this automated backup is associated with an active instance.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class DeleteDBInstanceAutomatedBackupCommand extends $Command<DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput, RDSClientResolvedConfig> {
|
|
34
42
|
readonly input: DeleteDBInstanceAutomatedBackupCommandInput;
|
|
@@ -51,6 +51,30 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
51
51
|
* @see {@link DeleteDBInstanceCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link DBInstanceAutomatedBackupQuotaExceededFault} (client fault)
|
|
55
|
+
* <p>The quota for retained automated backups was exceeded. This prevents you
|
|
56
|
+
* from retaining any additional automated backups. The retained automated backups
|
|
57
|
+
* quota is the same as your DB Instance quota.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link DBSnapshotAlreadyExistsFault} (client fault)
|
|
64
|
+
* <p>
|
|
65
|
+
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
68
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
71
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
74
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
75
|
+
* snapshots.</p>
|
|
76
|
+
*
|
|
77
|
+
*
|
|
54
78
|
* @example To delete a DB instance.
|
|
55
79
|
* ```javascript
|
|
56
80
|
* // This example deletes the specified DB instance.
|
|
@@ -29,6 +29,17 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDBParameterGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
35
|
+
* existing DB parameter group.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
38
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
39
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
40
|
+
* this state.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
* @example To delete a DB parameter group
|
|
33
44
|
* ```javascript
|
|
34
45
|
* // The following example deletes a DB parameter group.
|
|
@@ -29,6 +29,13 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteDBProxyCommandOutput} 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 InvalidDBProxyStateFault} (client fault)
|
|
36
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteDBProxyCommand extends $Command<DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteDBProxyCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin
|
|
|
31
31
|
* @see {@link DeleteDBProxyEndpointCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
35
|
+
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InvalidDBProxyEndpointStateFault} (client fault)
|
|
38
|
+
* <p>You can't perform this operation while the DB proxy endpoint is in a particular state.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class DeleteDBProxyEndpointCommand extends $Command<DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
36
43
|
readonly input: DeleteDBProxyEndpointCommandInput;
|
|
@@ -37,6 +37,14 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* @see {@link DeleteDBSecurityGroupCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
45
|
+
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
40
48
|
* @example To delete a DB security group
|
|
41
49
|
* ```javascript
|
|
42
50
|
* // The following example deletes a DB security group.
|
|
@@ -33,6 +33,14 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
33
33
|
* @see {@link DeleteDBSnapshotCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
41
|
+
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
36
44
|
* @example To delete a DB cluster snapshot.
|
|
37
45
|
* ```javascript
|
|
38
46
|
* // This example deletes the specified DB snapshot.
|
|
@@ -32,6 +32,17 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* @see {@link DeleteDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
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 InvalidDBSubnetGroupStateFault} (client fault)
|
|
40
|
+
* <p>The DB subnet group cannot be deleted because it's in use.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidDBSubnetStateFault} (client fault)
|
|
43
|
+
* <p>The DB subnet isn't in the <i>available</i> state.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
35
46
|
* @example To delete a DB subnet group.
|
|
36
47
|
* ```javascript
|
|
37
48
|
* // This example deletes the specified DB subnetgroup.
|
|
@@ -29,6 +29,13 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
29
29
|
* @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidEventSubscriptionStateFault} (client fault)
|
|
33
|
+
* <p>This error can occur if someone else is modifying a subscription. You should retry the action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
36
|
+
* <p>The subscription name does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
* @example To delete a DB event subscription.
|
|
33
40
|
* ```javascript
|
|
34
41
|
* // This example deletes the specified DB event subscription.
|
|
@@ -33,6 +33,13 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
|
|
|
33
33
|
* @see {@link DeleteGlobalClusterCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
37
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
40
|
+
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
36
43
|
*/
|
|
37
44
|
export declare class DeleteGlobalClusterCommand extends $Command<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
38
45
|
readonly input: DeleteGlobalClusterCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteOptionGroupCommandOutput} 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
|
+
*
|
|
32
39
|
* @example To delete an option group.
|
|
33
40
|
* ```javascript
|
|
34
41
|
* // This example deletes the specified option group.
|
|
@@ -29,6 +29,19 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy
|
|
|
29
29
|
* @see {@link DeregisterDBProxyTargetsCommandOutput} 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 DBProxyTargetNotFoundFault} (client fault)
|
|
39
|
+
* <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
42
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeregisterDBProxyTargetsCommand extends $Command<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
34
47
|
readonly input: DeregisterDBProxyTargetsCommandInput;
|
|
@@ -30,6 +30,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
30
30
|
* @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
*
|
|
33
34
|
* @example To list account attributes
|
|
34
35
|
* ```javascript
|
|
35
36
|
* // This example lists account attributes.
|
|
@@ -34,6 +34,11 @@ export interface DescribeBlueGreenDeploymentsCommandOutput extends DescribeBlueG
|
|
|
34
34
|
* @see {@link DescribeBlueGreenDeploymentsCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
37
42
|
*/
|
|
38
43
|
export declare class DescribeBlueGreenDeploymentsCommand extends $Command<DescribeBlueGreenDeploymentsCommandInput, DescribeBlueGreenDeploymentsCommandOutput, RDSClientResolvedConfig> {
|
|
39
44
|
readonly input: DescribeBlueGreenDeploymentsCommandInput;
|
|
@@ -34,6 +34,12 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
|
|
|
34
34
|
* @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
40
|
+
* existing certificate.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
37
43
|
* @example To list certificates
|
|
38
44
|
* ```javascript
|
|
39
45
|
* // This example lists up to 20 certificates for the specified certificate identifier.
|