@aws-sdk/client-rds 3.298.0 → 3.300.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +16 -3
- package/dist-cjs/protocols/Aws_query.js +19 -0
- package/dist-es/models/models_0.js +12 -0
- package/dist-es/protocols/Aws_query.js +20 -1
- package/dist-types/RDS.d.ts +7 -4
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +5 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +9 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +5 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +7 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +6 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +3 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +13 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +13 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +76 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +10 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +73 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +53 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +30 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +10 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +18 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +9 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +12 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +15 -2
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +15 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +13 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +18 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +20 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +18 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +3 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +6 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +4 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +4 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +4 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +60 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +20 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +70 -0
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +20 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +21 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +7 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +14 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +5 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +7 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +33 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +5 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +3 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +11 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +10 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +4 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +5 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +5 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +21 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +21 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +52 -2
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +51 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +48 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +51 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +66 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +55 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +7 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +7 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +3 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +13 -2
- package/dist-types/commands/StopActivityStreamCommand.d.ts +4 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +3 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +3 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -0
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +48 -68
- package/dist-types/models/models_1.d.ts +67 -35
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +10 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/package.json +13 -13
|
@@ -26,6 +26,39 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
|
|
|
26
26
|
* import { RDSClient, ModifyOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, ModifyOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* OptionGroupName: "STRING_VALUE", // required
|
|
31
|
+
* OptionsToInclude: [
|
|
32
|
+
* {
|
|
33
|
+
* OptionName: "STRING_VALUE", // required
|
|
34
|
+
* Port: Number("int"),
|
|
35
|
+
* OptionVersion: "STRING_VALUE",
|
|
36
|
+
* DBSecurityGroupMemberships: [
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* VpcSecurityGroupMemberships: [
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* OptionSettings: [
|
|
43
|
+
* {
|
|
44
|
+
* Name: "STRING_VALUE",
|
|
45
|
+
* Value: "STRING_VALUE",
|
|
46
|
+
* DefaultValue: "STRING_VALUE",
|
|
47
|
+
* Description: "STRING_VALUE",
|
|
48
|
+
* ApplyType: "STRING_VALUE",
|
|
49
|
+
* DataType: "STRING_VALUE",
|
|
50
|
+
* AllowedValues: "STRING_VALUE",
|
|
51
|
+
* IsModifiable: true || false,
|
|
52
|
+
* IsCollection: true || false,
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* },
|
|
56
|
+
* ],
|
|
57
|
+
* OptionsToRemove: [
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* ApplyImmediately: true || false,
|
|
61
|
+
* };
|
|
29
62
|
* const command = new ModifyOptionGroupCommand(input);
|
|
30
63
|
* const response = await client.send(command);
|
|
31
64
|
* ```
|
|
@@ -43,6 +43,11 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
|
|
|
43
43
|
* import { RDSClient, PromoteReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
44
44
|
* // const { RDSClient, PromoteReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
45
45
|
* const client = new RDSClient(config);
|
|
46
|
+
* const input = {
|
|
47
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
48
|
+
* BackupRetentionPeriod: Number("int"),
|
|
49
|
+
* PreferredBackupWindow: "STRING_VALUE",
|
|
50
|
+
* };
|
|
46
51
|
* const command = new PromoteReadReplicaCommand(input);
|
|
47
52
|
* const response = await client.send(command);
|
|
48
53
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
|
|
|
26
26
|
* import { RDSClient, PromoteReadReplicaDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, PromoteReadReplicaDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new PromoteReadReplicaDBClusterCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,17 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
|
|
|
26
26
|
* import { RDSClient, PurchaseReservedDBInstancesOfferingCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, PurchaseReservedDBInstancesOfferingCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ReservedDBInstancesOfferingId: "STRING_VALUE", // required
|
|
31
|
+
* ReservedDBInstanceId: "STRING_VALUE",
|
|
32
|
+
* DBInstanceCount: Number("int"),
|
|
33
|
+
* Tags: [
|
|
34
|
+
* {
|
|
35
|
+
* Key: "STRING_VALUE",
|
|
36
|
+
* Value: "STRING_VALUE",
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* };
|
|
29
40
|
* const command = new PurchaseReservedDBInstancesOfferingCommand(input);
|
|
30
41
|
* const response = await client.send(command);
|
|
31
42
|
* ```
|
|
@@ -36,6 +36,9 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
|
|
|
36
36
|
* import { RDSClient, RebootDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
37
37
|
* // const { RDSClient, RebootDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
38
38
|
* const client = new RDSClient(config);
|
|
39
|
+
* const input = {
|
|
40
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
39
42
|
* const command = new RebootDBClusterCommand(input);
|
|
40
43
|
* const response = await client.send(command);
|
|
41
44
|
* ```
|
|
@@ -35,6 +35,10 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
|
|
|
35
35
|
* import { RDSClient, RebootDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
36
36
|
* // const { RDSClient, RebootDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
37
37
|
* const client = new RDSClient(config);
|
|
38
|
+
* const input = {
|
|
39
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* ForceFailover: true || false,
|
|
41
|
+
* };
|
|
38
42
|
* const command = new RebootDBInstanceCommand(input);
|
|
39
43
|
* const response = await client.send(command);
|
|
40
44
|
* ```
|
|
@@ -26,6 +26,16 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
|
|
|
26
26
|
* import { RDSClient, RegisterDBProxyTargetsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, RegisterDBProxyTargetsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DBProxyName: "STRING_VALUE", // required
|
|
31
|
+
* TargetGroupName: "STRING_VALUE",
|
|
32
|
+
* DBInstanceIdentifiers: [
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* DBClusterIdentifiers: [
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
29
39
|
* const command = new RegisterDBProxyTargetsCommand(input);
|
|
30
40
|
* const response = await client.send(command);
|
|
31
41
|
* ```
|
|
@@ -31,6 +31,10 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
31
31
|
* import { RDSClient, RemoveFromGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
32
32
|
* // const { RDSClient, RemoveFromGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
33
33
|
* const client = new RDSClient(config);
|
|
34
|
+
* const input = {
|
|
35
|
+
* GlobalClusterIdentifier: "STRING_VALUE",
|
|
36
|
+
* DbClusterIdentifier: "STRING_VALUE",
|
|
37
|
+
* };
|
|
34
38
|
* const command = new RemoveFromGlobalClusterCommand(input);
|
|
35
39
|
* const response = await client.send(command);
|
|
36
40
|
* ```
|
|
@@ -34,6 +34,11 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* import { RDSClient, RemoveRoleFromDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
35
|
* // const { RDSClient, RemoveRoleFromDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
36
|
* const client = new RDSClient(config);
|
|
37
|
+
* const input = {
|
|
38
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* RoleArn: "STRING_VALUE", // required
|
|
40
|
+
* FeatureName: "STRING_VALUE",
|
|
41
|
+
* };
|
|
37
42
|
* const command = new RemoveRoleFromDBClusterCommand(input);
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
@@ -26,6 +26,11 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer
|
|
|
26
26
|
* import { RDSClient, RemoveRoleFromDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, RemoveRoleFromDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
31
|
+
* RoleArn: "STRING_VALUE", // required
|
|
32
|
+
* FeatureName: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
29
34
|
* const command = new RemoveRoleFromDBInstanceCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
|
|
|
26
26
|
* import { RDSClient, RemoveSourceIdentifierFromSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, RemoveSourceIdentifierFromSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* SubscriptionName: "STRING_VALUE", // required
|
|
31
|
+
* SourceIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new RemoveSourceIdentifierFromSubscriptionCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -30,6 +30,12 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { RDSClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = {
|
|
34
|
+
* ResourceName: "STRING_VALUE", // required
|
|
35
|
+
* TagKeys: [ // required
|
|
36
|
+
* "STRING_VALUE",
|
|
37
|
+
* ],
|
|
38
|
+
* };
|
|
33
39
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
34
40
|
* const response = await client.send(command);
|
|
35
41
|
* ```
|
|
@@ -41,6 +41,27 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
|
|
|
41
41
|
* import { RDSClient, ResetDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
42
42
|
* // const { RDSClient, ResetDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
43
43
|
* const client = new RDSClient(config);
|
|
44
|
+
* const input = {
|
|
45
|
+
* DBClusterParameterGroupName: "STRING_VALUE", // required
|
|
46
|
+
* ResetAllParameters: true || false,
|
|
47
|
+
* Parameters: [
|
|
48
|
+
* {
|
|
49
|
+
* ParameterName: "STRING_VALUE",
|
|
50
|
+
* ParameterValue: "STRING_VALUE",
|
|
51
|
+
* Description: "STRING_VALUE",
|
|
52
|
+
* Source: "STRING_VALUE",
|
|
53
|
+
* ApplyType: "STRING_VALUE",
|
|
54
|
+
* DataType: "STRING_VALUE",
|
|
55
|
+
* AllowedValues: "STRING_VALUE",
|
|
56
|
+
* IsModifiable: true || false,
|
|
57
|
+
* MinimumEngineVersion: "STRING_VALUE",
|
|
58
|
+
* ApplyMethod: "immediate" || "pending-reboot",
|
|
59
|
+
* SupportedEngineModes: [
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* },
|
|
63
|
+
* ],
|
|
64
|
+
* };
|
|
44
65
|
* const command = new ResetDBClusterParameterGroupCommand(input);
|
|
45
66
|
* const response = await client.send(command);
|
|
46
67
|
* ```
|
|
@@ -33,6 +33,27 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
|
|
|
33
33
|
* import { RDSClient, ResetDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
34
|
* // const { RDSClient, ResetDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
35
|
* const client = new RDSClient(config);
|
|
36
|
+
* const input = {
|
|
37
|
+
* DBParameterGroupName: "STRING_VALUE", // required
|
|
38
|
+
* ResetAllParameters: true || false,
|
|
39
|
+
* Parameters: [
|
|
40
|
+
* {
|
|
41
|
+
* ParameterName: "STRING_VALUE",
|
|
42
|
+
* ParameterValue: "STRING_VALUE",
|
|
43
|
+
* Description: "STRING_VALUE",
|
|
44
|
+
* Source: "STRING_VALUE",
|
|
45
|
+
* ApplyType: "STRING_VALUE",
|
|
46
|
+
* DataType: "STRING_VALUE",
|
|
47
|
+
* AllowedValues: "STRING_VALUE",
|
|
48
|
+
* IsModifiable: true || false,
|
|
49
|
+
* MinimumEngineVersion: "STRING_VALUE",
|
|
50
|
+
* ApplyMethod: "immediate" || "pending-reboot",
|
|
51
|
+
* SupportedEngineModes: [
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* };
|
|
36
57
|
* const command = new ResetDBParameterGroupCommand(input);
|
|
37
58
|
* const response = await client.send(command);
|
|
38
59
|
* ```
|
|
@@ -35,8 +35,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
|
|
|
35
35
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
36
36
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
37
37
|
* <note>
|
|
38
|
-
* <p>This action only applies to Aurora DB clusters. The source DB engine must be
|
|
39
|
-
* MySQL.</p>
|
|
38
|
+
* <p>This action only applies to Aurora DB clusters. The source DB engine must be MySQL.</p>
|
|
40
39
|
* </note>
|
|
41
40
|
* @example
|
|
42
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -44,6 +43,57 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
|
|
|
44
43
|
* import { RDSClient, RestoreDBClusterFromS3Command } from "@aws-sdk/client-rds"; // ES Modules import
|
|
45
44
|
* // const { RDSClient, RestoreDBClusterFromS3Command } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
46
45
|
* const client = new RDSClient(config);
|
|
46
|
+
* const input = {
|
|
47
|
+
* AvailabilityZones: [
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* BackupRetentionPeriod: Number("int"),
|
|
51
|
+
* CharacterSetName: "STRING_VALUE",
|
|
52
|
+
* DatabaseName: "STRING_VALUE",
|
|
53
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
54
|
+
* DBClusterParameterGroupName: "STRING_VALUE",
|
|
55
|
+
* VpcSecurityGroupIds: [
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
59
|
+
* Engine: "STRING_VALUE", // required
|
|
60
|
+
* EngineVersion: "STRING_VALUE",
|
|
61
|
+
* Port: Number("int"),
|
|
62
|
+
* MasterUsername: "STRING_VALUE", // required
|
|
63
|
+
* MasterUserPassword: "STRING_VALUE",
|
|
64
|
+
* OptionGroupName: "STRING_VALUE",
|
|
65
|
+
* PreferredBackupWindow: "STRING_VALUE",
|
|
66
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
67
|
+
* Tags: [
|
|
68
|
+
* {
|
|
69
|
+
* Key: "STRING_VALUE",
|
|
70
|
+
* Value: "STRING_VALUE",
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* StorageEncrypted: true || false,
|
|
74
|
+
* KmsKeyId: "STRING_VALUE",
|
|
75
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
76
|
+
* SourceEngine: "STRING_VALUE", // required
|
|
77
|
+
* SourceEngineVersion: "STRING_VALUE", // required
|
|
78
|
+
* S3BucketName: "STRING_VALUE", // required
|
|
79
|
+
* S3Prefix: "STRING_VALUE",
|
|
80
|
+
* S3IngestionRoleArn: "STRING_VALUE", // required
|
|
81
|
+
* BacktrackWindow: Number("long"),
|
|
82
|
+
* EnableCloudwatchLogsExports: [
|
|
83
|
+
* "STRING_VALUE",
|
|
84
|
+
* ],
|
|
85
|
+
* DeletionProtection: true || false,
|
|
86
|
+
* CopyTagsToSnapshot: true || false,
|
|
87
|
+
* Domain: "STRING_VALUE",
|
|
88
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
89
|
+
* ServerlessV2ScalingConfiguration: {
|
|
90
|
+
* MinCapacity: Number("double"),
|
|
91
|
+
* MaxCapacity: Number("double"),
|
|
92
|
+
* },
|
|
93
|
+
* NetworkType: "STRING_VALUE",
|
|
94
|
+
* ManageMasterUserPassword: true || false,
|
|
95
|
+
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
96
|
+
* };
|
|
47
97
|
* const command = new RestoreDBClusterFromS3Command(input);
|
|
48
98
|
* const response = await client.send(command);
|
|
49
99
|
* ```
|
|
@@ -44,6 +44,57 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
|
|
|
44
44
|
* import { RDSClient, RestoreDBClusterFromSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
45
45
|
* // const { RDSClient, RestoreDBClusterFromSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
46
46
|
* const client = new RDSClient(config);
|
|
47
|
+
* const input = {
|
|
48
|
+
* AvailabilityZones: [
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
52
|
+
* SnapshotIdentifier: "STRING_VALUE", // required
|
|
53
|
+
* Engine: "STRING_VALUE", // required
|
|
54
|
+
* EngineVersion: "STRING_VALUE",
|
|
55
|
+
* Port: Number("int"),
|
|
56
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
57
|
+
* DatabaseName: "STRING_VALUE",
|
|
58
|
+
* OptionGroupName: "STRING_VALUE",
|
|
59
|
+
* VpcSecurityGroupIds: [
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* Tags: [
|
|
63
|
+
* {
|
|
64
|
+
* Key: "STRING_VALUE",
|
|
65
|
+
* Value: "STRING_VALUE",
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* KmsKeyId: "STRING_VALUE",
|
|
69
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
70
|
+
* BacktrackWindow: Number("long"),
|
|
71
|
+
* EnableCloudwatchLogsExports: [
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* EngineMode: "STRING_VALUE",
|
|
75
|
+
* ScalingConfiguration: {
|
|
76
|
+
* MinCapacity: Number("int"),
|
|
77
|
+
* MaxCapacity: Number("int"),
|
|
78
|
+
* AutoPause: true || false,
|
|
79
|
+
* SecondsUntilAutoPause: Number("int"),
|
|
80
|
+
* TimeoutAction: "STRING_VALUE",
|
|
81
|
+
* SecondsBeforeTimeout: Number("int"),
|
|
82
|
+
* },
|
|
83
|
+
* DBClusterParameterGroupName: "STRING_VALUE",
|
|
84
|
+
* DeletionProtection: true || false,
|
|
85
|
+
* CopyTagsToSnapshot: true || false,
|
|
86
|
+
* Domain: "STRING_VALUE",
|
|
87
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
88
|
+
* DBClusterInstanceClass: "STRING_VALUE",
|
|
89
|
+
* StorageType: "STRING_VALUE",
|
|
90
|
+
* Iops: Number("int"),
|
|
91
|
+
* PubliclyAccessible: true || false,
|
|
92
|
+
* ServerlessV2ScalingConfiguration: {
|
|
93
|
+
* MinCapacity: Number("double"),
|
|
94
|
+
* MaxCapacity: Number("double"),
|
|
95
|
+
* },
|
|
96
|
+
* NetworkType: "STRING_VALUE",
|
|
97
|
+
* };
|
|
47
98
|
* const command = new RestoreDBClusterFromSnapshotCommand(input);
|
|
48
99
|
* const response = await client.send(command);
|
|
49
100
|
* ```
|
|
@@ -45,6 +45,54 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
|
|
|
45
45
|
* import { RDSClient, RestoreDBClusterToPointInTimeCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
46
46
|
* // const { RDSClient, RestoreDBClusterToPointInTimeCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
47
47
|
* const client = new RDSClient(config);
|
|
48
|
+
* const input = {
|
|
49
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
50
|
+
* RestoreType: "STRING_VALUE",
|
|
51
|
+
* SourceDBClusterIdentifier: "STRING_VALUE", // required
|
|
52
|
+
* RestoreToTime: new Date("TIMESTAMP"),
|
|
53
|
+
* UseLatestRestorableTime: true || false,
|
|
54
|
+
* Port: Number("int"),
|
|
55
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
56
|
+
* OptionGroupName: "STRING_VALUE",
|
|
57
|
+
* VpcSecurityGroupIds: [
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* Tags: [
|
|
61
|
+
* {
|
|
62
|
+
* Key: "STRING_VALUE",
|
|
63
|
+
* Value: "STRING_VALUE",
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* KmsKeyId: "STRING_VALUE",
|
|
67
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
68
|
+
* BacktrackWindow: Number("long"),
|
|
69
|
+
* EnableCloudwatchLogsExports: [
|
|
70
|
+
* "STRING_VALUE",
|
|
71
|
+
* ],
|
|
72
|
+
* DBClusterParameterGroupName: "STRING_VALUE",
|
|
73
|
+
* DeletionProtection: true || false,
|
|
74
|
+
* CopyTagsToSnapshot: true || false,
|
|
75
|
+
* Domain: "STRING_VALUE",
|
|
76
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
77
|
+
* ScalingConfiguration: {
|
|
78
|
+
* MinCapacity: Number("int"),
|
|
79
|
+
* MaxCapacity: Number("int"),
|
|
80
|
+
* AutoPause: true || false,
|
|
81
|
+
* SecondsUntilAutoPause: Number("int"),
|
|
82
|
+
* TimeoutAction: "STRING_VALUE",
|
|
83
|
+
* SecondsBeforeTimeout: Number("int"),
|
|
84
|
+
* },
|
|
85
|
+
* EngineMode: "STRING_VALUE",
|
|
86
|
+
* DBClusterInstanceClass: "STRING_VALUE",
|
|
87
|
+
* StorageType: "STRING_VALUE",
|
|
88
|
+
* PubliclyAccessible: true || false,
|
|
89
|
+
* Iops: Number("int"),
|
|
90
|
+
* ServerlessV2ScalingConfiguration: {
|
|
91
|
+
* MinCapacity: Number("double"),
|
|
92
|
+
* MaxCapacity: Number("double"),
|
|
93
|
+
* },
|
|
94
|
+
* NetworkType: "STRING_VALUE",
|
|
95
|
+
* };
|
|
48
96
|
* const command = new RestoreDBClusterToPointInTimeCommand(input);
|
|
49
97
|
* const response = await client.send(command);
|
|
50
98
|
* ```
|
|
@@ -39,6 +39,57 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
39
39
|
* import { RDSClient, RestoreDBInstanceFromDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
40
40
|
* // const { RDSClient, RestoreDBInstanceFromDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
41
41
|
* const client = new RDSClient(config);
|
|
42
|
+
* const input = {
|
|
43
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
44
|
+
* DBSnapshotIdentifier: "STRING_VALUE",
|
|
45
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
46
|
+
* Port: Number("int"),
|
|
47
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
48
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
49
|
+
* MultiAZ: true || false,
|
|
50
|
+
* PubliclyAccessible: true || false,
|
|
51
|
+
* AutoMinorVersionUpgrade: true || false,
|
|
52
|
+
* LicenseModel: "STRING_VALUE",
|
|
53
|
+
* DBName: "STRING_VALUE",
|
|
54
|
+
* Engine: "STRING_VALUE",
|
|
55
|
+
* Iops: Number("int"),
|
|
56
|
+
* OptionGroupName: "STRING_VALUE",
|
|
57
|
+
* Tags: [
|
|
58
|
+
* {
|
|
59
|
+
* Key: "STRING_VALUE",
|
|
60
|
+
* Value: "STRING_VALUE",
|
|
61
|
+
* },
|
|
62
|
+
* ],
|
|
63
|
+
* StorageType: "STRING_VALUE",
|
|
64
|
+
* TdeCredentialArn: "STRING_VALUE",
|
|
65
|
+
* TdeCredentialPassword: "STRING_VALUE",
|
|
66
|
+
* VpcSecurityGroupIds: [
|
|
67
|
+
* "STRING_VALUE",
|
|
68
|
+
* ],
|
|
69
|
+
* Domain: "STRING_VALUE",
|
|
70
|
+
* CopyTagsToSnapshot: true || false,
|
|
71
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
72
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
73
|
+
* EnableCloudwatchLogsExports: [
|
|
74
|
+
* "STRING_VALUE",
|
|
75
|
+
* ],
|
|
76
|
+
* ProcessorFeatures: [
|
|
77
|
+
* {
|
|
78
|
+
* Name: "STRING_VALUE",
|
|
79
|
+
* Value: "STRING_VALUE",
|
|
80
|
+
* },
|
|
81
|
+
* ],
|
|
82
|
+
* UseDefaultProcessorFeatures: true || false,
|
|
83
|
+
* DBParameterGroupName: "STRING_VALUE",
|
|
84
|
+
* DeletionProtection: true || false,
|
|
85
|
+
* EnableCustomerOwnedIp: true || false,
|
|
86
|
+
* CustomIamInstanceProfile: "STRING_VALUE",
|
|
87
|
+
* BackupTarget: "STRING_VALUE",
|
|
88
|
+
* NetworkType: "STRING_VALUE",
|
|
89
|
+
* StorageThroughput: Number("int"),
|
|
90
|
+
* DBClusterSnapshotIdentifier: "STRING_VALUE",
|
|
91
|
+
* AllocatedStorage: Number("int"),
|
|
92
|
+
* };
|
|
42
93
|
* const command = new RestoreDBInstanceFromDBSnapshotCommand(input);
|
|
43
94
|
* const response = await client.send(command);
|
|
44
95
|
* ```
|
|
@@ -34,6 +34,72 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
34
34
|
* import { RDSClient, RestoreDBInstanceFromS3Command } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
35
|
* // const { RDSClient, RestoreDBInstanceFromS3Command } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
36
|
* const client = new RDSClient(config);
|
|
37
|
+
* const input = {
|
|
38
|
+
* DBName: "STRING_VALUE",
|
|
39
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* AllocatedStorage: Number("int"),
|
|
41
|
+
* DBInstanceClass: "STRING_VALUE", // required
|
|
42
|
+
* Engine: "STRING_VALUE", // required
|
|
43
|
+
* MasterUsername: "STRING_VALUE",
|
|
44
|
+
* MasterUserPassword: "STRING_VALUE",
|
|
45
|
+
* DBSecurityGroups: [
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* VpcSecurityGroupIds: [
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
52
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
53
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
54
|
+
* DBParameterGroupName: "STRING_VALUE",
|
|
55
|
+
* BackupRetentionPeriod: Number("int"),
|
|
56
|
+
* PreferredBackupWindow: "STRING_VALUE",
|
|
57
|
+
* Port: Number("int"),
|
|
58
|
+
* MultiAZ: true || false,
|
|
59
|
+
* EngineVersion: "STRING_VALUE",
|
|
60
|
+
* AutoMinorVersionUpgrade: true || false,
|
|
61
|
+
* LicenseModel: "STRING_VALUE",
|
|
62
|
+
* Iops: Number("int"),
|
|
63
|
+
* OptionGroupName: "STRING_VALUE",
|
|
64
|
+
* PubliclyAccessible: true || false,
|
|
65
|
+
* Tags: [
|
|
66
|
+
* {
|
|
67
|
+
* Key: "STRING_VALUE",
|
|
68
|
+
* Value: "STRING_VALUE",
|
|
69
|
+
* },
|
|
70
|
+
* ],
|
|
71
|
+
* StorageType: "STRING_VALUE",
|
|
72
|
+
* StorageEncrypted: true || false,
|
|
73
|
+
* KmsKeyId: "STRING_VALUE",
|
|
74
|
+
* CopyTagsToSnapshot: true || false,
|
|
75
|
+
* MonitoringInterval: Number("int"),
|
|
76
|
+
* MonitoringRoleArn: "STRING_VALUE",
|
|
77
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
78
|
+
* SourceEngine: "STRING_VALUE", // required
|
|
79
|
+
* SourceEngineVersion: "STRING_VALUE", // required
|
|
80
|
+
* S3BucketName: "STRING_VALUE", // required
|
|
81
|
+
* S3Prefix: "STRING_VALUE",
|
|
82
|
+
* S3IngestionRoleArn: "STRING_VALUE", // required
|
|
83
|
+
* EnablePerformanceInsights: true || false,
|
|
84
|
+
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
85
|
+
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
86
|
+
* EnableCloudwatchLogsExports: [
|
|
87
|
+
* "STRING_VALUE",
|
|
88
|
+
* ],
|
|
89
|
+
* ProcessorFeatures: [
|
|
90
|
+
* {
|
|
91
|
+
* Name: "STRING_VALUE",
|
|
92
|
+
* Value: "STRING_VALUE",
|
|
93
|
+
* },
|
|
94
|
+
* ],
|
|
95
|
+
* UseDefaultProcessorFeatures: true || false,
|
|
96
|
+
* DeletionProtection: true || false,
|
|
97
|
+
* MaxAllocatedStorage: Number("int"),
|
|
98
|
+
* NetworkType: "STRING_VALUE",
|
|
99
|
+
* StorageThroughput: Number("int"),
|
|
100
|
+
* ManageMasterUserPassword: true || false,
|
|
101
|
+
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
102
|
+
* };
|
|
37
103
|
* const command = new RestoreDBInstanceFromS3Command(input);
|
|
38
104
|
* const response = await client.send(command);
|
|
39
105
|
* ```
|
|
@@ -35,6 +35,61 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
35
35
|
* import { RDSClient, RestoreDBInstanceToPointInTimeCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
36
36
|
* // const { RDSClient, RestoreDBInstanceToPointInTimeCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
37
37
|
* const client = new RDSClient(config);
|
|
38
|
+
* const input = {
|
|
39
|
+
* SourceDBInstanceIdentifier: "STRING_VALUE",
|
|
40
|
+
* TargetDBInstanceIdentifier: "STRING_VALUE", // required
|
|
41
|
+
* RestoreTime: new Date("TIMESTAMP"),
|
|
42
|
+
* UseLatestRestorableTime: true || false,
|
|
43
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
44
|
+
* Port: Number("int"),
|
|
45
|
+
* AvailabilityZone: "STRING_VALUE",
|
|
46
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
47
|
+
* MultiAZ: true || false,
|
|
48
|
+
* PubliclyAccessible: true || false,
|
|
49
|
+
* AutoMinorVersionUpgrade: true || false,
|
|
50
|
+
* LicenseModel: "STRING_VALUE",
|
|
51
|
+
* DBName: "STRING_VALUE",
|
|
52
|
+
* Engine: "STRING_VALUE",
|
|
53
|
+
* Iops: Number("int"),
|
|
54
|
+
* OptionGroupName: "STRING_VALUE",
|
|
55
|
+
* CopyTagsToSnapshot: true || false,
|
|
56
|
+
* Tags: [
|
|
57
|
+
* {
|
|
58
|
+
* Key: "STRING_VALUE",
|
|
59
|
+
* Value: "STRING_VALUE",
|
|
60
|
+
* },
|
|
61
|
+
* ],
|
|
62
|
+
* StorageType: "STRING_VALUE",
|
|
63
|
+
* TdeCredentialArn: "STRING_VALUE",
|
|
64
|
+
* TdeCredentialPassword: "STRING_VALUE",
|
|
65
|
+
* VpcSecurityGroupIds: [
|
|
66
|
+
* "STRING_VALUE",
|
|
67
|
+
* ],
|
|
68
|
+
* Domain: "STRING_VALUE",
|
|
69
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
70
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
71
|
+
* EnableCloudwatchLogsExports: [
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* ProcessorFeatures: [
|
|
75
|
+
* {
|
|
76
|
+
* Name: "STRING_VALUE",
|
|
77
|
+
* Value: "STRING_VALUE",
|
|
78
|
+
* },
|
|
79
|
+
* ],
|
|
80
|
+
* UseDefaultProcessorFeatures: true || false,
|
|
81
|
+
* DBParameterGroupName: "STRING_VALUE",
|
|
82
|
+
* DeletionProtection: true || false,
|
|
83
|
+
* SourceDbiResourceId: "STRING_VALUE",
|
|
84
|
+
* MaxAllocatedStorage: Number("int"),
|
|
85
|
+
* SourceDBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
86
|
+
* EnableCustomerOwnedIp: true || false,
|
|
87
|
+
* CustomIamInstanceProfile: "STRING_VALUE",
|
|
88
|
+
* BackupTarget: "STRING_VALUE",
|
|
89
|
+
* NetworkType: "STRING_VALUE",
|
|
90
|
+
* StorageThroughput: Number("int"),
|
|
91
|
+
* AllocatedStorage: Number("int"),
|
|
92
|
+
* };
|
|
38
93
|
* const command = new RestoreDBInstanceToPointInTimeCommand(input);
|
|
39
94
|
* const response = await client.send(command);
|
|
40
95
|
* ```
|
|
@@ -35,6 +35,13 @@ export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecur
|
|
|
35
35
|
* import { RDSClient, RevokeDBSecurityGroupIngressCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
36
36
|
* // const { RDSClient, RevokeDBSecurityGroupIngressCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
37
37
|
* const client = new RDSClient(config);
|
|
38
|
+
* const input = {
|
|
39
|
+
* DBSecurityGroupName: "STRING_VALUE", // required
|
|
40
|
+
* CIDRIP: "STRING_VALUE",
|
|
41
|
+
* EC2SecurityGroupName: "STRING_VALUE",
|
|
42
|
+
* EC2SecurityGroupId: "STRING_VALUE",
|
|
43
|
+
* EC2SecurityGroupOwnerId: "STRING_VALUE",
|
|
44
|
+
* };
|
|
38
45
|
* const command = new RevokeDBSecurityGroupIngressCommand(input);
|
|
39
46
|
* const response = await client.send(command);
|
|
40
47
|
* ```
|
|
@@ -33,6 +33,13 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes
|
|
|
33
33
|
* import { RDSClient, StartActivityStreamCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
34
|
* // const { RDSClient, StartActivityStreamCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
35
|
* const client = new RDSClient(config);
|
|
36
|
+
* const input = {
|
|
37
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
38
|
+
* Mode: "sync" || "async", // required
|
|
39
|
+
* KmsKeyId: "STRING_VALUE", // required
|
|
40
|
+
* ApplyImmediately: true || false,
|
|
41
|
+
* EngineNativeAuditFieldsIncluded: true || false,
|
|
42
|
+
* };
|
|
36
43
|
* const command = new StartActivityStreamCommand(input);
|
|
37
44
|
* const response = await client.send(command);
|
|
38
45
|
* ```
|
|
@@ -33,6 +33,9 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
|
|
|
33
33
|
* import { RDSClient, StartDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
34
|
* // const { RDSClient, StartDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
35
|
* const client = new RDSClient(config);
|
|
36
|
+
* const input = {
|
|
37
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
36
39
|
* const command = new StartDBClusterCommand(input);
|
|
37
40
|
* const response = await client.send(command);
|
|
38
41
|
* ```
|