@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.
Files changed (142) hide show
  1. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +5 -0
  2. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +5 -0
  3. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +9 -0
  5. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +5 -0
  6. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +7 -0
  7. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +6 -0
  8. package/dist-types/commands/CancelExportTaskCommand.d.ts +3 -0
  9. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +13 -0
  11. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
  12. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +16 -0
  13. package/dist-types/commands/CopyOptionGroupCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +13 -0
  15. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateDBClusterCommand.d.ts +72 -0
  17. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
  18. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +10 -0
  20. package/dist-types/commands/CreateDBInstanceCommand.d.ts +73 -0
  21. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +53 -0
  22. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateDBProxyCommand.d.ts +30 -0
  24. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
  25. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +10 -0
  27. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +13 -0
  28. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +18 -0
  29. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +9 -0
  30. package/dist-types/commands/CreateOptionGroupCommand.d.ts +12 -0
  31. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -0
  32. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteDBClusterCommand.d.ts +5 -0
  34. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +3 -0
  35. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -0
  37. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -0
  39. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +3 -0
  40. package/dist-types/commands/DeleteDBProxyCommand.d.ts +3 -0
  41. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +3 -0
  42. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +3 -0
  43. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -0
  44. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -0
  45. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
  46. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -0
  47. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +3 -0
  48. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +10 -0
  49. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +13 -0
  51. package/dist-types/commands/DescribeCertificatesCommand.d.ts +13 -0
  52. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +14 -0
  53. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +14 -0
  54. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +13 -0
  55. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +14 -0
  56. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -0
  57. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
  58. package/dist-types/commands/DescribeDBClustersCommand.d.ts +14 -0
  59. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +15 -0
  61. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +13 -0
  62. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +13 -0
  64. package/dist-types/commands/DescribeDBParametersCommand.d.ts +14 -0
  65. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +13 -0
  66. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +14 -0
  67. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +14 -0
  68. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +14 -0
  69. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +13 -0
  70. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +3 -0
  71. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +18 -0
  72. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +13 -0
  73. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -0
  74. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -0
  75. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
  76. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +13 -0
  77. package/dist-types/commands/DescribeEventsCommand.d.ts +20 -0
  78. package/dist-types/commands/DescribeExportTasksCommand.d.ts +15 -0
  79. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +13 -0
  80. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +14 -0
  81. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +15 -0
  82. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +18 -0
  83. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +13 -0
  84. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +20 -0
  85. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +18 -0
  86. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +13 -0
  87. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +3 -0
  88. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +6 -0
  89. package/dist-types/commands/FailoverDBClusterCommand.d.ts +4 -0
  90. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +4 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  92. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +4 -0
  93. package/dist-types/commands/ModifyCertificatesCommand.d.ts +4 -0
  94. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +6 -0
  95. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +6 -0
  96. package/dist-types/commands/ModifyDBClusterCommand.d.ts +60 -0
  97. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +10 -0
  98. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +20 -0
  99. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +10 -0
  100. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +70 -0
  101. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +20 -0
  102. package/dist-types/commands/ModifyDBProxyCommand.d.ts +21 -0
  103. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +7 -0
  104. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +14 -0
  105. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +10 -0
  106. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +5 -0
  107. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +7 -0
  108. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
  109. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +7 -0
  110. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +33 -0
  111. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +5 -0
  112. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +3 -0
  113. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +11 -0
  114. package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -0
  115. package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -0
  116. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +10 -0
  117. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +4 -0
  118. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +5 -0
  119. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +5 -0
  120. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -0
  121. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  122. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +21 -0
  123. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +21 -0
  124. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +51 -0
  125. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +51 -0
  126. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +48 -0
  127. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +51 -0
  128. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +66 -0
  129. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +55 -0
  130. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +7 -0
  131. package/dist-types/commands/StartActivityStreamCommand.d.ts +7 -0
  132. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -0
  133. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -0
  134. package/dist-types/commands/StartDBInstanceCommand.d.ts +3 -0
  135. package/dist-types/commands/StartExportTaskCommand.d.ts +11 -0
  136. package/dist-types/commands/StopActivityStreamCommand.d.ts +4 -0
  137. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -0
  138. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +3 -0
  139. package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -0
  140. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -0
  141. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +3 -0
  142. package/package.json +8 -8
@@ -26,6 +26,11 @@ export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {
26
26
  * import { RDSClient, AddRoleToDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, AddRoleToDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // AddRoleToDBClusterMessage
30
+ * DBClusterIdentifier: "STRING_VALUE", // required
31
+ * RoleArn: "STRING_VALUE", // required
32
+ * FeatureName: "STRING_VALUE",
33
+ * };
29
34
  * const command = new AddRoleToDBClusterCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -30,6 +30,11 @@ export interface AddRoleToDBInstanceCommandOutput extends __MetadataBearer {
30
30
  * import { RDSClient, AddRoleToDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, AddRoleToDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
+ * const input = { // AddRoleToDBInstanceMessage
34
+ * DBInstanceIdentifier: "STRING_VALUE", // required
35
+ * RoleArn: "STRING_VALUE", // required
36
+ * FeatureName: "STRING_VALUE", // required
37
+ * };
33
38
  * const command = new AddRoleToDBInstanceCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -26,6 +26,10 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourc
26
26
  * import { RDSClient, AddSourceIdentifierToSubscriptionCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, AddSourceIdentifierToSubscriptionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // AddSourceIdentifierToSubscriptionMessage
30
+ * SubscriptionName: "STRING_VALUE", // required
31
+ * SourceIdentifier: "STRING_VALUE", // required
32
+ * };
29
33
  * const command = new AddSourceIdentifierToSubscriptionCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -28,6 +28,15 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
28
28
  * import { RDSClient, AddTagsToResourceCommand } from "@aws-sdk/client-rds"; // ES Modules import
29
29
  * // const { RDSClient, AddTagsToResourceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
30
30
  * const client = new RDSClient(config);
31
+ * const input = { // AddTagsToResourceMessage
32
+ * ResourceName: "STRING_VALUE", // required
33
+ * Tags: [ // TagList // required
34
+ * { // Tag
35
+ * Key: "STRING_VALUE",
36
+ * Value: "STRING_VALUE",
37
+ * },
38
+ * ],
39
+ * };
31
40
  * const command = new AddTagsToResourceCommand(input);
32
41
  * const response = await client.send(command);
33
42
  * ```
@@ -26,6 +26,11 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
26
26
  * import { RDSClient, ApplyPendingMaintenanceActionCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, ApplyPendingMaintenanceActionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // ApplyPendingMaintenanceActionMessage
30
+ * ResourceIdentifier: "STRING_VALUE", // required
31
+ * ApplyAction: "STRING_VALUE", // required
32
+ * OptInType: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new ApplyPendingMaintenanceActionCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -41,6 +41,13 @@ export interface AuthorizeDBSecurityGroupIngressCommandOutput extends AuthorizeD
41
41
  * import { RDSClient, AuthorizeDBSecurityGroupIngressCommand } from "@aws-sdk/client-rds"; // ES Modules import
42
42
  * // const { RDSClient, AuthorizeDBSecurityGroupIngressCommand } = require("@aws-sdk/client-rds"); // CommonJS import
43
43
  * const client = new RDSClient(config);
44
+ * const input = { // AuthorizeDBSecurityGroupIngressMessage
45
+ * DBSecurityGroupName: "STRING_VALUE", // required
46
+ * CIDRIP: "STRING_VALUE",
47
+ * EC2SecurityGroupName: "STRING_VALUE",
48
+ * EC2SecurityGroupId: "STRING_VALUE",
49
+ * EC2SecurityGroupOwnerId: "STRING_VALUE",
50
+ * };
44
51
  * const command = new AuthorizeDBSecurityGroupIngressCommand(input);
45
52
  * const response = await client.send(command);
46
53
  * ```
@@ -33,6 +33,12 @@ export interface BacktrackDBClusterCommandOutput extends DBClusterBacktrack, __M
33
33
  * import { RDSClient, BacktrackDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
34
34
  * // const { RDSClient, BacktrackDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
35
35
  * const client = new RDSClient(config);
36
+ * const input = { // BacktrackDBClusterMessage
37
+ * DBClusterIdentifier: "STRING_VALUE", // required
38
+ * BacktrackTo: new Date("TIMESTAMP"), // required
39
+ * Force: true || false,
40
+ * UseEarliestTimeOnPointInTimeUnavailable: true || false,
41
+ * };
36
42
  * const command = new BacktrackDBClusterCommand(input);
37
43
  * const response = await client.send(command);
38
44
  * ```
@@ -27,6 +27,9 @@ export interface CancelExportTaskCommandOutput extends ExportTask, __MetadataBea
27
27
  * import { RDSClient, CancelExportTaskCommand } from "@aws-sdk/client-rds"; // ES Modules import
28
28
  * // const { RDSClient, CancelExportTaskCommand } = require("@aws-sdk/client-rds"); // CommonJS import
29
29
  * const client = new RDSClient(config);
30
+ * const input = { // CancelExportTaskMessage
31
+ * ExportTaskIdentifier: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new CancelExportTaskCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -26,6 +26,17 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
26
26
  * import { RDSClient, CopyDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, CopyDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // CopyDBClusterParameterGroupMessage
30
+ * SourceDBClusterParameterGroupIdentifier: "STRING_VALUE", // required
31
+ * TargetDBClusterParameterGroupIdentifier: "STRING_VALUE", // required
32
+ * TargetDBClusterParameterGroupDescription: "STRING_VALUE", // required
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
+ * Key: "STRING_VALUE",
36
+ * Value: "STRING_VALUE",
37
+ * },
38
+ * ],
39
+ * };
29
40
  * const command = new CopyDBClusterParameterGroupCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -62,6 +62,19 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
62
62
  * import { RDSClient, CopyDBClusterSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
63
63
  * // const { RDSClient, CopyDBClusterSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
64
64
  * const client = new RDSClient(config);
65
+ * const input = { // CopyDBClusterSnapshotMessage
66
+ * SourceDBClusterSnapshotIdentifier: "STRING_VALUE", // required
67
+ * TargetDBClusterSnapshotIdentifier: "STRING_VALUE", // required
68
+ * KmsKeyId: "STRING_VALUE",
69
+ * PreSignedUrl: "STRING_VALUE",
70
+ * CopyTags: true || false,
71
+ * Tags: [ // TagList
72
+ * { // Tag
73
+ * Key: "STRING_VALUE",
74
+ * Value: "STRING_VALUE",
75
+ * },
76
+ * ],
77
+ * };
65
78
  * const command = new CopyDBClusterSnapshotCommand(input);
66
79
  * const response = await client.send(command);
67
80
  * ```
@@ -26,6 +26,17 @@ export interface CopyDBParameterGroupCommandOutput extends CopyDBParameterGroupR
26
26
  * import { RDSClient, CopyDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, CopyDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // CopyDBParameterGroupMessage
30
+ * SourceDBParameterGroupIdentifier: "STRING_VALUE", // required
31
+ * TargetDBParameterGroupIdentifier: "STRING_VALUE", // required
32
+ * TargetDBParameterGroupDescription: "STRING_VALUE", // required
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
+ * Key: "STRING_VALUE",
36
+ * Value: "STRING_VALUE",
37
+ * },
38
+ * ],
39
+ * };
29
40
  * const command = new CopyDBParameterGroupCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -32,6 +32,22 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met
32
32
  * import { RDSClient, CopyDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
33
33
  * // const { RDSClient, CopyDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
34
34
  * const client = new RDSClient(config);
35
+ * const input = { // CopyDBSnapshotMessage
36
+ * SourceDBSnapshotIdentifier: "STRING_VALUE", // required
37
+ * TargetDBSnapshotIdentifier: "STRING_VALUE", // required
38
+ * KmsKeyId: "STRING_VALUE",
39
+ * Tags: [ // TagList
40
+ * { // Tag
41
+ * Key: "STRING_VALUE",
42
+ * Value: "STRING_VALUE",
43
+ * },
44
+ * ],
45
+ * CopyTags: true || false,
46
+ * PreSignedUrl: "STRING_VALUE",
47
+ * OptionGroupName: "STRING_VALUE",
48
+ * TargetCustomAvailabilityZone: "STRING_VALUE",
49
+ * CopyOptionGroup: true || false,
50
+ * };
35
51
  * const command = new CopyDBSnapshotCommand(input);
36
52
  * const response = await client.send(command);
37
53
  * ```
@@ -26,6 +26,17 @@ export interface CopyOptionGroupCommandOutput extends CopyOptionGroupResult, __M
26
26
  * import { RDSClient, CopyOptionGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, CopyOptionGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // CopyOptionGroupMessage
30
+ * SourceOptionGroupIdentifier: "STRING_VALUE", // required
31
+ * TargetOptionGroupIdentifier: "STRING_VALUE", // required
32
+ * TargetOptionGroupDescription: "STRING_VALUE", // required
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
+ * Key: "STRING_VALUE",
36
+ * Value: "STRING_VALUE",
37
+ * },
38
+ * ],
39
+ * };
29
40
  * const command = new CopyOptionGroupCommand(input);
30
41
  * const response = await client.send(command);
31
42
  * ```
@@ -40,6 +40,19 @@ export interface CreateBlueGreenDeploymentCommandOutput extends CreateBlueGreenD
40
40
  * import { RDSClient, CreateBlueGreenDeploymentCommand } from "@aws-sdk/client-rds"; // ES Modules import
41
41
  * // const { RDSClient, CreateBlueGreenDeploymentCommand } = require("@aws-sdk/client-rds"); // CommonJS import
42
42
  * const client = new RDSClient(config);
43
+ * const input = { // CreateBlueGreenDeploymentRequest
44
+ * BlueGreenDeploymentName: "STRING_VALUE", // required
45
+ * Source: "STRING_VALUE", // required
46
+ * TargetEngineVersion: "STRING_VALUE",
47
+ * TargetDBParameterGroupName: "STRING_VALUE",
48
+ * TargetDBClusterParameterGroupName: "STRING_VALUE",
49
+ * Tags: [ // TagList
50
+ * { // Tag
51
+ * Key: "STRING_VALUE",
52
+ * Value: "STRING_VALUE",
53
+ * },
54
+ * ],
55
+ * };
43
56
  * const command = new CreateBlueGreenDeploymentCommand(input);
44
57
  * const response = await client.send(command);
45
58
  * ```
@@ -26,6 +26,22 @@ export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersio
26
26
  * import { RDSClient, CreateCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, CreateCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // CreateCustomDBEngineVersionMessage
30
+ * Engine: "STRING_VALUE", // required
31
+ * EngineVersion: "STRING_VALUE", // required
32
+ * DatabaseInstallationFilesS3BucketName: "STRING_VALUE",
33
+ * DatabaseInstallationFilesS3Prefix: "STRING_VALUE",
34
+ * ImageId: "STRING_VALUE",
35
+ * KMSKeyId: "STRING_VALUE",
36
+ * Description: "STRING_VALUE",
37
+ * Manifest: "STRING_VALUE",
38
+ * Tags: [ // TagList
39
+ * { // Tag
40
+ * Key: "STRING_VALUE",
41
+ * Value: "STRING_VALUE",
42
+ * },
43
+ * ],
44
+ * };
29
45
  * const command = new CreateCustomDBEngineVersionCommand(input);
30
46
  * const response = await client.send(command);
31
47
  * ```
@@ -38,6 +38,78 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
38
38
  * import { RDSClient, CreateDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
39
39
  * // const { RDSClient, CreateDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
40
40
  * const client = new RDSClient(config);
41
+ * const input = { // CreateDBClusterMessage
42
+ * AvailabilityZones: [ // AvailabilityZones
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * BackupRetentionPeriod: Number("int"),
46
+ * CharacterSetName: "STRING_VALUE",
47
+ * DatabaseName: "STRING_VALUE",
48
+ * DBClusterIdentifier: "STRING_VALUE", // required
49
+ * DBClusterParameterGroupName: "STRING_VALUE",
50
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * DBSubnetGroupName: "STRING_VALUE",
54
+ * Engine: "STRING_VALUE", // required
55
+ * EngineVersion: "STRING_VALUE",
56
+ * Port: Number("int"),
57
+ * MasterUsername: "STRING_VALUE",
58
+ * MasterUserPassword: "STRING_VALUE",
59
+ * OptionGroupName: "STRING_VALUE",
60
+ * PreferredBackupWindow: "STRING_VALUE",
61
+ * PreferredMaintenanceWindow: "STRING_VALUE",
62
+ * ReplicationSourceIdentifier: "STRING_VALUE",
63
+ * Tags: [ // TagList
64
+ * { // Tag
65
+ * Key: "STRING_VALUE",
66
+ * Value: "STRING_VALUE",
67
+ * },
68
+ * ],
69
+ * StorageEncrypted: true || false,
70
+ * KmsKeyId: "STRING_VALUE",
71
+ * PreSignedUrl: "STRING_VALUE",
72
+ * EnableIAMDatabaseAuthentication: true || false,
73
+ * BacktrackWindow: Number("long"),
74
+ * EnableCloudwatchLogsExports: [ // LogTypeList
75
+ * "STRING_VALUE",
76
+ * ],
77
+ * EngineMode: "STRING_VALUE",
78
+ * ScalingConfiguration: { // ScalingConfiguration
79
+ * MinCapacity: Number("int"),
80
+ * MaxCapacity: Number("int"),
81
+ * AutoPause: true || false,
82
+ * SecondsUntilAutoPause: Number("int"),
83
+ * TimeoutAction: "STRING_VALUE",
84
+ * SecondsBeforeTimeout: Number("int"),
85
+ * },
86
+ * DeletionProtection: true || false,
87
+ * GlobalClusterIdentifier: "STRING_VALUE",
88
+ * EnableHttpEndpoint: true || false,
89
+ * CopyTagsToSnapshot: true || false,
90
+ * Domain: "STRING_VALUE",
91
+ * DomainIAMRoleName: "STRING_VALUE",
92
+ * EnableGlobalWriteForwarding: true || false,
93
+ * DBClusterInstanceClass: "STRING_VALUE",
94
+ * AllocatedStorage: Number("int"),
95
+ * StorageType: "STRING_VALUE",
96
+ * Iops: Number("int"),
97
+ * PubliclyAccessible: true || false,
98
+ * AutoMinorVersionUpgrade: true || false,
99
+ * MonitoringInterval: Number("int"),
100
+ * MonitoringRoleArn: "STRING_VALUE",
101
+ * EnablePerformanceInsights: true || false,
102
+ * PerformanceInsightsKMSKeyId: "STRING_VALUE",
103
+ * PerformanceInsightsRetentionPeriod: Number("int"),
104
+ * ServerlessV2ScalingConfiguration: { // ServerlessV2ScalingConfiguration
105
+ * MinCapacity: Number("double"),
106
+ * MaxCapacity: Number("double"),
107
+ * },
108
+ * NetworkType: "STRING_VALUE",
109
+ * DBSystemId: "STRING_VALUE",
110
+ * ManageMasterUserPassword: true || false,
111
+ * MasterUserSecretKmsKeyId: "STRING_VALUE",
112
+ * };
41
113
  * const command = new CreateDBClusterCommand(input);
42
114
  * const response = await client.send(command);
43
115
  * ```
@@ -29,6 +29,23 @@ export interface CreateDBClusterEndpointCommandOutput extends DBClusterEndpoint,
29
29
  * import { RDSClient, CreateDBClusterEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import
30
30
  * // const { RDSClient, CreateDBClusterEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import
31
31
  * const client = new RDSClient(config);
32
+ * const input = { // CreateDBClusterEndpointMessage
33
+ * DBClusterIdentifier: "STRING_VALUE", // required
34
+ * DBClusterEndpointIdentifier: "STRING_VALUE", // required
35
+ * EndpointType: "STRING_VALUE", // required
36
+ * StaticMembers: [ // StringList
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * ExcludedMembers: [
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * Tags: [ // TagList
43
+ * { // Tag
44
+ * Key: "STRING_VALUE",
45
+ * Value: "STRING_VALUE",
46
+ * },
47
+ * ],
48
+ * };
32
49
  * const command = new CreateDBClusterEndpointCommand(input);
33
50
  * const response = await client.send(command);
34
51
  * ```
@@ -55,6 +55,17 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
55
55
  * import { RDSClient, CreateDBClusterParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
56
56
  * // const { RDSClient, CreateDBClusterParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
57
57
  * const client = new RDSClient(config);
58
+ * const input = { // CreateDBClusterParameterGroupMessage
59
+ * DBClusterParameterGroupName: "STRING_VALUE", // required
60
+ * DBParameterGroupFamily: "STRING_VALUE", // required
61
+ * Description: "STRING_VALUE", // required
62
+ * Tags: [ // TagList
63
+ * { // Tag
64
+ * Key: "STRING_VALUE",
65
+ * Value: "STRING_VALUE",
66
+ * },
67
+ * ],
68
+ * };
58
69
  * const command = new CreateDBClusterParameterGroupCommand(input);
59
70
  * const response = await client.send(command);
60
71
  * ```
@@ -31,6 +31,16 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
31
31
  * import { RDSClient, CreateDBClusterSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
32
32
  * // const { RDSClient, CreateDBClusterSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
33
33
  * const client = new RDSClient(config);
34
+ * const input = { // CreateDBClusterSnapshotMessage
35
+ * DBClusterSnapshotIdentifier: "STRING_VALUE", // required
36
+ * DBClusterIdentifier: "STRING_VALUE", // required
37
+ * Tags: [ // TagList
38
+ * { // Tag
39
+ * Key: "STRING_VALUE",
40
+ * Value: "STRING_VALUE",
41
+ * },
42
+ * ],
43
+ * };
34
44
  * const command = new CreateDBClusterSnapshotCommand(input);
35
45
  * const response = await client.send(command);
36
46
  * ```
@@ -34,6 +34,79 @@ export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, _
34
34
  * import { RDSClient, CreateDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, CreateDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
+ * const input = { // CreateDBInstanceMessage
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
+ * CharacterSetName: "STRING_VALUE",
65
+ * NcharCharacterSetName: "STRING_VALUE",
66
+ * PubliclyAccessible: true || false,
67
+ * Tags: [ // TagList
68
+ * { // Tag
69
+ * Key: "STRING_VALUE",
70
+ * Value: "STRING_VALUE",
71
+ * },
72
+ * ],
73
+ * DBClusterIdentifier: "STRING_VALUE",
74
+ * StorageType: "STRING_VALUE",
75
+ * TdeCredentialArn: "STRING_VALUE",
76
+ * TdeCredentialPassword: "STRING_VALUE",
77
+ * StorageEncrypted: true || false,
78
+ * KmsKeyId: "STRING_VALUE",
79
+ * Domain: "STRING_VALUE",
80
+ * CopyTagsToSnapshot: true || false,
81
+ * MonitoringInterval: Number("int"),
82
+ * MonitoringRoleArn: "STRING_VALUE",
83
+ * DomainIAMRoleName: "STRING_VALUE",
84
+ * PromotionTier: Number("int"),
85
+ * Timezone: "STRING_VALUE",
86
+ * EnableIAMDatabaseAuthentication: true || false,
87
+ * EnablePerformanceInsights: true || false,
88
+ * PerformanceInsightsKMSKeyId: "STRING_VALUE",
89
+ * PerformanceInsightsRetentionPeriod: Number("int"),
90
+ * EnableCloudwatchLogsExports: [ // LogTypeList
91
+ * "STRING_VALUE",
92
+ * ],
93
+ * ProcessorFeatures: [ // ProcessorFeatureList
94
+ * { // ProcessorFeature
95
+ * Name: "STRING_VALUE",
96
+ * Value: "STRING_VALUE",
97
+ * },
98
+ * ],
99
+ * DeletionProtection: true || false,
100
+ * MaxAllocatedStorage: Number("int"),
101
+ * EnableCustomerOwnedIp: true || false,
102
+ * CustomIamInstanceProfile: "STRING_VALUE",
103
+ * BackupTarget: "STRING_VALUE",
104
+ * NetworkType: "STRING_VALUE",
105
+ * StorageThroughput: Number("int"),
106
+ * ManageMasterUserPassword: true || false,
107
+ * MasterUserSecretKmsKeyId: "STRING_VALUE",
108
+ * CACertificateIdentifier: "STRING_VALUE",
109
+ * };
37
110
  * const command = new CreateDBInstanceCommand(input);
38
111
  * const response = await client.send(command);
39
112
  * ```
@@ -37,6 +37,59 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
37
37
  * import { RDSClient, CreateDBInstanceReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import
38
38
  * // const { RDSClient, CreateDBInstanceReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import
39
39
  * const client = new RDSClient(config);
40
+ * const input = { // CreateDBInstanceReadReplicaMessage
41
+ * DBInstanceIdentifier: "STRING_VALUE", // required
42
+ * SourceDBInstanceIdentifier: "STRING_VALUE", // required
43
+ * DBInstanceClass: "STRING_VALUE",
44
+ * AvailabilityZone: "STRING_VALUE",
45
+ * Port: Number("int"),
46
+ * MultiAZ: true || false,
47
+ * AutoMinorVersionUpgrade: true || false,
48
+ * Iops: Number("int"),
49
+ * OptionGroupName: "STRING_VALUE",
50
+ * DBParameterGroupName: "STRING_VALUE",
51
+ * PubliclyAccessible: true || false,
52
+ * Tags: [ // TagList
53
+ * { // Tag
54
+ * Key: "STRING_VALUE",
55
+ * Value: "STRING_VALUE",
56
+ * },
57
+ * ],
58
+ * DBSubnetGroupName: "STRING_VALUE",
59
+ * VpcSecurityGroupIds: [ // VpcSecurityGroupIdList
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * StorageType: "STRING_VALUE",
63
+ * CopyTagsToSnapshot: true || false,
64
+ * MonitoringInterval: Number("int"),
65
+ * MonitoringRoleArn: "STRING_VALUE",
66
+ * KmsKeyId: "STRING_VALUE",
67
+ * PreSignedUrl: "STRING_VALUE",
68
+ * EnableIAMDatabaseAuthentication: true || false,
69
+ * EnablePerformanceInsights: true || false,
70
+ * PerformanceInsightsKMSKeyId: "STRING_VALUE",
71
+ * PerformanceInsightsRetentionPeriod: Number("int"),
72
+ * EnableCloudwatchLogsExports: [ // LogTypeList
73
+ * "STRING_VALUE",
74
+ * ],
75
+ * ProcessorFeatures: [ // ProcessorFeatureList
76
+ * { // ProcessorFeature
77
+ * Name: "STRING_VALUE",
78
+ * Value: "STRING_VALUE",
79
+ * },
80
+ * ],
81
+ * UseDefaultProcessorFeatures: true || false,
82
+ * DeletionProtection: true || false,
83
+ * Domain: "STRING_VALUE",
84
+ * DomainIAMRoleName: "STRING_VALUE",
85
+ * ReplicaMode: "open-read-only" || "mounted",
86
+ * MaxAllocatedStorage: Number("int"),
87
+ * CustomIamInstanceProfile: "STRING_VALUE",
88
+ * NetworkType: "STRING_VALUE",
89
+ * StorageThroughput: Number("int"),
90
+ * EnableCustomerOwnedIp: true || false,
91
+ * AllocatedStorage: Number("int"),
92
+ * };
40
93
  * const command = new CreateDBInstanceReadReplicaCommand(input);
41
94
  * const response = await client.send(command);
42
95
  * ```
@@ -45,6 +45,17 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
45
45
  * import { RDSClient, CreateDBParameterGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
46
46
  * // const { RDSClient, CreateDBParameterGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
47
47
  * const client = new RDSClient(config);
48
+ * const input = { // CreateDBParameterGroupMessage
49
+ * DBParameterGroupName: "STRING_VALUE", // required
50
+ * DBParameterGroupFamily: "STRING_VALUE", // required
51
+ * Description: "STRING_VALUE", // required
52
+ * Tags: [ // TagList
53
+ * { // Tag
54
+ * Key: "STRING_VALUE",
55
+ * Value: "STRING_VALUE",
56
+ * },
57
+ * ],
58
+ * };
48
59
  * const command = new CreateDBParameterGroupCommand(input);
49
60
  * const response = await client.send(command);
50
61
  * ```
@@ -26,6 +26,36 @@ export interface CreateDBProxyCommandOutput extends CreateDBProxyResponse, __Met
26
26
  * import { RDSClient, CreateDBProxyCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, CreateDBProxyCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // CreateDBProxyRequest
30
+ * DBProxyName: "STRING_VALUE", // required
31
+ * EngineFamily: "MYSQL" || "POSTGRESQL" || "SQLSERVER", // required
32
+ * Auth: [ // UserAuthConfigList // required
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
+ * RoleArn: "STRING_VALUE", // required
43
+ * VpcSubnetIds: [ // StringList // required
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * VpcSecurityGroupIds: [
47
+ * "STRING_VALUE",
48
+ * ],
49
+ * RequireTLS: true || false,
50
+ * IdleClientTimeout: Number("int"),
51
+ * DebugLogging: true || false,
52
+ * Tags: [ // TagList
53
+ * { // Tag
54
+ * Key: "STRING_VALUE",
55
+ * Value: "STRING_VALUE",
56
+ * },
57
+ * ],
58
+ * };
29
59
  * const command = new CreateDBProxyCommand(input);
30
60
  * const response = await client.send(command);
31
61
  * ```
@@ -28,6 +28,23 @@ export interface CreateDBProxyEndpointCommandOutput extends CreateDBProxyEndpoin
28
28
  * import { RDSClient, CreateDBProxyEndpointCommand } from "@aws-sdk/client-rds"; // ES Modules import
29
29
  * // const { RDSClient, CreateDBProxyEndpointCommand } = require("@aws-sdk/client-rds"); // CommonJS import
30
30
  * const client = new RDSClient(config);
31
+ * const input = { // CreateDBProxyEndpointRequest
32
+ * DBProxyName: "STRING_VALUE", // required
33
+ * DBProxyEndpointName: "STRING_VALUE", // required
34
+ * VpcSubnetIds: [ // StringList // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * VpcSecurityGroupIds: [
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * TargetRole: "READ_WRITE" || "READ_ONLY",
41
+ * Tags: [ // TagList
42
+ * { // Tag
43
+ * Key: "STRING_VALUE",
44
+ * Value: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * };
31
48
  * const command = new CreateDBProxyEndpointCommand(input);
32
49
  * const response = await client.send(command);
33
50
  * ```
@@ -34,6 +34,16 @@ export interface CreateDBSecurityGroupCommandOutput extends CreateDBSecurityGrou
34
34
  * import { RDSClient, CreateDBSecurityGroupCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, CreateDBSecurityGroupCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
+ * const input = { // CreateDBSecurityGroupMessage
38
+ * DBSecurityGroupName: "STRING_VALUE", // required
39
+ * DBSecurityGroupDescription: "STRING_VALUE", // required
40
+ * Tags: [ // TagList
41
+ * { // Tag
42
+ * Key: "STRING_VALUE",
43
+ * Value: "STRING_VALUE",
44
+ * },
45
+ * ],
46
+ * };
37
47
  * const command = new CreateDBSecurityGroupCommand(input);
38
48
  * const response = await client.send(command);
39
49
  * ```
@@ -27,6 +27,16 @@ export interface CreateDBSnapshotCommandOutput extends CreateDBSnapshotResult, _
27
27
  * import { RDSClient, CreateDBSnapshotCommand } from "@aws-sdk/client-rds"; // ES Modules import
28
28
  * // const { RDSClient, CreateDBSnapshotCommand } = require("@aws-sdk/client-rds"); // CommonJS import
29
29
  * const client = new RDSClient(config);
30
+ * const input = { // CreateDBSnapshotMessage
31
+ * DBSnapshotIdentifier: "STRING_VALUE", // required
32
+ * DBInstanceIdentifier: "STRING_VALUE", // required
33
+ * Tags: [ // TagList
34
+ * { // Tag
35
+ * Key: "STRING_VALUE",
36
+ * Value: "STRING_VALUE",
37
+ * },
38
+ * ],
39
+ * };
30
40
  * const command = new CreateDBSnapshotCommand(input);
31
41
  * const response = await client.send(command);
32
42
  * ```