@aws-sdk/client-rds 3.50.0 → 3.53.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 (215) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/RDSServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +1281 -4
  5. package/dist-cjs/models/models_1.js +303 -3
  6. package/dist-cjs/protocols/Aws_query.js +1480 -5262
  7. package/dist-es/index.js +1 -0
  8. package/dist-es/models/RDSServiceException.js +12 -0
  9. package/dist-es/models/models_0.js +1178 -1
  10. package/dist-es/models/models_1.js +278 -1
  11. package/dist-es/protocols/Aws_query.js +3113 -5521
  12. package/dist-types/index.d.ts +1 -0
  13. package/dist-types/models/RDSServiceException.d.ts +10 -0
  14. package/dist-types/models/models_0.d.ts +785 -403
  15. package/dist-types/models/models_1.d.ts +170 -100
  16. package/dist-types/ts3.4/RDS.d.ts +710 -0
  17. package/dist-types/ts3.4/RDSClient.d.ts +214 -0
  18. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +18 -0
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  115. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +18 -0
  117. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +18 -0
  155. package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/index.d.ts +141 -0
  160. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  161. package/dist-types/ts3.4/index.d.ts +7 -0
  162. package/dist-types/ts3.4/models/RDSServiceException.d.ts +6 -0
  163. package/dist-types/ts3.4/models/index.d.ts +2 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +4007 -0
  165. package/dist-types/ts3.4/models/models_1.d.ts +2737 -0
  166. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  167. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +4 -0
  168. package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +4 -0
  169. package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +4 -0
  170. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
  171. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
  172. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
  173. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
  175. package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +4 -0
  176. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
  177. package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +4 -0
  178. package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +4 -0
  179. package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +4 -0
  180. package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +4 -0
  181. package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +4 -0
  182. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +4 -0
  183. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +4 -0
  184. package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +4 -0
  185. package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +4 -0
  186. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
  187. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
  188. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  189. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  190. package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +4 -0
  191. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
  192. package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +4 -0
  193. package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +4 -0
  194. package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +4 -0
  195. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
  196. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +4 -0
  201. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  202. package/dist-types/ts3.4/pagination/index.d.ts +36 -0
  203. package/dist-types/ts3.4/protocols/Aws_query.d.ts +425 -0
  204. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  205. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  206. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  207. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  208. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  209. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +7 -0
  210. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +7 -0
  211. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +7 -0
  212. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +7 -0
  213. package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +7 -0
  214. package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +7 -0
  215. package/package.json +35 -35
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "../commands/DescribeCertificatesCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeCertificates(config: RDSPaginationConfiguration, input: DescribeCertificatesCommandInput, ...additionalArguments: any): Paginator<DescribeCertificatesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput } from "../commands/DescribeCustomAvailabilityZonesCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeCustomAvailabilityZones(config: RDSPaginationConfiguration, input: DescribeCustomAvailabilityZonesCommandInput, ...additionalArguments: any): Paginator<DescribeCustomAvailabilityZonesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "../commands/DescribeDBClusterBacktracksCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBClusterBacktracks(config: RDSPaginationConfiguration, input: DescribeDBClusterBacktracksCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterBacktracksCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "../commands/DescribeDBClusterEndpointsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBClusterEndpoints(config: RDSPaginationConfiguration, input: DescribeDBClusterEndpointsCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterEndpointsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "../commands/DescribeDBClusterParameterGroupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBClusterParameterGroups(config: RDSPaginationConfiguration, input: DescribeDBClusterParameterGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "../commands/DescribeDBClusterParametersCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBClusterParameters(config: RDSPaginationConfiguration, input: DescribeDBClusterParametersCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterParametersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "../commands/DescribeDBClusterSnapshotsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBClusterSnapshots(config: RDSPaginationConfiguration, input: DescribeDBClusterSnapshotsCommandInput, ...additionalArguments: any): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "../commands/DescribeDBClustersCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBClusters(config: RDSPaginationConfiguration, input: DescribeDBClustersCommandInput, ...additionalArguments: any): Paginator<DescribeDBClustersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "../commands/DescribeDBEngineVersionsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBEngineVersions(config: RDSPaginationConfiguration, input: DescribeDBEngineVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeDBEngineVersionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput } from "../commands/DescribeDBInstanceAutomatedBackupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBInstanceAutomatedBackups(config: RDSPaginationConfiguration, input: DescribeDBInstanceAutomatedBackupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBInstanceAutomatedBackupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "../commands/DescribeDBInstancesCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBInstances(config: RDSPaginationConfiguration, input: DescribeDBInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeDBInstancesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBLogFilesCommandInput, DescribeDBLogFilesCommandOutput } from "../commands/DescribeDBLogFilesCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBLogFiles(config: RDSPaginationConfiguration, input: DescribeDBLogFilesCommandInput, ...additionalArguments: any): Paginator<DescribeDBLogFilesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput } from "../commands/DescribeDBParameterGroupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBParameterGroups(config: RDSPaginationConfiguration, input: DescribeDBParameterGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBParameterGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput } from "../commands/DescribeDBParametersCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBParameters(config: RDSPaginationConfiguration, input: DescribeDBParametersCommandInput, ...additionalArguments: any): Paginator<DescribeDBParametersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput } from "../commands/DescribeDBProxiesCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBProxies(config: RDSPaginationConfiguration, input: DescribeDBProxiesCommandInput, ...additionalArguments: any): Paginator<DescribeDBProxiesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput } from "../commands/DescribeDBProxyEndpointsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBProxyEndpoints(config: RDSPaginationConfiguration, input: DescribeDBProxyEndpointsCommandInput, ...additionalArguments: any): Paginator<DescribeDBProxyEndpointsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "../commands/DescribeDBProxyTargetGroupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBProxyTargetGroups(config: RDSPaginationConfiguration, input: DescribeDBProxyTargetGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBProxyTargetGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "../commands/DescribeDBProxyTargetsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBProxyTargets(config: RDSPaginationConfiguration, input: DescribeDBProxyTargetsCommandInput, ...additionalArguments: any): Paginator<DescribeDBProxyTargetsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "../commands/DescribeDBSecurityGroupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBSecurityGroups(config: RDSPaginationConfiguration, input: DescribeDBSecurityGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBSecurityGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "../commands/DescribeDBSnapshotsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBSnapshots(config: RDSPaginationConfiguration, input: DescribeDBSnapshotsCommandInput, ...additionalArguments: any): Paginator<DescribeDBSnapshotsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "../commands/DescribeDBSubnetGroupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeDBSubnetGroups(config: RDSPaginationConfiguration, input: DescribeDBSubnetGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeDBSubnetGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeEngineDefaultParameters(config: RDSPaginationConfiguration, input: DescribeEngineDefaultParametersCommandInput, ...additionalArguments: any): Paginator<DescribeEngineDefaultParametersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeEventSubscriptions(config: RDSPaginationConfiguration, input: DescribeEventSubscriptionsCommandInput, ...additionalArguments: any): Paginator<DescribeEventSubscriptionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeEvents(config: RDSPaginationConfiguration, input: DescribeEventsCommandInput, ...additionalArguments: any): Paginator<DescribeEventsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeExportTasks(config: RDSPaginationConfiguration, input: DescribeExportTasksCommandInput, ...additionalArguments: any): Paginator<DescribeExportTasksCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "../commands/DescribeGlobalClustersCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeGlobalClusters(config: RDSPaginationConfiguration, input: DescribeGlobalClustersCommandInput, ...additionalArguments: any): Paginator<DescribeGlobalClustersCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput } from "../commands/DescribeInstallationMediaCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeInstallationMedia(config: RDSPaginationConfiguration, input: DescribeInstallationMediaCommandInput, ...additionalArguments: any): Paginator<DescribeInstallationMediaCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "../commands/DescribeOptionGroupOptionsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOptionGroupOptions(config: RDSPaginationConfiguration, input: DescribeOptionGroupOptionsCommandInput, ...additionalArguments: any): Paginator<DescribeOptionGroupOptionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "../commands/DescribeOptionGroupsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOptionGroups(config: RDSPaginationConfiguration, input: DescribeOptionGroupsCommandInput, ...additionalArguments: any): Paginator<DescribeOptionGroupsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeOrderableDBInstanceOptions(config: RDSPaginationConfiguration, input: DescribeOrderableDBInstanceOptionsCommandInput, ...additionalArguments: any): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribePendingMaintenanceActions(config: RDSPaginationConfiguration, input: DescribePendingMaintenanceActionsCommandInput, ...additionalArguments: any): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "../commands/DescribeReservedDBInstancesOfferingsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeReservedDBInstancesOfferings(config: RDSPaginationConfiguration, input: DescribeReservedDBInstancesOfferingsCommandInput, ...additionalArguments: any): Paginator<DescribeReservedDBInstancesOfferingsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "../commands/DescribeReservedDBInstancesCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeReservedDBInstances(config: RDSPaginationConfiguration, input: DescribeReservedDBInstancesCommandInput, ...additionalArguments: any): Paginator<DescribeReservedDBInstancesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "../commands/DescribeSourceRegionsCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDescribeSourceRegions(config: RDSPaginationConfiguration, input: DescribeSourceRegionsCommandInput, ...additionalArguments: any): Paginator<DescribeSourceRegionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "../commands/DownloadDBLogFilePortionCommand";
3
+ import { RDSPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateDownloadDBLogFilePortion(config: RDSPaginationConfiguration, input: DownloadDBLogFilePortionCommandInput, ...additionalArguments: any): Paginator<DownloadDBLogFilePortionCommandOutput>;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { RDS } from "../RDS";
3
+ import { RDSClient } from "../RDSClient";
4
+ export interface RDSPaginationConfiguration extends PaginationConfiguration {
5
+ client: RDS | RDSClient;
6
+ }
@@ -0,0 +1,36 @@
1
+ export * from "./DescribeCertificatesPaginator";
2
+ export * from "./DescribeCustomAvailabilityZonesPaginator";
3
+ export * from "./DescribeDBClusterBacktracksPaginator";
4
+ export * from "./DescribeDBClusterEndpointsPaginator";
5
+ export * from "./DescribeDBClusterParameterGroupsPaginator";
6
+ export * from "./DescribeDBClusterParametersPaginator";
7
+ export * from "./DescribeDBClusterSnapshotsPaginator";
8
+ export * from "./DescribeDBClustersPaginator";
9
+ export * from "./DescribeDBEngineVersionsPaginator";
10
+ export * from "./DescribeDBInstanceAutomatedBackupsPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./DescribeDBInstancesPaginator";
13
+ export * from "./DescribeDBLogFilesPaginator";
14
+ export * from "./DescribeDBParameterGroupsPaginator";
15
+ export * from "./DescribeDBParametersPaginator";
16
+ export * from "./DescribeDBProxiesPaginator";
17
+ export * from "./DescribeDBProxyEndpointsPaginator";
18
+ export * from "./DescribeDBProxyTargetGroupsPaginator";
19
+ export * from "./DescribeDBProxyTargetsPaginator";
20
+ export * from "./DescribeDBSecurityGroupsPaginator";
21
+ export * from "./DescribeDBSnapshotsPaginator";
22
+ export * from "./DescribeDBSubnetGroupsPaginator";
23
+ export * from "./DescribeEngineDefaultParametersPaginator";
24
+ export * from "./DescribeEventSubscriptionsPaginator";
25
+ export * from "./DescribeEventsPaginator";
26
+ export * from "./DescribeExportTasksPaginator";
27
+ export * from "./DescribeGlobalClustersPaginator";
28
+ export * from "./DescribeInstallationMediaPaginator";
29
+ export * from "./DescribeOptionGroupOptionsPaginator";
30
+ export * from "./DescribeOptionGroupsPaginator";
31
+ export * from "./DescribeOrderableDBInstanceOptionsPaginator";
32
+ export * from "./DescribePendingMaintenanceActionsPaginator";
33
+ export * from "./DescribeReservedDBInstancesOfferingsPaginator";
34
+ export * from "./DescribeReservedDBInstancesPaginator";
35
+ export * from "./DescribeSourceRegionsPaginator";
36
+ export * from "./DownloadDBLogFilePortionPaginator";