@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,24 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
|
|
|
26
26
|
* import { RDSClient, DescribeOrderableDBInstanceOptionsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, DescribeOrderableDBInstanceOptionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* Engine: "STRING_VALUE", // required
|
|
31
|
+
* EngineVersion: "STRING_VALUE",
|
|
32
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
33
|
+
* LicenseModel: "STRING_VALUE",
|
|
34
|
+
* AvailabilityZoneGroup: "STRING_VALUE",
|
|
35
|
+
* Vpc: true || false,
|
|
36
|
+
* Filters: [
|
|
37
|
+
* {
|
|
38
|
+
* Name: "STRING_VALUE", // required
|
|
39
|
+
* Values: [ // required
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* MaxRecords: Number("int"),
|
|
45
|
+
* Marker: "STRING_VALUE",
|
|
46
|
+
* };
|
|
29
47
|
* const command = new DescribeOrderableDBInstanceOptionsCommand(input);
|
|
30
48
|
* const response = await client.send(command);
|
|
31
49
|
* ```
|
|
@@ -26,6 +26,19 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
|
|
|
26
26
|
* import { RDSClient, DescribePendingMaintenanceActionsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, DescribePendingMaintenanceActionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ResourceIdentifier: "STRING_VALUE",
|
|
31
|
+
* Filters: [
|
|
32
|
+
* {
|
|
33
|
+
* Name: "STRING_VALUE", // required
|
|
34
|
+
* Values: [ // required
|
|
35
|
+
* "STRING_VALUE",
|
|
36
|
+
* ],
|
|
37
|
+
* },
|
|
38
|
+
* ],
|
|
39
|
+
* Marker: "STRING_VALUE",
|
|
40
|
+
* MaxRecords: Number("int"),
|
|
41
|
+
* };
|
|
29
42
|
* const command = new DescribePendingMaintenanceActionsCommand(input);
|
|
30
43
|
* const response = await client.send(command);
|
|
31
44
|
* ```
|
|
@@ -26,6 +26,26 @@ export interface DescribeReservedDBInstancesCommandOutput extends ReservedDBInst
|
|
|
26
26
|
* import { RDSClient, DescribeReservedDBInstancesCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, DescribeReservedDBInstancesCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ReservedDBInstanceId: "STRING_VALUE",
|
|
31
|
+
* ReservedDBInstancesOfferingId: "STRING_VALUE",
|
|
32
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
33
|
+
* Duration: "STRING_VALUE",
|
|
34
|
+
* ProductDescription: "STRING_VALUE",
|
|
35
|
+
* OfferingType: "STRING_VALUE",
|
|
36
|
+
* MultiAZ: true || false,
|
|
37
|
+
* LeaseId: "STRING_VALUE",
|
|
38
|
+
* Filters: [
|
|
39
|
+
* {
|
|
40
|
+
* Name: "STRING_VALUE", // required
|
|
41
|
+
* Values: [ // required
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* MaxRecords: Number("int"),
|
|
47
|
+
* Marker: "STRING_VALUE",
|
|
48
|
+
* };
|
|
29
49
|
* const command = new DescribeReservedDBInstancesCommand(input);
|
|
30
50
|
* const response = await client.send(command);
|
|
31
51
|
* ```
|
|
@@ -26,6 +26,24 @@ export interface DescribeReservedDBInstancesOfferingsCommandOutput extends Reser
|
|
|
26
26
|
* import { RDSClient, DescribeReservedDBInstancesOfferingsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, DescribeReservedDBInstancesOfferingsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* ReservedDBInstancesOfferingId: "STRING_VALUE",
|
|
31
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
32
|
+
* Duration: "STRING_VALUE",
|
|
33
|
+
* ProductDescription: "STRING_VALUE",
|
|
34
|
+
* OfferingType: "STRING_VALUE",
|
|
35
|
+
* MultiAZ: true || false,
|
|
36
|
+
* Filters: [
|
|
37
|
+
* {
|
|
38
|
+
* Name: "STRING_VALUE", // required
|
|
39
|
+
* Values: [ // required
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* },
|
|
43
|
+
* ],
|
|
44
|
+
* MaxRecords: Number("int"),
|
|
45
|
+
* Marker: "STRING_VALUE",
|
|
46
|
+
* };
|
|
29
47
|
* const command = new DescribeReservedDBInstancesOfferingsCommand(input);
|
|
30
48
|
* const response = await client.send(command);
|
|
31
49
|
* ```
|
|
@@ -33,6 +33,19 @@ export interface DescribeSourceRegionsCommandOutput extends SourceRegionMessage,
|
|
|
33
33
|
* import { RDSClient, DescribeSourceRegionsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
34
34
|
* // const { RDSClient, DescribeSourceRegionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
35
35
|
* const client = new RDSClient(config);
|
|
36
|
+
* const input = {
|
|
37
|
+
* RegionName: "STRING_VALUE",
|
|
38
|
+
* MaxRecords: Number("int"),
|
|
39
|
+
* Marker: "STRING_VALUE",
|
|
40
|
+
* Filters: [
|
|
41
|
+
* {
|
|
42
|
+
* Name: "STRING_VALUE", // required
|
|
43
|
+
* Values: [ // required
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
48
|
+
* };
|
|
36
49
|
* const command = new DescribeSourceRegionsCommand(input);
|
|
37
50
|
* const response = await client.send(command);
|
|
38
51
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DescribeValidDBInstanceModificationsCommandOutput extends Descr
|
|
|
28
28
|
* import { RDSClient, DescribeValidDBInstanceModificationsCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
29
29
|
* // const { RDSClient, DescribeValidDBInstanceModificationsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
30
30
|
* const client = new RDSClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DescribeValidDBInstanceModificationsCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile
|
|
|
27
27
|
* import { RDSClient, DownloadDBLogFilePortionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
28
28
|
* // const { RDSClient, DownloadDBLogFilePortionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
29
29
|
* const client = new RDSClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
32
|
+
* LogFileName: "STRING_VALUE", // required
|
|
33
|
+
* Marker: "STRING_VALUE",
|
|
34
|
+
* NumberOfLines: Number("int"),
|
|
35
|
+
* };
|
|
30
36
|
* const command = new DownloadDBLogFilePortionCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -42,6 +42,10 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
|
|
|
42
42
|
* import { RDSClient, FailoverDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
43
43
|
* // const { RDSClient, FailoverDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
44
44
|
* const client = new RDSClient(config);
|
|
45
|
+
* const input = {
|
|
46
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
47
|
+
* TargetDBInstanceIdentifier: "STRING_VALUE",
|
|
48
|
+
* };
|
|
45
49
|
* const command = new FailoverDBClusterCommand(input);
|
|
46
50
|
* const response = await client.send(command);
|
|
47
51
|
* ```
|
|
@@ -38,6 +38,10 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste
|
|
|
38
38
|
* import { RDSClient, FailoverGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
39
39
|
* // const { RDSClient, FailoverGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
40
40
|
* const client = new RDSClient(config);
|
|
41
|
+
* const input = {
|
|
42
|
+
* GlobalClusterIdentifier: "STRING_VALUE", // required
|
|
43
|
+
* TargetDbClusterIdentifier: "STRING_VALUE", // required
|
|
44
|
+
* };
|
|
41
45
|
* const command = new FailoverGlobalClusterCommand(input);
|
|
42
46
|
* const response = await client.send(command);
|
|
43
47
|
* ```
|
|
@@ -29,6 +29,17 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
|
|
|
29
29
|
* import { RDSClient, ListTagsForResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
30
30
|
* // const { RDSClient, ListTagsForResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
31
31
|
* const client = new RDSClient(config);
|
|
32
|
+
* const input = {
|
|
33
|
+
* ResourceName: "STRING_VALUE", // required
|
|
34
|
+
* Filters: [
|
|
35
|
+
* {
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* Values: [ // required
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* };
|
|
32
43
|
* const command = new ListTagsForResourceCommand(input);
|
|
33
44
|
* const response = await client.send(command);
|
|
34
45
|
* ```
|
|
@@ -30,6 +30,10 @@ export interface ModifyActivityStreamCommandOutput extends ModifyActivityStreamR
|
|
|
30
30
|
* import { RDSClient, ModifyActivityStreamCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, ModifyActivityStreamCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = {
|
|
34
|
+
* ResourceArn: "STRING_VALUE",
|
|
35
|
+
* AuditPolicyState: "locked" || "unlocked",
|
|
36
|
+
* };
|
|
33
37
|
* const command = new ModifyActivityStreamCommand(input);
|
|
34
38
|
* const response = await client.send(command);
|
|
35
39
|
* ```
|
|
@@ -50,6 +50,10 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
|
|
|
50
50
|
* import { RDSClient, ModifyCertificatesCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
51
51
|
* // const { RDSClient, ModifyCertificatesCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
52
52
|
* const client = new RDSClient(config);
|
|
53
|
+
* const input = {
|
|
54
|
+
* CertificateIdentifier: "STRING_VALUE",
|
|
55
|
+
* RemoveCustomerOverride: true || false,
|
|
56
|
+
* };
|
|
53
57
|
* const command = new ModifyCertificatesCommand(input);
|
|
54
58
|
* const response = await client.send(command);
|
|
55
59
|
* ```
|
|
@@ -43,6 +43,12 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
|
|
|
43
43
|
* import { RDSClient, ModifyCurrentDBClusterCapacityCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
44
44
|
* // const { RDSClient, ModifyCurrentDBClusterCapacityCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
45
45
|
* const client = new RDSClient(config);
|
|
46
|
+
* const input = {
|
|
47
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
48
|
+
* Capacity: Number("int"),
|
|
49
|
+
* SecondsBeforeTimeout: Number("int"),
|
|
50
|
+
* TimeoutAction: "STRING_VALUE",
|
|
51
|
+
* };
|
|
46
52
|
* const command = new ModifyCurrentDBClusterCapacityCommand(input);
|
|
47
53
|
* const response = await client.send(command);
|
|
48
54
|
* ```
|
|
@@ -37,6 +37,12 @@ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
37
37
|
* import { RDSClient, ModifyCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
38
38
|
* // const { RDSClient, ModifyCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
39
39
|
* const client = new RDSClient(config);
|
|
40
|
+
* const input = {
|
|
41
|
+
* Engine: "STRING_VALUE", // required
|
|
42
|
+
* EngineVersion: "STRING_VALUE", // required
|
|
43
|
+
* Description: "STRING_VALUE",
|
|
44
|
+
* Status: "available" || "inactive" || "inactive-except-restore",
|
|
45
|
+
* };
|
|
40
46
|
* const command = new ModifyCustomDBEngineVersionCommand(input);
|
|
41
47
|
* const response = await client.send(command);
|
|
42
48
|
* ```
|
|
@@ -34,6 +34,66 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
|
|
|
34
34
|
* import { RDSClient, ModifyDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
35
35
|
* // const { RDSClient, ModifyDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
36
36
|
* const client = new RDSClient(config);
|
|
37
|
+
* const input = {
|
|
38
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* NewDBClusterIdentifier: "STRING_VALUE",
|
|
40
|
+
* ApplyImmediately: true || false,
|
|
41
|
+
* BackupRetentionPeriod: Number("int"),
|
|
42
|
+
* DBClusterParameterGroupName: "STRING_VALUE",
|
|
43
|
+
* VpcSecurityGroupIds: [
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* Port: Number("int"),
|
|
47
|
+
* MasterUserPassword: "STRING_VALUE",
|
|
48
|
+
* OptionGroupName: "STRING_VALUE",
|
|
49
|
+
* PreferredBackupWindow: "STRING_VALUE",
|
|
50
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
51
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
52
|
+
* BacktrackWindow: Number("long"),
|
|
53
|
+
* CloudwatchLogsExportConfiguration: {
|
|
54
|
+
* EnableLogTypes: [
|
|
55
|
+
* "STRING_VALUE",
|
|
56
|
+
* ],
|
|
57
|
+
* DisableLogTypes: [
|
|
58
|
+
* "STRING_VALUE",
|
|
59
|
+
* ],
|
|
60
|
+
* },
|
|
61
|
+
* EngineVersion: "STRING_VALUE",
|
|
62
|
+
* AllowMajorVersionUpgrade: true || false,
|
|
63
|
+
* DBInstanceParameterGroupName: "STRING_VALUE",
|
|
64
|
+
* Domain: "STRING_VALUE",
|
|
65
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
66
|
+
* ScalingConfiguration: {
|
|
67
|
+
* MinCapacity: Number("int"),
|
|
68
|
+
* MaxCapacity: Number("int"),
|
|
69
|
+
* AutoPause: true || false,
|
|
70
|
+
* SecondsUntilAutoPause: Number("int"),
|
|
71
|
+
* TimeoutAction: "STRING_VALUE",
|
|
72
|
+
* SecondsBeforeTimeout: Number("int"),
|
|
73
|
+
* },
|
|
74
|
+
* DeletionProtection: true || false,
|
|
75
|
+
* EnableHttpEndpoint: true || false,
|
|
76
|
+
* CopyTagsToSnapshot: true || false,
|
|
77
|
+
* EnableGlobalWriteForwarding: true || false,
|
|
78
|
+
* DBClusterInstanceClass: "STRING_VALUE",
|
|
79
|
+
* AllocatedStorage: Number("int"),
|
|
80
|
+
* StorageType: "STRING_VALUE",
|
|
81
|
+
* Iops: Number("int"),
|
|
82
|
+
* AutoMinorVersionUpgrade: true || false,
|
|
83
|
+
* MonitoringInterval: Number("int"),
|
|
84
|
+
* MonitoringRoleArn: "STRING_VALUE",
|
|
85
|
+
* EnablePerformanceInsights: true || false,
|
|
86
|
+
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
87
|
+
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
88
|
+
* ServerlessV2ScalingConfiguration: {
|
|
89
|
+
* MinCapacity: Number("double"),
|
|
90
|
+
* MaxCapacity: Number("double"),
|
|
91
|
+
* },
|
|
92
|
+
* NetworkType: "STRING_VALUE",
|
|
93
|
+
* ManageMasterUserPassword: true || false,
|
|
94
|
+
* RotateMasterUserPassword: true || false,
|
|
95
|
+
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
96
|
+
* };
|
|
37
97
|
* const command = new ModifyDBClusterCommand(input);
|
|
38
98
|
* const response = await client.send(command);
|
|
39
99
|
* ```
|
|
@@ -30,6 +30,16 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
30
30
|
* import { RDSClient, ModifyDBClusterEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, ModifyDBClusterEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = {
|
|
34
|
+
* DBClusterEndpointIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* EndpointType: "STRING_VALUE",
|
|
36
|
+
* StaticMembers: [
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* ExcludedMembers: [
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* };
|
|
33
43
|
* const command = new ModifyDBClusterEndpointCommand(input);
|
|
34
44
|
* const response = await client.send(command);
|
|
35
45
|
* ```
|
|
@@ -51,6 +51,26 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
|
|
|
51
51
|
* import { RDSClient, ModifyDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
52
52
|
* // const { RDSClient, ModifyDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
53
53
|
* const client = new RDSClient(config);
|
|
54
|
+
* const input = {
|
|
55
|
+
* DBClusterParameterGroupName: "STRING_VALUE", // required
|
|
56
|
+
* Parameters: [ // required
|
|
57
|
+
* {
|
|
58
|
+
* ParameterName: "STRING_VALUE",
|
|
59
|
+
* ParameterValue: "STRING_VALUE",
|
|
60
|
+
* Description: "STRING_VALUE",
|
|
61
|
+
* Source: "STRING_VALUE",
|
|
62
|
+
* ApplyType: "STRING_VALUE",
|
|
63
|
+
* DataType: "STRING_VALUE",
|
|
64
|
+
* AllowedValues: "STRING_VALUE",
|
|
65
|
+
* IsModifiable: true || false,
|
|
66
|
+
* MinimumEngineVersion: "STRING_VALUE",
|
|
67
|
+
* ApplyMethod: "immediate" || "pending-reboot",
|
|
68
|
+
* SupportedEngineModes: [
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* };
|
|
54
74
|
* const command = new ModifyDBClusterParameterGroupCommand(input);
|
|
55
75
|
* const response = await client.send(command);
|
|
56
76
|
* ```
|
|
@@ -44,6 +44,16 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
|
|
|
44
44
|
* import { RDSClient, ModifyDBClusterSnapshotAttributeCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
45
45
|
* // const { RDSClient, ModifyDBClusterSnapshotAttributeCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
46
46
|
* const client = new RDSClient(config);
|
|
47
|
+
* const input = {
|
|
48
|
+
* DBClusterSnapshotIdentifier: "STRING_VALUE", // required
|
|
49
|
+
* AttributeName: "STRING_VALUE", // required
|
|
50
|
+
* ValuesToAdd: [
|
|
51
|
+
* "STRING_VALUE",
|
|
52
|
+
* ],
|
|
53
|
+
* ValuesToRemove: [
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* };
|
|
47
57
|
* const command = new ModifyDBClusterSnapshotAttributeCommand(input);
|
|
48
58
|
* const response = await client.send(command);
|
|
49
59
|
* ```
|
|
@@ -30,6 +30,76 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
|
|
|
30
30
|
* import { RDSClient, ModifyDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, ModifyDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = {
|
|
34
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* AllocatedStorage: Number("int"),
|
|
36
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
37
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
38
|
+
* DBSecurityGroups: [
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* VpcSecurityGroupIds: [
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* ApplyImmediately: true || false,
|
|
45
|
+
* MasterUserPassword: "STRING_VALUE",
|
|
46
|
+
* DBParameterGroupName: "STRING_VALUE",
|
|
47
|
+
* BackupRetentionPeriod: Number("int"),
|
|
48
|
+
* PreferredBackupWindow: "STRING_VALUE",
|
|
49
|
+
* PreferredMaintenanceWindow: "STRING_VALUE",
|
|
50
|
+
* MultiAZ: true || false,
|
|
51
|
+
* EngineVersion: "STRING_VALUE",
|
|
52
|
+
* AllowMajorVersionUpgrade: true || false,
|
|
53
|
+
* AutoMinorVersionUpgrade: true || false,
|
|
54
|
+
* LicenseModel: "STRING_VALUE",
|
|
55
|
+
* Iops: Number("int"),
|
|
56
|
+
* OptionGroupName: "STRING_VALUE",
|
|
57
|
+
* NewDBInstanceIdentifier: "STRING_VALUE",
|
|
58
|
+
* StorageType: "STRING_VALUE",
|
|
59
|
+
* TdeCredentialArn: "STRING_VALUE",
|
|
60
|
+
* TdeCredentialPassword: "STRING_VALUE",
|
|
61
|
+
* CACertificateIdentifier: "STRING_VALUE",
|
|
62
|
+
* Domain: "STRING_VALUE",
|
|
63
|
+
* CopyTagsToSnapshot: true || false,
|
|
64
|
+
* MonitoringInterval: Number("int"),
|
|
65
|
+
* DBPortNumber: Number("int"),
|
|
66
|
+
* PubliclyAccessible: true || false,
|
|
67
|
+
* MonitoringRoleArn: "STRING_VALUE",
|
|
68
|
+
* DomainIAMRoleName: "STRING_VALUE",
|
|
69
|
+
* PromotionTier: Number("int"),
|
|
70
|
+
* EnableIAMDatabaseAuthentication: true || false,
|
|
71
|
+
* EnablePerformanceInsights: true || false,
|
|
72
|
+
* PerformanceInsightsKMSKeyId: "STRING_VALUE",
|
|
73
|
+
* PerformanceInsightsRetentionPeriod: Number("int"),
|
|
74
|
+
* CloudwatchLogsExportConfiguration: {
|
|
75
|
+
* EnableLogTypes: [
|
|
76
|
+
* "STRING_VALUE",
|
|
77
|
+
* ],
|
|
78
|
+
* DisableLogTypes: [
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
82
|
+
* ProcessorFeatures: [
|
|
83
|
+
* {
|
|
84
|
+
* Name: "STRING_VALUE",
|
|
85
|
+
* Value: "STRING_VALUE",
|
|
86
|
+
* },
|
|
87
|
+
* ],
|
|
88
|
+
* UseDefaultProcessorFeatures: true || false,
|
|
89
|
+
* DeletionProtection: true || false,
|
|
90
|
+
* MaxAllocatedStorage: Number("int"),
|
|
91
|
+
* CertificateRotationRestart: true || false,
|
|
92
|
+
* ReplicaMode: "open-read-only" || "mounted",
|
|
93
|
+
* EnableCustomerOwnedIp: true || false,
|
|
94
|
+
* AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
95
|
+
* AutomationMode: "full" || "all-paused",
|
|
96
|
+
* ResumeFullAutomationModeMinutes: Number("int"),
|
|
97
|
+
* NetworkType: "STRING_VALUE",
|
|
98
|
+
* StorageThroughput: Number("int"),
|
|
99
|
+
* ManageMasterUserPassword: true || false,
|
|
100
|
+
* RotateMasterUserPassword: true || false,
|
|
101
|
+
* MasterUserSecretKmsKeyId: "STRING_VALUE",
|
|
102
|
+
* };
|
|
33
103
|
* const command = new ModifyDBInstanceCommand(input);
|
|
34
104
|
* const response = await client.send(command);
|
|
35
105
|
* ```
|
|
@@ -39,6 +39,26 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
|
|
|
39
39
|
* import { RDSClient, ModifyDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
40
40
|
* // const { RDSClient, ModifyDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
41
41
|
* const client = new RDSClient(config);
|
|
42
|
+
* const input = {
|
|
43
|
+
* DBParameterGroupName: "STRING_VALUE", // required
|
|
44
|
+
* Parameters: [ // required
|
|
45
|
+
* {
|
|
46
|
+
* ParameterName: "STRING_VALUE",
|
|
47
|
+
* ParameterValue: "STRING_VALUE",
|
|
48
|
+
* Description: "STRING_VALUE",
|
|
49
|
+
* Source: "STRING_VALUE",
|
|
50
|
+
* ApplyType: "STRING_VALUE",
|
|
51
|
+
* DataType: "STRING_VALUE",
|
|
52
|
+
* AllowedValues: "STRING_VALUE",
|
|
53
|
+
* IsModifiable: true || false,
|
|
54
|
+
* MinimumEngineVersion: "STRING_VALUE",
|
|
55
|
+
* ApplyMethod: "immediate" || "pending-reboot",
|
|
56
|
+
* SupportedEngineModes: [
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* };
|
|
42
62
|
* const command = new ModifyDBParameterGroupCommand(input);
|
|
43
63
|
* const response = await client.send(command);
|
|
44
64
|
* ```
|
|
@@ -26,6 +26,27 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met
|
|
|
26
26
|
* import { RDSClient, ModifyDBProxyCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, ModifyDBProxyCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DBProxyName: "STRING_VALUE", // required
|
|
31
|
+
* NewDBProxyName: "STRING_VALUE",
|
|
32
|
+
* Auth: [
|
|
33
|
+
* {
|
|
34
|
+
* Description: "STRING_VALUE",
|
|
35
|
+
* UserName: "STRING_VALUE",
|
|
36
|
+
* AuthScheme: "SECRETS",
|
|
37
|
+
* SecretArn: "STRING_VALUE",
|
|
38
|
+
* IAMAuth: "DISABLED" || "REQUIRED" || "ENABLED",
|
|
39
|
+
* ClientPasswordAuthType: "MYSQL_NATIVE_PASSWORD" || "POSTGRES_SCRAM_SHA_256" || "POSTGRES_MD5" || "SQL_SERVER_AUTHENTICATION",
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* RequireTLS: true || false,
|
|
43
|
+
* IdleClientTimeout: Number("int"),
|
|
44
|
+
* DebugLogging: true || false,
|
|
45
|
+
* RoleArn: "STRING_VALUE",
|
|
46
|
+
* SecurityGroups: [
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* };
|
|
29
50
|
* const command = new ModifyDBProxyCommand(input);
|
|
30
51
|
* const response = await client.send(command);
|
|
31
52
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ModifyDBProxyEndpointCommandOutput extends ModifyDBProxyEndpoin
|
|
|
26
26
|
* import { RDSClient, ModifyDBProxyEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, ModifyDBProxyEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DBProxyEndpointName: "STRING_VALUE", // required
|
|
31
|
+
* NewDBProxyEndpointName: "STRING_VALUE",
|
|
32
|
+
* VpcSecurityGroupIds: [
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ModifyDBProxyEndpointCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,20 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg
|
|
|
26
26
|
* import { RDSClient, ModifyDBProxyTargetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, ModifyDBProxyTargetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* TargetGroupName: "STRING_VALUE", // required
|
|
31
|
+
* DBProxyName: "STRING_VALUE", // required
|
|
32
|
+
* ConnectionPoolConfig: {
|
|
33
|
+
* MaxConnectionsPercent: Number("int"),
|
|
34
|
+
* MaxIdleConnectionsPercent: Number("int"),
|
|
35
|
+
* ConnectionBorrowTimeout: Number("int"),
|
|
36
|
+
* SessionPinningFilters: [
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* InitQuery: "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* NewName: "STRING_VALUE",
|
|
42
|
+
* };
|
|
29
43
|
* const command = new ModifyDBProxyTargetGroupCommand(input);
|
|
30
44
|
* const response = await client.send(command);
|
|
31
45
|
* ```
|
|
@@ -42,6 +42,16 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot
|
|
|
42
42
|
* import { RDSClient, ModifyDBSnapshotAttributeCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
43
43
|
* // const { RDSClient, ModifyDBSnapshotAttributeCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
44
44
|
* const client = new RDSClient(config);
|
|
45
|
+
* const input = {
|
|
46
|
+
* DBSnapshotIdentifier: "STRING_VALUE", // required
|
|
47
|
+
* AttributeName: "STRING_VALUE", // required
|
|
48
|
+
* ValuesToAdd: [
|
|
49
|
+
* "STRING_VALUE",
|
|
50
|
+
* ],
|
|
51
|
+
* ValuesToRemove: [
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* };
|
|
45
55
|
* const command = new ModifyDBSnapshotAttributeCommand(input);
|
|
46
56
|
* const response = await client.send(command);
|
|
47
57
|
* ```
|
|
@@ -31,6 +31,11 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
|
|
|
31
31
|
* import { RDSClient, ModifyDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
32
32
|
* // const { RDSClient, ModifyDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
33
33
|
* const client = new RDSClient(config);
|
|
34
|
+
* const input = {
|
|
35
|
+
* DBSnapshotIdentifier: "STRING_VALUE", // required
|
|
36
|
+
* EngineVersion: "STRING_VALUE",
|
|
37
|
+
* OptionGroupName: "STRING_VALUE",
|
|
38
|
+
* };
|
|
34
39
|
* const command = new ModifyDBSnapshotCommand(input);
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
@@ -26,6 +26,13 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
|
|
|
26
26
|
* import { RDSClient, ModifyDBSubnetGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
27
27
|
* // const { RDSClient, ModifyDBSubnetGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
28
28
|
* const client = new RDSClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DBSubnetGroupName: "STRING_VALUE", // required
|
|
31
|
+
* DBSubnetGroupDescription: "STRING_VALUE",
|
|
32
|
+
* SubnetIds: [ // required
|
|
33
|
+
* "STRING_VALUE",
|
|
34
|
+
* ],
|
|
35
|
+
* };
|
|
29
36
|
* const command = new ModifyDBSubnetGroupCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -30,6 +30,15 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
|
|
|
30
30
|
* import { RDSClient, ModifyEventSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
31
31
|
* // const { RDSClient, ModifyEventSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
32
32
|
* const client = new RDSClient(config);
|
|
33
|
+
* const input = {
|
|
34
|
+
* SubscriptionName: "STRING_VALUE", // required
|
|
35
|
+
* SnsTopicArn: "STRING_VALUE",
|
|
36
|
+
* SourceType: "STRING_VALUE",
|
|
37
|
+
* EventCategories: [
|
|
38
|
+
* "STRING_VALUE",
|
|
39
|
+
* ],
|
|
40
|
+
* Enabled: true || false,
|
|
41
|
+
* };
|
|
33
42
|
* const command = new ModifyEventSubscriptionCommand(input);
|
|
34
43
|
* const response = await client.send(command);
|
|
35
44
|
* ```
|
|
@@ -32,6 +32,13 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
|
|
|
32
32
|
* import { RDSClient, ModifyGlobalClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
|
|
33
33
|
* // const { RDSClient, ModifyGlobalClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
|
|
34
34
|
* const client = new RDSClient(config);
|
|
35
|
+
* const input = {
|
|
36
|
+
* GlobalClusterIdentifier: "STRING_VALUE",
|
|
37
|
+
* NewGlobalClusterIdentifier: "STRING_VALUE",
|
|
38
|
+
* DeletionProtection: true || false,
|
|
39
|
+
* EngineVersion: "STRING_VALUE",
|
|
40
|
+
* AllowMajorVersionUpgrade: true || false,
|
|
41
|
+
* };
|
|
35
42
|
* const command = new ModifyGlobalClusterCommand(input);
|
|
36
43
|
* const response = await client.send(command);
|
|
37
44
|
* ```
|