@aws-sdk/client-rds 3.968.0 → 3.970.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -53
- package/dist-cjs/index.js +184 -178
- package/dist-es/pagination/DescribeEngineDefaultClusterParametersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +161 -158
- package/dist-es/waiters/waitForDBClusterAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterDeleted.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
- package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +2 -2
- package/dist-types/RDS.d.ts +1 -53
- package/dist-types/RDSClient.d.ts +1 -53
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -7
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +5 -13
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +3 -20
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +2 -10
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -2
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -41
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +3 -10
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +6 -17
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +133 -31
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/CreateDBClusterCommand.d.ts +13 -41
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +2 -32
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -10
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +25 -50
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +26 -57
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +2 -11
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -13
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +5 -9
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -6
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -24
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -17
- package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -7
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -2
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +4 -8
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +141 -10
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +5 -25
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +2 -4
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +4 -17
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -4
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -13
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -13
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +5 -32
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +2 -11
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -6
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -5
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +214 -8
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +53 -9
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -11
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -12
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -9
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -7
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -6
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -3
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -11
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -10
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +2 -8
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +2 -5
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -7
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -6
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -6
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -8
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +2 -4
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -5
- package/dist-types/commands/DisableHttpEndpointCommand.d.ts +1 -7
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +3 -11
- package/dist-types/commands/EnableHttpEndpointCommand.d.ts +1 -11
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +2 -21
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +2 -38
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -12
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +2 -7
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +2 -28
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +3 -24
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +5 -15
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +10 -30
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -6
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -24
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +2 -21
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +25 -45
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +3 -20
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +1 -2
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +2 -19
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -9
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +2 -4
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -5
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -9
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +1 -3
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +3 -7
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -20
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -2
- package/dist-types/commands/RebootDBClusterCommand.d.ts +2 -13
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -12
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -3
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +3 -7
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -8
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +2 -4
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +5 -12
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -22
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +3 -14
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +10 -38
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -48
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +26 -60
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +23 -46
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +26 -55
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +3 -16
- package/dist-types/commands/StartActivityStreamCommand.d.ts +3 -12
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -13
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +4 -12
- package/dist-types/commands/StartDBInstanceCommand.d.ts +8 -27
- package/dist-types/commands/StartExportTaskCommand.d.ts +5 -21
- package/dist-types/commands/StopActivityStreamCommand.d.ts +3 -13
- package/dist-types/commands/StopDBClusterCommand.d.ts +2 -11
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -7
- package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -19
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +139 -12
- package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +2 -13
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -4
- package/dist-types/index.d.ts +1 -53
- package/dist-types/models/errors.d.ts +53 -116
- package/dist-types/models/models_0.d.ts +982 -8429
- package/dist-types/models/models_1.d.ts +557 -4868
- package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7 -7
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/package.json +35 -35
|
@@ -104,11 +104,11 @@ const checkState = async (client, input) => {
|
|
|
104
104
|
return { state: WaiterState.RETRY, reason };
|
|
105
105
|
};
|
|
106
106
|
export const waitForDBClusterAvailable = async (params, input) => {
|
|
107
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
107
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
108
108
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
109
109
|
};
|
|
110
110
|
export const waitUntilDBClusterAvailable = async (params, input) => {
|
|
111
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
111
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
112
112
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
113
113
|
return checkExceptions(result);
|
|
114
114
|
};
|
|
@@ -84,11 +84,11 @@ const checkState = async (client, input) => {
|
|
|
84
84
|
return { state: WaiterState.RETRY, reason };
|
|
85
85
|
};
|
|
86
86
|
export const waitForDBClusterDeleted = async (params, input) => {
|
|
87
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
87
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
88
88
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
89
89
|
};
|
|
90
90
|
export const waitUntilDBClusterDeleted = async (params, input) => {
|
|
91
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
91
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
92
92
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
93
93
|
return checkExceptions(result);
|
|
94
94
|
};
|
|
@@ -104,11 +104,11 @@ const checkState = async (client, input) => {
|
|
|
104
104
|
return { state: WaiterState.RETRY, reason };
|
|
105
105
|
};
|
|
106
106
|
export const waitForDBClusterSnapshotAvailable = async (params, input) => {
|
|
107
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
107
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
108
108
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
109
109
|
};
|
|
110
110
|
export const waitUntilDBClusterSnapshotAvailable = async (params, input) => {
|
|
111
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
111
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
112
112
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
113
113
|
return checkExceptions(result);
|
|
114
114
|
};
|
|
@@ -84,11 +84,11 @@ const checkState = async (client, input) => {
|
|
|
84
84
|
return { state: WaiterState.RETRY, reason };
|
|
85
85
|
};
|
|
86
86
|
export const waitForDBClusterSnapshotDeleted = async (params, input) => {
|
|
87
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
87
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
88
88
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
89
89
|
};
|
|
90
90
|
export const waitUntilDBClusterSnapshotDeleted = async (params, input) => {
|
|
91
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
91
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
92
92
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
93
93
|
return checkExceptions(result);
|
|
94
94
|
};
|
|
@@ -104,11 +104,11 @@ const checkState = async (client, input) => {
|
|
|
104
104
|
return { state: WaiterState.RETRY, reason };
|
|
105
105
|
};
|
|
106
106
|
export const waitForDBInstanceAvailable = async (params, input) => {
|
|
107
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
107
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
108
108
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
109
109
|
};
|
|
110
110
|
export const waitUntilDBInstanceAvailable = async (params, input) => {
|
|
111
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
111
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
112
112
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
113
113
|
return checkExceptions(result);
|
|
114
114
|
};
|
|
@@ -84,11 +84,11 @@ const checkState = async (client, input) => {
|
|
|
84
84
|
return { state: WaiterState.RETRY, reason };
|
|
85
85
|
};
|
|
86
86
|
export const waitForDBInstanceDeleted = async (params, input) => {
|
|
87
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
87
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
88
88
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
89
89
|
};
|
|
90
90
|
export const waitUntilDBInstanceDeleted = async (params, input) => {
|
|
91
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
91
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
92
92
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
93
93
|
return checkExceptions(result);
|
|
94
94
|
};
|
|
@@ -104,11 +104,11 @@ const checkState = async (client, input) => {
|
|
|
104
104
|
return { state: WaiterState.RETRY, reason };
|
|
105
105
|
};
|
|
106
106
|
export const waitForDBSnapshotAvailable = async (params, input) => {
|
|
107
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
107
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
108
108
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
109
109
|
};
|
|
110
110
|
export const waitUntilDBSnapshotAvailable = async (params, input) => {
|
|
111
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
111
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
112
112
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
113
113
|
return checkExceptions(result);
|
|
114
114
|
};
|
|
@@ -84,11 +84,11 @@ const checkState = async (client, input) => {
|
|
|
84
84
|
return { state: WaiterState.RETRY, reason };
|
|
85
85
|
};
|
|
86
86
|
export const waitForDBSnapshotDeleted = async (params, input) => {
|
|
87
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
87
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
88
88
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
89
89
|
};
|
|
90
90
|
export const waitUntilDBSnapshotDeleted = async (params, input) => {
|
|
91
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
91
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
92
92
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
93
93
|
return checkExceptions(result);
|
|
94
94
|
};
|
|
@@ -74,11 +74,11 @@ const checkState = async (client, input) => {
|
|
|
74
74
|
return { state: WaiterState.RETRY, reason };
|
|
75
75
|
};
|
|
76
76
|
export const waitForTenantDatabaseAvailable = async (params, input) => {
|
|
77
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
77
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
78
78
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
79
79
|
};
|
|
80
80
|
export const waitUntilTenantDatabaseAvailable = async (params, input) => {
|
|
81
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
81
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
82
82
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
83
83
|
return checkExceptions(result);
|
|
84
84
|
};
|
|
@@ -24,11 +24,11 @@ const checkState = async (client, input) => {
|
|
|
24
24
|
return { state: WaiterState.RETRY, reason };
|
|
25
25
|
};
|
|
26
26
|
export const waitForTenantDatabaseDeleted = async (params, input) => {
|
|
27
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
27
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
28
28
|
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
29
29
|
};
|
|
30
30
|
export const waitUntilTenantDatabaseDeleted = async (params, input) => {
|
|
31
|
-
const serviceDefaults = { minDelay: 30, maxDelay:
|
|
31
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 1800 };
|
|
32
32
|
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
33
33
|
return checkExceptions(result);
|
|
34
34
|
};
|
package/dist-types/RDS.d.ts
CHANGED
|
@@ -1180,59 +1180,7 @@ export interface RDS {
|
|
|
1180
1180
|
switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void): void;
|
|
1181
1181
|
}
|
|
1182
1182
|
/**
|
|
1183
|
-
* <fullname>Amazon Relational Database Service</fullname>
|
|
1184
|
-
* <p></p>
|
|
1185
|
-
* <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
|
|
1186
|
-
* scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
|
|
1187
|
-
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
1188
|
-
* and businesses unique.</p>
|
|
1189
|
-
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
1190
|
-
* Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
1191
|
-
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
1192
|
-
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
1193
|
-
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
1194
|
-
* application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
|
|
1195
|
-
* the resources you use.</p>
|
|
1196
|
-
* <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
|
|
1197
|
-
* you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
|
|
1198
|
-
* require techniques such as polling or callback functions to determine when a command has been applied. In this
|
|
1199
|
-
* reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
|
|
1200
|
-
* or during the maintenance window. The reference structure is as follows, and we list following some related topics
|
|
1201
|
-
* from the user guide.</p>
|
|
1202
|
-
* <p>
|
|
1203
|
-
* <b>Amazon RDS API Reference</b>
|
|
1204
|
-
* </p>
|
|
1205
|
-
* <ul>
|
|
1206
|
-
* <li>
|
|
1207
|
-
* <p>For the alphabetical list of API actions, see
|
|
1208
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
|
|
1209
|
-
* </li>
|
|
1210
|
-
* <li>
|
|
1211
|
-
* <p>For the alphabetical list of data types, see
|
|
1212
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
|
|
1213
|
-
* </li>
|
|
1214
|
-
* <li>
|
|
1215
|
-
* <p>For a list of common query parameters, see
|
|
1216
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
|
|
1217
|
-
* </li>
|
|
1218
|
-
* <li>
|
|
1219
|
-
* <p>For descriptions of the error codes, see
|
|
1220
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
|
|
1221
|
-
* </li>
|
|
1222
|
-
* </ul>
|
|
1223
|
-
* <p>
|
|
1224
|
-
* <b>Amazon RDS User Guide</b>
|
|
1225
|
-
* </p>
|
|
1226
|
-
* <ul>
|
|
1227
|
-
* <li>
|
|
1228
|
-
* <p>For a summary of the Amazon RDS interfaces, see
|
|
1229
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
|
|
1230
|
-
* </li>
|
|
1231
|
-
* <li>
|
|
1232
|
-
* <p>For more information about how to use the Query API, see
|
|
1233
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
|
|
1234
|
-
* </li>
|
|
1235
|
-
* </ul>
|
|
1183
|
+
* <fullname>Amazon Relational Database Service</fullname> <p/> <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.</p> <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.</p> <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.</p> <p> <b>Amazon RDS API Reference</b> </p> <ul> <li> <p>For the alphabetical list of API actions, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p> </li> <li> <p>For the alphabetical list of data types, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p> </li> <li> <p>For a list of common query parameters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p> </li> <li> <p>For descriptions of the error codes, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p> </li> </ul> <p> <b>Amazon RDS User Guide</b> </p> <ul> <li> <p>For a summary of the Amazon RDS interfaces, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p> </li> <li> <p>For more information about how to use the Query API, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p> </li> </ul>
|
|
1236
1184
|
* @public
|
|
1237
1185
|
*/
|
|
1238
1186
|
export declare class RDS extends RDSClient implements RDS {
|
|
@@ -332,59 +332,7 @@ export type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
|
|
|
332
332
|
export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {
|
|
333
333
|
}
|
|
334
334
|
/**
|
|
335
|
-
* <fullname>Amazon Relational Database Service</fullname>
|
|
336
|
-
* <p></p>
|
|
337
|
-
* <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
|
|
338
|
-
* scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
|
|
339
|
-
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
340
|
-
* and businesses unique.</p>
|
|
341
|
-
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
342
|
-
* Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
343
|
-
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
344
|
-
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
345
|
-
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
346
|
-
* application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
|
|
347
|
-
* the resources you use.</p>
|
|
348
|
-
* <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
|
|
349
|
-
* you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
|
|
350
|
-
* require techniques such as polling or callback functions to determine when a command has been applied. In this
|
|
351
|
-
* reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
|
|
352
|
-
* or during the maintenance window. The reference structure is as follows, and we list following some related topics
|
|
353
|
-
* from the user guide.</p>
|
|
354
|
-
* <p>
|
|
355
|
-
* <b>Amazon RDS API Reference</b>
|
|
356
|
-
* </p>
|
|
357
|
-
* <ul>
|
|
358
|
-
* <li>
|
|
359
|
-
* <p>For the alphabetical list of API actions, see
|
|
360
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
|
|
361
|
-
* </li>
|
|
362
|
-
* <li>
|
|
363
|
-
* <p>For the alphabetical list of data types, see
|
|
364
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
|
|
365
|
-
* </li>
|
|
366
|
-
* <li>
|
|
367
|
-
* <p>For a list of common query parameters, see
|
|
368
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
|
|
369
|
-
* </li>
|
|
370
|
-
* <li>
|
|
371
|
-
* <p>For descriptions of the error codes, see
|
|
372
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
|
|
373
|
-
* </li>
|
|
374
|
-
* </ul>
|
|
375
|
-
* <p>
|
|
376
|
-
* <b>Amazon RDS User Guide</b>
|
|
377
|
-
* </p>
|
|
378
|
-
* <ul>
|
|
379
|
-
* <li>
|
|
380
|
-
* <p>For a summary of the Amazon RDS interfaces, see
|
|
381
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
|
|
382
|
-
* </li>
|
|
383
|
-
* <li>
|
|
384
|
-
* <p>For more information about how to use the Query API, see
|
|
385
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
|
|
386
|
-
* </li>
|
|
387
|
-
* </ul>
|
|
335
|
+
* <fullname>Amazon Relational Database Service</fullname> <p/> <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational database and manages common database administration tasks, freeing up developers to focus on what makes their applications and businesses unique.</p> <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS is flexible: you can scale your DB instance's compute resources and storage capacity to meet your application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for the resources you use.</p> <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might require techniques such as polling or callback functions to determine when a command has been applied. In this reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, or during the maintenance window. The reference structure is as follows, and we list following some related topics from the user guide.</p> <p> <b>Amazon RDS API Reference</b> </p> <ul> <li> <p>For the alphabetical list of API actions, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p> </li> <li> <p>For the alphabetical list of data types, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p> </li> <li> <p>For a list of common query parameters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p> </li> <li> <p>For descriptions of the error codes, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p> </li> </ul> <p> <b>Amazon RDS User Guide</b> </p> <ul> <li> <p>For a summary of the Amazon RDS interfaces, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p> </li> <li> <p>For more information about how to use the Query API, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p> </li> </ul>
|
|
388
336
|
* @public
|
|
389
337
|
*/
|
|
390
338
|
export declare class RDSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RDSClientResolvedConfig> {
|
|
@@ -54,8 +54,7 @@ declare const AddRoleToDBClusterCommand_base: {
|
|
|
54
54
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
57
|
-
* <p>
|
|
58
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
57
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
59
58
|
*
|
|
60
59
|
* @throws {@link DBClusterRoleAlreadyExistsFault} (client fault)
|
|
61
60
|
* <p>The specified IAM role Amazon Resource Name (ARN) is already associated with the specified DB cluster.</p>
|
|
@@ -27,11 +27,7 @@ declare const AddRoleToDBInstanceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
|
|
33
|
-
* </note>
|
|
34
|
-
* <p>This command doesn't apply to RDS Custom.</p>
|
|
30
|
+
* <p>Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.</p> <note> <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p> </note> <p>This command doesn't apply to RDS Custom.</p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -58,8 +54,7 @@ declare const AddRoleToDBInstanceCommand_base: {
|
|
|
58
54
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
59
55
|
*
|
|
60
56
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
61
|
-
* <p>
|
|
62
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
57
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
63
58
|
*
|
|
64
59
|
* @throws {@link DBInstanceRoleAlreadyExistsFault} (client fault)
|
|
65
60
|
* <p>The specified <code>RoleArn</code> or <code>FeatureName</code> value is already associated with the DB instance.</p>
|
|
@@ -27,11 +27,7 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p>
|
|
31
|
-
* <p>For an overview on tagging your relational database resources,
|
|
32
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a>
|
|
33
|
-
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a>.
|
|
34
|
-
* </p>
|
|
30
|
+
* <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p> <p>For an overview on tagging your relational database resources, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Tagging.html">Tagging Amazon Aurora and Amazon RDS Resources</a>. </p>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -62,16 +58,13 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
62
58
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
63
59
|
*
|
|
64
60
|
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
65
|
-
* <p>
|
|
66
|
-
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
61
|
+
* <p> <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
67
62
|
*
|
|
68
63
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
69
|
-
* <p>
|
|
70
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
64
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
71
65
|
*
|
|
72
66
|
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
73
|
-
* <p>
|
|
74
|
-
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
67
|
+
* <p> <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
75
68
|
*
|
|
76
69
|
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
77
70
|
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
@@ -86,8 +79,7 @@ declare const AddTagsToResourceCommand_base: {
|
|
|
86
79
|
* <p>The specified DB shard group name wasn't found.</p>
|
|
87
80
|
*
|
|
88
81
|
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
89
|
-
* <p>
|
|
90
|
-
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
82
|
+
* <p> <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
91
83
|
*
|
|
92
84
|
* @throws {@link DBSnapshotTenantDatabaseNotFoundFault} (client fault)
|
|
93
85
|
* <p>The specified snapshot tenant database wasn't found.</p>
|
|
@@ -27,22 +27,7 @@ declare const AuthorizeDBSecurityGroupIngressCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security
|
|
31
|
-
* groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC
|
|
32
|
-
* instances. Second, IP ranges are available if the application accessing your database is running on the internet.
|
|
33
|
-
* Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId
|
|
34
|
-
* and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p>
|
|
35
|
-
* <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
|
|
36
|
-
* another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.</p>
|
|
37
|
-
* <p>For an overview of CIDR ranges, go to the
|
|
38
|
-
* <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
|
|
39
|
-
* <note>
|
|
40
|
-
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
41
|
-
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
42
|
-
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
43
|
-
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
44
|
-
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
45
|
-
* </note>
|
|
30
|
+
* <p>Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p> <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.</p> <p>For an overview of CIDR ranges, go to the <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p> <note> <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring – Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p> </note>
|
|
46
31
|
* @example
|
|
47
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
48
33
|
* ```javascript
|
|
@@ -93,15 +78,13 @@ declare const AuthorizeDBSecurityGroupIngressCommand_base: {
|
|
|
93
78
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
94
79
|
*
|
|
95
80
|
* @throws {@link AuthorizationAlreadyExistsFault} (client fault)
|
|
96
|
-
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for
|
|
97
|
-
* the specified DB security group.</p>
|
|
81
|
+
* <p>The specified CIDR IP range or Amazon EC2 security group is already authorized for the specified DB security group.</p>
|
|
98
82
|
*
|
|
99
83
|
* @throws {@link AuthorizationQuotaExceededFault} (client fault)
|
|
100
84
|
* <p>The DB security group authorization quota has been reached.</p>
|
|
101
85
|
*
|
|
102
86
|
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
103
|
-
* <p>
|
|
104
|
-
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
87
|
+
* <p> <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
105
88
|
*
|
|
106
89
|
* @throws {@link InvalidDBSecurityGroupStateFault} (client fault)
|
|
107
90
|
* <p>The state of the DB security group doesn't allow deletion.</p>
|
|
@@ -27,14 +27,7 @@ declare const BacktrackDBClusterCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Backtracks a DB cluster to a specific time, without creating a new DB cluster.</p>
|
|
31
|
-
* <p>For more information on backtracking, see
|
|
32
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html">
|
|
33
|
-
* Backtracking an Aurora DB Cluster</a> in the
|
|
34
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
35
|
-
* <note>
|
|
36
|
-
* <p>This action applies only to Aurora MySQL DB clusters.</p>
|
|
37
|
-
* </note>
|
|
30
|
+
* <p>Backtracks a DB cluster to a specific time, without creating a new DB cluster.</p> <p>For more information on backtracking, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html"> Backtracking an Aurora DB Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p> <note> <p>This action applies only to Aurora MySQL DB clusters.</p> </note>
|
|
38
31
|
* @example
|
|
39
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
33
|
* ```javascript
|
|
@@ -69,8 +62,7 @@ declare const BacktrackDBClusterCommand_base: {
|
|
|
69
62
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
70
63
|
*
|
|
71
64
|
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
72
|
-
* <p>
|
|
73
|
-
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
65
|
+
* <p> <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
74
66
|
*
|
|
75
67
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
76
68
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
@@ -27,8 +27,7 @@ declare const CancelExportTaskCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Cancels an export task in progress that is exporting a snapshot or cluster to Amazon S3.
|
|
31
|
-
* Any data that has already been written to the S3 bucket isn't removed.</p>
|
|
30
|
+
* <p>Cancels an export task in progress that is exporting a snapshot or cluster to Amazon S3. Any data that has already been written to the S3 bucket isn't removed.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,11 +27,7 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Copies the specified DB cluster parameter group.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies
|
|
33
|
-
* the default parameters and values for the specified DB cluster parameter group family.</p>
|
|
34
|
-
* </note>
|
|
30
|
+
* <p>Copies the specified DB cluster parameter group.</p> <note> <p>You can't copy a default DB cluster parameter group. Instead, create a new custom DB cluster parameter group, which copies the default parameters and values for the specified DB cluster parameter group family.</p> </note>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -74,13 +70,10 @@ declare const CopyDBClusterParameterGroupCommand_base: {
|
|
|
74
70
|
* <p>A DB parameter group with the same name exists.</p>
|
|
75
71
|
*
|
|
76
72
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
77
|
-
* <p>
|
|
78
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
79
|
-
* existing DB parameter group.</p>
|
|
73
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
80
74
|
*
|
|
81
75
|
* @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
|
|
82
|
-
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
83
|
-
* groups.</p>
|
|
76
|
+
* <p>The request would result in the user exceeding the allowed number of DB parameter groups.</p>
|
|
84
77
|
*
|
|
85
78
|
* @throws {@link RDSServiceException}
|
|
86
79
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,43 +27,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Copies a snapshot of a DB cluster.</p>
|
|
31
|
-
* <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
|
|
32
|
-
* must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p>
|
|
33
|
-
* <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
|
|
34
|
-
* the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> operation is the
|
|
35
|
-
* destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy
|
|
36
|
-
* an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the
|
|
37
|
-
* following values:</p>
|
|
38
|
-
* <ul>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>
|
|
41
|
-
* <code>KmsKeyId</code> - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
|
|
42
|
-
* encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>
|
|
46
|
-
* <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
|
|
47
|
-
* </li>
|
|
48
|
-
* <li>
|
|
49
|
-
* <p>
|
|
50
|
-
* <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot
|
|
51
|
-
* identifier for the encrypted DB cluster snapshot to be copied. This identifier
|
|
52
|
-
* must be in the ARN format for the source Amazon Web Services Region and is the same value as
|
|
53
|
-
* the <code>SourceDBClusterSnapshotIdentifier</code> in the presigned URL.</p>
|
|
54
|
-
* </li>
|
|
55
|
-
* </ul>
|
|
56
|
-
* <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
|
|
57
|
-
* by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p>
|
|
58
|
-
* <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see
|
|
59
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html">
|
|
60
|
-
* Copying a Snapshot</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
61
|
-
* <p>For more information on Amazon Aurora DB clusters, see
|
|
62
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
63
|
-
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
64
|
-
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
65
|
-
* cluster deployments</a> in the <i>Amazon RDS User
|
|
66
|
-
* Guide</i>.</p>
|
|
30
|
+
* <p>Copies a snapshot of a DB cluster.</p> <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code> must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p> <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> operation is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the following values:</p> <ul> <li> <p> <code>KmsKeyId</code> - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p> </li> <li> <p> <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p> </li> <li> <p> <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied. This identifier must be in the ARN format for the source Amazon Web Services Region and is the same value as the <code>SourceDBClusterSnapshotIdentifier</code> in the presigned URL.</p> </li> </ul> <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p> <p>For more information on copying encrypted Amazon Aurora DB cluster snapshots from one Amazon Web Services Region to another, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html"> Copying a Snapshot</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Amazon Aurora DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB cluster deployments</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
67
31
|
* @example
|
|
68
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
69
33
|
* ```javascript
|
|
@@ -137,8 +101,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
137
101
|
* <p>The user already has a DB cluster snapshot with the given identifier.</p>
|
|
138
102
|
*
|
|
139
103
|
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
140
|
-
* <p>
|
|
141
|
-
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
104
|
+
* <p> <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
142
105
|
*
|
|
143
106
|
* @throws {@link InvalidDBClusterSnapshotStateFault} (client fault)
|
|
144
107
|
* <p>The supplied value isn't a valid DB cluster snapshot state.</p>
|
|
@@ -150,8 +113,7 @@ declare const CopyDBClusterSnapshotCommand_base: {
|
|
|
150
113
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
151
114
|
*
|
|
152
115
|
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
153
|
-
* <p>The request would result in the user exceeding the allowed number of DB
|
|
154
|
-
* snapshots.</p>
|
|
116
|
+
* <p>The request would result in the user exceeding the allowed number of DB snapshots.</p>
|
|
155
117
|
*
|
|
156
118
|
* @throws {@link RDSServiceException}
|
|
157
119
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
@@ -27,11 +27,7 @@ declare const CopyDBParameterGroupCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Copies the specified DB parameter group.</p>
|
|
31
|
-
* <note>
|
|
32
|
-
* <p>You can't copy a default DB parameter group. Instead, create a new custom DB parameter group, which copies the default
|
|
33
|
-
* parameters and values for the specified DB parameter group family.</p>
|
|
34
|
-
* </note>
|
|
30
|
+
* <p>Copies the specified DB parameter group.</p> <note> <p>You can't copy a default DB parameter group. Instead, create a new custom DB parameter group, which copies the default parameters and values for the specified DB parameter group family.</p> </note>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -74,13 +70,10 @@ declare const CopyDBParameterGroupCommand_base: {
|
|
|
74
70
|
* <p>A DB parameter group with the same name exists.</p>
|
|
75
71
|
*
|
|
76
72
|
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
77
|
-
* <p>
|
|
78
|
-
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
79
|
-
* existing DB parameter group.</p>
|
|
73
|
+
* <p> <code>DBParameterGroupName</code> doesn't refer to an existing DB parameter group.</p>
|
|
80
74
|
*
|
|
81
75
|
* @throws {@link DBParameterGroupQuotaExceededFault} (client fault)
|
|
82
|
-
* <p>The request would result in the user exceeding the allowed number of DB parameter
|
|
83
|
-
* groups.</p>
|
|
76
|
+
* <p>The request would result in the user exceeding the allowed number of DB parameter groups.</p>
|
|
84
77
|
*
|
|
85
78
|
* @throws {@link RDSServiceException}
|
|
86
79
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|