@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
|
@@ -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 = { // ModifyDBClusterMessage
|
|
38
|
+
* DBClusterIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* NewDBClusterIdentifier: "STRING_VALUE",
|
|
40
|
+
* ApplyImmediately: true || false,
|
|
41
|
+
* BackupRetentionPeriod: Number("int"),
|
|
42
|
+
* DBClusterParameterGroupName: "STRING_VALUE",
|
|
43
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
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: { // CloudwatchLogsExportConfiguration
|
|
54
|
+
* EnableLogTypes: [ // LogTypeList
|
|
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: { // 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: { // 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 = { // ModifyDBClusterEndpointMessage
|
|
34
|
+
* DBClusterEndpointIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* EndpointType: "STRING_VALUE",
|
|
36
|
+
* StaticMembers: [ // StringList
|
|
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 = { // ModifyDBClusterParameterGroupMessage
|
|
55
|
+
* DBClusterParameterGroupName: "STRING_VALUE", // required
|
|
56
|
+
* Parameters: [ // ParametersList // required
|
|
57
|
+
* { // Parameter
|
|
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: [ // EngineModeList
|
|
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 = { // ModifyDBClusterSnapshotAttributeMessage
|
|
48
|
+
* DBClusterSnapshotIdentifier: "STRING_VALUE", // required
|
|
49
|
+
* AttributeName: "STRING_VALUE", // required
|
|
50
|
+
* ValuesToAdd: [ // AttributeValueList
|
|
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 = { // ModifyDBInstanceMessage
|
|
34
|
+
* DBInstanceIdentifier: "STRING_VALUE", // required
|
|
35
|
+
* AllocatedStorage: Number("int"),
|
|
36
|
+
* DBInstanceClass: "STRING_VALUE",
|
|
37
|
+
* DBSubnetGroupName: "STRING_VALUE",
|
|
38
|
+
* DBSecurityGroups: [ // DBSecurityGroupNameList
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
|
|
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: { // CloudwatchLogsExportConfiguration
|
|
75
|
+
* EnableLogTypes: [ // LogTypeList
|
|
76
|
+
* "STRING_VALUE",
|
|
77
|
+
* ],
|
|
78
|
+
* DisableLogTypes: [
|
|
79
|
+
* "STRING_VALUE",
|
|
80
|
+
* ],
|
|
81
|
+
* },
|
|
82
|
+
* ProcessorFeatures: [ // ProcessorFeatureList
|
|
83
|
+
* { // ProcessorFeature
|
|
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 = { // ModifyDBParameterGroupMessage
|
|
43
|
+
* DBParameterGroupName: "STRING_VALUE", // required
|
|
44
|
+
* Parameters: [ // ParametersList // required
|
|
45
|
+
* { // Parameter
|
|
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: [ // EngineModeList
|
|
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 = { // ModifyDBProxyRequest
|
|
30
|
+
* DBProxyName: "STRING_VALUE", // required
|
|
31
|
+
* NewDBProxyName: "STRING_VALUE",
|
|
32
|
+
* Auth: [ // UserAuthConfigList
|
|
33
|
+
* { // UserAuthConfig
|
|
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: [ // StringList
|
|
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 = { // ModifyDBProxyEndpointRequest
|
|
30
|
+
* DBProxyEndpointName: "STRING_VALUE", // required
|
|
31
|
+
* NewDBProxyEndpointName: "STRING_VALUE",
|
|
32
|
+
* VpcSecurityGroupIds: [ // StringList
|
|
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 = { // ModifyDBProxyTargetGroupRequest
|
|
30
|
+
* TargetGroupName: "STRING_VALUE", // required
|
|
31
|
+
* DBProxyName: "STRING_VALUE", // required
|
|
32
|
+
* ConnectionPoolConfig: { // ConnectionPoolConfiguration
|
|
33
|
+
* MaxConnectionsPercent: Number("int"),
|
|
34
|
+
* MaxIdleConnectionsPercent: Number("int"),
|
|
35
|
+
* ConnectionBorrowTimeout: Number("int"),
|
|
36
|
+
* SessionPinningFilters: [ // StringList
|
|
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 = { // ModifyDBSnapshotAttributeMessage
|
|
46
|
+
* DBSnapshotIdentifier: "STRING_VALUE", // required
|
|
47
|
+
* AttributeName: "STRING_VALUE", // required
|
|
48
|
+
* ValuesToAdd: [ // AttributeValueList
|
|
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 = { // ModifyDBSnapshotMessage
|
|
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 = { // ModifyDBSubnetGroupMessage
|
|
30
|
+
* DBSubnetGroupName: "STRING_VALUE", // required
|
|
31
|
+
* DBSubnetGroupDescription: "STRING_VALUE",
|
|
32
|
+
* SubnetIds: [ // SubnetIdentifierList // 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 = { // ModifyEventSubscriptionMessage
|
|
34
|
+
* SubscriptionName: "STRING_VALUE", // required
|
|
35
|
+
* SnsTopicArn: "STRING_VALUE",
|
|
36
|
+
* SourceType: "STRING_VALUE",
|
|
37
|
+
* EventCategories: [ // EventCategoriesList
|
|
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 = { // ModifyGlobalClusterMessage
|
|
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
|
* ```
|
|
@@ -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 = { // ModifyOptionGroupMessage
|
|
30
|
+
* OptionGroupName: "STRING_VALUE", // required
|
|
31
|
+
* OptionsToInclude: [ // OptionConfigurationList
|
|
32
|
+
* { // OptionConfiguration
|
|
33
|
+
* OptionName: "STRING_VALUE", // required
|
|
34
|
+
* Port: Number("int"),
|
|
35
|
+
* OptionVersion: "STRING_VALUE",
|
|
36
|
+
* DBSecurityGroupMemberships: [ // DBSecurityGroupNameList
|
|
37
|
+
* "STRING_VALUE",
|
|
38
|
+
* ],
|
|
39
|
+
* VpcSecurityGroupMemberships: [ // VpcSecurityGroupIdList
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* OptionSettings: [ // OptionSettingsList
|
|
43
|
+
* { // OptionSetting
|
|
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: [ // OptionNamesList
|
|
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 = { // PromoteReadReplicaMessage
|
|
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 = { // PromoteReadReplicaDBClusterMessage
|
|
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 = { // PurchaseReservedDBInstancesOfferingMessage
|
|
30
|
+
* ReservedDBInstancesOfferingId: "STRING_VALUE", // required
|
|
31
|
+
* ReservedDBInstanceId: "STRING_VALUE",
|
|
32
|
+
* DBInstanceCount: Number("int"),
|
|
33
|
+
* Tags: [ // TagList
|
|
34
|
+
* { // Tag
|
|
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 = { // RebootDBClusterMessage
|
|
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 = { // RebootDBInstanceMessage
|
|
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 = { // RegisterDBProxyTargetsRequest
|
|
30
|
+
* DBProxyName: "STRING_VALUE", // required
|
|
31
|
+
* TargetGroupName: "STRING_VALUE",
|
|
32
|
+
* DBInstanceIdentifiers: [ // StringList
|
|
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 = { // RemoveFromGlobalClusterMessage
|
|
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 = { // RemoveRoleFromDBClusterMessage
|
|
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 = { // RemoveRoleFromDBInstanceMessage
|
|
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 = { // RemoveSourceIdentifierFromSubscriptionMessage
|
|
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 = { // RemoveTagsFromResourceMessage
|
|
34
|
+
* ResourceName: "STRING_VALUE", // required
|
|
35
|
+
* TagKeys: [ // KeyList // 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 = { // ResetDBClusterParameterGroupMessage
|
|
45
|
+
* DBClusterParameterGroupName: "STRING_VALUE", // required
|
|
46
|
+
* ResetAllParameters: true || false,
|
|
47
|
+
* Parameters: [ // ParametersList
|
|
48
|
+
* { // Parameter
|
|
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: [ // EngineModeList
|
|
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 = { // ResetDBParameterGroupMessage
|
|
37
|
+
* DBParameterGroupName: "STRING_VALUE", // required
|
|
38
|
+
* ResetAllParameters: true || false,
|
|
39
|
+
* Parameters: [ // ParametersList
|
|
40
|
+
* { // Parameter
|
|
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: [ // EngineModeList
|
|
52
|
+
* "STRING_VALUE",
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* };
|
|
36
57
|
* const command = new ResetDBParameterGroupCommand(input);
|
|
37
58
|
* const response = await client.send(command);
|
|
38
59
|
* ```
|