@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
|
@@ -37,6 +37,50 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
|
|
|
37
37
|
* @see {@link ModifyDBClusterCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBClusterAlreadyExistsFault} (client fault)
|
|
41
|
+
* <p>The user already has a DB cluster with the given identifier.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DBClusterParameterGroupNotFoundFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBClusterParameterGroupName</code> doesn't refer to an existing DB
|
|
50
|
+
* cluster parameter group.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
61
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
64
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
67
|
+
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidDBSubnetGroupStateFault} (client fault)
|
|
70
|
+
* <p>The DB subnet group cannot be deleted because it's in use.</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 StorageQuotaExceededFault} (client fault)
|
|
80
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
81
|
+
* available across all DB instances.</p>
|
|
82
|
+
*
|
|
83
|
+
*
|
|
40
84
|
* @example To change DB cluster settings
|
|
41
85
|
* ```javascript
|
|
42
86
|
* // This example changes the specified settings for the specified DB cluster.
|
|
@@ -33,6 +33,23 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
33
33
|
* @see {@link ModifyDBClusterEndpointCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DBClusterEndpointNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified custom endpoint doesn't exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidDBClusterEndpointStateFault} (client fault)
|
|
44
|
+
* <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
47
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
50
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class ModifyDBClusterEndpointCommand extends $Command<ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
38
55
|
readonly input: ModifyDBClusterEndpointCommandInput;
|
|
@@ -54,6 +54,17 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
|
|
|
54
54
|
* @see {@link ModifyDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
55
55
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
56
56
|
*
|
|
57
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
58
|
+
* <p>
|
|
59
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
60
|
+
* existing DB parameter group.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
63
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
64
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
65
|
+
* this state.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
57
68
|
* @example To change DB cluster parameter group settings
|
|
58
69
|
* ```javascript
|
|
59
70
|
* // This example immediately changes the specified setting for the specified DB cluster parameter group.
|
|
@@ -47,6 +47,17 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
|
|
|
47
47
|
* @see {@link ModifyDBClusterSnapshotAttributeCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
51
|
+
* <p>
|
|
52
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
55
|
+
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SharedSnapshotQuotaExceededFault} (client fault)
|
|
58
|
+
* <p>You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
50
61
|
* @example To add or remove access to a manual DB cluster snapshot
|
|
51
62
|
* ```javascript
|
|
52
63
|
* // The following example gives two AWS accounts access to a manual DB cluster snapshot and ensures that the DB cluster snapshot is private by removing the value "all".
|
|
@@ -33,6 +33,81 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
|
|
|
33
33
|
* @see {@link ModifyDBInstanceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AuthorizationNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group might not be authorized
|
|
38
|
+
* for the specified DB security group.</p>
|
|
39
|
+
* <p>Or, RDS might not be authorized to perform necessary actions using IAM on your
|
|
40
|
+
* behalf.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link BackupPolicyNotFoundFault} (client fault)
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
47
|
+
* existing certificate.</p>
|
|
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 DBInstanceNotFoundFault} (client fault)
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
59
|
+
* existing DB parameter group.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
62
|
+
* <p>
|
|
63
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link DBUpgradeDependencyFailureFault} (client fault)
|
|
66
|
+
* <p>The DB upgrade failed because a resource the DB depends on can't be
|
|
67
|
+
* modified.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link DomainNotFoundFault} (client fault)
|
|
70
|
+
* <p>
|
|
71
|
+
* <code>Domain</code> doesn't refer to an existing Active Directory domain.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
74
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
75
|
+
* Zone.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
78
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
81
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
84
|
+
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
87
|
+
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
88
|
+
* created because of users' change.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
91
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link NetworkTypeNotSupported} (client fault)
|
|
94
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
97
|
+
* <p>The specified option group could not be found.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ProvisionedIopsNotAvailableInAZFault} (client fault)
|
|
100
|
+
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link StorageQuotaExceededFault} (client fault)
|
|
103
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
104
|
+
* available across all DB instances.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
107
|
+
* <p>Storage of the <code>StorageType</code> specified can't be associated
|
|
108
|
+
* with the DB instance.</p>
|
|
109
|
+
*
|
|
110
|
+
*
|
|
36
111
|
* @example To change DB instance settings
|
|
37
112
|
* ```javascript
|
|
38
113
|
* // This example immediately changes the specified settings for the specified DB instance.
|
|
@@ -42,6 +42,17 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
|
|
|
42
42
|
* @see {@link ModifyDBParameterGroupCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
46
|
+
* <p>
|
|
47
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
48
|
+
* existing DB parameter group.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
51
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
52
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
53
|
+
* this state.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
45
56
|
* @example To change DB parameter group settings
|
|
46
57
|
* ```javascript
|
|
47
58
|
* // This example immediately changes the specified setting for the specified DB parameter group.
|
|
@@ -29,6 +29,16 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met
|
|
|
29
29
|
* @see {@link ModifyDBProxyCommandOutput} 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 DBProxyNotFoundFault} (client fault)
|
|
36
|
+
* <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>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
39
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ModifyDBProxyCommand extends $Command<ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
34
44
|
readonly input: ModifyDBProxyCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ModifyDBProxyEndpointCommandOutput extends ModifyDBProxyEndpoin
|
|
|
29
29
|
* @see {@link ModifyDBProxyEndpointCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyEndpointAlreadyExistsFault} (client fault)
|
|
33
|
+
* <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>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
36
|
+
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBProxyEndpointStateFault} (client fault)
|
|
39
|
+
* <p>You can't perform this operation while the DB proxy endpoint is in a particular state.</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 ModifyDBProxyEndpointCommand extends $Command<ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
34
47
|
readonly input: ModifyDBProxyEndpointCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg
|
|
|
29
29
|
* @see {@link ModifyDBProxyTargetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
33
|
+
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
39
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ModifyDBProxyTargetGroupCommand extends $Command<ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput, RDSClientResolvedConfig> {
|
|
34
44
|
readonly input: ModifyDBProxyTargetGroupCommandInput;
|
|
@@ -45,6 +45,17 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot
|
|
|
45
45
|
* @see {@link ModifyDBSnapshotAttributeCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidDBSnapshotStateFault} (client fault)
|
|
53
|
+
* <p>The state of the DB snapshot doesn't allow deletion.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link SharedSnapshotQuotaExceededFault} (client fault)
|
|
56
|
+
* <p>You have exceeded the maximum number of accounts that you can share a manual DB snapshot with.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
48
59
|
* @example To change DB snapshot attributes
|
|
49
60
|
* ```javascript
|
|
50
61
|
* // This example adds the specified attribute for the specified DB snapshot.
|
|
@@ -34,6 +34,11 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
|
|
|
34
34
|
* @see {@link ModifyDBSnapshotCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
37
42
|
*/
|
|
38
43
|
export declare class ModifyDBSnapshotCommand extends $Command<ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig> {
|
|
39
44
|
readonly input: ModifyDBSnapshotCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
|
|
|
29
29
|
* @see {@link ModifyDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
|
|
33
|
+
* <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBSubnetQuotaExceededFault} (client fault)
|
|
40
|
+
* <p>The request would result in the user exceeding the allowed number of subnets in a
|
|
41
|
+
* DB subnet groups.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidSubnet} (client fault)
|
|
44
|
+
* <p>The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link SubnetAlreadyInUse} (client fault)
|
|
47
|
+
* <p>The DB subnet is already in use in the Availability Zone.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
* @example To change DB subnet group settings
|
|
33
51
|
* ```javascript
|
|
34
52
|
* // This example changes the specified setting for the specified DB subnet group.
|
|
@@ -33,6 +33,25 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
33
33
|
* @see {@link ModifyEventSubscriptionCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link EventSubscriptionQuotaExceededFault} (client fault)
|
|
37
|
+
* <p>You have reached the maximum number of event subscriptions.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link SNSInvalidTopicFault} (client fault)
|
|
40
|
+
* <p>SNS has responded that there is a problem with the SNS topic specified.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link SNSNoAuthorizationFault} (client fault)
|
|
43
|
+
* <p>You do not have permission to publish to the SNS topic ARN.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link SNSTopicArnNotFoundFault} (client fault)
|
|
46
|
+
* <p>The SNS topic ARN does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link SubscriptionCategoryNotFoundFault} (client fault)
|
|
49
|
+
* <p>The supplied category does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
52
|
+
* <p>The subscription name does not exist.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
36
55
|
* @example To change event notification subscription settings
|
|
37
56
|
* ```javascript
|
|
38
57
|
* // This example changes the specified setting for the specified event notification subscription.
|
|
@@ -35,6 +35,19 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
|
|
|
35
35
|
* @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
39
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
42
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
45
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
48
|
+
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
38
51
|
*/
|
|
39
52
|
export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
40
53
|
readonly input: ModifyGlobalClusterCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
|
|
|
29
29
|
* @see {@link ModifyOptionGroupCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidOptionGroupStateFault} (client fault)
|
|
33
|
+
* <p>The option group isn't in the <i>available</i> state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified option group could not be found.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
* @example To modify an option group
|
|
33
40
|
* ```javascript
|
|
34
41
|
* // The following example adds an option to an option group.
|
|
@@ -46,6 +46,14 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
|
|
|
46
46
|
* @see {@link PromoteReadReplicaCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
54
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
49
57
|
* @example To promote a read replica
|
|
50
58
|
* ```javascript
|
|
51
59
|
* // This example promotes the specified read replica and sets its backup retention period and preferred backup window.
|
|
@@ -29,6 +29,14 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
|
|
|
29
29
|
* @see {@link PromoteReadReplicaDBClusterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
37
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class PromoteReadReplicaDBClusterCommand extends $Command<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
34
42
|
readonly input: PromoteReadReplicaDBClusterCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
|
|
|
29
29
|
* @see {@link PurchaseReservedDBInstancesOfferingCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ReservedDBInstanceAlreadyExistsFault} (client fault)
|
|
33
|
+
* <p>User already has a reservation with the given identifier.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ReservedDBInstanceQuotaExceededFault} (client fault)
|
|
36
|
+
* <p>Request would exceed the user's DB Instance quota.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ReservedDBInstancesOfferingNotFoundFault} (client fault)
|
|
39
|
+
* <p>Specified offering does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
* @example To purchase a reserved DB instance offering
|
|
33
43
|
* ```javascript
|
|
34
44
|
* // This example purchases a reserved DB instance offering that matches the specified settings.
|
|
@@ -39,6 +39,17 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
|
|
|
39
39
|
* @see {@link RebootDBClusterCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
47
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
50
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
42
53
|
*/
|
|
43
54
|
export declare class RebootDBClusterCommand extends $Command<RebootDBClusterCommandInput, RebootDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
44
55
|
readonly input: RebootDBClusterCommandInput;
|
|
@@ -38,6 +38,14 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
38
38
|
* @see {@link RebootDBInstanceCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
42
|
+
* <p>
|
|
43
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
46
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
41
49
|
* @example To reboot a DB instance
|
|
42
50
|
* ```javascript
|
|
43
51
|
* // This example reboots the specified DB instance without forcing a failover.
|
|
@@ -29,6 +29,38 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
|
|
|
29
29
|
* @see {@link RegisterDBProxyTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
41
|
+
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBProxyTargetAlreadyRegisteredFault} (client fault)
|
|
44
|
+
* <p>The proxy is already associated with the specified RDS DB instance or Aurora DB cluster.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
47
|
+
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InsufficientAvailableIPsInSubnetFault} (client fault)
|
|
50
|
+
* <p>The requested operation can't be performed because there aren't enough available IP addresses
|
|
51
|
+
* in the proxy's subnets. Add more CIDR blocks to the VPC or remove IP address that aren't required
|
|
52
|
+
* from the subnets.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
55
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
58
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
61
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
32
64
|
*/
|
|
33
65
|
export declare class RegisterDBProxyTargetsCommand extends $Command<RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
34
66
|
readonly input: RegisterDBProxyTargetsCommandInput;
|
|
@@ -34,6 +34,17 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
34
34
|
* @see {@link RemoveFromGlobalClusterCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
42
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
45
|
+
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
37
48
|
*/
|
|
38
49
|
export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
39
50
|
readonly input: RemoveFromGlobalClusterCommandInput;
|
|
@@ -37,6 +37,17 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* @see {@link RemoveRoleFromDBClusterCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBClusterRoleNotFoundFault} (client fault)
|
|
45
|
+
* <p>The specified IAM role Amazon Resource Name (ARN) isn't associated with the specified DB cluster.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
48
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
40
51
|
*/
|
|
41
52
|
export declare class RemoveRoleFromDBClusterCommand extends $Command<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
42
53
|
readonly input: RemoveRoleFromDBClusterCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link RemoveRoleFromDBInstanceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link DBInstanceRoleNotFoundFault} (client fault)
|
|
37
|
+
* <p>The specified <code>RoleArn</code> value doesn't match the specified feature for
|
|
38
|
+
* the DB instance.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
41
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class RemoveRoleFromDBInstanceCommand extends $Command<RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
34
46
|
readonly input: RemoveRoleFromDBInstanceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
|
|
|
29
29
|
* @see {@link RemoveSourceIdentifierFromSubscriptionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link SourceNotFoundFault} (client fault)
|
|
33
|
+
* <p>The requested source could not be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
36
|
+
* <p>The subscription name does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
* @example To remove a source identifier from a DB event subscription
|
|
33
40
|
* ```javascript
|
|
34
41
|
* // This example removes the specified source identifier from the specified DB event subscription.
|
|
@@ -33,6 +33,29 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
49
|
+
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
52
|
+
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
55
|
+
* <p>
|
|
56
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
36
59
|
* @example To remove tags from a resource
|
|
37
60
|
* ```javascript
|
|
38
61
|
* // This example removes the specified tag associated with the specified DB option group.
|
|
@@ -44,6 +44,17 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
|
|
|
44
44
|
* @see {@link ResetDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
50
|
+
* existing DB parameter group.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidDBParameterGroupStateFault} (client fault)
|
|
53
|
+
* <p>The DB parameter group is in use or is in an invalid state. If you are attempting
|
|
54
|
+
* to delete the parameter group, you can't delete it when the parameter group is in
|
|
55
|
+
* this state.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
47
58
|
* @example To reset the values of a DB cluster parameter group
|
|
48
59
|
* ```javascript
|
|
49
60
|
* // This example resets all parameters for the specified DB cluster parameter group to their default values.
|