@aws-sdk/client-rds 3.36.1 → 3.40.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 +167 -28
- 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 +167 -28
- 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/AddRoleToDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +4 -3
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +3 -4
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- 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 +34 -34
|
@@ -0,0 +1,46 @@
|
|
|
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 } from "../models/models_0";
|
|
4
|
+
import { ModifyCustomDBEngineVersionMessage } from "../models/models_1";
|
|
5
|
+
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
6
|
+
export interface ModifyCustomDBEngineVersionCommandInput extends ModifyCustomDBEngineVersionMessage {
|
|
7
|
+
}
|
|
8
|
+
export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
|
|
12
|
+
* <code>DescribeDBEngineVersions</code>.</p>
|
|
13
|
+
* <note>
|
|
14
|
+
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
15
|
+
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
16
|
+
* <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
17
|
+
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
18
|
+
* the <code>ModifyCustomDbEngineVersion</code> event.</p>
|
|
19
|
+
* </note>
|
|
20
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">Modifying CEV status</a>
|
|
21
|
+
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
22
|
+
* @example
|
|
23
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
+
* ```javascript
|
|
25
|
+
* import { RDSClient, ModifyCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
26
|
+
* // const { RDSClient, ModifyCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
27
|
+
* const client = new RDSClient(config);
|
|
28
|
+
* const command = new ModifyCustomDBEngineVersionCommand(input);
|
|
29
|
+
* const response = await client.send(command);
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* @see {@link ModifyCustomDBEngineVersionCommandInput} for command's `input` shape.
|
|
33
|
+
* @see {@link ModifyCustomDBEngineVersionCommandOutput} for command's `response` shape.
|
|
34
|
+
* @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
export declare class ModifyCustomDBEngineVersionCommand extends $Command<ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
|
|
38
|
+
readonly input: ModifyCustomDBEngineVersionCommandInput;
|
|
39
|
+
constructor(input: ModifyCustomDBEngineVersionCommandInput);
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
*/
|
|
43
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput>;
|
|
44
|
+
private serialize;
|
|
45
|
+
private deserialize;
|
|
46
|
+
}
|
|
@@ -12,7 +12,8 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
|
|
|
12
12
|
*
|
|
13
13
|
* </p>
|
|
14
14
|
*
|
|
15
|
-
* <p>Amazon RDS supports upgrading DB snapshots for MySQL,
|
|
15
|
+
* <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command
|
|
16
|
+
* doesn't apply to RDS Custom.
|
|
16
17
|
* </p>
|
|
17
18
|
* @example
|
|
18
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
|
|
|
21
21
|
* promotion.</p>
|
|
22
22
|
* </li>
|
|
23
23
|
* <li>
|
|
24
|
-
* <p>This command doesn't apply to Aurora MySQL
|
|
24
|
+
* <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
|
|
25
25
|
* </li>
|
|
26
26
|
* </ul>
|
|
27
27
|
*
|
|
@@ -19,6 +19,8 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
19
19
|
*
|
|
20
20
|
* <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
|
|
21
21
|
* </p>
|
|
22
|
+
*
|
|
23
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
22
24
|
* @example
|
|
23
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
26
|
* ```javascript
|
|
@@ -15,6 +15,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
15
15
|
* For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Importing Data into an Amazon RDS MySQL DB Instance</a>
|
|
16
16
|
* in the <i>Amazon RDS User Guide.</i>
|
|
17
17
|
* </p>
|
|
18
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
18
19
|
* @example
|
|
19
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
21
|
* ```javascript
|
|
@@ -8,6 +8,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
|
|
11
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
11
12
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
|
|
12
13
|
* Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
|
|
13
14
|
* </p>
|
|
@@ -19,7 +19,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
19
19
|
*
|
|
20
20
|
* <note>
|
|
21
21
|
* <p>
|
|
22
|
-
* This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
|
|
22
|
+
* This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
|
|
23
23
|
* For Aurora DB clusters, use <code>StartDBCluster</code> instead.
|
|
24
24
|
* </p>
|
|
25
25
|
* </note>
|
|
@@ -11,6 +11,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
|
|
|
11
11
|
* <p>Starts an export of a snapshot to Amazon S3.
|
|
12
12
|
* The provided IAM role must have access to the S3 bucket.
|
|
13
13
|
* </p>
|
|
14
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
14
15
|
* @example
|
|
15
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
17
|
* ```javascript
|
|
@@ -8,6 +8,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Stops automated backup replication for a DB instance.</p>
|
|
11
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
11
12
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
|
|
12
13
|
* Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
|
|
13
14
|
* </p>
|
|
@@ -21,7 +21,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* <note>
|
|
23
23
|
* <p>
|
|
24
|
-
* This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
|
|
24
|
+
* This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
|
|
25
25
|
* For Aurora clusters, use <code>StopDBCluster</code> instead.
|
|
26
26
|
* </p>
|
|
27
27
|
* </note>
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
export * from "./AddRoleToDBClusterCommand";
|
|
2
|
+
export * from "./AddRoleToDBInstanceCommand";
|
|
3
|
+
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
4
|
+
export * from "./AddTagsToResourceCommand";
|
|
5
|
+
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
6
|
+
export * from "./AuthorizeDBSecurityGroupIngressCommand";
|
|
7
|
+
export * from "./BacktrackDBClusterCommand";
|
|
8
|
+
export * from "./CancelExportTaskCommand";
|
|
9
|
+
export * from "./CopyDBClusterParameterGroupCommand";
|
|
10
|
+
export * from "./CopyDBClusterSnapshotCommand";
|
|
11
|
+
export * from "./CopyDBParameterGroupCommand";
|
|
12
|
+
export * from "./CopyDBSnapshotCommand";
|
|
13
|
+
export * from "./CopyOptionGroupCommand";
|
|
14
|
+
export * from "./CreateCustomAvailabilityZoneCommand";
|
|
15
|
+
export * from "./CreateCustomDBEngineVersionCommand";
|
|
16
|
+
export * from "./CreateDBClusterCommand";
|
|
17
|
+
export * from "./CreateDBClusterEndpointCommand";
|
|
18
|
+
export * from "./CreateDBClusterParameterGroupCommand";
|
|
19
|
+
export * from "./CreateDBClusterSnapshotCommand";
|
|
20
|
+
export * from "./CreateDBInstanceCommand";
|
|
21
|
+
export * from "./CreateDBInstanceReadReplicaCommand";
|
|
22
|
+
export * from "./CreateDBParameterGroupCommand";
|
|
23
|
+
export * from "./CreateDBProxyCommand";
|
|
24
|
+
export * from "./CreateDBProxyEndpointCommand";
|
|
25
|
+
export * from "./CreateDBSecurityGroupCommand";
|
|
26
|
+
export * from "./CreateDBSnapshotCommand";
|
|
27
|
+
export * from "./CreateDBSubnetGroupCommand";
|
|
28
|
+
export * from "./CreateEventSubscriptionCommand";
|
|
29
|
+
export * from "./CreateGlobalClusterCommand";
|
|
30
|
+
export * from "./CreateOptionGroupCommand";
|
|
31
|
+
export * from "./DeleteCustomAvailabilityZoneCommand";
|
|
32
|
+
export * from "./DeleteCustomDBEngineVersionCommand";
|
|
33
|
+
export * from "./DeleteDBClusterCommand";
|
|
34
|
+
export * from "./DeleteDBClusterEndpointCommand";
|
|
35
|
+
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
36
|
+
export * from "./DeleteDBClusterSnapshotCommand";
|
|
37
|
+
export * from "./DeleteDBInstanceAutomatedBackupCommand";
|
|
38
|
+
export * from "./DeleteDBInstanceCommand";
|
|
39
|
+
export * from "./DeleteDBParameterGroupCommand";
|
|
40
|
+
export * from "./DeleteDBProxyCommand";
|
|
41
|
+
export * from "./DeleteDBProxyEndpointCommand";
|
|
42
|
+
export * from "./DeleteDBSecurityGroupCommand";
|
|
43
|
+
export * from "./DeleteDBSnapshotCommand";
|
|
44
|
+
export * from "./DeleteDBSubnetGroupCommand";
|
|
45
|
+
export * from "./DeleteEventSubscriptionCommand";
|
|
46
|
+
export * from "./DeleteGlobalClusterCommand";
|
|
47
|
+
export * from "./DeleteInstallationMediaCommand";
|
|
48
|
+
export * from "./DeleteOptionGroupCommand";
|
|
49
|
+
export * from "./DeregisterDBProxyTargetsCommand";
|
|
50
|
+
export * from "./DescribeAccountAttributesCommand";
|
|
51
|
+
export * from "./DescribeCertificatesCommand";
|
|
52
|
+
export * from "./DescribeCustomAvailabilityZonesCommand";
|
|
53
|
+
export * from "./DescribeDBClusterBacktracksCommand";
|
|
54
|
+
export * from "./DescribeDBClusterEndpointsCommand";
|
|
55
|
+
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
56
|
+
export * from "./DescribeDBClusterParametersCommand";
|
|
57
|
+
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
58
|
+
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
59
|
+
export * from "./DescribeDBClustersCommand";
|
|
60
|
+
export * from "./DescribeDBEngineVersionsCommand";
|
|
61
|
+
export * from "./DescribeDBInstanceAutomatedBackupsCommand";
|
|
62
|
+
export * from "./DescribeDBInstancesCommand";
|
|
63
|
+
export * from "./DescribeDBLogFilesCommand";
|
|
64
|
+
export * from "./DescribeDBParameterGroupsCommand";
|
|
65
|
+
export * from "./DescribeDBParametersCommand";
|
|
66
|
+
export * from "./DescribeDBProxiesCommand";
|
|
67
|
+
export * from "./DescribeDBProxyEndpointsCommand";
|
|
68
|
+
export * from "./DescribeDBProxyTargetGroupsCommand";
|
|
69
|
+
export * from "./DescribeDBProxyTargetsCommand";
|
|
70
|
+
export * from "./DescribeDBSecurityGroupsCommand";
|
|
71
|
+
export * from "./DescribeDBSnapshotAttributesCommand";
|
|
72
|
+
export * from "./DescribeDBSnapshotsCommand";
|
|
73
|
+
export * from "./DescribeDBSubnetGroupsCommand";
|
|
74
|
+
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
75
|
+
export * from "./DescribeEngineDefaultParametersCommand";
|
|
76
|
+
export * from "./DescribeEventCategoriesCommand";
|
|
77
|
+
export * from "./DescribeEventSubscriptionsCommand";
|
|
78
|
+
export * from "./DescribeEventsCommand";
|
|
79
|
+
export * from "./DescribeExportTasksCommand";
|
|
80
|
+
export * from "./DescribeGlobalClustersCommand";
|
|
81
|
+
export * from "./DescribeInstallationMediaCommand";
|
|
82
|
+
export * from "./DescribeOptionGroupOptionsCommand";
|
|
83
|
+
export * from "./DescribeOptionGroupsCommand";
|
|
84
|
+
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
85
|
+
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
86
|
+
export * from "./DescribeReservedDBInstancesCommand";
|
|
87
|
+
export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
88
|
+
export * from "./DescribeSourceRegionsCommand";
|
|
89
|
+
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
90
|
+
export * from "./DownloadDBLogFilePortionCommand";
|
|
91
|
+
export * from "./FailoverDBClusterCommand";
|
|
92
|
+
export * from "./FailoverGlobalClusterCommand";
|
|
93
|
+
export * from "./ImportInstallationMediaCommand";
|
|
94
|
+
export * from "./ListTagsForResourceCommand";
|
|
95
|
+
export * from "./ModifyCertificatesCommand";
|
|
96
|
+
export * from "./ModifyCurrentDBClusterCapacityCommand";
|
|
97
|
+
export * from "./ModifyCustomDBEngineVersionCommand";
|
|
98
|
+
export * from "./ModifyDBClusterCommand";
|
|
99
|
+
export * from "./ModifyDBClusterEndpointCommand";
|
|
100
|
+
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
101
|
+
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
102
|
+
export * from "./ModifyDBInstanceCommand";
|
|
103
|
+
export * from "./ModifyDBParameterGroupCommand";
|
|
104
|
+
export * from "./ModifyDBProxyCommand";
|
|
105
|
+
export * from "./ModifyDBProxyEndpointCommand";
|
|
106
|
+
export * from "./ModifyDBProxyTargetGroupCommand";
|
|
107
|
+
export * from "./ModifyDBSnapshotAttributeCommand";
|
|
108
|
+
export * from "./ModifyDBSnapshotCommand";
|
|
109
|
+
export * from "./ModifyDBSubnetGroupCommand";
|
|
110
|
+
export * from "./ModifyEventSubscriptionCommand";
|
|
111
|
+
export * from "./ModifyGlobalClusterCommand";
|
|
112
|
+
export * from "./ModifyOptionGroupCommand";
|
|
113
|
+
export * from "./PromoteReadReplicaCommand";
|
|
114
|
+
export * from "./PromoteReadReplicaDBClusterCommand";
|
|
115
|
+
export * from "./PurchaseReservedDBInstancesOfferingCommand";
|
|
116
|
+
export * from "./RebootDBInstanceCommand";
|
|
117
|
+
export * from "./RegisterDBProxyTargetsCommand";
|
|
118
|
+
export * from "./RemoveFromGlobalClusterCommand";
|
|
119
|
+
export * from "./RemoveRoleFromDBClusterCommand";
|
|
120
|
+
export * from "./RemoveRoleFromDBInstanceCommand";
|
|
121
|
+
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
122
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
123
|
+
export * from "./ResetDBClusterParameterGroupCommand";
|
|
124
|
+
export * from "./ResetDBParameterGroupCommand";
|
|
125
|
+
export * from "./RestoreDBClusterFromS3Command";
|
|
126
|
+
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
127
|
+
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
128
|
+
export * from "./RestoreDBInstanceFromDBSnapshotCommand";
|
|
129
|
+
export * from "./RestoreDBInstanceFromS3Command";
|
|
130
|
+
export * from "./RestoreDBInstanceToPointInTimeCommand";
|
|
131
|
+
export * from "./RevokeDBSecurityGroupIngressCommand";
|
|
132
|
+
export * from "./StartActivityStreamCommand";
|
|
133
|
+
export * from "./StartDBClusterCommand";
|
|
134
|
+
export * from "./StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
135
|
+
export * from "./StartDBInstanceCommand";
|
|
136
|
+
export * from "./StartExportTaskCommand";
|
|
137
|
+
export * from "./StopActivityStreamCommand";
|
|
138
|
+
export * from "./StopDBClusterCommand";
|
|
139
|
+
export * from "./StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
140
|
+
export * from "./StopDBInstanceCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,182 +1,6 @@
|
|
|
1
|
-
export * from "./RDSClient";
|
|
2
1
|
export * from "./RDS";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/AuthorizeDBSecurityGroupIngressCommand";
|
|
9
|
-
export * from "./commands/BacktrackDBClusterCommand";
|
|
10
|
-
export * from "./commands/CancelExportTaskCommand";
|
|
11
|
-
export * from "./commands/CopyDBClusterParameterGroupCommand";
|
|
12
|
-
export * from "./commands/CopyDBClusterSnapshotCommand";
|
|
13
|
-
export * from "./commands/CopyDBParameterGroupCommand";
|
|
14
|
-
export * from "./commands/CopyDBSnapshotCommand";
|
|
15
|
-
export * from "./commands/CopyOptionGroupCommand";
|
|
16
|
-
export * from "./commands/CreateCustomAvailabilityZoneCommand";
|
|
17
|
-
export * from "./commands/CreateDBClusterCommand";
|
|
18
|
-
export * from "./commands/CreateDBClusterEndpointCommand";
|
|
19
|
-
export * from "./commands/CreateDBClusterParameterGroupCommand";
|
|
20
|
-
export * from "./commands/CreateDBClusterSnapshotCommand";
|
|
21
|
-
export * from "./commands/CreateDBInstanceCommand";
|
|
22
|
-
export * from "./commands/CreateDBInstanceReadReplicaCommand";
|
|
23
|
-
export * from "./commands/CreateDBParameterGroupCommand";
|
|
24
|
-
export * from "./commands/CreateDBProxyCommand";
|
|
25
|
-
export * from "./commands/CreateDBProxyEndpointCommand";
|
|
26
|
-
export * from "./commands/CreateDBSecurityGroupCommand";
|
|
27
|
-
export * from "./commands/CreateDBSnapshotCommand";
|
|
28
|
-
export * from "./commands/CreateDBSubnetGroupCommand";
|
|
29
|
-
export * from "./commands/CreateEventSubscriptionCommand";
|
|
30
|
-
export * from "./commands/CreateGlobalClusterCommand";
|
|
31
|
-
export * from "./commands/CreateOptionGroupCommand";
|
|
32
|
-
export * from "./commands/DeleteCustomAvailabilityZoneCommand";
|
|
33
|
-
export * from "./commands/DeleteDBClusterCommand";
|
|
34
|
-
export * from "./commands/DeleteDBClusterEndpointCommand";
|
|
35
|
-
export * from "./commands/DeleteDBClusterParameterGroupCommand";
|
|
36
|
-
export * from "./commands/DeleteDBClusterSnapshotCommand";
|
|
37
|
-
export * from "./commands/DeleteDBInstanceCommand";
|
|
38
|
-
export * from "./commands/DeleteDBInstanceAutomatedBackupCommand";
|
|
39
|
-
export * from "./commands/DeleteDBParameterGroupCommand";
|
|
40
|
-
export * from "./commands/DeleteDBProxyCommand";
|
|
41
|
-
export * from "./commands/DeleteDBProxyEndpointCommand";
|
|
42
|
-
export * from "./commands/DeleteDBSecurityGroupCommand";
|
|
43
|
-
export * from "./commands/DeleteDBSnapshotCommand";
|
|
44
|
-
export * from "./commands/DeleteDBSubnetGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteEventSubscriptionCommand";
|
|
46
|
-
export * from "./commands/DeleteGlobalClusterCommand";
|
|
47
|
-
export * from "./commands/DeleteInstallationMediaCommand";
|
|
48
|
-
export * from "./commands/DeleteOptionGroupCommand";
|
|
49
|
-
export * from "./commands/DeregisterDBProxyTargetsCommand";
|
|
50
|
-
export * from "./commands/DescribeAccountAttributesCommand";
|
|
51
|
-
export * from "./commands/DescribeCertificatesCommand";
|
|
52
|
-
export * from "./pagination/DescribeCertificatesPaginator";
|
|
53
|
-
export * from "./commands/DescribeCustomAvailabilityZonesCommand";
|
|
54
|
-
export * from "./pagination/DescribeCustomAvailabilityZonesPaginator";
|
|
55
|
-
export * from "./commands/DescribeDBClusterBacktracksCommand";
|
|
56
|
-
export * from "./pagination/DescribeDBClusterBacktracksPaginator";
|
|
57
|
-
export * from "./commands/DescribeDBClusterEndpointsCommand";
|
|
58
|
-
export * from "./pagination/DescribeDBClusterEndpointsPaginator";
|
|
59
|
-
export * from "./commands/DescribeDBClusterParameterGroupsCommand";
|
|
60
|
-
export * from "./pagination/DescribeDBClusterParameterGroupsPaginator";
|
|
61
|
-
export * from "./commands/DescribeDBClusterParametersCommand";
|
|
62
|
-
export * from "./pagination/DescribeDBClusterParametersPaginator";
|
|
63
|
-
export * from "./commands/DescribeDBClustersCommand";
|
|
64
|
-
export * from "./pagination/DescribeDBClustersPaginator";
|
|
65
|
-
export * from "./commands/DescribeDBClusterSnapshotAttributesCommand";
|
|
66
|
-
export * from "./commands/DescribeDBClusterSnapshotsCommand";
|
|
67
|
-
export * from "./pagination/DescribeDBClusterSnapshotsPaginator";
|
|
68
|
-
export * from "./waiters/waitForDBClusterSnapshotAvailable";
|
|
69
|
-
export * from "./waiters/waitForDBClusterSnapshotDeleted";
|
|
70
|
-
export * from "./commands/DescribeDBEngineVersionsCommand";
|
|
71
|
-
export * from "./pagination/DescribeDBEngineVersionsPaginator";
|
|
72
|
-
export * from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
|
|
73
|
-
export * from "./pagination/DescribeDBInstanceAutomatedBackupsPaginator";
|
|
74
|
-
export * from "./commands/DescribeDBInstancesCommand";
|
|
75
|
-
export * from "./pagination/DescribeDBInstancesPaginator";
|
|
76
|
-
export * from "./waiters/waitForDBInstanceAvailable";
|
|
77
|
-
export * from "./waiters/waitForDBInstanceDeleted";
|
|
78
|
-
export * from "./commands/DescribeDBLogFilesCommand";
|
|
79
|
-
export * from "./pagination/DescribeDBLogFilesPaginator";
|
|
80
|
-
export * from "./commands/DescribeDBParameterGroupsCommand";
|
|
81
|
-
export * from "./pagination/DescribeDBParameterGroupsPaginator";
|
|
82
|
-
export * from "./commands/DescribeDBParametersCommand";
|
|
83
|
-
export * from "./pagination/DescribeDBParametersPaginator";
|
|
84
|
-
export * from "./commands/DescribeDBProxiesCommand";
|
|
85
|
-
export * from "./pagination/DescribeDBProxiesPaginator";
|
|
86
|
-
export * from "./commands/DescribeDBProxyEndpointsCommand";
|
|
87
|
-
export * from "./pagination/DescribeDBProxyEndpointsPaginator";
|
|
88
|
-
export * from "./commands/DescribeDBProxyTargetGroupsCommand";
|
|
89
|
-
export * from "./pagination/DescribeDBProxyTargetGroupsPaginator";
|
|
90
|
-
export * from "./commands/DescribeDBProxyTargetsCommand";
|
|
91
|
-
export * from "./pagination/DescribeDBProxyTargetsPaginator";
|
|
92
|
-
export * from "./commands/DescribeDBSecurityGroupsCommand";
|
|
93
|
-
export * from "./pagination/DescribeDBSecurityGroupsPaginator";
|
|
94
|
-
export * from "./commands/DescribeDBSnapshotAttributesCommand";
|
|
95
|
-
export * from "./commands/DescribeDBSnapshotsCommand";
|
|
96
|
-
export * from "./pagination/DescribeDBSnapshotsPaginator";
|
|
97
|
-
export * from "./waiters/waitForDBSnapshotAvailable";
|
|
98
|
-
export * from "./waiters/waitForDBSnapshotDeleted";
|
|
99
|
-
export * from "./commands/DescribeDBSubnetGroupsCommand";
|
|
100
|
-
export * from "./pagination/DescribeDBSubnetGroupsPaginator";
|
|
101
|
-
export * from "./commands/DescribeEngineDefaultClusterParametersCommand";
|
|
102
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
103
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
104
|
-
export * from "./commands/DescribeEventCategoriesCommand";
|
|
105
|
-
export * from "./commands/DescribeEventsCommand";
|
|
106
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
107
|
-
export * from "./commands/DescribeEventSubscriptionsCommand";
|
|
108
|
-
export * from "./pagination/DescribeEventSubscriptionsPaginator";
|
|
109
|
-
export * from "./commands/DescribeExportTasksCommand";
|
|
110
|
-
export * from "./pagination/DescribeExportTasksPaginator";
|
|
111
|
-
export * from "./commands/DescribeGlobalClustersCommand";
|
|
112
|
-
export * from "./pagination/DescribeGlobalClustersPaginator";
|
|
113
|
-
export * from "./commands/DescribeInstallationMediaCommand";
|
|
114
|
-
export * from "./pagination/DescribeInstallationMediaPaginator";
|
|
115
|
-
export * from "./commands/DescribeOptionGroupOptionsCommand";
|
|
116
|
-
export * from "./pagination/DescribeOptionGroupOptionsPaginator";
|
|
117
|
-
export * from "./commands/DescribeOptionGroupsCommand";
|
|
118
|
-
export * from "./pagination/DescribeOptionGroupsPaginator";
|
|
119
|
-
export * from "./commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
120
|
-
export * from "./pagination/DescribeOrderableDBInstanceOptionsPaginator";
|
|
121
|
-
export * from "./commands/DescribePendingMaintenanceActionsCommand";
|
|
122
|
-
export * from "./pagination/DescribePendingMaintenanceActionsPaginator";
|
|
123
|
-
export * from "./commands/DescribeReservedDBInstancesCommand";
|
|
124
|
-
export * from "./pagination/DescribeReservedDBInstancesPaginator";
|
|
125
|
-
export * from "./commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
126
|
-
export * from "./pagination/DescribeReservedDBInstancesOfferingsPaginator";
|
|
127
|
-
export * from "./commands/DescribeSourceRegionsCommand";
|
|
128
|
-
export * from "./pagination/DescribeSourceRegionsPaginator";
|
|
129
|
-
export * from "./commands/DescribeValidDBInstanceModificationsCommand";
|
|
130
|
-
export * from "./commands/DownloadDBLogFilePortionCommand";
|
|
131
|
-
export * from "./pagination/DownloadDBLogFilePortionPaginator";
|
|
132
|
-
export * from "./commands/FailoverDBClusterCommand";
|
|
133
|
-
export * from "./commands/FailoverGlobalClusterCommand";
|
|
134
|
-
export * from "./commands/ImportInstallationMediaCommand";
|
|
135
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
136
|
-
export * from "./commands/ModifyCertificatesCommand";
|
|
137
|
-
export * from "./commands/ModifyCurrentDBClusterCapacityCommand";
|
|
138
|
-
export * from "./commands/ModifyDBClusterCommand";
|
|
139
|
-
export * from "./commands/ModifyDBClusterEndpointCommand";
|
|
140
|
-
export * from "./commands/ModifyDBClusterParameterGroupCommand";
|
|
141
|
-
export * from "./commands/ModifyDBClusterSnapshotAttributeCommand";
|
|
142
|
-
export * from "./commands/ModifyDBInstanceCommand";
|
|
143
|
-
export * from "./commands/ModifyDBParameterGroupCommand";
|
|
144
|
-
export * from "./commands/ModifyDBProxyCommand";
|
|
145
|
-
export * from "./commands/ModifyDBProxyEndpointCommand";
|
|
146
|
-
export * from "./commands/ModifyDBProxyTargetGroupCommand";
|
|
147
|
-
export * from "./commands/ModifyDBSnapshotCommand";
|
|
148
|
-
export * from "./commands/ModifyDBSnapshotAttributeCommand";
|
|
149
|
-
export * from "./commands/ModifyDBSubnetGroupCommand";
|
|
150
|
-
export * from "./commands/ModifyEventSubscriptionCommand";
|
|
151
|
-
export * from "./commands/ModifyGlobalClusterCommand";
|
|
152
|
-
export * from "./commands/ModifyOptionGroupCommand";
|
|
153
|
-
export * from "./commands/PromoteReadReplicaCommand";
|
|
154
|
-
export * from "./commands/PromoteReadReplicaDBClusterCommand";
|
|
155
|
-
export * from "./commands/PurchaseReservedDBInstancesOfferingCommand";
|
|
156
|
-
export * from "./commands/RebootDBInstanceCommand";
|
|
157
|
-
export * from "./commands/RegisterDBProxyTargetsCommand";
|
|
158
|
-
export * from "./commands/RemoveFromGlobalClusterCommand";
|
|
159
|
-
export * from "./commands/RemoveRoleFromDBClusterCommand";
|
|
160
|
-
export * from "./commands/RemoveRoleFromDBInstanceCommand";
|
|
161
|
-
export * from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
|
|
162
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
163
|
-
export * from "./commands/ResetDBClusterParameterGroupCommand";
|
|
164
|
-
export * from "./commands/ResetDBParameterGroupCommand";
|
|
165
|
-
export * from "./commands/RestoreDBClusterFromS3Command";
|
|
166
|
-
export * from "./commands/RestoreDBClusterFromSnapshotCommand";
|
|
167
|
-
export * from "./commands/RestoreDBClusterToPointInTimeCommand";
|
|
168
|
-
export * from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
|
|
169
|
-
export * from "./commands/RestoreDBInstanceFromS3Command";
|
|
170
|
-
export * from "./commands/RestoreDBInstanceToPointInTimeCommand";
|
|
171
|
-
export * from "./commands/RevokeDBSecurityGroupIngressCommand";
|
|
172
|
-
export * from "./commands/StartActivityStreamCommand";
|
|
173
|
-
export * from "./commands/StartDBClusterCommand";
|
|
174
|
-
export * from "./commands/StartDBInstanceCommand";
|
|
175
|
-
export * from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
176
|
-
export * from "./commands/StartExportTaskCommand";
|
|
177
|
-
export * from "./commands/StopActivityStreamCommand";
|
|
178
|
-
export * from "./commands/StopDBClusterCommand";
|
|
179
|
-
export * from "./commands/StopDBInstanceCommand";
|
|
180
|
-
export * from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
181
|
-
export * from "./pagination/Interfaces";
|
|
182
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./RDSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|