@aws-sdk/client-rds 3.299.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +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 +16 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +72 -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 +14 -0
- 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 +51 -0
- 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 +11 -0
- 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/package.json +8 -8
|
@@ -43,6 +43,57 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
|
|
|
43
43
|
* import { RDSClient, RestoreDBClusterFromS3Command } from "@aws-sdk/client-rds"; // ES Modules import
|
|
44
44
|
* // const { RDSClient, RestoreDBClusterFromS3Command } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
45
45
|
* const client = new RDSClient(config);
|
|
46
|
+
* const input = { // RestoreDBClusterFromS3Message
|
|
47
|
+
* AvailabilityZones: [ // 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: [ // VpcSecurityGroupIdList
|
|
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: [ // TagList
|
|
68
|
+
* { // Tag
|
|
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: [ // LogTypeList
|
|
83
|
+
* "STRING_VALUE",
|
|
84
|
+
* ],
|
|
85
|
+
* DeletionProtection: true || false,
|
|
86
|
+
* CopyTagsToSnapshot: true || false,
|
|
87
|
+
* Domain: "STRING_VALUE",
|
|
88
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
89
|
+
* ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
|
|
90
|
+
* MinCapacity: Number("double"),
|
|
91
|
+
* MaxCapacity: Number("double"),
|
|
92
|
+
* },
|
|
93
|
+
* NetworkType: "STRING_VALUE",
|
|
94
|
+
* ManageMasterUserPassword: true || false,
|
|
95
|
+
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
96
|
+
* };
|
|
46
97
|
* const command = new RestoreDBClusterFromS3Command(input);
|
|
47
98
|
* const response = await client.send(command);
|
|
48
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 = { // RestoreDBClusterFromSnapshotMessage
|
|
48
|
+
* AvailabilityZones: [ // 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: [ // VpcSecurityGroupIdList
|
|
60
|
+
* "STRING_VALUE",
|
|
61
|
+
* ],
|
|
62
|
+
* Tags: [ // TagList
|
|
63
|
+
* { // Tag
|
|
64
|
+
* Key: "STRING_VALUE",
|
|
65
|
+
* Value: "STRING_VALUE",
|
|
66
|
+
* },
|
|
67
|
+
* ],
|
|
68
|
+
* KmsKeyId: "STRING_VALUE",
|
|
69
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
70
|
+
* BacktrackWindow: Number("long"),
|
|
71
|
+
* EnableCloudwatchLogsExports: [ // LogTypeList
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* EngineMode: "STRING_VALUE",
|
|
75
|
+
* ScalingConfiguration: { // 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: { // 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 = { // RestoreDBClusterToPointInTimeMessage
|
|
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: [ // VpcSecurityGroupIdList
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* Tags: [ // TagList
|
|
61
|
+
* { // Tag
|
|
62
|
+
* Key: "STRING_VALUE",
|
|
63
|
+
* Value: "STRING_VALUE",
|
|
64
|
+
* },
|
|
65
|
+
* ],
|
|
66
|
+
* KmsKeyId: "STRING_VALUE",
|
|
67
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
68
|
+
* BacktrackWindow: Number("long"),
|
|
69
|
+
* EnableCloudwatchLogsExports: [ // LogTypeList
|
|
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: { // 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: { // 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 = { // RestoreDBInstanceFromDBSnapshotMessage
|
|
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: [ // TagList
|
|
58
|
+
* { // Tag
|
|
59
|
+
* Key: "STRING_VALUE",
|
|
60
|
+
* Value: "STRING_VALUE",
|
|
61
|
+
* },
|
|
62
|
+
* ],
|
|
63
|
+
* StorageType: "STRING_VALUE",
|
|
64
|
+
* TdeCredentialArn: "STRING_VALUE",
|
|
65
|
+
* TdeCredentialPassword: "STRING_VALUE",
|
|
66
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
67
|
+
* "STRING_VALUE",
|
|
68
|
+
* ],
|
|
69
|
+
* Domain: "STRING_VALUE",
|
|
70
|
+
* CopyTagsToSnapshot: true || false,
|
|
71
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
72
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
73
|
+
* EnableCloudwatchLogsExports: [ // LogTypeList
|
|
74
|
+
* "STRING_VALUE",
|
|
75
|
+
* ],
|
|
76
|
+
* ProcessorFeatures: [ // ProcessorFeatureList
|
|
77
|
+
* { // ProcessorFeature
|
|
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 = { // RestoreDBInstanceFromS3Message
|
|
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: [ // DBSecurityGroupNameList
|
|
46
|
+
* "STRING_VALUE",
|
|
47
|
+
* ],
|
|
48
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
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: [ // TagList
|
|
66
|
+
* { // Tag
|
|
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: [ // LogTypeList
|
|
87
|
+
* "STRING_VALUE",
|
|
88
|
+
* ],
|
|
89
|
+
* ProcessorFeatures: [ // ProcessorFeatureList
|
|
90
|
+
* { // ProcessorFeature
|
|
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 = { // RestoreDBInstanceToPointInTimeMessage
|
|
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: [ // TagList
|
|
57
|
+
* { // Tag
|
|
58
|
+
* Key: "STRING_VALUE",
|
|
59
|
+
* Value: "STRING_VALUE",
|
|
60
|
+
* },
|
|
61
|
+
* ],
|
|
62
|
+
* StorageType: "STRING_VALUE",
|
|
63
|
+
* TdeCredentialArn: "STRING_VALUE",
|
|
64
|
+
* TdeCredentialPassword: "STRING_VALUE",
|
|
65
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
66
|
+
* "STRING_VALUE",
|
|
67
|
+
* ],
|
|
68
|
+
* Domain: "STRING_VALUE",
|
|
69
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
70
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
71
|
+
* EnableCloudwatchLogsExports: [ // LogTypeList
|
|
72
|
+
* "STRING_VALUE",
|
|
73
|
+
* ],
|
|
74
|
+
* ProcessorFeatures: [ // ProcessorFeatureList
|
|
75
|
+
* { // ProcessorFeature
|
|
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 = { // RevokeDBSecurityGroupIngressMessage
|
|
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 = { // StartActivityStreamRequest
|
|
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 = { // StartDBClusterMessage
|
|
37
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* };
|
|
36
39
|
* const command = new StartDBClusterCommand(input);
|
|
37
40
|
* const response = await client.send(command);
|
|
38
41
|
* ```
|
|
@@ -30,6 +30,12 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
30
30
|
* import { RDSClient, StartDBInstanceAutomatedBackupsReplicationCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, StartDBInstanceAutomatedBackupsReplicationCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = { // StartDBInstanceAutomatedBackupsReplicationMessage
|
|
34
|
+
* SourceDBInstanceArn: "STRING_VALUE", // required
|
|
35
|
+
* BackupRetentionPeriod: Number("int"),
|
|
36
|
+
* KmsKeyId: "STRING_VALUE",
|
|
37
|
+
* PreSignedUrl: "STRING_VALUE",
|
|
38
|
+
* };
|
|
33
39
|
* const command = new StartDBInstanceAutomatedBackupsReplicationCommand(input);
|
|
34
40
|
* const response = await client.send(command);
|
|
35
41
|
* ```
|
|
@@ -35,6 +35,9 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
35
35
|
* import { RDSClient, StartDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
36
36
|
* // const { RDSClient, StartDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
37
37
|
* const client = new RDSClient(config);
|
|
38
|
+
* const input = { // StartDBInstanceMessage
|
|
39
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
38
41
|
* const command = new StartDBInstanceCommand(input);
|
|
39
42
|
* const response = await client.send(command);
|
|
40
43
|
* ```
|
|
@@ -38,6 +38,17 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
|
|
|
38
38
|
* import { RDSClient, StartExportTaskCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
39
39
|
* // const { RDSClient, StartExportTaskCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
40
40
|
* const client = new RDSClient(config);
|
|
41
|
+
* const input = { // StartExportTaskMessage
|
|
42
|
+
* ExportTaskIdentifier: "STRING_VALUE", // required
|
|
43
|
+
* SourceArn: "STRING_VALUE", // required
|
|
44
|
+
* S3BucketName: "STRING_VALUE", // required
|
|
45
|
+
* IamRoleArn: "STRING_VALUE", // required
|
|
46
|
+
* KmsKeyId: "STRING_VALUE", // required
|
|
47
|
+
* S3Prefix: "STRING_VALUE",
|
|
48
|
+
* ExportOnly: [ // StringList
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* };
|
|
41
52
|
* const command = new StartExportTaskCommand(input);
|
|
42
53
|
* const response = await client.send(command);
|
|
43
54
|
* ```
|
|
@@ -34,6 +34,10 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
|
|
|
34
34
|
* import { RDSClient, StopActivityStreamCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
35
|
* // const { RDSClient, StopActivityStreamCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
36
|
* const client = new RDSClient(config);
|
|
37
|
+
* const input = { // StopActivityStreamRequest
|
|
38
|
+
* ResourceArn: "STRING_VALUE", // required
|
|
39
|
+
* ApplyImmediately: true || false,
|
|
40
|
+
* };
|
|
37
41
|
* const command = new StopActivityStreamCommand(input);
|
|
38
42
|
* const response = await client.send(command);
|
|
39
43
|
* ```
|
|
@@ -34,6 +34,9 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
34
34
|
* import { RDSClient, StopDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
35
|
* // const { RDSClient, StopDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
36
|
* const client = new RDSClient(config);
|
|
37
|
+
* const input = { // StopDBClusterMessage
|
|
38
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
37
40
|
* const command = new StopDBClusterCommand(input);
|
|
38
41
|
* const response = await client.send(command);
|
|
39
42
|
* ```
|
|
@@ -30,6 +30,9 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
30
30
|
* import { RDSClient, StopDBInstanceAutomatedBackupsReplicationCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, StopDBInstanceAutomatedBackupsReplicationCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = { // StopDBInstanceAutomatedBackupsReplicationMessage
|
|
34
|
+
* SourceDBInstanceArn: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
33
36
|
* const command = new StopDBInstanceAutomatedBackupsReplicationCommand(input);
|
|
34
37
|
* const response = await client.send(command);
|
|
35
38
|
* ```
|
|
@@ -37,6 +37,10 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
37
37
|
* import { RDSClient, StopDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
38
38
|
* // const { RDSClient, StopDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
39
39
|
* const client = new RDSClient(config);
|
|
40
|
+
* const input = { // StopDBInstanceMessage
|
|
41
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
42
|
+
* DBSnapshotIdentifier: "STRING_VALUE",
|
|
43
|
+
* };
|
|
40
44
|
* const command = new StopDBInstanceCommand(input);
|
|
41
45
|
* const response = await client.send(command);
|
|
42
46
|
* ```
|
|
@@ -33,6 +33,10 @@ export interface SwitchoverBlueGreenDeploymentCommandOutput extends SwitchoverBl
|
|
|
33
33
|
* import { RDSClient, SwitchoverBlueGreenDeploymentCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
34
|
* // const { RDSClient, SwitchoverBlueGreenDeploymentCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
35
|
* const client = new RDSClient(config);
|
|
36
|
+
* const input = { // SwitchoverBlueGreenDeploymentRequest
|
|
37
|
+
* BlueGreenDeploymentIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* SwitchoverTimeout: Number("int"),
|
|
39
|
+
* };
|
|
36
40
|
* const command = new SwitchoverBlueGreenDeploymentCommand(input);
|
|
37
41
|
* const response = await client.send(command);
|
|
38
42
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
27
27
|
* import { RDSClient, SwitchoverReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
28
28
|
* // const { RDSClient, SwitchoverReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
29
29
|
* const client = new RDSClient(config);
|
|
30
|
+
* const input = { // SwitchoverReadReplicaMessage
|
|
31
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new SwitchoverReadReplicaCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.300.0",
|
|
36
36
|
"@aws-sdk/middleware-sdk-rds": "3.299.0",
|
|
37
37
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
38
38
|
"@aws-sdk/middleware-signing": "3.299.0",
|
|
39
39
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
40
40
|
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
41
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
+
"@aws-sdk/node-config-provider": "3.300.0",
|
|
42
42
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
43
43
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
44
44
|
"@aws-sdk/smithy-client": "3.296.0",
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
49
49
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
51
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
+
"@aws-sdk/util-defaults-mode-node": "3.300.0",
|
|
52
52
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
53
53
|
"@aws-sdk/util-retry": "3.296.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
+
"@aws-sdk/util-user-agent-node": "3.300.0",
|
|
56
56
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
57
57
|
"@aws-sdk/util-waiter": "3.296.0",
|
|
58
58
|
"fast-xml-parser": "4.1.2",
|