@aws-sdk/client-rds 3.37.0 → 3.41.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/CHANGELOG.md +45 -0
- package/dist-cjs/RDS.js +45 -0
- package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +36 -0
- package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -1
- package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +37 -0
- package/dist-cjs/commands/index.js +143 -0
- package/dist-cjs/endpoints.js +166 -27
- package/dist-cjs/index.js +5 -181
- package/dist-cjs/models/models_0.js +70 -73
- package/dist-cjs/models/models_1.js +60 -4
- package/dist-cjs/pagination/index.js +39 -0
- package/dist-cjs/protocols/Aws_query.js +426 -6
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +9 -0
- package/dist-es/RDS.js +45 -0
- package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
- package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
- package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
- package/dist-es/commands/index.js +140 -0
- package/dist-es/endpoints.js +166 -27
- package/dist-es/index.js +5 -181
- package/dist-es/models/models_0.js +45 -54
- package/dist-es/models/models_1.js +48 -0
- package/dist-es/pagination/index.js +36 -0
- package/dist-es/protocols/Aws_query.js +431 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +6 -0
- package/dist-types/RDS.d.ts +103 -13
- package/dist-types/RDSClient.d.ts +13 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -3
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +5 -4
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -5
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -2
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +140 -0
- package/dist-types/index.d.ts +5 -181
- package/dist-types/models/models_0.d.ts +697 -410
- package/dist-types/models/models_1.d.ts +468 -137
- package/dist-types/pagination/index.d.ts +36 -0
- package/dist-types/protocols/Aws_query.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/RDS.d.ts +15 -0
- package/dist-types/ts3.4/RDSClient.d.ts +9 -2
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/index.d.ts +140 -0
- package/dist-types/ts3.4/index.d.ts +5 -181
- package/dist-types/ts3.4/models/models_0.d.ts +190 -154
- package/dist-types/ts3.4/models/models_1.d.ts +97 -2
- package/dist-types/ts3.4/pagination/index.d.ts +36 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/dist-types/waiters/index.d.ts +6 -0
- package/package.json +28 -28
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CreateCustomDBEngineVersionMessage, DBEngineVersion } from "../models/models_0";
|
|
4
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
|
+
export interface CreateCustomDBEngineVersionCommandInput extends CreateCustomDBEngineVersionMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and
|
|
11
|
+
* specific AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021
|
|
12
|
+
* or later RU/RUR. For
|
|
13
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">
|
|
14
|
+
* Amazon RDS Custom requirements and limitations</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
15
|
+
* <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
|
|
16
|
+
* The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
|
|
17
|
+
* your database. With Amazon RDS Custom, you upload your database installation files in Amazon S3. For
|
|
18
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.html#custom-cev.preparing">
|
|
19
|
+
* Preparing to create a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
20
|
+
* <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
|
|
21
|
+
* This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from
|
|
22
|
+
* the installation files that you provided. This service model is called Bring Your Own Media (BYOM).</p>
|
|
23
|
+
* <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
|
|
24
|
+
* the message <code>Creation failed for custom engine version</code>, and includes details about the failure.
|
|
25
|
+
* For example, the event prints missing files. </p>
|
|
26
|
+
* <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
|
|
27
|
+
* RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or
|
|
28
|
+
* inactive.</p>
|
|
29
|
+
* <note>
|
|
30
|
+
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
31
|
+
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
32
|
+
* <code>CreateCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
33
|
+
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
34
|
+
* the <code>CreateCustomDbEngineVersion</code> event.</p>
|
|
35
|
+
* </note>
|
|
36
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
|
|
37
|
+
* Creating a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
38
|
+
* @example
|
|
39
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
+
* ```javascript
|
|
41
|
+
* import { RDSClient, CreateCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
42
|
+
* // const { RDSClient, CreateCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
43
|
+
* const client = new RDSClient(config);
|
|
44
|
+
* const command = new CreateCustomDBEngineVersionCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @see {@link CreateCustomDBEngineVersionCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link CreateCustomDBEngineVersionCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
export declare class CreateCustomDBEngineVersionCommand extends $Command<CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
|
|
54
|
+
readonly input: CreateCustomDBEngineVersionCommandInput;
|
|
55
|
+
constructor(input: CreateCustomDBEngineVersionCommandInput);
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
59
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput>;
|
|
60
|
+
private serialize;
|
|
61
|
+
private deserialize;
|
|
62
|
+
}
|
|
@@ -33,7 +33,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link CreateDBClusterCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link CreateDBClusterCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class CreateDBClusterCommand extends $Command<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDBClusterEndpointCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDBClusterEndpointCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDBClusterEndpointCommand extends $Command<CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -51,7 +51,7 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
|
|
|
51
51
|
*
|
|
52
52
|
* @see {@link CreateDBClusterParameterGroupCommandInput} for command's `input` shape.
|
|
53
53
|
* @see {@link CreateDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
54
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
export declare class CreateDBClusterParameterGroupCommand extends $Command<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateDBClusterSnapshotCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateDBClusterSnapshotCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateDBClusterSnapshotCommand extends $Command<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateDBInstanceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateDBInstanceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateDBInstanceCommand extends $Command<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateDBInstanceReadReplicaCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateDBInstanceReadReplicaCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateDBInstanceReadReplicaCommand extends $Command<CreateDBInstanceReadReplicaCommandInput, CreateDBInstanceReadReplicaCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -12,11 +12,12 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
|
|
|
12
12
|
* A DB parameter group is initially created with the default parameters for the
|
|
13
13
|
* database engine used by the DB instance. To provide custom values for any of the
|
|
14
14
|
* parameters, you must modify the group after creating it using
|
|
15
|
-
* <
|
|
16
|
-
* associate it with your DB instance using <
|
|
15
|
+
* <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
|
|
16
|
+
* associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
|
|
17
17
|
* a new DB parameter group with a running DB instance, you need to reboot the DB
|
|
18
18
|
* instance without failover for the new DB parameter group and associated settings to take effect.
|
|
19
|
-
*
|
|
19
|
+
* </p>
|
|
20
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
20
21
|
* <important>
|
|
21
22
|
* <p>After you create a DB parameter group, you should wait at least 5 minutes
|
|
22
23
|
* before creating your first DB instance that uses that DB parameter group as the default parameter
|
|
@@ -40,7 +41,7 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
|
|
|
40
41
|
*
|
|
41
42
|
* @see {@link CreateDBParameterGroupCommandInput} for command's `input` shape.
|
|
42
43
|
* @see {@link CreateDBParameterGroupCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
44
45
|
*
|
|
45
46
|
*/
|
|
46
47
|
export declare class CreateDBParameterGroupCommand extends $Command<CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateDBProxyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateDBProxyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateDBProxyCommand extends $Command<CreateDBProxyCommandInput, CreateDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateDBProxyEndpointCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateDBProxyEndpointCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateDBProxyEndpointCommand extends $Command<CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateDBSecurityGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateDBSecurityGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateDBSecurityGroupCommand extends $Command<CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateDBSnapshotCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateDBSnapshotCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateDBSnapshotCommand extends $Command<CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateDBSubnetGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateDBSubnetGroupCommand extends $Command<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscri
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link CreateEventSubscriptionCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link CreateEventSubscriptionCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterRes
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link CreateGlobalClusterCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link CreateGlobalClusterCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -8,6 +8,7 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a new option group. You can create up to 20 option groups.</p>
|
|
11
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -20,7 +21,7 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
|
|
|
20
21
|
*
|
|
21
22
|
* @see {@link CreateOptionGroupCommandInput} for command's `input` shape.
|
|
22
23
|
* @see {@link CreateOptionGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
25
|
*
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateOptionGroupCommand extends $Command<CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteCustomAvailabilityZoneCommandOutput extends DeleteCustomA
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteCustomAvailabilityZoneCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteCustomAvailabilityZoneCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteCustomAvailabilityZoneCommand extends $Command<DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DBEngineVersion, DeleteCustomDBEngineVersionMessage } from "../models/models_0";
|
|
4
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
5
|
+
export interface DeleteCustomDBEngineVersionCommandInput extends DeleteCustomDBEngineVersionMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
|
|
11
|
+
* <ul>
|
|
12
|
+
* <li>
|
|
13
|
+
* <p>The CEV must not be the default for RDS Custom. If it is, change the default
|
|
14
|
+
* before running this command.</p>
|
|
15
|
+
* </li>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
|
|
18
|
+
* or automated backup of your RDS Custom instance.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* </ul>
|
|
21
|
+
* <p>Typically, deletion takes a few minutes.</p>
|
|
22
|
+
* <note>
|
|
23
|
+
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
24
|
+
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
25
|
+
* <code>DeleteCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
26
|
+
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
27
|
+
* the <code>DeleteCustomDbEngineVersion</code> event.</p>
|
|
28
|
+
* </note>
|
|
29
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
|
|
30
|
+
* Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { RDSClient, DeleteCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
|
+
* // const { RDSClient, DeleteCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
|
+
* const client = new RDSClient(config);
|
|
37
|
+
* const command = new DeleteCustomDBEngineVersionCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* @see {@link DeleteCustomDBEngineVersionCommandInput} for command's `input` shape.
|
|
42
|
+
* @see {@link DeleteCustomDBEngineVersionCommandOutput} for command's `response` shape.
|
|
43
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
export declare class DeleteCustomDBEngineVersionCommand extends $Command<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
|
|
47
|
+
readonly input: DeleteCustomDBEngineVersionCommandInput;
|
|
48
|
+
constructor(input: DeleteCustomDBEngineVersionCommandInput);
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
*/
|
|
52
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput>;
|
|
53
|
+
private serialize;
|
|
54
|
+
private deserialize;
|
|
55
|
+
}
|
|
@@ -30,7 +30,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DeleteDBClusterCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DeleteDBClusterCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DeleteDBClusterCommand extends $Command<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteDBClusterEndpointCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteDBClusterEndpointCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteDBClusterEndpointCommand extends $Command<DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DeleteDBClusterParameterGroupCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DeleteDBClusterParameterGroupCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DeleteDBClusterParameterGroupCommand extends $Command<DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DeleteDBClusterSnapshotCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DeleteDBClusterSnapshotCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DeleteDBClusterSnapshotCommand extends $Command<DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDBInstanceAutomatedBackupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDBInstanceAutomatedBackupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDBInstanceAutomatedBackupCommand extends $Command<DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link DeleteDBInstanceCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link DeleteDBInstanceCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class DeleteDBInstanceCommand extends $Command<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDBParameterGroupCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDBParameterGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDBParameterGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDBParameterGroupCommand extends $Command<DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDBProxyCommandOutput extends DeleteDBProxyResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDBProxyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDBProxyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDBProxyCommand extends $Command<DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteDBProxyEndpointCommandOutput extends DeleteDBProxyEndpoin
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDBProxyEndpointCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDBProxyEndpointCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteDBProxyEndpointCommand extends $Command<DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteDBSecurityGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteDBSecurityGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteDBSecurityGroupCommand extends $Command<DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteDBSnapshotCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteDBSnapshotCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteDBSnapshotCommand extends $Command<DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteDBSubnetGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteDBSubnetGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteDBSubnetGroupCommand extends $Command<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteGlobalClusterCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteGlobalClusterCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteGlobalClusterCommand extends $Command<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteInstallationMediaCommandOutput extends InstallationMedia,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteInstallationMediaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteInstallationMediaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteInstallationMediaCommand extends $Command<DeleteInstallationMediaCommandInput, DeleteInstallationMediaCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteOptionGroupCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteOptionGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteOptionGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteOptionGroupCommand extends $Command<DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeregisterDBProxyTargetsCommandOutput extends DeregisterDBProxy
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeregisterDBProxyTargetsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeregisterDBProxyTargetsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeregisterDBProxyTargetsCommand extends $Command<DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeCertificatesCommandOutput extends CertificateMessage, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeCustomAvailabilityZonesCommandOutput extends CustomAvai
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeCustomAvailabilityZonesCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeCustomAvailabilityZonesCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeCustomAvailabilityZonesCommand extends $Command<DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeDBClusterBacktracksCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeDBClusterBacktracksCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeDBClusterBacktracksCommand extends $Command<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeDBClusterEndpointsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeDBClusterEndpointsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeDBClusterEndpointsCommand extends $Command<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DescribeDBClusterParameterGroupsCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DescribeDBClusterParameterGroupsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DescribeDBClusterParameterGroupsCommand extends $Command<DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeDBClusterParametersCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeDBClusterParametersCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeDBClusterParametersCommand extends $Command<DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link DescribeDBClusterSnapshotAttributesCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link DescribeDBClusterSnapshotAttributesCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeDBClusterSnapshotsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeDBClusterSnapshotsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeDBClusterSnapshotsCommand extends $Command<DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeDBClustersCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeDBClustersCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeDBClustersCommand extends $Command<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, RDSClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDBEngineVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDBEngineVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RDSClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDBEngineVersionsCommand extends $Command<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, RDSClientResolvedConfig> {
|