@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,19 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons
26
26
  * import { RDSClient, DescribeDBProxiesCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeDBProxiesCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeDBProxiesRequest
30
+ * DBProxyName: "STRING_VALUE",
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // FilterValueList // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * Marker: "STRING_VALUE",
40
+ * MaxRecords: Number("int"),
41
+ * };
29
42
  * const command = new DescribeDBProxiesCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -26,6 +26,20 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn
26
26
  * import { RDSClient, DescribeDBProxyEndpointsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeDBProxyEndpointsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeDBProxyEndpointsRequest
30
+ * DBProxyName: "STRING_VALUE",
31
+ * DBProxyEndpointName: "STRING_VALUE",
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
+ * Name: "STRING_VALUE", // required
35
+ * Values: [ // FilterValueList // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * Marker: "STRING_VALUE",
41
+ * MaxRecords: Number("int"),
42
+ * };
29
43
  * const command = new DescribeDBProxyEndpointsCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,20 @@ export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProx
26
26
  * import { RDSClient, DescribeDBProxyTargetGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeDBProxyTargetGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeDBProxyTargetGroupsRequest
30
+ * DBProxyName: "STRING_VALUE", // required
31
+ * TargetGroupName: "STRING_VALUE",
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
+ * Name: "STRING_VALUE", // required
35
+ * Values: [ // FilterValueList // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * Marker: "STRING_VALUE",
41
+ * MaxRecords: Number("int"),
42
+ * };
29
43
  * const command = new DescribeDBProxyTargetGroupsCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,20 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg
26
26
  * import { RDSClient, DescribeDBProxyTargetsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeDBProxyTargetsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeDBProxyTargetsRequest
30
+ * DBProxyName: "STRING_VALUE", // required
31
+ * TargetGroupName: "STRING_VALUE",
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
+ * Name: "STRING_VALUE", // required
35
+ * Values: [ // FilterValueList // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * Marker: "STRING_VALUE",
41
+ * MaxRecords: Number("int"),
42
+ * };
29
43
  * const command = new DescribeDBProxyTargetsCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -34,6 +34,19 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
34
34
  * import { RDSClient, DescribeDBSecurityGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, DescribeDBSecurityGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
+ * const input = { // DescribeDBSecurityGroupsMessage
38
+ * DBSecurityGroupName: "STRING_VALUE",
39
+ * Filters: [ // FilterList
40
+ * { // Filter
41
+ * Name: "STRING_VALUE", // required
42
+ * Values: [ // FilterValueList // required
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * },
46
+ * ],
47
+ * MaxRecords: Number("int"),
48
+ * Marker: "STRING_VALUE",
49
+ * };
37
50
  * const command = new DescribeDBSecurityGroupsCommand(input);
38
51
  * const response = await client.send(command);
39
52
  * ```
@@ -33,6 +33,9 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
33
33
  * import { RDSClient, DescribeDBSnapshotAttributesCommand } from "@aws-sdk/client-rds"; // ES Modules import
34
34
  * // const { RDSClient, DescribeDBSnapshotAttributesCommand } = require("@aws-sdk/client-rds"); // CommonJS import
35
35
  * const client = new RDSClient(config);
36
+ * const input = { // DescribeDBSnapshotAttributesMessage
37
+ * DBSnapshotIdentifier: "STRING_VALUE", // required
38
+ * };
36
39
  * const command = new DescribeDBSnapshotAttributesCommand(input);
37
40
  * const response = await client.send(command);
38
41
  * ```
@@ -26,6 +26,24 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
26
26
  * import { RDSClient, DescribeDBSnapshotsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeDBSnapshotsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeDBSnapshotsMessage
30
+ * DBInstanceIdentifier: "STRING_VALUE",
31
+ * DBSnapshotIdentifier: "STRING_VALUE",
32
+ * SnapshotType: "STRING_VALUE",
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
+ * Name: "STRING_VALUE", // required
36
+ * Values: [ // FilterValueList // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * },
40
+ * ],
41
+ * MaxRecords: Number("int"),
42
+ * Marker: "STRING_VALUE",
43
+ * IncludeShared: true || false,
44
+ * IncludePublic: true || false,
45
+ * DbiResourceId: "STRING_VALUE",
46
+ * };
29
47
  * const command = new DescribeDBSnapshotsCommand(input);
30
48
  * const response = await client.send(command);
31
49
  * ```
@@ -28,6 +28,19 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
28
28
  * import { RDSClient, DescribeDBSubnetGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import
29
29
  * // const { RDSClient, DescribeDBSubnetGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
30
30
  * const client = new RDSClient(config);
31
+ * const input = { // DescribeDBSubnetGroupsMessage
32
+ * DBSubnetGroupName: "STRING_VALUE",
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
+ * Name: "STRING_VALUE", // required
36
+ * Values: [ // FilterValueList // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * },
40
+ * ],
41
+ * MaxRecords: Number("int"),
42
+ * Marker: "STRING_VALUE",
43
+ * };
31
44
  * const command = new DescribeDBSubnetGroupsCommand(input);
32
45
  * const response = await client.send(command);
33
46
  * ```
@@ -29,6 +29,19 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
29
29
  * import { RDSClient, DescribeEngineDefaultClusterParametersCommand } from "@aws-sdk/client-rds"; // ES Modules import
30
30
  * // const { RDSClient, DescribeEngineDefaultClusterParametersCommand } = require("@aws-sdk/client-rds"); // CommonJS import
31
31
  * const client = new RDSClient(config);
32
+ * const input = { // DescribeEngineDefaultClusterParametersMessage
33
+ * DBParameterGroupFamily: "STRING_VALUE", // required
34
+ * Filters: [ // FilterList
35
+ * { // Filter
36
+ * Name: "STRING_VALUE", // required
37
+ * Values: [ // FilterValueList // required
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * },
41
+ * ],
42
+ * MaxRecords: Number("int"),
43
+ * Marker: "STRING_VALUE",
44
+ * };
32
45
  * const command = new DescribeEngineDefaultClusterParametersCommand(input);
33
46
  * const response = await client.send(command);
34
47
  * ```
@@ -26,6 +26,19 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
26
26
  * import { RDSClient, DescribeEngineDefaultParametersCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeEngineDefaultParametersCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeEngineDefaultParametersMessage
30
+ * DBParameterGroupFamily: "STRING_VALUE", // required
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // FilterValueList // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * MaxRecords: Number("int"),
40
+ * Marker: "STRING_VALUE",
41
+ * };
29
42
  * const command = new DescribeEngineDefaultParametersCommand(input);
30
43
  * const response = await client.send(command);
31
44
  * ```
@@ -32,6 +32,17 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
32
32
  * import { RDSClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-rds"; // ES Modules import
33
33
  * // const { RDSClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-rds"); // CommonJS import
34
34
  * const client = new RDSClient(config);
35
+ * const input = { // DescribeEventCategoriesMessage
36
+ * SourceType: "STRING_VALUE",
37
+ * Filters: [ // FilterList
38
+ * { // Filter
39
+ * Name: "STRING_VALUE", // required
40
+ * Values: [ // FilterValueList // required
41
+ * "STRING_VALUE",
42
+ * ],
43
+ * },
44
+ * ],
45
+ * };
35
46
  * const command = new DescribeEventCategoriesCommand(input);
36
47
  * const response = await client.send(command);
37
48
  * ```
@@ -28,6 +28,19 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
28
28
  * import { RDSClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-rds"; // ES Modules import
29
29
  * // const { RDSClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
30
30
  * const client = new RDSClient(config);
31
+ * const input = { // DescribeEventSubscriptionsMessage
32
+ * SubscriptionName: "STRING_VALUE",
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
+ * Name: "STRING_VALUE", // required
36
+ * Values: [ // FilterValueList // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * },
40
+ * ],
41
+ * MaxRecords: Number("int"),
42
+ * Marker: "STRING_VALUE",
43
+ * };
31
44
  * const command = new DescribeEventSubscriptionsCommand(input);
32
45
  * const response = await client.send(command);
33
46
  * ```
@@ -33,6 +33,26 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
33
33
  * import { RDSClient, DescribeEventsCommand } from "@aws-sdk/client-rds"; // ES Modules import
34
34
  * // const { RDSClient, DescribeEventsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
35
35
  * const client = new RDSClient(config);
36
+ * const input = { // DescribeEventsMessage
37
+ * SourceIdentifier: "STRING_VALUE",
38
+ * SourceType: "db-instance" || "db-parameter-group" || "db-security-group" || "db-snapshot" || "db-cluster" || "db-cluster-snapshot" || "custom-engine-version" || "db-proxy" || "blue-green-deployment",
39
+ * StartTime: new Date("TIMESTAMP"),
40
+ * EndTime: new Date("TIMESTAMP"),
41
+ * Duration: Number("int"),
42
+ * EventCategories: [ // EventCategoriesList
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * Filters: [ // FilterList
46
+ * { // Filter
47
+ * Name: "STRING_VALUE", // required
48
+ * Values: [ // FilterValueList // required
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * },
52
+ * ],
53
+ * MaxRecords: Number("int"),
54
+ * Marker: "STRING_VALUE",
55
+ * };
36
56
  * const command = new DescribeEventsCommand(input);
37
57
  * const response = await client.send(command);
38
58
  * ```
@@ -27,6 +27,21 @@ export interface DescribeExportTasksCommandOutput extends ExportTasksMessage, __
27
27
  * import { RDSClient, DescribeExportTasksCommand } from "@aws-sdk/client-rds"; // ES Modules import
28
28
  * // const { RDSClient, DescribeExportTasksCommand } = require("@aws-sdk/client-rds"); // CommonJS import
29
29
  * const client = new RDSClient(config);
30
+ * const input = { // DescribeExportTasksMessage
31
+ * ExportTaskIdentifier: "STRING_VALUE",
32
+ * SourceArn: "STRING_VALUE",
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
+ * Name: "STRING_VALUE", // required
36
+ * Values: [ // FilterValueList // required
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * },
40
+ * ],
41
+ * Marker: "STRING_VALUE",
42
+ * MaxRecords: Number("int"),
43
+ * SourceType: "SNAPSHOT" || "CLUSTER",
44
+ * };
30
45
  * const command = new DescribeExportTasksCommand(input);
31
46
  * const response = await client.send(command);
32
47
  * ```
@@ -31,6 +31,19 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
31
31
  * import { RDSClient, DescribeGlobalClustersCommand } from "@aws-sdk/client-rds"; // ES Modules import
32
32
  * // const { RDSClient, DescribeGlobalClustersCommand } = require("@aws-sdk/client-rds"); // CommonJS import
33
33
  * const client = new RDSClient(config);
34
+ * const input = { // DescribeGlobalClustersMessage
35
+ * GlobalClusterIdentifier: "STRING_VALUE",
36
+ * Filters: [ // FilterList
37
+ * { // Filter
38
+ * Name: "STRING_VALUE", // required
39
+ * Values: [ // FilterValueList // required
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * },
43
+ * ],
44
+ * MaxRecords: Number("int"),
45
+ * Marker: "STRING_VALUE",
46
+ * };
34
47
  * const command = new DescribeGlobalClustersCommand(input);
35
48
  * const response = await client.send(command);
36
49
  * ```
@@ -26,6 +26,20 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti
26
26
  * import { RDSClient, DescribeOptionGroupOptionsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeOptionGroupOptionsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeOptionGroupOptionsMessage
30
+ * EngineName: "STRING_VALUE", // required
31
+ * MajorEngineVersion: "STRING_VALUE",
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
+ * Name: "STRING_VALUE", // required
35
+ * Values: [ // FilterValueList // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * },
39
+ * ],
40
+ * MaxRecords: Number("int"),
41
+ * Marker: "STRING_VALUE",
42
+ * };
29
43
  * const command = new DescribeOptionGroupOptionsCommand(input);
30
44
  * const response = await client.send(command);
31
45
  * ```
@@ -26,6 +26,21 @@ export interface DescribeOptionGroupsCommandOutput extends OptionGroups, __Metad
26
26
  * import { RDSClient, DescribeOptionGroupsCommand } from "@aws-sdk/client-rds"; // ES Modules import
27
27
  * // const { RDSClient, DescribeOptionGroupsCommand } = require("@aws-sdk/client-rds"); // CommonJS import
28
28
  * const client = new RDSClient(config);
29
+ * const input = { // DescribeOptionGroupsMessage
30
+ * OptionGroupName: "STRING_VALUE",
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // FilterValueList // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * },
38
+ * ],
39
+ * Marker: "STRING_VALUE",
40
+ * MaxRecords: Number("int"),
41
+ * EngineName: "STRING_VALUE",
42
+ * MajorEngineVersion: "STRING_VALUE",
43
+ * };
29
44
  * const command = new DescribeOptionGroupsCommand(input);
30
45
  * const response = await client.send(command);
31
46
  * ```
@@ -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 = { // DescribeOrderableDBInstanceOptionsMessage
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: [ // FilterList
37
+ * { // Filter
38
+ * Name: "STRING_VALUE", // required
39
+ * Values: [ // FilterValueList // 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 = { // DescribePendingMaintenanceActionsMessage
30
+ * ResourceIdentifier: "STRING_VALUE",
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
+ * Name: "STRING_VALUE", // required
34
+ * Values: [ // FilterValueList // 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 = { // DescribeReservedDBInstancesMessage
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: [ // FilterList
39
+ * { // Filter
40
+ * Name: "STRING_VALUE", // required
41
+ * Values: [ // FilterValueList // 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 = { // DescribeReservedDBInstancesOfferingsMessage
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: [ // FilterList
37
+ * { // Filter
38
+ * Name: "STRING_VALUE", // required
39
+ * Values: [ // FilterValueList // 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 = { // DescribeSourceRegionsMessage
37
+ * RegionName: "STRING_VALUE",
38
+ * MaxRecords: Number("int"),
39
+ * Marker: "STRING_VALUE",
40
+ * Filters: [ // FilterList
41
+ * { // Filter
42
+ * Name: "STRING_VALUE", // required
43
+ * Values: [ // FilterValueList // 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 = { // DescribeValidDBInstanceModificationsMessage
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 = { // DownloadDBLogFilePortionMessage
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 = { // FailoverDBClusterMessage
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 = { // FailoverGlobalClusterMessage
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 = { // ListTagsForResourceMessage
33
+ * ResourceName: "STRING_VALUE", // required
34
+ * Filters: [ // FilterList
35
+ * { // Filter
36
+ * Name: "STRING_VALUE", // required
37
+ * Values: [ // FilterValueList // 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 = { // ModifyActivityStreamRequest
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 = { // ModifyCertificatesMessage
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 = { // ModifyCurrentDBClusterCapacityMessage
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 = { // ModifyCustomDBEngineVersionMessage
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
  * ```