@aws-sdk/client-rds 3.34.0 → 3.37.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 (2097) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/RDS.js +2062 -0
  3. package/dist-cjs/RDSClient.js +35 -0
  4. package/dist-cjs/commands/AddRoleToDBClusterCommand.js +36 -0
  5. package/dist-cjs/commands/AddRoleToDBInstanceCommand.js +36 -0
  6. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +36 -0
  7. package/dist-cjs/commands/AddTagsToResourceCommand.js +36 -0
  8. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +36 -0
  9. package/dist-cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js +36 -0
  10. package/dist-cjs/commands/BacktrackDBClusterCommand.js +36 -0
  11. package/dist-cjs/commands/CancelExportTaskCommand.js +36 -0
  12. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +36 -0
  13. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +38 -0
  14. package/dist-cjs/commands/CopyDBParameterGroupCommand.js +36 -0
  15. package/dist-cjs/commands/CopyDBSnapshotCommand.js +38 -0
  16. package/dist-cjs/commands/CopyOptionGroupCommand.js +36 -0
  17. package/dist-cjs/commands/CreateCustomAvailabilityZoneCommand.js +36 -0
  18. package/dist-cjs/commands/CreateDBClusterCommand.js +38 -0
  19. package/dist-cjs/commands/CreateDBClusterEndpointCommand.js +36 -0
  20. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +36 -0
  21. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +36 -0
  22. package/dist-cjs/commands/CreateDBInstanceCommand.js +36 -0
  23. package/dist-cjs/commands/CreateDBInstanceReadReplicaCommand.js +38 -0
  24. package/dist-cjs/commands/CreateDBParameterGroupCommand.js +36 -0
  25. package/dist-cjs/commands/CreateDBProxyCommand.js +36 -0
  26. package/dist-cjs/commands/CreateDBProxyEndpointCommand.js +36 -0
  27. package/dist-cjs/commands/CreateDBSecurityGroupCommand.js +36 -0
  28. package/dist-cjs/commands/CreateDBSnapshotCommand.js +36 -0
  29. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +36 -0
  30. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +36 -0
  31. package/dist-cjs/commands/CreateGlobalClusterCommand.js +36 -0
  32. package/dist-cjs/commands/CreateOptionGroupCommand.js +36 -0
  33. package/dist-cjs/commands/DeleteCustomAvailabilityZoneCommand.js +36 -0
  34. package/dist-cjs/commands/DeleteDBClusterCommand.js +36 -0
  35. package/dist-cjs/commands/DeleteDBClusterEndpointCommand.js +36 -0
  36. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +36 -0
  37. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +36 -0
  38. package/dist-cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js +36 -0
  39. package/dist-cjs/commands/DeleteDBInstanceCommand.js +36 -0
  40. package/dist-cjs/commands/DeleteDBParameterGroupCommand.js +36 -0
  41. package/dist-cjs/commands/DeleteDBProxyCommand.js +36 -0
  42. package/dist-cjs/commands/DeleteDBProxyEndpointCommand.js +36 -0
  43. package/dist-cjs/commands/DeleteDBSecurityGroupCommand.js +36 -0
  44. package/dist-cjs/commands/DeleteDBSnapshotCommand.js +36 -0
  45. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +36 -0
  46. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +36 -0
  47. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +36 -0
  48. package/dist-cjs/commands/DeleteInstallationMediaCommand.js +36 -0
  49. package/dist-cjs/commands/DeleteOptionGroupCommand.js +36 -0
  50. package/dist-cjs/commands/DeregisterDBProxyTargetsCommand.js +36 -0
  51. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +36 -0
  52. package/dist-cjs/commands/DescribeCertificatesCommand.js +36 -0
  53. package/dist-cjs/commands/DescribeCustomAvailabilityZonesCommand.js +36 -0
  54. package/dist-cjs/commands/DescribeDBClusterBacktracksCommand.js +36 -0
  55. package/dist-cjs/commands/DescribeDBClusterEndpointsCommand.js +36 -0
  56. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +36 -0
  57. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +36 -0
  58. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +36 -0
  59. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +36 -0
  60. package/dist-cjs/commands/DescribeDBClustersCommand.js +36 -0
  61. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +36 -0
  62. package/dist-cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js +36 -0
  63. package/dist-cjs/commands/DescribeDBInstancesCommand.js +36 -0
  64. package/dist-cjs/commands/DescribeDBLogFilesCommand.js +36 -0
  65. package/dist-cjs/commands/DescribeDBParameterGroupsCommand.js +36 -0
  66. package/dist-cjs/commands/DescribeDBParametersCommand.js +36 -0
  67. package/dist-cjs/commands/DescribeDBProxiesCommand.js +36 -0
  68. package/dist-cjs/commands/DescribeDBProxyEndpointsCommand.js +36 -0
  69. package/dist-cjs/commands/DescribeDBProxyTargetGroupsCommand.js +36 -0
  70. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +36 -0
  71. package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +36 -0
  72. package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +36 -0
  73. package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +36 -0
  74. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +36 -0
  75. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +36 -0
  76. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +36 -0
  77. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +36 -0
  78. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +36 -0
  79. package/dist-cjs/commands/DescribeEventsCommand.js +36 -0
  80. package/dist-cjs/commands/DescribeExportTasksCommand.js +36 -0
  81. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +36 -0
  82. package/dist-cjs/commands/DescribeInstallationMediaCommand.js +36 -0
  83. package/dist-cjs/commands/DescribeOptionGroupOptionsCommand.js +36 -0
  84. package/dist-cjs/commands/DescribeOptionGroupsCommand.js +36 -0
  85. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +36 -0
  86. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +36 -0
  87. package/dist-cjs/commands/DescribeReservedDBInstancesCommand.js +36 -0
  88. package/dist-cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js +36 -0
  89. package/dist-cjs/commands/DescribeSourceRegionsCommand.js +36 -0
  90. package/dist-cjs/commands/DescribeValidDBInstanceModificationsCommand.js +36 -0
  91. package/dist-cjs/commands/DownloadDBLogFilePortionCommand.js +36 -0
  92. package/dist-cjs/commands/FailoverDBClusterCommand.js +36 -0
  93. package/dist-cjs/commands/FailoverGlobalClusterCommand.js +36 -0
  94. package/dist-cjs/commands/ImportInstallationMediaCommand.js +37 -0
  95. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  96. package/dist-cjs/commands/ModifyCertificatesCommand.js +36 -0
  97. package/dist-cjs/commands/ModifyCurrentDBClusterCapacityCommand.js +36 -0
  98. package/dist-cjs/commands/ModifyDBClusterCommand.js +36 -0
  99. package/dist-cjs/commands/ModifyDBClusterEndpointCommand.js +37 -0
  100. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +36 -0
  101. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +36 -0
  102. package/dist-cjs/commands/ModifyDBInstanceCommand.js +36 -0
  103. package/dist-cjs/commands/ModifyDBParameterGroupCommand.js +36 -0
  104. package/dist-cjs/commands/ModifyDBProxyCommand.js +36 -0
  105. package/dist-cjs/commands/ModifyDBProxyEndpointCommand.js +36 -0
  106. package/dist-cjs/commands/ModifyDBProxyTargetGroupCommand.js +36 -0
  107. package/dist-cjs/commands/ModifyDBSnapshotAttributeCommand.js +36 -0
  108. package/dist-cjs/commands/ModifyDBSnapshotCommand.js +36 -0
  109. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +36 -0
  110. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +36 -0
  111. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +36 -0
  112. package/dist-cjs/commands/ModifyOptionGroupCommand.js +36 -0
  113. package/dist-cjs/commands/PromoteReadReplicaCommand.js +36 -0
  114. package/dist-cjs/commands/PromoteReadReplicaDBClusterCommand.js +36 -0
  115. package/dist-cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js +36 -0
  116. package/dist-cjs/commands/RebootDBInstanceCommand.js +36 -0
  117. package/dist-cjs/commands/RegisterDBProxyTargetsCommand.js +36 -0
  118. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +36 -0
  119. package/dist-cjs/commands/RemoveRoleFromDBClusterCommand.js +36 -0
  120. package/dist-cjs/commands/RemoveRoleFromDBInstanceCommand.js +36 -0
  121. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +36 -0
  122. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +36 -0
  123. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +36 -0
  124. package/dist-cjs/commands/ResetDBParameterGroupCommand.js +36 -0
  125. package/dist-cjs/commands/RestoreDBClusterFromS3Command.js +36 -0
  126. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +36 -0
  127. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +36 -0
  128. package/dist-cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js +36 -0
  129. package/dist-cjs/commands/RestoreDBInstanceFromS3Command.js +36 -0
  130. package/dist-cjs/commands/RestoreDBInstanceToPointInTimeCommand.js +36 -0
  131. package/dist-cjs/commands/RevokeDBSecurityGroupIngressCommand.js +36 -0
  132. package/dist-cjs/commands/StartActivityStreamCommand.js +36 -0
  133. package/dist-cjs/commands/StartDBClusterCommand.js +36 -0
  134. package/dist-cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +38 -0
  135. package/dist-cjs/commands/StartDBInstanceCommand.js +36 -0
  136. package/dist-cjs/commands/StartExportTaskCommand.js +37 -0
  137. package/dist-cjs/commands/StopActivityStreamCommand.js +36 -0
  138. package/dist-cjs/commands/StopDBClusterCommand.js +36 -0
  139. package/dist-cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +36 -0
  140. package/dist-cjs/commands/StopDBInstanceCommand.js +36 -0
  141. package/dist-cjs/endpoints.js +90 -0
  142. package/dist-cjs/index.js +185 -0
  143. package/dist-cjs/models/index.js +5 -0
  144. package/dist-cjs/models/models_0.js +1809 -0
  145. package/dist-cjs/models/models_1.js +1068 -0
  146. package/dist-cjs/pagination/DescribeCertificatesPaginator.js +35 -0
  147. package/dist-cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +35 -0
  148. package/dist-cjs/pagination/DescribeDBClusterBacktracksPaginator.js +35 -0
  149. package/dist-cjs/pagination/DescribeDBClusterEndpointsPaginator.js +35 -0
  150. package/dist-cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +35 -0
  151. package/dist-cjs/pagination/DescribeDBClusterParametersPaginator.js +35 -0
  152. package/dist-cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +35 -0
  153. package/dist-cjs/pagination/DescribeDBClustersPaginator.js +35 -0
  154. package/dist-cjs/pagination/DescribeDBEngineVersionsPaginator.js +35 -0
  155. package/dist-cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +35 -0
  156. package/dist-cjs/pagination/DescribeDBInstancesPaginator.js +35 -0
  157. package/dist-cjs/pagination/DescribeDBLogFilesPaginator.js +35 -0
  158. package/dist-cjs/pagination/DescribeDBParameterGroupsPaginator.js +35 -0
  159. package/dist-cjs/pagination/DescribeDBParametersPaginator.js +35 -0
  160. package/dist-cjs/pagination/DescribeDBProxiesPaginator.js +35 -0
  161. package/dist-cjs/pagination/DescribeDBProxyEndpointsPaginator.js +35 -0
  162. package/dist-cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js +35 -0
  163. package/dist-cjs/pagination/DescribeDBProxyTargetsPaginator.js +35 -0
  164. package/dist-cjs/pagination/DescribeDBSecurityGroupsPaginator.js +35 -0
  165. package/dist-cjs/pagination/DescribeDBSnapshotsPaginator.js +35 -0
  166. package/dist-cjs/pagination/DescribeDBSubnetGroupsPaginator.js +35 -0
  167. package/dist-cjs/pagination/DescribeEngineDefaultParametersPaginator.js +35 -0
  168. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +35 -0
  169. package/dist-cjs/pagination/DescribeEventsPaginator.js +35 -0
  170. package/dist-cjs/pagination/DescribeExportTasksPaginator.js +35 -0
  171. package/dist-cjs/pagination/DescribeGlobalClustersPaginator.js +35 -0
  172. package/dist-cjs/pagination/DescribeInstallationMediaPaginator.js +35 -0
  173. package/dist-cjs/pagination/DescribeOptionGroupOptionsPaginator.js +35 -0
  174. package/dist-cjs/pagination/DescribeOptionGroupsPaginator.js +35 -0
  175. package/dist-cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +35 -0
  176. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +35 -0
  177. package/dist-cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +35 -0
  178. package/dist-cjs/pagination/DescribeReservedDBInstancesPaginator.js +35 -0
  179. package/dist-cjs/pagination/DescribeSourceRegionsPaginator.js +35 -0
  180. package/dist-cjs/pagination/DownloadDBLogFilePortionPaginator.js +35 -0
  181. package/dist-cjs/pagination/Interfaces.js +2 -0
  182. package/dist-cjs/protocols/Aws_query.js +23332 -0
  183. package/dist-cjs/runtimeConfig.browser.js +37 -0
  184. package/dist-cjs/runtimeConfig.js +42 -0
  185. package/dist-cjs/runtimeConfig.native.js +16 -0
  186. package/dist-cjs/runtimeConfig.shared.js +17 -0
  187. package/dist-cjs/waiters/waitForDBClusterSnapshotAvailable.js +119 -0
  188. package/dist-cjs/waiters/waitForDBClusterSnapshotDeleted.js +99 -0
  189. package/dist-cjs/waiters/waitForDBInstanceAvailable.js +119 -0
  190. package/dist-cjs/waiters/waitForDBInstanceDeleted.js +99 -0
  191. package/dist-cjs/waiters/waitForDBSnapshotAvailable.js +119 -0
  192. package/dist-cjs/waiters/waitForDBSnapshotDeleted.js +99 -0
  193. package/dist-es/RDS.js +2065 -0
  194. package/dist-es/RDSClient.js +37 -0
  195. package/dist-es/commands/AddRoleToDBClusterCommand.js +39 -0
  196. package/dist-es/commands/AddRoleToDBInstanceCommand.js +39 -0
  197. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +39 -0
  198. package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
  199. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +39 -0
  200. package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +39 -0
  201. package/dist-es/commands/BacktrackDBClusterCommand.js +39 -0
  202. package/dist-es/commands/CancelExportTaskCommand.js +39 -0
  203. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +39 -0
  204. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +41 -0
  205. package/dist-es/commands/CopyDBParameterGroupCommand.js +39 -0
  206. package/dist-es/commands/CopyDBSnapshotCommand.js +41 -0
  207. package/dist-es/commands/CopyOptionGroupCommand.js +39 -0
  208. package/dist-es/commands/CreateCustomAvailabilityZoneCommand.js +39 -0
  209. package/dist-es/commands/CreateDBClusterCommand.js +41 -0
  210. package/dist-es/commands/CreateDBClusterEndpointCommand.js +39 -0
  211. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +39 -0
  212. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +39 -0
  213. package/dist-es/commands/CreateDBInstanceCommand.js +39 -0
  214. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +41 -0
  215. package/dist-es/commands/CreateDBParameterGroupCommand.js +39 -0
  216. package/dist-es/commands/CreateDBProxyCommand.js +39 -0
  217. package/dist-es/commands/CreateDBProxyEndpointCommand.js +39 -0
  218. package/dist-es/commands/CreateDBSecurityGroupCommand.js +39 -0
  219. package/dist-es/commands/CreateDBSnapshotCommand.js +39 -0
  220. package/dist-es/commands/CreateDBSubnetGroupCommand.js +39 -0
  221. package/dist-es/commands/CreateEventSubscriptionCommand.js +39 -0
  222. package/dist-es/commands/CreateGlobalClusterCommand.js +39 -0
  223. package/dist-es/commands/CreateOptionGroupCommand.js +39 -0
  224. package/dist-es/commands/DeleteCustomAvailabilityZoneCommand.js +39 -0
  225. package/dist-es/commands/DeleteDBClusterCommand.js +39 -0
  226. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +39 -0
  227. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +39 -0
  228. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +39 -0
  229. package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +39 -0
  230. package/dist-es/commands/DeleteDBInstanceCommand.js +39 -0
  231. package/dist-es/commands/DeleteDBParameterGroupCommand.js +39 -0
  232. package/dist-es/commands/DeleteDBProxyCommand.js +39 -0
  233. package/dist-es/commands/DeleteDBProxyEndpointCommand.js +39 -0
  234. package/dist-es/commands/DeleteDBSecurityGroupCommand.js +39 -0
  235. package/dist-es/commands/DeleteDBSnapshotCommand.js +39 -0
  236. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +39 -0
  237. package/dist-es/commands/DeleteEventSubscriptionCommand.js +39 -0
  238. package/dist-es/commands/DeleteGlobalClusterCommand.js +39 -0
  239. package/dist-es/commands/DeleteInstallationMediaCommand.js +39 -0
  240. package/dist-es/commands/DeleteOptionGroupCommand.js +39 -0
  241. package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +39 -0
  242. package/dist-es/commands/DescribeAccountAttributesCommand.js +39 -0
  243. package/dist-es/commands/DescribeCertificatesCommand.js +39 -0
  244. package/dist-es/commands/DescribeCustomAvailabilityZonesCommand.js +39 -0
  245. package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +39 -0
  246. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +39 -0
  247. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +39 -0
  248. package/dist-es/commands/DescribeDBClusterParametersCommand.js +39 -0
  249. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +39 -0
  250. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +39 -0
  251. package/dist-es/commands/DescribeDBClustersCommand.js +39 -0
  252. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +39 -0
  253. package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +39 -0
  254. package/dist-es/commands/DescribeDBInstancesCommand.js +39 -0
  255. package/dist-es/commands/DescribeDBLogFilesCommand.js +39 -0
  256. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +39 -0
  257. package/dist-es/commands/DescribeDBParametersCommand.js +39 -0
  258. package/dist-es/commands/DescribeDBProxiesCommand.js +39 -0
  259. package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +39 -0
  260. package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +39 -0
  261. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +39 -0
  262. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +39 -0
  263. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +39 -0
  264. package/dist-es/commands/DescribeDBSnapshotsCommand.js +39 -0
  265. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +39 -0
  266. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +39 -0
  267. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +39 -0
  268. package/dist-es/commands/DescribeEventCategoriesCommand.js +39 -0
  269. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +39 -0
  270. package/dist-es/commands/DescribeEventsCommand.js +39 -0
  271. package/dist-es/commands/DescribeExportTasksCommand.js +39 -0
  272. package/dist-es/commands/DescribeGlobalClustersCommand.js +39 -0
  273. package/dist-es/commands/DescribeInstallationMediaCommand.js +39 -0
  274. package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +39 -0
  275. package/dist-es/commands/DescribeOptionGroupsCommand.js +39 -0
  276. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +39 -0
  277. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +39 -0
  278. package/dist-es/commands/DescribeReservedDBInstancesCommand.js +39 -0
  279. package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +39 -0
  280. package/dist-es/commands/DescribeSourceRegionsCommand.js +39 -0
  281. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +39 -0
  282. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +39 -0
  283. package/dist-es/commands/FailoverDBClusterCommand.js +39 -0
  284. package/dist-es/commands/FailoverGlobalClusterCommand.js +39 -0
  285. package/dist-es/commands/ImportInstallationMediaCommand.js +40 -0
  286. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  287. package/dist-es/commands/ModifyCertificatesCommand.js +39 -0
  288. package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +39 -0
  289. package/dist-es/commands/ModifyDBClusterCommand.js +39 -0
  290. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +40 -0
  291. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +39 -0
  292. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +39 -0
  293. package/dist-es/commands/ModifyDBInstanceCommand.js +39 -0
  294. package/dist-es/commands/ModifyDBParameterGroupCommand.js +39 -0
  295. package/dist-es/commands/ModifyDBProxyCommand.js +39 -0
  296. package/dist-es/commands/ModifyDBProxyEndpointCommand.js +39 -0
  297. package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +39 -0
  298. package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +39 -0
  299. package/dist-es/commands/ModifyDBSnapshotCommand.js +39 -0
  300. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +39 -0
  301. package/dist-es/commands/ModifyEventSubscriptionCommand.js +39 -0
  302. package/dist-es/commands/ModifyGlobalClusterCommand.js +39 -0
  303. package/dist-es/commands/ModifyOptionGroupCommand.js +39 -0
  304. package/dist-es/commands/PromoteReadReplicaCommand.js +39 -0
  305. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +39 -0
  306. package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +39 -0
  307. package/dist-es/commands/RebootDBInstanceCommand.js +39 -0
  308. package/dist-es/commands/RegisterDBProxyTargetsCommand.js +39 -0
  309. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +39 -0
  310. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +39 -0
  311. package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +39 -0
  312. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +39 -0
  313. package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
  314. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +39 -0
  315. package/dist-es/commands/ResetDBParameterGroupCommand.js +39 -0
  316. package/dist-es/commands/RestoreDBClusterFromS3Command.js +39 -0
  317. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +39 -0
  318. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +39 -0
  319. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +39 -0
  320. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +39 -0
  321. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +39 -0
  322. package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +39 -0
  323. package/dist-es/commands/StartActivityStreamCommand.js +39 -0
  324. package/dist-es/commands/StartDBClusterCommand.js +39 -0
  325. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +41 -0
  326. package/dist-es/commands/StartDBInstanceCommand.js +39 -0
  327. package/dist-es/commands/StartExportTaskCommand.js +40 -0
  328. package/dist-es/commands/StopActivityStreamCommand.js +39 -0
  329. package/dist-es/commands/StopDBClusterCommand.js +39 -0
  330. package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +39 -0
  331. package/dist-es/commands/StopDBInstanceCommand.js +39 -0
  332. package/dist-es/endpoints.js +86 -0
  333. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  334. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  335. package/dist-es/models/models_0.js +1231 -0
  336. package/dist-es/models/models_1.js +709 -0
  337. package/dist-es/pagination/DescribeCertificatesPaginator.js +74 -0
  338. package/dist-es/pagination/DescribeCustomAvailabilityZonesPaginator.js +74 -0
  339. package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +74 -0
  340. package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +74 -0
  341. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +74 -0
  342. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +74 -0
  343. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +74 -0
  344. package/dist-es/pagination/DescribeDBClustersPaginator.js +74 -0
  345. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +74 -0
  346. package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +74 -0
  347. package/dist-es/pagination/DescribeDBInstancesPaginator.js +74 -0
  348. package/dist-es/pagination/DescribeDBLogFilesPaginator.js +74 -0
  349. package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +74 -0
  350. package/dist-es/pagination/DescribeDBParametersPaginator.js +74 -0
  351. package/dist-es/pagination/DescribeDBProxiesPaginator.js +74 -0
  352. package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +74 -0
  353. package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +74 -0
  354. package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +74 -0
  355. package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +74 -0
  356. package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +74 -0
  357. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +74 -0
  358. package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +74 -0
  359. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +74 -0
  360. package/dist-es/pagination/DescribeEventsPaginator.js +74 -0
  361. package/dist-es/pagination/DescribeExportTasksPaginator.js +74 -0
  362. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +74 -0
  363. package/dist-es/pagination/DescribeInstallationMediaPaginator.js +74 -0
  364. package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +74 -0
  365. package/dist-es/pagination/DescribeOptionGroupsPaginator.js +74 -0
  366. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +74 -0
  367. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +74 -0
  368. package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +74 -0
  369. package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +74 -0
  370. package/dist-es/pagination/DescribeSourceRegionsPaginator.js +74 -0
  371. package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +74 -0
  372. package/dist-es/pagination/Interfaces.js +1 -0
  373. package/dist-es/protocols/Aws_query.js +24299 -0
  374. package/dist-es/runtimeConfig.browser.js +16 -0
  375. package/dist-es/runtimeConfig.js +21 -0
  376. package/dist-es/runtimeConfig.native.js +8 -0
  377. package/dist-es/runtimeConfig.shared.js +13 -0
  378. package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +195 -0
  379. package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +155 -0
  380. package/dist-es/waiters/waitForDBInstanceAvailable.js +195 -0
  381. package/dist-es/waiters/waitForDBInstanceDeleted.js +155 -0
  382. package/dist-es/waiters/waitForDBSnapshotAvailable.js +195 -0
  383. package/dist-es/waiters/waitForDBSnapshotDeleted.js +155 -0
  384. package/dist-types/RDS.d.ts +1884 -0
  385. package/dist-types/RDSClient.d.ts +325 -0
  386. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +40 -0
  387. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +38 -0
  388. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +35 -0
  389. package/dist-types/commands/AddTagsToResourceCommand.d.ts +37 -0
  390. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
  391. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +46 -0
  392. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +43 -0
  393. package/dist-types/commands/CancelExportTaskCommand.d.ts +37 -0
  394. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +38 -0
  395. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +109 -0
  396. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +35 -0
  397. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +43 -0
  398. package/dist-types/commands/CopyOptionGroupCommand.d.ts +35 -0
  399. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +40 -0
  400. package/dist-types/commands/CreateDBClusterCommand.d.ts +48 -0
  401. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +38 -0
  402. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +66 -0
  403. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +41 -0
  404. package/dist-types/commands/CreateDBInstanceCommand.d.ts +35 -0
  405. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +50 -0
  406. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +55 -0
  407. package/dist-types/commands/CreateDBProxyCommand.d.ts +35 -0
  408. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +39 -0
  409. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +38 -0
  410. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +36 -0
  411. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +35 -0
  412. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +57 -0
  413. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +51 -0
  414. package/dist-types/commands/CreateOptionGroupCommand.d.ts +35 -0
  415. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +40 -0
  416. package/dist-types/commands/DeleteDBClusterCommand.d.ts +45 -0
  417. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +38 -0
  418. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +42 -0
  419. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +46 -0
  420. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +35 -0
  421. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +60 -0
  422. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +35 -0
  423. package/dist-types/commands/DeleteDBProxyCommand.d.ts +35 -0
  424. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +37 -0
  425. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +38 -0
  426. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +39 -0
  427. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +38 -0
  428. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  429. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +41 -0
  430. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +36 -0
  431. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +35 -0
  432. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +35 -0
  433. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +36 -0
  434. package/dist-types/commands/DescribeCertificatesCommand.d.ts +35 -0
  435. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +40 -0
  436. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +42 -0
  437. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +38 -0
  438. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +46 -0
  439. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +42 -0
  440. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +45 -0
  441. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +42 -0
  442. package/dist-types/commands/DescribeDBClustersCommand.d.ts +42 -0
  443. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +35 -0
  444. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +41 -0
  445. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +38 -0
  446. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +35 -0
  447. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +38 -0
  448. package/dist-types/commands/DescribeDBParametersCommand.d.ts +35 -0
  449. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +35 -0
  450. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +35 -0
  451. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +35 -0
  452. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +35 -0
  453. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +38 -0
  454. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +42 -0
  455. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +35 -0
  456. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +38 -0
  457. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -0
  458. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +35 -0
  459. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +39 -0
  460. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +37 -0
  461. package/dist-types/commands/DescribeEventsCommand.d.ts +40 -0
  462. package/dist-types/commands/DescribeExportTasksCommand.d.ts +36 -0
  463. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +44 -0
  464. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +36 -0
  465. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +35 -0
  466. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +35 -0
  467. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +35 -0
  468. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
  469. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +35 -0
  470. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +35 -0
  471. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +36 -0
  472. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +39 -0
  473. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +35 -0
  474. package/dist-types/commands/FailoverDBClusterCommand.d.ts +48 -0
  475. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +49 -0
  476. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +37 -0
  477. package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
  478. package/dist-types/commands/ModifyCertificatesCommand.d.ts +59 -0
  479. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +52 -0
  480. package/dist-types/commands/ModifyDBClusterCommand.d.ts +44 -0
  481. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +39 -0
  482. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +62 -0
  483. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +56 -0
  484. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +40 -0
  485. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +50 -0
  486. package/dist-types/commands/ModifyDBProxyCommand.d.ts +35 -0
  487. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +35 -0
  488. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +35 -0
  489. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +51 -0
  490. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +41 -0
  491. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +35 -0
  492. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +39 -0
  493. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +43 -0
  494. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +35 -0
  495. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +53 -0
  496. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +38 -0
  497. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +35 -0
  498. package/dist-types/commands/RebootDBInstanceCommand.d.ts +46 -0
  499. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +35 -0
  500. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +42 -0
  501. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +40 -0
  502. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +35 -0
  503. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +35 -0
  504. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +39 -0
  505. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +54 -0
  506. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +42 -0
  507. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +54 -0
  508. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +54 -0
  509. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +54 -0
  510. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +48 -0
  511. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +42 -0
  512. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +44 -0
  513. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +35 -0
  514. package/dist-types/commands/StartActivityStreamCommand.d.ts +37 -0
  515. package/dist-types/commands/StartDBClusterCommand.d.ts +44 -0
  516. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +38 -0
  517. package/dist-types/commands/StartDBInstanceCommand.d.ts +50 -0
  518. package/dist-types/commands/StartExportTaskCommand.d.ts +38 -0
  519. package/dist-types/commands/StopActivityStreamCommand.d.ts +39 -0
  520. package/dist-types/commands/StopDBClusterCommand.d.ts +47 -0
  521. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +38 -0
  522. package/dist-types/commands/StopDBInstanceCommand.d.ts +52 -0
  523. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  524. package/{index.ts → dist-types/index.d.ts} +0 -0
  525. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  526. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  527. package/dist-types/models/models_1.d.ts +7735 -0
  528. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  529. package/dist-types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +4 -0
  530. package/dist-types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +4 -0
  531. package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +4 -0
  532. package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
  533. package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
  534. package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
  535. package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +4 -0
  536. package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
  537. package/dist-types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +4 -0
  538. package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
  539. package/dist-types/pagination/DescribeDBLogFilesPaginator.d.ts +4 -0
  540. package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +4 -0
  541. package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +4 -0
  542. package/dist-types/pagination/DescribeDBProxiesPaginator.d.ts +4 -0
  543. package/dist-types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +4 -0
  544. package/dist-types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +4 -0
  545. package/dist-types/pagination/DescribeDBProxyTargetsPaginator.d.ts +4 -0
  546. package/dist-types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +4 -0
  547. package/dist-types/pagination/DescribeDBSnapshotsPaginator.d.ts +4 -0
  548. package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
  549. package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
  550. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  551. package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
  552. package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +4 -0
  553. package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
  554. package/dist-types/pagination/DescribeInstallationMediaPaginator.d.ts +4 -0
  555. package/dist-types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +4 -0
  556. package/dist-types/pagination/DescribeOptionGroupsPaginator.d.ts +4 -0
  557. package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
  558. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  559. package/dist-types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +4 -0
  560. package/dist-types/pagination/DescribeReservedDBInstancesPaginator.d.ts +4 -0
  561. package/dist-types/pagination/DescribeSourceRegionsPaginator.d.ts +4 -0
  562. package/dist-types/pagination/DownloadDBLogFilePortionPaginator.d.ts +4 -0
  563. package/dist-types/pagination/Interfaces.d.ts +6 -0
  564. package/dist-types/protocols/Aws_query.d.ts +413 -0
  565. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  566. package/dist-types/runtimeConfig.d.ts +37 -0
  567. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  568. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  569. package/dist-types/ts3.4/RDS.d.ts +690 -0
  570. package/dist-types/ts3.4/RDSClient.d.ts +204 -0
  571. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +17 -0
  572. package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +17 -0
  573. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +17 -0
  574. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
  575. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +17 -0
  576. package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +17 -0
  577. package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +17 -0
  578. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +17 -0
  579. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +17 -0
  580. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +17 -0
  581. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +17 -0
  582. package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +17 -0
  583. package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +17 -0
  584. package/dist-types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +17 -0
  585. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +17 -0
  586. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
  587. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +17 -0
  588. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +17 -0
  589. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +17 -0
  590. package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +17 -0
  591. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +17 -0
  592. package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +17 -0
  593. package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
  594. package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +17 -0
  595. package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +17 -0
  596. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +17 -0
  597. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +17 -0
  598. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +17 -0
  599. package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +17 -0
  600. package/dist-types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +17 -0
  601. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +17 -0
  602. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +17 -0
  603. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +17 -0
  604. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +17 -0
  605. package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +17 -0
  606. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +17 -0
  607. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +17 -0
  608. package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +17 -0
  609. package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +17 -0
  610. package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +17 -0
  611. package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +17 -0
  612. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +17 -0
  613. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +17 -0
  614. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +17 -0
  615. package/dist-types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +17 -0
  616. package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +17 -0
  617. package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +17 -0
  618. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +17 -0
  619. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +17 -0
  620. package/dist-types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +17 -0
  621. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +17 -0
  622. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +17 -0
  623. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +17 -0
  624. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +17 -0
  625. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +17 -0
  626. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
  627. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +17 -0
  628. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +17 -0
  629. package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +17 -0
  630. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +17 -0
  631. package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +17 -0
  632. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +17 -0
  633. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +17 -0
  634. package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +17 -0
  635. package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +17 -0
  636. package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +17 -0
  637. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +17 -0
  638. package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +17 -0
  639. package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +17 -0
  640. package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +17 -0
  641. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +17 -0
  642. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +17 -0
  643. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +17 -0
  644. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +17 -0
  645. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +17 -0
  646. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
  647. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
  648. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +17 -0
  649. package/dist-types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +17 -0
  650. package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +17 -0
  651. package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +17 -0
  652. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +17 -0
  653. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +17 -0
  654. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +17 -0
  655. package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +17 -0
  656. package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +17 -0
  657. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +17 -0
  658. package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +17 -0
  659. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +17 -0
  660. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +17 -0
  661. package/dist-types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +18 -0
  662. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  663. package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +17 -0
  664. package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +17 -0
  665. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +17 -0
  666. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +18 -0
  667. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +17 -0
  668. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +17 -0
  669. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +17 -0
  670. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +17 -0
  671. package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +17 -0
  672. package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +17 -0
  673. package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +17 -0
  674. package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +17 -0
  675. package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +17 -0
  676. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +17 -0
  677. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +17 -0
  678. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +17 -0
  679. package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +17 -0
  680. package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +17 -0
  681. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +17 -0
  682. package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +17 -0
  683. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +17 -0
  684. package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +17 -0
  685. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +17 -0
  686. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +17 -0
  687. package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +17 -0
  688. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +17 -0
  689. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
  690. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +17 -0
  691. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +17 -0
  692. package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +17 -0
  693. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +17 -0
  694. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +17 -0
  695. package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +17 -0
  696. package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +17 -0
  697. package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +17 -0
  698. package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +17 -0
  699. package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +17 -0
  700. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +17 -0
  701. package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
  702. package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +17 -0
  703. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +18 -0
  704. package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +17 -0
  705. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +17 -0
  706. package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +17 -0
  707. package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +17 -0
  708. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  709. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  710. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  711. package/dist-types/ts3.4/models/models_0.d.ts +4210 -0
  712. package/dist-types/ts3.4/models/models_1.d.ts +2652 -0
  713. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  714. package/dist-types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +4 -0
  715. package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +4 -0
  716. package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +4 -0
  717. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +4 -0
  718. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +4 -0
  719. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +4 -0
  720. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +4 -0
  721. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +4 -0
  722. package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +4 -0
  723. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +4 -0
  724. package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +4 -0
  725. package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +4 -0
  726. package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +4 -0
  727. package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +4 -0
  728. package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +4 -0
  729. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +4 -0
  730. package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +4 -0
  731. package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +4 -0
  732. package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +4 -0
  733. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +4 -0
  734. package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
  735. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  736. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  737. package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +4 -0
  738. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +4 -0
  739. package/dist-types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +4 -0
  740. package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +4 -0
  741. package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +4 -0
  742. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +4 -0
  743. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  744. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +4 -0
  745. package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +4 -0
  746. package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +4 -0
  747. package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +4 -0
  748. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  749. package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -0
  750. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
  751. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
  752. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
  753. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  754. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +7 -0
  755. package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +7 -0
  756. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +7 -0
  757. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +7 -0
  758. package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +7 -0
  759. package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +7 -0
  760. package/dist-types/waiters/waitForDBClusterSnapshotAvailable.d.ts +14 -0
  761. package/dist-types/waiters/waitForDBClusterSnapshotDeleted.d.ts +14 -0
  762. package/dist-types/waiters/waitForDBInstanceAvailable.d.ts +14 -0
  763. package/dist-types/waiters/waitForDBInstanceDeleted.d.ts +14 -0
  764. package/dist-types/waiters/waitForDBSnapshotAvailable.d.ts +14 -0
  765. package/dist-types/waiters/waitForDBSnapshotDeleted.d.ts +14 -0
  766. package/package.json +47 -44
  767. package/RDS.ts +0 -6002
  768. package/RDSClient.ts +0 -1008
  769. package/commands/AddRoleToDBClusterCommand.ts +0 -99
  770. package/commands/AddRoleToDBInstanceCommand.ts +0 -97
  771. package/commands/AddSourceIdentifierToSubscriptionCommand.ts +0 -102
  772. package/commands/AddTagsToResourceCommand.ts +0 -96
  773. package/commands/ApplyPendingMaintenanceActionCommand.ts +0 -99
  774. package/commands/AuthorizeDBSecurityGroupIngressCommand.ts +0 -113
  775. package/commands/BacktrackDBClusterCommand.ts +0 -102
  776. package/commands/CancelExportTaskCommand.ts +0 -96
  777. package/commands/CopyDBClusterParameterGroupCommand.ts +0 -100
  778. package/commands/CopyDBClusterSnapshotCommand.ts +0 -170
  779. package/commands/CopyDBParameterGroupCommand.ts +0 -94
  780. package/commands/CopyDBSnapshotCommand.ts +0 -104
  781. package/commands/CopyOptionGroupCommand.ts +0 -94
  782. package/commands/CreateCustomAvailabilityZoneCommand.ts +0 -104
  783. package/commands/CreateDBClusterCommand.ts +0 -109
  784. package/commands/CreateDBClusterEndpointCommand.ts +0 -97
  785. package/commands/CreateDBClusterParameterGroupCommand.ts +0 -130
  786. package/commands/CreateDBClusterSnapshotCommand.ts +0 -100
  787. package/commands/CreateDBInstanceCommand.ts +0 -94
  788. package/commands/CreateDBInstanceReadReplicaCommand.ts +0 -114
  789. package/commands/CreateDBParameterGroupCommand.ts +0 -114
  790. package/commands/CreateDBProxyCommand.ts +0 -94
  791. package/commands/CreateDBProxyEndpointCommand.ts +0 -98
  792. package/commands/CreateDBSecurityGroupCommand.ts +0 -97
  793. package/commands/CreateDBSnapshotCommand.ts +0 -95
  794. package/commands/CreateDBSubnetGroupCommand.ts +0 -94
  795. package/commands/CreateEventSubscriptionCommand.ts +0 -116
  796. package/commands/CreateGlobalClusterCommand.ts +0 -110
  797. package/commands/CreateOptionGroupCommand.ts +0 -94
  798. package/commands/DeleteCustomAvailabilityZoneCommand.ts +0 -104
  799. package/commands/DeleteDBClusterCommand.ts +0 -104
  800. package/commands/DeleteDBClusterEndpointCommand.ts +0 -97
  801. package/commands/DeleteDBClusterParameterGroupCommand.ts +0 -104
  802. package/commands/DeleteDBClusterSnapshotCommand.ts +0 -105
  803. package/commands/DeleteDBInstanceAutomatedBackupCommand.ts +0 -102
  804. package/commands/DeleteDBInstanceCommand.ts +0 -119
  805. package/commands/DeleteDBParameterGroupCommand.ts +0 -94
  806. package/commands/DeleteDBProxyCommand.ts +0 -94
  807. package/commands/DeleteDBProxyEndpointCommand.ts +0 -96
  808. package/commands/DeleteDBSecurityGroupCommand.ts +0 -97
  809. package/commands/DeleteDBSnapshotCommand.ts +0 -98
  810. package/commands/DeleteDBSubnetGroupCommand.ts +0 -97
  811. package/commands/DeleteEventSubscriptionCommand.ts +0 -94
  812. package/commands/DeleteGlobalClusterCommand.ts +0 -100
  813. package/commands/DeleteInstallationMediaCommand.ts +0 -95
  814. package/commands/DeleteOptionGroupCommand.ts +0 -94
  815. package/commands/DeregisterDBProxyTargetsCommand.ts +0 -94
  816. package/commands/DescribeAccountAttributesCommand.ts +0 -98
  817. package/commands/DescribeCertificatesCommand.ts +0 -94
  818. package/commands/DescribeCustomAvailabilityZonesCommand.ts +0 -105
  819. package/commands/DescribeDBClusterBacktracksCommand.ts +0 -104
  820. package/commands/DescribeDBClusterEndpointsCommand.ts +0 -100
  821. package/commands/DescribeDBClusterParameterGroupsCommand.ts +0 -113
  822. package/commands/DescribeDBClusterParametersCommand.ts +0 -104
  823. package/commands/DescribeDBClusterSnapshotAttributesCommand.ts +0 -115
  824. package/commands/DescribeDBClusterSnapshotsCommand.ts +0 -104
  825. package/commands/DescribeDBClustersCommand.ts +0 -101
  826. package/commands/DescribeDBEngineVersionsCommand.ts +0 -94
  827. package/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +0 -108
  828. package/commands/DescribeDBInstancesCommand.ts +0 -97
  829. package/commands/DescribeDBLogFilesCommand.ts +0 -94
  830. package/commands/DescribeDBParameterGroupsCommand.ts +0 -100
  831. package/commands/DescribeDBParametersCommand.ts +0 -94
  832. package/commands/DescribeDBProxiesCommand.ts +0 -94
  833. package/commands/DescribeDBProxyEndpointsCommand.ts +0 -94
  834. package/commands/DescribeDBProxyTargetGroupsCommand.ts +0 -99
  835. package/commands/DescribeDBProxyTargetsCommand.ts +0 -94
  836. package/commands/DescribeDBSecurityGroupsCommand.ts +0 -97
  837. package/commands/DescribeDBSnapshotAttributesCommand.ts +0 -106
  838. package/commands/DescribeDBSnapshotsCommand.ts +0 -94
  839. package/commands/DescribeDBSubnetGroupsCommand.ts +0 -97
  840. package/commands/DescribeEngineDefaultClusterParametersCommand.ts +0 -110
  841. package/commands/DescribeEngineDefaultParametersCommand.ts +0 -102
  842. package/commands/DescribeEventCategoriesCommand.ts +0 -98
  843. package/commands/DescribeEventSubscriptionsCommand.ts +0 -99
  844. package/commands/DescribeEventsCommand.ts +0 -99
  845. package/commands/DescribeExportTasksCommand.ts +0 -95
  846. package/commands/DescribeGlobalClustersCommand.ts +0 -103
  847. package/commands/DescribeInstallationMediaCommand.ts +0 -98
  848. package/commands/DescribeOptionGroupOptionsCommand.ts +0 -97
  849. package/commands/DescribeOptionGroupsCommand.ts +0 -94
  850. package/commands/DescribeOrderableDBInstanceOptionsCommand.ts +0 -102
  851. package/commands/DescribePendingMaintenanceActionsCommand.ts +0 -102
  852. package/commands/DescribeReservedDBInstancesCommand.ts +0 -97
  853. package/commands/DescribeReservedDBInstancesOfferingsCommand.ts +0 -102
  854. package/commands/DescribeSourceRegionsCommand.ts +0 -95
  855. package/commands/DescribeValidDBInstanceModificationsCommand.ts +0 -109
  856. package/commands/DownloadDBLogFilePortionCommand.ts +0 -94
  857. package/commands/FailoverDBClusterCommand.ts +0 -107
  858. package/commands/FailoverGlobalClusterCommand.ts +0 -108
  859. package/commands/ImportInstallationMediaCommand.ts +0 -96
  860. package/commands/ListTagsForResourceCommand.ts +0 -97
  861. package/commands/ModifyCertificatesCommand.ts +0 -118
  862. package/commands/ModifyCurrentDBClusterCapacityCommand.ts +0 -117
  863. package/commands/ModifyDBClusterCommand.ts +0 -103
  864. package/commands/ModifyDBClusterEndpointCommand.ts +0 -98
  865. package/commands/ModifyDBClusterParameterGroupCommand.ts +0 -126
  866. package/commands/ModifyDBClusterSnapshotAttributeCommand.ts +0 -123
  867. package/commands/ModifyDBInstanceCommand.ts +0 -99
  868. package/commands/ModifyDBParameterGroupCommand.ts +0 -109
  869. package/commands/ModifyDBProxyCommand.ts +0 -94
  870. package/commands/ModifyDBProxyEndpointCommand.ts +0 -94
  871. package/commands/ModifyDBProxyTargetGroupCommand.ts +0 -94
  872. package/commands/ModifyDBSnapshotAttributeCommand.ts +0 -113
  873. package/commands/ModifyDBSnapshotCommand.ts +0 -100
  874. package/commands/ModifyDBSubnetGroupCommand.ts +0 -94
  875. package/commands/ModifyEventSubscriptionCommand.ts +0 -98
  876. package/commands/ModifyGlobalClusterCommand.ts +0 -102
  877. package/commands/ModifyOptionGroupCommand.ts +0 -94
  878. package/commands/PromoteReadReplicaCommand.ts +0 -112
  879. package/commands/PromoteReadReplicaDBClusterCommand.ts +0 -100
  880. package/commands/PurchaseReservedDBInstancesOfferingCommand.ts +0 -105
  881. package/commands/RebootDBInstanceCommand.ts +0 -105
  882. package/commands/RegisterDBProxyTargetsCommand.ts +0 -94
  883. package/commands/RemoveFromGlobalClusterCommand.ts +0 -101
  884. package/commands/RemoveRoleFromDBClusterCommand.ts +0 -99
  885. package/commands/RemoveRoleFromDBInstanceCommand.ts +0 -94
  886. package/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +0 -106
  887. package/commands/RemoveTagsFromResourceCommand.ts +0 -98
  888. package/commands/ResetDBClusterParameterGroupCommand.ts +0 -118
  889. package/commands/ResetDBParameterGroupCommand.ts +0 -101
  890. package/commands/RestoreDBClusterFromS3Command.ts +0 -113
  891. package/commands/RestoreDBClusterFromSnapshotCommand.ts +0 -118
  892. package/commands/RestoreDBClusterToPointInTimeCommand.ts +0 -118
  893. package/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +0 -115
  894. package/commands/RestoreDBInstanceFromS3Command.ts +0 -101
  895. package/commands/RestoreDBInstanceToPointInTimeCommand.ts +0 -111
  896. package/commands/RevokeDBSecurityGroupIngressCommand.ts +0 -99
  897. package/commands/StartActivityStreamCommand.ts +0 -96
  898. package/commands/StartDBClusterCommand.ts +0 -103
  899. package/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +0 -114
  900. package/commands/StartDBInstanceCommand.ts +0 -109
  901. package/commands/StartExportTaskCommand.ts +0 -97
  902. package/commands/StopActivityStreamCommand.ts +0 -98
  903. package/commands/StopDBClusterCommand.ts +0 -106
  904. package/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +0 -112
  905. package/commands/StopDBInstanceCommand.ts +0 -111
  906. package/dist/cjs/RDS.js +0 -2122
  907. package/dist/cjs/RDS.js.map +0 -1
  908. package/dist/cjs/RDSClient.js +0 -100
  909. package/dist/cjs/RDSClient.js.map +0 -1
  910. package/dist/cjs/commands/AddRoleToDBClusterCommand.js +0 -66
  911. package/dist/cjs/commands/AddRoleToDBClusterCommand.js.map +0 -1
  912. package/dist/cjs/commands/AddRoleToDBInstanceCommand.js +0 -64
  913. package/dist/cjs/commands/AddRoleToDBInstanceCommand.js.map +0 -1
  914. package/dist/cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -61
  915. package/dist/cjs/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
  916. package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -63
  917. package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  918. package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -61
  919. package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  920. package/dist/cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js +0 -72
  921. package/dist/cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js.map +0 -1
  922. package/dist/cjs/commands/BacktrackDBClusterCommand.js +0 -69
  923. package/dist/cjs/commands/BacktrackDBClusterCommand.js.map +0 -1
  924. package/dist/cjs/commands/CancelExportTaskCommand.js +0 -63
  925. package/dist/cjs/commands/CancelExportTaskCommand.js.map +0 -1
  926. package/dist/cjs/commands/CopyDBClusterParameterGroupCommand.js +0 -64
  927. package/dist/cjs/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
  928. package/dist/cjs/commands/CopyDBClusterSnapshotCommand.js +0 -137
  929. package/dist/cjs/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
  930. package/dist/cjs/commands/CopyDBParameterGroupCommand.js +0 -61
  931. package/dist/cjs/commands/CopyDBParameterGroupCommand.js.map +0 -1
  932. package/dist/cjs/commands/CopyDBSnapshotCommand.js +0 -71
  933. package/dist/cjs/commands/CopyDBSnapshotCommand.js.map +0 -1
  934. package/dist/cjs/commands/CopyOptionGroupCommand.js +0 -61
  935. package/dist/cjs/commands/CopyOptionGroupCommand.js.map +0 -1
  936. package/dist/cjs/commands/CreateCustomAvailabilityZoneCommand.js +0 -66
  937. package/dist/cjs/commands/CreateCustomAvailabilityZoneCommand.js.map +0 -1
  938. package/dist/cjs/commands/CreateDBClusterCommand.js +0 -76
  939. package/dist/cjs/commands/CreateDBClusterCommand.js.map +0 -1
  940. package/dist/cjs/commands/CreateDBClusterEndpointCommand.js +0 -64
  941. package/dist/cjs/commands/CreateDBClusterEndpointCommand.js.map +0 -1
  942. package/dist/cjs/commands/CreateDBClusterParameterGroupCommand.js +0 -92
  943. package/dist/cjs/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
  944. package/dist/cjs/commands/CreateDBClusterSnapshotCommand.js +0 -67
  945. package/dist/cjs/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
  946. package/dist/cjs/commands/CreateDBInstanceCommand.js +0 -61
  947. package/dist/cjs/commands/CreateDBInstanceCommand.js.map +0 -1
  948. package/dist/cjs/commands/CreateDBInstanceReadReplicaCommand.js +0 -78
  949. package/dist/cjs/commands/CreateDBInstanceReadReplicaCommand.js.map +0 -1
  950. package/dist/cjs/commands/CreateDBParameterGroupCommand.js +0 -81
  951. package/dist/cjs/commands/CreateDBParameterGroupCommand.js.map +0 -1
  952. package/dist/cjs/commands/CreateDBProxyCommand.js +0 -61
  953. package/dist/cjs/commands/CreateDBProxyCommand.js.map +0 -1
  954. package/dist/cjs/commands/CreateDBProxyEndpointCommand.js +0 -65
  955. package/dist/cjs/commands/CreateDBProxyEndpointCommand.js.map +0 -1
  956. package/dist/cjs/commands/CreateDBSecurityGroupCommand.js +0 -64
  957. package/dist/cjs/commands/CreateDBSecurityGroupCommand.js.map +0 -1
  958. package/dist/cjs/commands/CreateDBSnapshotCommand.js +0 -62
  959. package/dist/cjs/commands/CreateDBSnapshotCommand.js.map +0 -1
  960. package/dist/cjs/commands/CreateDBSubnetGroupCommand.js +0 -61
  961. package/dist/cjs/commands/CreateDBSubnetGroupCommand.js.map +0 -1
  962. package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -83
  963. package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
  964. package/dist/cjs/commands/CreateGlobalClusterCommand.js +0 -77
  965. package/dist/cjs/commands/CreateGlobalClusterCommand.js.map +0 -1
  966. package/dist/cjs/commands/CreateOptionGroupCommand.js +0 -61
  967. package/dist/cjs/commands/CreateOptionGroupCommand.js.map +0 -1
  968. package/dist/cjs/commands/DeleteCustomAvailabilityZoneCommand.js +0 -66
  969. package/dist/cjs/commands/DeleteCustomAvailabilityZoneCommand.js.map +0 -1
  970. package/dist/cjs/commands/DeleteDBClusterCommand.js +0 -71
  971. package/dist/cjs/commands/DeleteDBClusterCommand.js.map +0 -1
  972. package/dist/cjs/commands/DeleteDBClusterEndpointCommand.js +0 -64
  973. package/dist/cjs/commands/DeleteDBClusterEndpointCommand.js.map +0 -1
  974. package/dist/cjs/commands/DeleteDBClusterParameterGroupCommand.js +0 -68
  975. package/dist/cjs/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
  976. package/dist/cjs/commands/DeleteDBClusterSnapshotCommand.js +0 -72
  977. package/dist/cjs/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
  978. package/dist/cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js +0 -61
  979. package/dist/cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js.map +0 -1
  980. package/dist/cjs/commands/DeleteDBInstanceCommand.js +0 -86
  981. package/dist/cjs/commands/DeleteDBInstanceCommand.js.map +0 -1
  982. package/dist/cjs/commands/DeleteDBParameterGroupCommand.js +0 -61
  983. package/dist/cjs/commands/DeleteDBParameterGroupCommand.js.map +0 -1
  984. package/dist/cjs/commands/DeleteDBProxyCommand.js +0 -61
  985. package/dist/cjs/commands/DeleteDBProxyCommand.js.map +0 -1
  986. package/dist/cjs/commands/DeleteDBProxyEndpointCommand.js +0 -63
  987. package/dist/cjs/commands/DeleteDBProxyEndpointCommand.js.map +0 -1
  988. package/dist/cjs/commands/DeleteDBSecurityGroupCommand.js +0 -64
  989. package/dist/cjs/commands/DeleteDBSecurityGroupCommand.js.map +0 -1
  990. package/dist/cjs/commands/DeleteDBSnapshotCommand.js +0 -65
  991. package/dist/cjs/commands/DeleteDBSnapshotCommand.js.map +0 -1
  992. package/dist/cjs/commands/DeleteDBSubnetGroupCommand.js +0 -64
  993. package/dist/cjs/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
  994. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
  995. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  996. package/dist/cjs/commands/DeleteGlobalClusterCommand.js +0 -67
  997. package/dist/cjs/commands/DeleteGlobalClusterCommand.js.map +0 -1
  998. package/dist/cjs/commands/DeleteInstallationMediaCommand.js +0 -62
  999. package/dist/cjs/commands/DeleteInstallationMediaCommand.js.map +0 -1
  1000. package/dist/cjs/commands/DeleteOptionGroupCommand.js +0 -61
  1001. package/dist/cjs/commands/DeleteOptionGroupCommand.js.map +0 -1
  1002. package/dist/cjs/commands/DeregisterDBProxyTargetsCommand.js +0 -61
  1003. package/dist/cjs/commands/DeregisterDBProxyTargetsCommand.js.map +0 -1
  1004. package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -62
  1005. package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
  1006. package/dist/cjs/commands/DescribeCertificatesCommand.js +0 -61
  1007. package/dist/cjs/commands/DescribeCertificatesCommand.js.map +0 -1
  1008. package/dist/cjs/commands/DescribeCustomAvailabilityZonesCommand.js +0 -66
  1009. package/dist/cjs/commands/DescribeCustomAvailabilityZonesCommand.js.map +0 -1
  1010. package/dist/cjs/commands/DescribeDBClusterBacktracksCommand.js +0 -68
  1011. package/dist/cjs/commands/DescribeDBClusterBacktracksCommand.js.map +0 -1
  1012. package/dist/cjs/commands/DescribeDBClusterEndpointsCommand.js +0 -64
  1013. package/dist/cjs/commands/DescribeDBClusterEndpointsCommand.js.map +0 -1
  1014. package/dist/cjs/commands/DescribeDBClusterParameterGroupsCommand.js +0 -72
  1015. package/dist/cjs/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
  1016. package/dist/cjs/commands/DescribeDBClusterParametersCommand.js +0 -68
  1017. package/dist/cjs/commands/DescribeDBClusterParametersCommand.js.map +0 -1
  1018. package/dist/cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -71
  1019. package/dist/cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
  1020. package/dist/cjs/commands/DescribeDBClusterSnapshotsCommand.js +0 -68
  1021. package/dist/cjs/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
  1022. package/dist/cjs/commands/DescribeDBClustersCommand.js +0 -68
  1023. package/dist/cjs/commands/DescribeDBClustersCommand.js.map +0 -1
  1024. package/dist/cjs/commands/DescribeDBEngineVersionsCommand.js +0 -61
  1025. package/dist/cjs/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
  1026. package/dist/cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js +0 -67
  1027. package/dist/cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js.map +0 -1
  1028. package/dist/cjs/commands/DescribeDBInstancesCommand.js +0 -64
  1029. package/dist/cjs/commands/DescribeDBInstancesCommand.js.map +0 -1
  1030. package/dist/cjs/commands/DescribeDBLogFilesCommand.js +0 -61
  1031. package/dist/cjs/commands/DescribeDBLogFilesCommand.js.map +0 -1
  1032. package/dist/cjs/commands/DescribeDBParameterGroupsCommand.js +0 -64
  1033. package/dist/cjs/commands/DescribeDBParameterGroupsCommand.js.map +0 -1
  1034. package/dist/cjs/commands/DescribeDBParametersCommand.js +0 -61
  1035. package/dist/cjs/commands/DescribeDBParametersCommand.js.map +0 -1
  1036. package/dist/cjs/commands/DescribeDBProxiesCommand.js +0 -61
  1037. package/dist/cjs/commands/DescribeDBProxiesCommand.js.map +0 -1
  1038. package/dist/cjs/commands/DescribeDBProxyEndpointsCommand.js +0 -61
  1039. package/dist/cjs/commands/DescribeDBProxyEndpointsCommand.js.map +0 -1
  1040. package/dist/cjs/commands/DescribeDBProxyTargetGroupsCommand.js +0 -61
  1041. package/dist/cjs/commands/DescribeDBProxyTargetGroupsCommand.js.map +0 -1
  1042. package/dist/cjs/commands/DescribeDBProxyTargetsCommand.js +0 -61
  1043. package/dist/cjs/commands/DescribeDBProxyTargetsCommand.js.map +0 -1
  1044. package/dist/cjs/commands/DescribeDBSecurityGroupsCommand.js +0 -64
  1045. package/dist/cjs/commands/DescribeDBSecurityGroupsCommand.js.map +0 -1
  1046. package/dist/cjs/commands/DescribeDBSnapshotAttributesCommand.js +0 -68
  1047. package/dist/cjs/commands/DescribeDBSnapshotAttributesCommand.js.map +0 -1
  1048. package/dist/cjs/commands/DescribeDBSnapshotsCommand.js +0 -61
  1049. package/dist/cjs/commands/DescribeDBSnapshotsCommand.js.map +0 -1
  1050. package/dist/cjs/commands/DescribeDBSubnetGroupsCommand.js +0 -64
  1051. package/dist/cjs/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
  1052. package/dist/cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -65
  1053. package/dist/cjs/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
  1054. package/dist/cjs/commands/DescribeEngineDefaultParametersCommand.js +0 -61
  1055. package/dist/cjs/commands/DescribeEngineDefaultParametersCommand.js.map +0 -1
  1056. package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -65
  1057. package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
  1058. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -63
  1059. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  1060. package/dist/cjs/commands/DescribeEventsCommand.js +0 -66
  1061. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  1062. package/dist/cjs/commands/DescribeExportTasksCommand.js +0 -62
  1063. package/dist/cjs/commands/DescribeExportTasksCommand.js.map +0 -1
  1064. package/dist/cjs/commands/DescribeGlobalClustersCommand.js +0 -70
  1065. package/dist/cjs/commands/DescribeGlobalClustersCommand.js.map +0 -1
  1066. package/dist/cjs/commands/DescribeInstallationMediaCommand.js +0 -62
  1067. package/dist/cjs/commands/DescribeInstallationMediaCommand.js.map +0 -1
  1068. package/dist/cjs/commands/DescribeOptionGroupOptionsCommand.js +0 -61
  1069. package/dist/cjs/commands/DescribeOptionGroupOptionsCommand.js.map +0 -1
  1070. package/dist/cjs/commands/DescribeOptionGroupsCommand.js +0 -61
  1071. package/dist/cjs/commands/DescribeOptionGroupsCommand.js.map +0 -1
  1072. package/dist/cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -61
  1073. package/dist/cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
  1074. package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -61
  1075. package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  1076. package/dist/cjs/commands/DescribeReservedDBInstancesCommand.js +0 -61
  1077. package/dist/cjs/commands/DescribeReservedDBInstancesCommand.js.map +0 -1
  1078. package/dist/cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js +0 -61
  1079. package/dist/cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js.map +0 -1
  1080. package/dist/cjs/commands/DescribeSourceRegionsCommand.js +0 -62
  1081. package/dist/cjs/commands/DescribeSourceRegionsCommand.js.map +0 -1
  1082. package/dist/cjs/commands/DescribeValidDBInstanceModificationsCommand.js +0 -65
  1083. package/dist/cjs/commands/DescribeValidDBInstanceModificationsCommand.js.map +0 -1
  1084. package/dist/cjs/commands/DownloadDBLogFilePortionCommand.js +0 -61
  1085. package/dist/cjs/commands/DownloadDBLogFilePortionCommand.js.map +0 -1
  1086. package/dist/cjs/commands/FailoverDBClusterCommand.js +0 -74
  1087. package/dist/cjs/commands/FailoverDBClusterCommand.js.map +0 -1
  1088. package/dist/cjs/commands/FailoverGlobalClusterCommand.js +0 -75
  1089. package/dist/cjs/commands/FailoverGlobalClusterCommand.js.map +0 -1
  1090. package/dist/cjs/commands/ImportInstallationMediaCommand.js +0 -63
  1091. package/dist/cjs/commands/ImportInstallationMediaCommand.js.map +0 -1
  1092. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -64
  1093. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  1094. package/dist/cjs/commands/ModifyCertificatesCommand.js +0 -85
  1095. package/dist/cjs/commands/ModifyCertificatesCommand.js.map +0 -1
  1096. package/dist/cjs/commands/ModifyCurrentDBClusterCapacityCommand.js +0 -78
  1097. package/dist/cjs/commands/ModifyCurrentDBClusterCapacityCommand.js.map +0 -1
  1098. package/dist/cjs/commands/ModifyDBClusterCommand.js +0 -70
  1099. package/dist/cjs/commands/ModifyDBClusterCommand.js.map +0 -1
  1100. package/dist/cjs/commands/ModifyDBClusterEndpointCommand.js +0 -65
  1101. package/dist/cjs/commands/ModifyDBClusterEndpointCommand.js.map +0 -1
  1102. package/dist/cjs/commands/ModifyDBClusterParameterGroupCommand.js +0 -88
  1103. package/dist/cjs/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
  1104. package/dist/cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -82
  1105. package/dist/cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
  1106. package/dist/cjs/commands/ModifyDBInstanceCommand.js +0 -66
  1107. package/dist/cjs/commands/ModifyDBInstanceCommand.js.map +0 -1
  1108. package/dist/cjs/commands/ModifyDBParameterGroupCommand.js +0 -76
  1109. package/dist/cjs/commands/ModifyDBParameterGroupCommand.js.map +0 -1
  1110. package/dist/cjs/commands/ModifyDBProxyCommand.js +0 -61
  1111. package/dist/cjs/commands/ModifyDBProxyCommand.js.map +0 -1
  1112. package/dist/cjs/commands/ModifyDBProxyEndpointCommand.js +0 -61
  1113. package/dist/cjs/commands/ModifyDBProxyEndpointCommand.js.map +0 -1
  1114. package/dist/cjs/commands/ModifyDBProxyTargetGroupCommand.js +0 -61
  1115. package/dist/cjs/commands/ModifyDBProxyTargetGroupCommand.js.map +0 -1
  1116. package/dist/cjs/commands/ModifyDBSnapshotAttributeCommand.js +0 -77
  1117. package/dist/cjs/commands/ModifyDBSnapshotAttributeCommand.js.map +0 -1
  1118. package/dist/cjs/commands/ModifyDBSnapshotCommand.js +0 -67
  1119. package/dist/cjs/commands/ModifyDBSnapshotCommand.js.map +0 -1
  1120. package/dist/cjs/commands/ModifyDBSubnetGroupCommand.js +0 -61
  1121. package/dist/cjs/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
  1122. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -65
  1123. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  1124. package/dist/cjs/commands/ModifyGlobalClusterCommand.js +0 -69
  1125. package/dist/cjs/commands/ModifyGlobalClusterCommand.js.map +0 -1
  1126. package/dist/cjs/commands/ModifyOptionGroupCommand.js +0 -61
  1127. package/dist/cjs/commands/ModifyOptionGroupCommand.js.map +0 -1
  1128. package/dist/cjs/commands/PromoteReadReplicaCommand.js +0 -79
  1129. package/dist/cjs/commands/PromoteReadReplicaCommand.js.map +0 -1
  1130. package/dist/cjs/commands/PromoteReadReplicaDBClusterCommand.js +0 -64
  1131. package/dist/cjs/commands/PromoteReadReplicaDBClusterCommand.js.map +0 -1
  1132. package/dist/cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js +0 -61
  1133. package/dist/cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js.map +0 -1
  1134. package/dist/cjs/commands/RebootDBInstanceCommand.js +0 -72
  1135. package/dist/cjs/commands/RebootDBInstanceCommand.js.map +0 -1
  1136. package/dist/cjs/commands/RegisterDBProxyTargetsCommand.js +0 -61
  1137. package/dist/cjs/commands/RegisterDBProxyTargetsCommand.js.map +0 -1
  1138. package/dist/cjs/commands/RemoveFromGlobalClusterCommand.js +0 -68
  1139. package/dist/cjs/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
  1140. package/dist/cjs/commands/RemoveRoleFromDBClusterCommand.js +0 -66
  1141. package/dist/cjs/commands/RemoveRoleFromDBClusterCommand.js.map +0 -1
  1142. package/dist/cjs/commands/RemoveRoleFromDBInstanceCommand.js +0 -61
  1143. package/dist/cjs/commands/RemoveRoleFromDBInstanceCommand.js.map +0 -1
  1144. package/dist/cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -61
  1145. package/dist/cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
  1146. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -65
  1147. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1148. package/dist/cjs/commands/ResetDBClusterParameterGroupCommand.js +0 -80
  1149. package/dist/cjs/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
  1150. package/dist/cjs/commands/ResetDBParameterGroupCommand.js +0 -68
  1151. package/dist/cjs/commands/ResetDBParameterGroupCommand.js.map +0 -1
  1152. package/dist/cjs/commands/RestoreDBClusterFromS3Command.js +0 -80
  1153. package/dist/cjs/commands/RestoreDBClusterFromS3Command.js.map +0 -1
  1154. package/dist/cjs/commands/RestoreDBClusterFromSnapshotCommand.js +0 -80
  1155. package/dist/cjs/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
  1156. package/dist/cjs/commands/RestoreDBClusterToPointInTimeCommand.js +0 -80
  1157. package/dist/cjs/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
  1158. package/dist/cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js +0 -74
  1159. package/dist/cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js.map +0 -1
  1160. package/dist/cjs/commands/RestoreDBInstanceFromS3Command.js +0 -68
  1161. package/dist/cjs/commands/RestoreDBInstanceFromS3Command.js.map +0 -1
  1162. package/dist/cjs/commands/RestoreDBInstanceToPointInTimeCommand.js +0 -70
  1163. package/dist/cjs/commands/RestoreDBInstanceToPointInTimeCommand.js.map +0 -1
  1164. package/dist/cjs/commands/RevokeDBSecurityGroupIngressCommand.js +0 -61
  1165. package/dist/cjs/commands/RevokeDBSecurityGroupIngressCommand.js.map +0 -1
  1166. package/dist/cjs/commands/StartActivityStreamCommand.js +0 -63
  1167. package/dist/cjs/commands/StartActivityStreamCommand.js.map +0 -1
  1168. package/dist/cjs/commands/StartDBClusterCommand.js +0 -70
  1169. package/dist/cjs/commands/StartDBClusterCommand.js.map +0 -1
  1170. package/dist/cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +0 -66
  1171. package/dist/cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
  1172. package/dist/cjs/commands/StartDBInstanceCommand.js +0 -76
  1173. package/dist/cjs/commands/StartDBInstanceCommand.js.map +0 -1
  1174. package/dist/cjs/commands/StartExportTaskCommand.js +0 -64
  1175. package/dist/cjs/commands/StartExportTaskCommand.js.map +0 -1
  1176. package/dist/cjs/commands/StopActivityStreamCommand.js +0 -65
  1177. package/dist/cjs/commands/StopActivityStreamCommand.js.map +0 -1
  1178. package/dist/cjs/commands/StopDBClusterCommand.js +0 -73
  1179. package/dist/cjs/commands/StopDBClusterCommand.js.map +0 -1
  1180. package/dist/cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +0 -64
  1181. package/dist/cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
  1182. package/dist/cjs/commands/StopDBInstanceCommand.js +0 -78
  1183. package/dist/cjs/commands/StopDBInstanceCommand.js.map +0 -1
  1184. package/dist/cjs/endpoints.js +0 -91
  1185. package/dist/cjs/endpoints.js.map +0 -1
  1186. package/dist/cjs/index.js +0 -186
  1187. package/dist/cjs/index.js.map +0 -1
  1188. package/dist/cjs/models/index.js +0 -6
  1189. package/dist/cjs/models/index.js.map +0 -1
  1190. package/dist/cjs/models/models_0.js +0 -2662
  1191. package/dist/cjs/models/models_0.js.map +0 -1
  1192. package/dist/cjs/models/models_1.js +0 -1600
  1193. package/dist/cjs/models/models_1.js.map +0 -1
  1194. package/dist/cjs/package.json +0 -95
  1195. package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
  1196. package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
  1197. package/dist/cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -46
  1198. package/dist/cjs/pagination/DescribeCustomAvailabilityZonesPaginator.js.map +0 -1
  1199. package/dist/cjs/pagination/DescribeDBClusterBacktracksPaginator.js +0 -46
  1200. package/dist/cjs/pagination/DescribeDBClusterBacktracksPaginator.js.map +0 -1
  1201. package/dist/cjs/pagination/DescribeDBClusterEndpointsPaginator.js +0 -46
  1202. package/dist/cjs/pagination/DescribeDBClusterEndpointsPaginator.js.map +0 -1
  1203. package/dist/cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -46
  1204. package/dist/cjs/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
  1205. package/dist/cjs/pagination/DescribeDBClusterParametersPaginator.js +0 -46
  1206. package/dist/cjs/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
  1207. package/dist/cjs/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -46
  1208. package/dist/cjs/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
  1209. package/dist/cjs/pagination/DescribeDBClustersPaginator.js +0 -46
  1210. package/dist/cjs/pagination/DescribeDBClustersPaginator.js.map +0 -1
  1211. package/dist/cjs/pagination/DescribeDBEngineVersionsPaginator.js +0 -46
  1212. package/dist/cjs/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
  1213. package/dist/cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +0 -46
  1214. package/dist/cjs/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js.map +0 -1
  1215. package/dist/cjs/pagination/DescribeDBInstancesPaginator.js +0 -46
  1216. package/dist/cjs/pagination/DescribeDBInstancesPaginator.js.map +0 -1
  1217. package/dist/cjs/pagination/DescribeDBLogFilesPaginator.js +0 -46
  1218. package/dist/cjs/pagination/DescribeDBLogFilesPaginator.js.map +0 -1
  1219. package/dist/cjs/pagination/DescribeDBParameterGroupsPaginator.js +0 -46
  1220. package/dist/cjs/pagination/DescribeDBParameterGroupsPaginator.js.map +0 -1
  1221. package/dist/cjs/pagination/DescribeDBParametersPaginator.js +0 -46
  1222. package/dist/cjs/pagination/DescribeDBParametersPaginator.js.map +0 -1
  1223. package/dist/cjs/pagination/DescribeDBProxiesPaginator.js +0 -46
  1224. package/dist/cjs/pagination/DescribeDBProxiesPaginator.js.map +0 -1
  1225. package/dist/cjs/pagination/DescribeDBProxyEndpointsPaginator.js +0 -46
  1226. package/dist/cjs/pagination/DescribeDBProxyEndpointsPaginator.js.map +0 -1
  1227. package/dist/cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js +0 -46
  1228. package/dist/cjs/pagination/DescribeDBProxyTargetGroupsPaginator.js.map +0 -1
  1229. package/dist/cjs/pagination/DescribeDBProxyTargetsPaginator.js +0 -46
  1230. package/dist/cjs/pagination/DescribeDBProxyTargetsPaginator.js.map +0 -1
  1231. package/dist/cjs/pagination/DescribeDBSecurityGroupsPaginator.js +0 -46
  1232. package/dist/cjs/pagination/DescribeDBSecurityGroupsPaginator.js.map +0 -1
  1233. package/dist/cjs/pagination/DescribeDBSnapshotsPaginator.js +0 -46
  1234. package/dist/cjs/pagination/DescribeDBSnapshotsPaginator.js.map +0 -1
  1235. package/dist/cjs/pagination/DescribeDBSubnetGroupsPaginator.js +0 -46
  1236. package/dist/cjs/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
  1237. package/dist/cjs/pagination/DescribeEngineDefaultParametersPaginator.js +0 -46
  1238. package/dist/cjs/pagination/DescribeEngineDefaultParametersPaginator.js.map +0 -1
  1239. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
  1240. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1241. package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
  1242. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  1243. package/dist/cjs/pagination/DescribeExportTasksPaginator.js +0 -46
  1244. package/dist/cjs/pagination/DescribeExportTasksPaginator.js.map +0 -1
  1245. package/dist/cjs/pagination/DescribeGlobalClustersPaginator.js +0 -46
  1246. package/dist/cjs/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
  1247. package/dist/cjs/pagination/DescribeInstallationMediaPaginator.js +0 -46
  1248. package/dist/cjs/pagination/DescribeInstallationMediaPaginator.js.map +0 -1
  1249. package/dist/cjs/pagination/DescribeOptionGroupOptionsPaginator.js +0 -46
  1250. package/dist/cjs/pagination/DescribeOptionGroupOptionsPaginator.js.map +0 -1
  1251. package/dist/cjs/pagination/DescribeOptionGroupsPaginator.js +0 -46
  1252. package/dist/cjs/pagination/DescribeOptionGroupsPaginator.js.map +0 -1
  1253. package/dist/cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -46
  1254. package/dist/cjs/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
  1255. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
  1256. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  1257. package/dist/cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +0 -46
  1258. package/dist/cjs/pagination/DescribeReservedDBInstancesOfferingsPaginator.js.map +0 -1
  1259. package/dist/cjs/pagination/DescribeReservedDBInstancesPaginator.js +0 -46
  1260. package/dist/cjs/pagination/DescribeReservedDBInstancesPaginator.js.map +0 -1
  1261. package/dist/cjs/pagination/DescribeSourceRegionsPaginator.js +0 -46
  1262. package/dist/cjs/pagination/DescribeSourceRegionsPaginator.js.map +0 -1
  1263. package/dist/cjs/pagination/DownloadDBLogFilePortionPaginator.js +0 -46
  1264. package/dist/cjs/pagination/DownloadDBLogFilePortionPaginator.js.map +0 -1
  1265. package/dist/cjs/pagination/Interfaces.js +0 -3
  1266. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  1267. package/dist/cjs/protocols/Aws_query.js +0 -23335
  1268. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  1269. package/dist/cjs/runtimeConfig.browser.js +0 -41
  1270. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  1271. package/dist/cjs/runtimeConfig.js +0 -46
  1272. package/dist/cjs/runtimeConfig.js.map +0 -1
  1273. package/dist/cjs/runtimeConfig.native.js +0 -20
  1274. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  1275. package/dist/cjs/runtimeConfig.shared.js +0 -21
  1276. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  1277. package/dist/cjs/waiters/waitForDBClusterSnapshotAvailable.js +0 -129
  1278. package/dist/cjs/waiters/waitForDBClusterSnapshotAvailable.js.map +0 -1
  1279. package/dist/cjs/waiters/waitForDBClusterSnapshotDeleted.js +0 -109
  1280. package/dist/cjs/waiters/waitForDBClusterSnapshotDeleted.js.map +0 -1
  1281. package/dist/cjs/waiters/waitForDBInstanceAvailable.js +0 -129
  1282. package/dist/cjs/waiters/waitForDBInstanceAvailable.js.map +0 -1
  1283. package/dist/cjs/waiters/waitForDBInstanceDeleted.js +0 -109
  1284. package/dist/cjs/waiters/waitForDBInstanceDeleted.js.map +0 -1
  1285. package/dist/cjs/waiters/waitForDBSnapshotAvailable.js +0 -129
  1286. package/dist/cjs/waiters/waitForDBSnapshotAvailable.js.map +0 -1
  1287. package/dist/cjs/waiters/waitForDBSnapshotDeleted.js +0 -109
  1288. package/dist/cjs/waiters/waitForDBSnapshotDeleted.js.map +0 -1
  1289. package/dist/es/RDS.js +0 -2066
  1290. package/dist/es/RDS.js.map +0 -1
  1291. package/dist/es/RDSClient.js +0 -38
  1292. package/dist/es/RDSClient.js.map +0 -1
  1293. package/dist/es/commands/AddRoleToDBClusterCommand.js +0 -40
  1294. package/dist/es/commands/AddRoleToDBClusterCommand.js.map +0 -1
  1295. package/dist/es/commands/AddRoleToDBInstanceCommand.js +0 -40
  1296. package/dist/es/commands/AddRoleToDBInstanceCommand.js.map +0 -1
  1297. package/dist/es/commands/AddSourceIdentifierToSubscriptionCommand.js +0 -40
  1298. package/dist/es/commands/AddSourceIdentifierToSubscriptionCommand.js.map +0 -1
  1299. package/dist/es/commands/AddTagsToResourceCommand.js +0 -40
  1300. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  1301. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -40
  1302. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  1303. package/dist/es/commands/AuthorizeDBSecurityGroupIngressCommand.js +0 -40
  1304. package/dist/es/commands/AuthorizeDBSecurityGroupIngressCommand.js.map +0 -1
  1305. package/dist/es/commands/BacktrackDBClusterCommand.js +0 -40
  1306. package/dist/es/commands/BacktrackDBClusterCommand.js.map +0 -1
  1307. package/dist/es/commands/CancelExportTaskCommand.js +0 -40
  1308. package/dist/es/commands/CancelExportTaskCommand.js.map +0 -1
  1309. package/dist/es/commands/CopyDBClusterParameterGroupCommand.js +0 -40
  1310. package/dist/es/commands/CopyDBClusterParameterGroupCommand.js.map +0 -1
  1311. package/dist/es/commands/CopyDBClusterSnapshotCommand.js +0 -42
  1312. package/dist/es/commands/CopyDBClusterSnapshotCommand.js.map +0 -1
  1313. package/dist/es/commands/CopyDBParameterGroupCommand.js +0 -40
  1314. package/dist/es/commands/CopyDBParameterGroupCommand.js.map +0 -1
  1315. package/dist/es/commands/CopyDBSnapshotCommand.js +0 -42
  1316. package/dist/es/commands/CopyDBSnapshotCommand.js.map +0 -1
  1317. package/dist/es/commands/CopyOptionGroupCommand.js +0 -40
  1318. package/dist/es/commands/CopyOptionGroupCommand.js.map +0 -1
  1319. package/dist/es/commands/CreateCustomAvailabilityZoneCommand.js +0 -40
  1320. package/dist/es/commands/CreateCustomAvailabilityZoneCommand.js.map +0 -1
  1321. package/dist/es/commands/CreateDBClusterCommand.js +0 -42
  1322. package/dist/es/commands/CreateDBClusterCommand.js.map +0 -1
  1323. package/dist/es/commands/CreateDBClusterEndpointCommand.js +0 -40
  1324. package/dist/es/commands/CreateDBClusterEndpointCommand.js.map +0 -1
  1325. package/dist/es/commands/CreateDBClusterParameterGroupCommand.js +0 -40
  1326. package/dist/es/commands/CreateDBClusterParameterGroupCommand.js.map +0 -1
  1327. package/dist/es/commands/CreateDBClusterSnapshotCommand.js +0 -40
  1328. package/dist/es/commands/CreateDBClusterSnapshotCommand.js.map +0 -1
  1329. package/dist/es/commands/CreateDBInstanceCommand.js +0 -40
  1330. package/dist/es/commands/CreateDBInstanceCommand.js.map +0 -1
  1331. package/dist/es/commands/CreateDBInstanceReadReplicaCommand.js +0 -42
  1332. package/dist/es/commands/CreateDBInstanceReadReplicaCommand.js.map +0 -1
  1333. package/dist/es/commands/CreateDBParameterGroupCommand.js +0 -40
  1334. package/dist/es/commands/CreateDBParameterGroupCommand.js.map +0 -1
  1335. package/dist/es/commands/CreateDBProxyCommand.js +0 -40
  1336. package/dist/es/commands/CreateDBProxyCommand.js.map +0 -1
  1337. package/dist/es/commands/CreateDBProxyEndpointCommand.js +0 -40
  1338. package/dist/es/commands/CreateDBProxyEndpointCommand.js.map +0 -1
  1339. package/dist/es/commands/CreateDBSecurityGroupCommand.js +0 -40
  1340. package/dist/es/commands/CreateDBSecurityGroupCommand.js.map +0 -1
  1341. package/dist/es/commands/CreateDBSnapshotCommand.js +0 -40
  1342. package/dist/es/commands/CreateDBSnapshotCommand.js.map +0 -1
  1343. package/dist/es/commands/CreateDBSubnetGroupCommand.js +0 -40
  1344. package/dist/es/commands/CreateDBSubnetGroupCommand.js.map +0 -1
  1345. package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -40
  1346. package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  1347. package/dist/es/commands/CreateGlobalClusterCommand.js +0 -40
  1348. package/dist/es/commands/CreateGlobalClusterCommand.js.map +0 -1
  1349. package/dist/es/commands/CreateOptionGroupCommand.js +0 -40
  1350. package/dist/es/commands/CreateOptionGroupCommand.js.map +0 -1
  1351. package/dist/es/commands/DeleteCustomAvailabilityZoneCommand.js +0 -40
  1352. package/dist/es/commands/DeleteCustomAvailabilityZoneCommand.js.map +0 -1
  1353. package/dist/es/commands/DeleteDBClusterCommand.js +0 -40
  1354. package/dist/es/commands/DeleteDBClusterCommand.js.map +0 -1
  1355. package/dist/es/commands/DeleteDBClusterEndpointCommand.js +0 -40
  1356. package/dist/es/commands/DeleteDBClusterEndpointCommand.js.map +0 -1
  1357. package/dist/es/commands/DeleteDBClusterParameterGroupCommand.js +0 -40
  1358. package/dist/es/commands/DeleteDBClusterParameterGroupCommand.js.map +0 -1
  1359. package/dist/es/commands/DeleteDBClusterSnapshotCommand.js +0 -40
  1360. package/dist/es/commands/DeleteDBClusterSnapshotCommand.js.map +0 -1
  1361. package/dist/es/commands/DeleteDBInstanceAutomatedBackupCommand.js +0 -40
  1362. package/dist/es/commands/DeleteDBInstanceAutomatedBackupCommand.js.map +0 -1
  1363. package/dist/es/commands/DeleteDBInstanceCommand.js +0 -40
  1364. package/dist/es/commands/DeleteDBInstanceCommand.js.map +0 -1
  1365. package/dist/es/commands/DeleteDBParameterGroupCommand.js +0 -40
  1366. package/dist/es/commands/DeleteDBParameterGroupCommand.js.map +0 -1
  1367. package/dist/es/commands/DeleteDBProxyCommand.js +0 -40
  1368. package/dist/es/commands/DeleteDBProxyCommand.js.map +0 -1
  1369. package/dist/es/commands/DeleteDBProxyEndpointCommand.js +0 -40
  1370. package/dist/es/commands/DeleteDBProxyEndpointCommand.js.map +0 -1
  1371. package/dist/es/commands/DeleteDBSecurityGroupCommand.js +0 -40
  1372. package/dist/es/commands/DeleteDBSecurityGroupCommand.js.map +0 -1
  1373. package/dist/es/commands/DeleteDBSnapshotCommand.js +0 -40
  1374. package/dist/es/commands/DeleteDBSnapshotCommand.js.map +0 -1
  1375. package/dist/es/commands/DeleteDBSubnetGroupCommand.js +0 -40
  1376. package/dist/es/commands/DeleteDBSubnetGroupCommand.js.map +0 -1
  1377. package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -40
  1378. package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  1379. package/dist/es/commands/DeleteGlobalClusterCommand.js +0 -40
  1380. package/dist/es/commands/DeleteGlobalClusterCommand.js.map +0 -1
  1381. package/dist/es/commands/DeleteInstallationMediaCommand.js +0 -40
  1382. package/dist/es/commands/DeleteInstallationMediaCommand.js.map +0 -1
  1383. package/dist/es/commands/DeleteOptionGroupCommand.js +0 -40
  1384. package/dist/es/commands/DeleteOptionGroupCommand.js.map +0 -1
  1385. package/dist/es/commands/DeregisterDBProxyTargetsCommand.js +0 -40
  1386. package/dist/es/commands/DeregisterDBProxyTargetsCommand.js.map +0 -1
  1387. package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -40
  1388. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  1389. package/dist/es/commands/DescribeCertificatesCommand.js +0 -40
  1390. package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
  1391. package/dist/es/commands/DescribeCustomAvailabilityZonesCommand.js +0 -40
  1392. package/dist/es/commands/DescribeCustomAvailabilityZonesCommand.js.map +0 -1
  1393. package/dist/es/commands/DescribeDBClusterBacktracksCommand.js +0 -40
  1394. package/dist/es/commands/DescribeDBClusterBacktracksCommand.js.map +0 -1
  1395. package/dist/es/commands/DescribeDBClusterEndpointsCommand.js +0 -40
  1396. package/dist/es/commands/DescribeDBClusterEndpointsCommand.js.map +0 -1
  1397. package/dist/es/commands/DescribeDBClusterParameterGroupsCommand.js +0 -40
  1398. package/dist/es/commands/DescribeDBClusterParameterGroupsCommand.js.map +0 -1
  1399. package/dist/es/commands/DescribeDBClusterParametersCommand.js +0 -40
  1400. package/dist/es/commands/DescribeDBClusterParametersCommand.js.map +0 -1
  1401. package/dist/es/commands/DescribeDBClusterSnapshotAttributesCommand.js +0 -40
  1402. package/dist/es/commands/DescribeDBClusterSnapshotAttributesCommand.js.map +0 -1
  1403. package/dist/es/commands/DescribeDBClusterSnapshotsCommand.js +0 -40
  1404. package/dist/es/commands/DescribeDBClusterSnapshotsCommand.js.map +0 -1
  1405. package/dist/es/commands/DescribeDBClustersCommand.js +0 -40
  1406. package/dist/es/commands/DescribeDBClustersCommand.js.map +0 -1
  1407. package/dist/es/commands/DescribeDBEngineVersionsCommand.js +0 -40
  1408. package/dist/es/commands/DescribeDBEngineVersionsCommand.js.map +0 -1
  1409. package/dist/es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +0 -40
  1410. package/dist/es/commands/DescribeDBInstanceAutomatedBackupsCommand.js.map +0 -1
  1411. package/dist/es/commands/DescribeDBInstancesCommand.js +0 -40
  1412. package/dist/es/commands/DescribeDBInstancesCommand.js.map +0 -1
  1413. package/dist/es/commands/DescribeDBLogFilesCommand.js +0 -40
  1414. package/dist/es/commands/DescribeDBLogFilesCommand.js.map +0 -1
  1415. package/dist/es/commands/DescribeDBParameterGroupsCommand.js +0 -40
  1416. package/dist/es/commands/DescribeDBParameterGroupsCommand.js.map +0 -1
  1417. package/dist/es/commands/DescribeDBParametersCommand.js +0 -40
  1418. package/dist/es/commands/DescribeDBParametersCommand.js.map +0 -1
  1419. package/dist/es/commands/DescribeDBProxiesCommand.js +0 -40
  1420. package/dist/es/commands/DescribeDBProxiesCommand.js.map +0 -1
  1421. package/dist/es/commands/DescribeDBProxyEndpointsCommand.js +0 -40
  1422. package/dist/es/commands/DescribeDBProxyEndpointsCommand.js.map +0 -1
  1423. package/dist/es/commands/DescribeDBProxyTargetGroupsCommand.js +0 -40
  1424. package/dist/es/commands/DescribeDBProxyTargetGroupsCommand.js.map +0 -1
  1425. package/dist/es/commands/DescribeDBProxyTargetsCommand.js +0 -40
  1426. package/dist/es/commands/DescribeDBProxyTargetsCommand.js.map +0 -1
  1427. package/dist/es/commands/DescribeDBSecurityGroupsCommand.js +0 -40
  1428. package/dist/es/commands/DescribeDBSecurityGroupsCommand.js.map +0 -1
  1429. package/dist/es/commands/DescribeDBSnapshotAttributesCommand.js +0 -40
  1430. package/dist/es/commands/DescribeDBSnapshotAttributesCommand.js.map +0 -1
  1431. package/dist/es/commands/DescribeDBSnapshotsCommand.js +0 -40
  1432. package/dist/es/commands/DescribeDBSnapshotsCommand.js.map +0 -1
  1433. package/dist/es/commands/DescribeDBSubnetGroupsCommand.js +0 -40
  1434. package/dist/es/commands/DescribeDBSubnetGroupsCommand.js.map +0 -1
  1435. package/dist/es/commands/DescribeEngineDefaultClusterParametersCommand.js +0 -40
  1436. package/dist/es/commands/DescribeEngineDefaultClusterParametersCommand.js.map +0 -1
  1437. package/dist/es/commands/DescribeEngineDefaultParametersCommand.js +0 -40
  1438. package/dist/es/commands/DescribeEngineDefaultParametersCommand.js.map +0 -1
  1439. package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -40
  1440. package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  1441. package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -40
  1442. package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  1443. package/dist/es/commands/DescribeEventsCommand.js +0 -40
  1444. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  1445. package/dist/es/commands/DescribeExportTasksCommand.js +0 -40
  1446. package/dist/es/commands/DescribeExportTasksCommand.js.map +0 -1
  1447. package/dist/es/commands/DescribeGlobalClustersCommand.js +0 -40
  1448. package/dist/es/commands/DescribeGlobalClustersCommand.js.map +0 -1
  1449. package/dist/es/commands/DescribeInstallationMediaCommand.js +0 -40
  1450. package/dist/es/commands/DescribeInstallationMediaCommand.js.map +0 -1
  1451. package/dist/es/commands/DescribeOptionGroupOptionsCommand.js +0 -40
  1452. package/dist/es/commands/DescribeOptionGroupOptionsCommand.js.map +0 -1
  1453. package/dist/es/commands/DescribeOptionGroupsCommand.js +0 -40
  1454. package/dist/es/commands/DescribeOptionGroupsCommand.js.map +0 -1
  1455. package/dist/es/commands/DescribeOrderableDBInstanceOptionsCommand.js +0 -40
  1456. package/dist/es/commands/DescribeOrderableDBInstanceOptionsCommand.js.map +0 -1
  1457. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -40
  1458. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  1459. package/dist/es/commands/DescribeReservedDBInstancesCommand.js +0 -40
  1460. package/dist/es/commands/DescribeReservedDBInstancesCommand.js.map +0 -1
  1461. package/dist/es/commands/DescribeReservedDBInstancesOfferingsCommand.js +0 -40
  1462. package/dist/es/commands/DescribeReservedDBInstancesOfferingsCommand.js.map +0 -1
  1463. package/dist/es/commands/DescribeSourceRegionsCommand.js +0 -40
  1464. package/dist/es/commands/DescribeSourceRegionsCommand.js.map +0 -1
  1465. package/dist/es/commands/DescribeValidDBInstanceModificationsCommand.js +0 -40
  1466. package/dist/es/commands/DescribeValidDBInstanceModificationsCommand.js.map +0 -1
  1467. package/dist/es/commands/DownloadDBLogFilePortionCommand.js +0 -40
  1468. package/dist/es/commands/DownloadDBLogFilePortionCommand.js.map +0 -1
  1469. package/dist/es/commands/FailoverDBClusterCommand.js +0 -40
  1470. package/dist/es/commands/FailoverDBClusterCommand.js.map +0 -1
  1471. package/dist/es/commands/FailoverGlobalClusterCommand.js +0 -40
  1472. package/dist/es/commands/FailoverGlobalClusterCommand.js.map +0 -1
  1473. package/dist/es/commands/ImportInstallationMediaCommand.js +0 -41
  1474. package/dist/es/commands/ImportInstallationMediaCommand.js.map +0 -1
  1475. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  1476. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  1477. package/dist/es/commands/ModifyCertificatesCommand.js +0 -40
  1478. package/dist/es/commands/ModifyCertificatesCommand.js.map +0 -1
  1479. package/dist/es/commands/ModifyCurrentDBClusterCapacityCommand.js +0 -40
  1480. package/dist/es/commands/ModifyCurrentDBClusterCapacityCommand.js.map +0 -1
  1481. package/dist/es/commands/ModifyDBClusterCommand.js +0 -40
  1482. package/dist/es/commands/ModifyDBClusterCommand.js.map +0 -1
  1483. package/dist/es/commands/ModifyDBClusterEndpointCommand.js +0 -41
  1484. package/dist/es/commands/ModifyDBClusterEndpointCommand.js.map +0 -1
  1485. package/dist/es/commands/ModifyDBClusterParameterGroupCommand.js +0 -40
  1486. package/dist/es/commands/ModifyDBClusterParameterGroupCommand.js.map +0 -1
  1487. package/dist/es/commands/ModifyDBClusterSnapshotAttributeCommand.js +0 -40
  1488. package/dist/es/commands/ModifyDBClusterSnapshotAttributeCommand.js.map +0 -1
  1489. package/dist/es/commands/ModifyDBInstanceCommand.js +0 -40
  1490. package/dist/es/commands/ModifyDBInstanceCommand.js.map +0 -1
  1491. package/dist/es/commands/ModifyDBParameterGroupCommand.js +0 -40
  1492. package/dist/es/commands/ModifyDBParameterGroupCommand.js.map +0 -1
  1493. package/dist/es/commands/ModifyDBProxyCommand.js +0 -40
  1494. package/dist/es/commands/ModifyDBProxyCommand.js.map +0 -1
  1495. package/dist/es/commands/ModifyDBProxyEndpointCommand.js +0 -40
  1496. package/dist/es/commands/ModifyDBProxyEndpointCommand.js.map +0 -1
  1497. package/dist/es/commands/ModifyDBProxyTargetGroupCommand.js +0 -40
  1498. package/dist/es/commands/ModifyDBProxyTargetGroupCommand.js.map +0 -1
  1499. package/dist/es/commands/ModifyDBSnapshotAttributeCommand.js +0 -40
  1500. package/dist/es/commands/ModifyDBSnapshotAttributeCommand.js.map +0 -1
  1501. package/dist/es/commands/ModifyDBSnapshotCommand.js +0 -40
  1502. package/dist/es/commands/ModifyDBSnapshotCommand.js.map +0 -1
  1503. package/dist/es/commands/ModifyDBSubnetGroupCommand.js +0 -40
  1504. package/dist/es/commands/ModifyDBSubnetGroupCommand.js.map +0 -1
  1505. package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -40
  1506. package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  1507. package/dist/es/commands/ModifyGlobalClusterCommand.js +0 -40
  1508. package/dist/es/commands/ModifyGlobalClusterCommand.js.map +0 -1
  1509. package/dist/es/commands/ModifyOptionGroupCommand.js +0 -40
  1510. package/dist/es/commands/ModifyOptionGroupCommand.js.map +0 -1
  1511. package/dist/es/commands/PromoteReadReplicaCommand.js +0 -40
  1512. package/dist/es/commands/PromoteReadReplicaCommand.js.map +0 -1
  1513. package/dist/es/commands/PromoteReadReplicaDBClusterCommand.js +0 -40
  1514. package/dist/es/commands/PromoteReadReplicaDBClusterCommand.js.map +0 -1
  1515. package/dist/es/commands/PurchaseReservedDBInstancesOfferingCommand.js +0 -40
  1516. package/dist/es/commands/PurchaseReservedDBInstancesOfferingCommand.js.map +0 -1
  1517. package/dist/es/commands/RebootDBInstanceCommand.js +0 -40
  1518. package/dist/es/commands/RebootDBInstanceCommand.js.map +0 -1
  1519. package/dist/es/commands/RegisterDBProxyTargetsCommand.js +0 -40
  1520. package/dist/es/commands/RegisterDBProxyTargetsCommand.js.map +0 -1
  1521. package/dist/es/commands/RemoveFromGlobalClusterCommand.js +0 -40
  1522. package/dist/es/commands/RemoveFromGlobalClusterCommand.js.map +0 -1
  1523. package/dist/es/commands/RemoveRoleFromDBClusterCommand.js +0 -40
  1524. package/dist/es/commands/RemoveRoleFromDBClusterCommand.js.map +0 -1
  1525. package/dist/es/commands/RemoveRoleFromDBInstanceCommand.js +0 -40
  1526. package/dist/es/commands/RemoveRoleFromDBInstanceCommand.js.map +0 -1
  1527. package/dist/es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +0 -40
  1528. package/dist/es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js.map +0 -1
  1529. package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -40
  1530. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1531. package/dist/es/commands/ResetDBClusterParameterGroupCommand.js +0 -40
  1532. package/dist/es/commands/ResetDBClusterParameterGroupCommand.js.map +0 -1
  1533. package/dist/es/commands/ResetDBParameterGroupCommand.js +0 -40
  1534. package/dist/es/commands/ResetDBParameterGroupCommand.js.map +0 -1
  1535. package/dist/es/commands/RestoreDBClusterFromS3Command.js +0 -40
  1536. package/dist/es/commands/RestoreDBClusterFromS3Command.js.map +0 -1
  1537. package/dist/es/commands/RestoreDBClusterFromSnapshotCommand.js +0 -40
  1538. package/dist/es/commands/RestoreDBClusterFromSnapshotCommand.js.map +0 -1
  1539. package/dist/es/commands/RestoreDBClusterToPointInTimeCommand.js +0 -40
  1540. package/dist/es/commands/RestoreDBClusterToPointInTimeCommand.js.map +0 -1
  1541. package/dist/es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +0 -40
  1542. package/dist/es/commands/RestoreDBInstanceFromDBSnapshotCommand.js.map +0 -1
  1543. package/dist/es/commands/RestoreDBInstanceFromS3Command.js +0 -40
  1544. package/dist/es/commands/RestoreDBInstanceFromS3Command.js.map +0 -1
  1545. package/dist/es/commands/RestoreDBInstanceToPointInTimeCommand.js +0 -40
  1546. package/dist/es/commands/RestoreDBInstanceToPointInTimeCommand.js.map +0 -1
  1547. package/dist/es/commands/RevokeDBSecurityGroupIngressCommand.js +0 -40
  1548. package/dist/es/commands/RevokeDBSecurityGroupIngressCommand.js.map +0 -1
  1549. package/dist/es/commands/StartActivityStreamCommand.js +0 -40
  1550. package/dist/es/commands/StartActivityStreamCommand.js.map +0 -1
  1551. package/dist/es/commands/StartDBClusterCommand.js +0 -40
  1552. package/dist/es/commands/StartDBClusterCommand.js.map +0 -1
  1553. package/dist/es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +0 -42
  1554. package/dist/es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
  1555. package/dist/es/commands/StartDBInstanceCommand.js +0 -40
  1556. package/dist/es/commands/StartDBInstanceCommand.js.map +0 -1
  1557. package/dist/es/commands/StartExportTaskCommand.js +0 -41
  1558. package/dist/es/commands/StartExportTaskCommand.js.map +0 -1
  1559. package/dist/es/commands/StopActivityStreamCommand.js +0 -40
  1560. package/dist/es/commands/StopActivityStreamCommand.js.map +0 -1
  1561. package/dist/es/commands/StopDBClusterCommand.js +0 -40
  1562. package/dist/es/commands/StopDBClusterCommand.js.map +0 -1
  1563. package/dist/es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +0 -40
  1564. package/dist/es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js.map +0 -1
  1565. package/dist/es/commands/StopDBInstanceCommand.js +0 -40
  1566. package/dist/es/commands/StopDBInstanceCommand.js.map +0 -1
  1567. package/dist/es/endpoints.js +0 -87
  1568. package/dist/es/endpoints.js.map +0 -1
  1569. package/dist/es/index.js +0 -183
  1570. package/dist/es/index.js.map +0 -1
  1571. package/dist/es/models/index.js +0 -3
  1572. package/dist/es/models/index.js.map +0 -1
  1573. package/dist/es/models/models_0.js +0 -1232
  1574. package/dist/es/models/models_0.js.map +0 -1
  1575. package/dist/es/models/models_1.js +0 -710
  1576. package/dist/es/models/models_1.js.map +0 -1
  1577. package/dist/es/package.json +0 -95
  1578. package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -75
  1579. package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
  1580. package/dist/es/pagination/DescribeCustomAvailabilityZonesPaginator.js +0 -75
  1581. package/dist/es/pagination/DescribeCustomAvailabilityZonesPaginator.js.map +0 -1
  1582. package/dist/es/pagination/DescribeDBClusterBacktracksPaginator.js +0 -75
  1583. package/dist/es/pagination/DescribeDBClusterBacktracksPaginator.js.map +0 -1
  1584. package/dist/es/pagination/DescribeDBClusterEndpointsPaginator.js +0 -75
  1585. package/dist/es/pagination/DescribeDBClusterEndpointsPaginator.js.map +0 -1
  1586. package/dist/es/pagination/DescribeDBClusterParameterGroupsPaginator.js +0 -75
  1587. package/dist/es/pagination/DescribeDBClusterParameterGroupsPaginator.js.map +0 -1
  1588. package/dist/es/pagination/DescribeDBClusterParametersPaginator.js +0 -75
  1589. package/dist/es/pagination/DescribeDBClusterParametersPaginator.js.map +0 -1
  1590. package/dist/es/pagination/DescribeDBClusterSnapshotsPaginator.js +0 -75
  1591. package/dist/es/pagination/DescribeDBClusterSnapshotsPaginator.js.map +0 -1
  1592. package/dist/es/pagination/DescribeDBClustersPaginator.js +0 -75
  1593. package/dist/es/pagination/DescribeDBClustersPaginator.js.map +0 -1
  1594. package/dist/es/pagination/DescribeDBEngineVersionsPaginator.js +0 -75
  1595. package/dist/es/pagination/DescribeDBEngineVersionsPaginator.js.map +0 -1
  1596. package/dist/es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +0 -75
  1597. package/dist/es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js.map +0 -1
  1598. package/dist/es/pagination/DescribeDBInstancesPaginator.js +0 -75
  1599. package/dist/es/pagination/DescribeDBInstancesPaginator.js.map +0 -1
  1600. package/dist/es/pagination/DescribeDBLogFilesPaginator.js +0 -75
  1601. package/dist/es/pagination/DescribeDBLogFilesPaginator.js.map +0 -1
  1602. package/dist/es/pagination/DescribeDBParameterGroupsPaginator.js +0 -75
  1603. package/dist/es/pagination/DescribeDBParameterGroupsPaginator.js.map +0 -1
  1604. package/dist/es/pagination/DescribeDBParametersPaginator.js +0 -75
  1605. package/dist/es/pagination/DescribeDBParametersPaginator.js.map +0 -1
  1606. package/dist/es/pagination/DescribeDBProxiesPaginator.js +0 -75
  1607. package/dist/es/pagination/DescribeDBProxiesPaginator.js.map +0 -1
  1608. package/dist/es/pagination/DescribeDBProxyEndpointsPaginator.js +0 -75
  1609. package/dist/es/pagination/DescribeDBProxyEndpointsPaginator.js.map +0 -1
  1610. package/dist/es/pagination/DescribeDBProxyTargetGroupsPaginator.js +0 -75
  1611. package/dist/es/pagination/DescribeDBProxyTargetGroupsPaginator.js.map +0 -1
  1612. package/dist/es/pagination/DescribeDBProxyTargetsPaginator.js +0 -75
  1613. package/dist/es/pagination/DescribeDBProxyTargetsPaginator.js.map +0 -1
  1614. package/dist/es/pagination/DescribeDBSecurityGroupsPaginator.js +0 -75
  1615. package/dist/es/pagination/DescribeDBSecurityGroupsPaginator.js.map +0 -1
  1616. package/dist/es/pagination/DescribeDBSnapshotsPaginator.js +0 -75
  1617. package/dist/es/pagination/DescribeDBSnapshotsPaginator.js.map +0 -1
  1618. package/dist/es/pagination/DescribeDBSubnetGroupsPaginator.js +0 -75
  1619. package/dist/es/pagination/DescribeDBSubnetGroupsPaginator.js.map +0 -1
  1620. package/dist/es/pagination/DescribeEngineDefaultParametersPaginator.js +0 -75
  1621. package/dist/es/pagination/DescribeEngineDefaultParametersPaginator.js.map +0 -1
  1622. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -75
  1623. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1624. package/dist/es/pagination/DescribeEventsPaginator.js +0 -75
  1625. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  1626. package/dist/es/pagination/DescribeExportTasksPaginator.js +0 -75
  1627. package/dist/es/pagination/DescribeExportTasksPaginator.js.map +0 -1
  1628. package/dist/es/pagination/DescribeGlobalClustersPaginator.js +0 -75
  1629. package/dist/es/pagination/DescribeGlobalClustersPaginator.js.map +0 -1
  1630. package/dist/es/pagination/DescribeInstallationMediaPaginator.js +0 -75
  1631. package/dist/es/pagination/DescribeInstallationMediaPaginator.js.map +0 -1
  1632. package/dist/es/pagination/DescribeOptionGroupOptionsPaginator.js +0 -75
  1633. package/dist/es/pagination/DescribeOptionGroupOptionsPaginator.js.map +0 -1
  1634. package/dist/es/pagination/DescribeOptionGroupsPaginator.js +0 -75
  1635. package/dist/es/pagination/DescribeOptionGroupsPaginator.js.map +0 -1
  1636. package/dist/es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +0 -75
  1637. package/dist/es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js.map +0 -1
  1638. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -75
  1639. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  1640. package/dist/es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +0 -75
  1641. package/dist/es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js.map +0 -1
  1642. package/dist/es/pagination/DescribeReservedDBInstancesPaginator.js +0 -75
  1643. package/dist/es/pagination/DescribeReservedDBInstancesPaginator.js.map +0 -1
  1644. package/dist/es/pagination/DescribeSourceRegionsPaginator.js +0 -75
  1645. package/dist/es/pagination/DescribeSourceRegionsPaginator.js.map +0 -1
  1646. package/dist/es/pagination/DownloadDBLogFilePortionPaginator.js +0 -75
  1647. package/dist/es/pagination/DownloadDBLogFilePortionPaginator.js.map +0 -1
  1648. package/dist/es/pagination/Interfaces.js +0 -2
  1649. package/dist/es/pagination/Interfaces.js.map +0 -1
  1650. package/dist/es/protocols/Aws_query.js +0 -24300
  1651. package/dist/es/protocols/Aws_query.js.map +0 -1
  1652. package/dist/es/runtimeConfig.browser.js +0 -17
  1653. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1654. package/dist/es/runtimeConfig.js +0 -22
  1655. package/dist/es/runtimeConfig.js.map +0 -1
  1656. package/dist/es/runtimeConfig.native.js +0 -9
  1657. package/dist/es/runtimeConfig.native.js.map +0 -1
  1658. package/dist/es/runtimeConfig.shared.js +0 -14
  1659. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1660. package/dist/es/waiters/waitForDBClusterSnapshotAvailable.js +0 -196
  1661. package/dist/es/waiters/waitForDBClusterSnapshotAvailable.js.map +0 -1
  1662. package/dist/es/waiters/waitForDBClusterSnapshotDeleted.js +0 -156
  1663. package/dist/es/waiters/waitForDBClusterSnapshotDeleted.js.map +0 -1
  1664. package/dist/es/waiters/waitForDBInstanceAvailable.js +0 -196
  1665. package/dist/es/waiters/waitForDBInstanceAvailable.js.map +0 -1
  1666. package/dist/es/waiters/waitForDBInstanceDeleted.js +0 -156
  1667. package/dist/es/waiters/waitForDBInstanceDeleted.js.map +0 -1
  1668. package/dist/es/waiters/waitForDBSnapshotAvailable.js +0 -196
  1669. package/dist/es/waiters/waitForDBSnapshotAvailable.js.map +0 -1
  1670. package/dist/es/waiters/waitForDBSnapshotDeleted.js +0 -156
  1671. package/dist/es/waiters/waitForDBSnapshotDeleted.js.map +0 -1
  1672. package/dist/types/RDS.d.ts +0 -1884
  1673. package/dist/types/RDSClient.d.ts +0 -325
  1674. package/dist/types/commands/AddRoleToDBClusterCommand.d.ts +0 -40
  1675. package/dist/types/commands/AddRoleToDBInstanceCommand.d.ts +0 -38
  1676. package/dist/types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +0 -35
  1677. package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -37
  1678. package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1679. package/dist/types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +0 -46
  1680. package/dist/types/commands/BacktrackDBClusterCommand.d.ts +0 -43
  1681. package/dist/types/commands/CancelExportTaskCommand.d.ts +0 -37
  1682. package/dist/types/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -38
  1683. package/dist/types/commands/CopyDBClusterSnapshotCommand.d.ts +0 -109
  1684. package/dist/types/commands/CopyDBParameterGroupCommand.d.ts +0 -35
  1685. package/dist/types/commands/CopyDBSnapshotCommand.d.ts +0 -43
  1686. package/dist/types/commands/CopyOptionGroupCommand.d.ts +0 -35
  1687. package/dist/types/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
  1688. package/dist/types/commands/CreateDBClusterCommand.d.ts +0 -48
  1689. package/dist/types/commands/CreateDBClusterEndpointCommand.d.ts +0 -38
  1690. package/dist/types/commands/CreateDBClusterParameterGroupCommand.d.ts +0 -66
  1691. package/dist/types/commands/CreateDBClusterSnapshotCommand.d.ts +0 -41
  1692. package/dist/types/commands/CreateDBInstanceCommand.d.ts +0 -35
  1693. package/dist/types/commands/CreateDBInstanceReadReplicaCommand.d.ts +0 -50
  1694. package/dist/types/commands/CreateDBParameterGroupCommand.d.ts +0 -55
  1695. package/dist/types/commands/CreateDBProxyCommand.d.ts +0 -35
  1696. package/dist/types/commands/CreateDBProxyEndpointCommand.d.ts +0 -39
  1697. package/dist/types/commands/CreateDBSecurityGroupCommand.d.ts +0 -38
  1698. package/dist/types/commands/CreateDBSnapshotCommand.d.ts +0 -36
  1699. package/dist/types/commands/CreateDBSubnetGroupCommand.d.ts +0 -35
  1700. package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -57
  1701. package/dist/types/commands/CreateGlobalClusterCommand.d.ts +0 -51
  1702. package/dist/types/commands/CreateOptionGroupCommand.d.ts +0 -35
  1703. package/dist/types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
  1704. package/dist/types/commands/DeleteDBClusterCommand.d.ts +0 -45
  1705. package/dist/types/commands/DeleteDBClusterEndpointCommand.d.ts +0 -38
  1706. package/dist/types/commands/DeleteDBClusterParameterGroupCommand.d.ts +0 -42
  1707. package/dist/types/commands/DeleteDBClusterSnapshotCommand.d.ts +0 -46
  1708. package/dist/types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +0 -35
  1709. package/dist/types/commands/DeleteDBInstanceCommand.d.ts +0 -60
  1710. package/dist/types/commands/DeleteDBParameterGroupCommand.d.ts +0 -35
  1711. package/dist/types/commands/DeleteDBProxyCommand.d.ts +0 -35
  1712. package/dist/types/commands/DeleteDBProxyEndpointCommand.d.ts +0 -37
  1713. package/dist/types/commands/DeleteDBSecurityGroupCommand.d.ts +0 -38
  1714. package/dist/types/commands/DeleteDBSnapshotCommand.d.ts +0 -39
  1715. package/dist/types/commands/DeleteDBSubnetGroupCommand.d.ts +0 -38
  1716. package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1717. package/dist/types/commands/DeleteGlobalClusterCommand.d.ts +0 -41
  1718. package/dist/types/commands/DeleteInstallationMediaCommand.d.ts +0 -36
  1719. package/dist/types/commands/DeleteOptionGroupCommand.d.ts +0 -35
  1720. package/dist/types/commands/DeregisterDBProxyTargetsCommand.d.ts +0 -35
  1721. package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -36
  1722. package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
  1723. package/dist/types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
  1724. package/dist/types/commands/DescribeDBClusterBacktracksCommand.d.ts +0 -42
  1725. package/dist/types/commands/DescribeDBClusterEndpointsCommand.d.ts +0 -38
  1726. package/dist/types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +0 -46
  1727. package/dist/types/commands/DescribeDBClusterParametersCommand.d.ts +0 -42
  1728. package/dist/types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -45
  1729. package/dist/types/commands/DescribeDBClusterSnapshotsCommand.d.ts +0 -42
  1730. package/dist/types/commands/DescribeDBClustersCommand.d.ts +0 -42
  1731. package/dist/types/commands/DescribeDBEngineVersionsCommand.d.ts +0 -35
  1732. package/dist/types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +0 -41
  1733. package/dist/types/commands/DescribeDBInstancesCommand.d.ts +0 -38
  1734. package/dist/types/commands/DescribeDBLogFilesCommand.d.ts +0 -35
  1735. package/dist/types/commands/DescribeDBParameterGroupsCommand.d.ts +0 -38
  1736. package/dist/types/commands/DescribeDBParametersCommand.d.ts +0 -35
  1737. package/dist/types/commands/DescribeDBProxiesCommand.d.ts +0 -35
  1738. package/dist/types/commands/DescribeDBProxyEndpointsCommand.d.ts +0 -35
  1739. package/dist/types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +0 -35
  1740. package/dist/types/commands/DescribeDBProxyTargetsCommand.d.ts +0 -35
  1741. package/dist/types/commands/DescribeDBSecurityGroupsCommand.d.ts +0 -38
  1742. package/dist/types/commands/DescribeDBSnapshotAttributesCommand.d.ts +0 -42
  1743. package/dist/types/commands/DescribeDBSnapshotsCommand.d.ts +0 -35
  1744. package/dist/types/commands/DescribeDBSubnetGroupsCommand.d.ts +0 -38
  1745. package/dist/types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +0 -39
  1746. package/dist/types/commands/DescribeEngineDefaultParametersCommand.d.ts +0 -35
  1747. package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1748. package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -37
  1749. package/dist/types/commands/DescribeEventsCommand.d.ts +0 -40
  1750. package/dist/types/commands/DescribeExportTasksCommand.d.ts +0 -36
  1751. package/dist/types/commands/DescribeGlobalClustersCommand.d.ts +0 -44
  1752. package/dist/types/commands/DescribeInstallationMediaCommand.d.ts +0 -36
  1753. package/dist/types/commands/DescribeOptionGroupOptionsCommand.d.ts +0 -35
  1754. package/dist/types/commands/DescribeOptionGroupsCommand.d.ts +0 -35
  1755. package/dist/types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +0 -35
  1756. package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1757. package/dist/types/commands/DescribeReservedDBInstancesCommand.d.ts +0 -35
  1758. package/dist/types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +0 -35
  1759. package/dist/types/commands/DescribeSourceRegionsCommand.d.ts +0 -36
  1760. package/dist/types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +0 -39
  1761. package/dist/types/commands/DownloadDBLogFilePortionCommand.d.ts +0 -35
  1762. package/dist/types/commands/FailoverDBClusterCommand.d.ts +0 -48
  1763. package/dist/types/commands/FailoverGlobalClusterCommand.d.ts +0 -49
  1764. package/dist/types/commands/ImportInstallationMediaCommand.d.ts +0 -37
  1765. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
  1766. package/dist/types/commands/ModifyCertificatesCommand.d.ts +0 -59
  1767. package/dist/types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +0 -52
  1768. package/dist/types/commands/ModifyDBClusterCommand.d.ts +0 -44
  1769. package/dist/types/commands/ModifyDBClusterEndpointCommand.d.ts +0 -39
  1770. package/dist/types/commands/ModifyDBClusterParameterGroupCommand.d.ts +0 -62
  1771. package/dist/types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -56
  1772. package/dist/types/commands/ModifyDBInstanceCommand.d.ts +0 -40
  1773. package/dist/types/commands/ModifyDBParameterGroupCommand.d.ts +0 -50
  1774. package/dist/types/commands/ModifyDBProxyCommand.d.ts +0 -35
  1775. package/dist/types/commands/ModifyDBProxyEndpointCommand.d.ts +0 -35
  1776. package/dist/types/commands/ModifyDBProxyTargetGroupCommand.d.ts +0 -35
  1777. package/dist/types/commands/ModifyDBSnapshotAttributeCommand.d.ts +0 -51
  1778. package/dist/types/commands/ModifyDBSnapshotCommand.d.ts +0 -41
  1779. package/dist/types/commands/ModifyDBSubnetGroupCommand.d.ts +0 -35
  1780. package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -39
  1781. package/dist/types/commands/ModifyGlobalClusterCommand.d.ts +0 -43
  1782. package/dist/types/commands/ModifyOptionGroupCommand.d.ts +0 -35
  1783. package/dist/types/commands/PromoteReadReplicaCommand.d.ts +0 -53
  1784. package/dist/types/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -38
  1785. package/dist/types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +0 -35
  1786. package/dist/types/commands/RebootDBInstanceCommand.d.ts +0 -46
  1787. package/dist/types/commands/RegisterDBProxyTargetsCommand.d.ts +0 -35
  1788. package/dist/types/commands/RemoveFromGlobalClusterCommand.d.ts +0 -42
  1789. package/dist/types/commands/RemoveRoleFromDBClusterCommand.d.ts +0 -40
  1790. package/dist/types/commands/RemoveRoleFromDBInstanceCommand.d.ts +0 -35
  1791. package/dist/types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +0 -35
  1792. package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -39
  1793. package/dist/types/commands/ResetDBClusterParameterGroupCommand.d.ts +0 -54
  1794. package/dist/types/commands/ResetDBParameterGroupCommand.d.ts +0 -42
  1795. package/dist/types/commands/RestoreDBClusterFromS3Command.d.ts +0 -54
  1796. package/dist/types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +0 -54
  1797. package/dist/types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +0 -54
  1798. package/dist/types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +0 -48
  1799. package/dist/types/commands/RestoreDBInstanceFromS3Command.d.ts +0 -42
  1800. package/dist/types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +0 -44
  1801. package/dist/types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +0 -35
  1802. package/dist/types/commands/StartActivityStreamCommand.d.ts +0 -37
  1803. package/dist/types/commands/StartDBClusterCommand.d.ts +0 -44
  1804. package/dist/types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
  1805. package/dist/types/commands/StartDBInstanceCommand.d.ts +0 -50
  1806. package/dist/types/commands/StartExportTaskCommand.d.ts +0 -38
  1807. package/dist/types/commands/StopActivityStreamCommand.d.ts +0 -39
  1808. package/dist/types/commands/StopDBClusterCommand.d.ts +0 -47
  1809. package/dist/types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
  1810. package/dist/types/commands/StopDBInstanceCommand.d.ts +0 -52
  1811. package/dist/types/models/models_1.d.ts +0 -7735
  1812. package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1813. package/dist/types/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  1814. package/dist/types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +0 -4
  1815. package/dist/types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +0 -4
  1816. package/dist/types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +0 -4
  1817. package/dist/types/pagination/DescribeDBClusterParametersPaginator.d.ts +0 -4
  1818. package/dist/types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +0 -4
  1819. package/dist/types/pagination/DescribeDBClustersPaginator.d.ts +0 -4
  1820. package/dist/types/pagination/DescribeDBEngineVersionsPaginator.d.ts +0 -4
  1821. package/dist/types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +0 -4
  1822. package/dist/types/pagination/DescribeDBInstancesPaginator.d.ts +0 -4
  1823. package/dist/types/pagination/DescribeDBLogFilesPaginator.d.ts +0 -4
  1824. package/dist/types/pagination/DescribeDBParameterGroupsPaginator.d.ts +0 -4
  1825. package/dist/types/pagination/DescribeDBParametersPaginator.d.ts +0 -4
  1826. package/dist/types/pagination/DescribeDBProxiesPaginator.d.ts +0 -4
  1827. package/dist/types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +0 -4
  1828. package/dist/types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +0 -4
  1829. package/dist/types/pagination/DescribeDBProxyTargetsPaginator.d.ts +0 -4
  1830. package/dist/types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +0 -4
  1831. package/dist/types/pagination/DescribeDBSnapshotsPaginator.d.ts +0 -4
  1832. package/dist/types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +0 -4
  1833. package/dist/types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +0 -4
  1834. package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1835. package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
  1836. package/dist/types/pagination/DescribeExportTasksPaginator.d.ts +0 -4
  1837. package/dist/types/pagination/DescribeGlobalClustersPaginator.d.ts +0 -4
  1838. package/dist/types/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
  1839. package/dist/types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +0 -4
  1840. package/dist/types/pagination/DescribeOptionGroupsPaginator.d.ts +0 -4
  1841. package/dist/types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +0 -4
  1842. package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1843. package/dist/types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +0 -4
  1844. package/dist/types/pagination/DescribeReservedDBInstancesPaginator.d.ts +0 -4
  1845. package/dist/types/pagination/DescribeSourceRegionsPaginator.d.ts +0 -4
  1846. package/dist/types/pagination/DownloadDBLogFilePortionPaginator.d.ts +0 -4
  1847. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1848. package/dist/types/protocols/Aws_query.d.ts +0 -413
  1849. package/dist/types/runtimeConfig.d.ts +0 -37
  1850. package/dist/types/ts3.4/RDS.d.ts +0 -1884
  1851. package/dist/types/ts3.4/RDSClient.d.ts +0 -325
  1852. package/dist/types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +0 -40
  1853. package/dist/types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +0 -38
  1854. package/dist/types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +0 -35
  1855. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -37
  1856. package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1857. package/dist/types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +0 -46
  1858. package/dist/types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +0 -43
  1859. package/dist/types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -37
  1860. package/dist/types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +0 -38
  1861. package/dist/types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +0 -109
  1862. package/dist/types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +0 -35
  1863. package/dist/types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +0 -43
  1864. package/dist/types/ts3.4/commands/CopyOptionGroupCommand.d.ts +0 -35
  1865. package/dist/types/ts3.4/commands/CreateCustomAvailabilityZoneCommand.d.ts +0 -40
  1866. package/dist/types/ts3.4/commands/CreateDBClusterCommand.d.ts +0 -48
  1867. package/dist/types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +0 -38
  1868. package/dist/types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +0 -66
  1869. package/dist/types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +0 -41
  1870. package/dist/types/ts3.4/commands/CreateDBInstanceCommand.d.ts +0 -35
  1871. package/dist/types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +0 -50
  1872. package/dist/types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +0 -55
  1873. package/dist/types/ts3.4/commands/CreateDBProxyCommand.d.ts +0 -35
  1874. package/dist/types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +0 -39
  1875. package/dist/types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +0 -38
  1876. package/dist/types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +0 -36
  1877. package/dist/types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +0 -35
  1878. package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -57
  1879. package/dist/types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +0 -51
  1880. package/dist/types/ts3.4/commands/CreateOptionGroupCommand.d.ts +0 -35
  1881. package/dist/types/ts3.4/commands/DeleteCustomAvailabilityZoneCommand.d.ts +0 -40
  1882. package/dist/types/ts3.4/commands/DeleteDBClusterCommand.d.ts +0 -45
  1883. package/dist/types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +0 -38
  1884. package/dist/types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +0 -42
  1885. package/dist/types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +0 -46
  1886. package/dist/types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +0 -35
  1887. package/dist/types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +0 -60
  1888. package/dist/types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +0 -35
  1889. package/dist/types/ts3.4/commands/DeleteDBProxyCommand.d.ts +0 -35
  1890. package/dist/types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +0 -37
  1891. package/dist/types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +0 -38
  1892. package/dist/types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +0 -39
  1893. package/dist/types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +0 -38
  1894. package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1895. package/dist/types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +0 -41
  1896. package/dist/types/ts3.4/commands/DeleteInstallationMediaCommand.d.ts +0 -36
  1897. package/dist/types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +0 -35
  1898. package/dist/types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +0 -35
  1899. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -36
  1900. package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
  1901. package/dist/types/ts3.4/commands/DescribeCustomAvailabilityZonesCommand.d.ts +0 -40
  1902. package/dist/types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +0 -42
  1903. package/dist/types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +0 -38
  1904. package/dist/types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +0 -46
  1905. package/dist/types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +0 -42
  1906. package/dist/types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +0 -45
  1907. package/dist/types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +0 -42
  1908. package/dist/types/ts3.4/commands/DescribeDBClustersCommand.d.ts +0 -42
  1909. package/dist/types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +0 -35
  1910. package/dist/types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +0 -41
  1911. package/dist/types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +0 -38
  1912. package/dist/types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +0 -35
  1913. package/dist/types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +0 -38
  1914. package/dist/types/ts3.4/commands/DescribeDBParametersCommand.d.ts +0 -35
  1915. package/dist/types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +0 -35
  1916. package/dist/types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +0 -35
  1917. package/dist/types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +0 -35
  1918. package/dist/types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +0 -35
  1919. package/dist/types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +0 -38
  1920. package/dist/types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +0 -42
  1921. package/dist/types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +0 -35
  1922. package/dist/types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +0 -38
  1923. package/dist/types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +0 -39
  1924. package/dist/types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +0 -35
  1925. package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1926. package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -37
  1927. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -40
  1928. package/dist/types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -36
  1929. package/dist/types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +0 -44
  1930. package/dist/types/ts3.4/commands/DescribeInstallationMediaCommand.d.ts +0 -36
  1931. package/dist/types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +0 -35
  1932. package/dist/types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +0 -35
  1933. package/dist/types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +0 -35
  1934. package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1935. package/dist/types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +0 -35
  1936. package/dist/types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +0 -35
  1937. package/dist/types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +0 -36
  1938. package/dist/types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +0 -39
  1939. package/dist/types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +0 -35
  1940. package/dist/types/ts3.4/commands/FailoverDBClusterCommand.d.ts +0 -48
  1941. package/dist/types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +0 -49
  1942. package/dist/types/ts3.4/commands/ImportInstallationMediaCommand.d.ts +0 -37
  1943. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
  1944. package/dist/types/ts3.4/commands/ModifyCertificatesCommand.d.ts +0 -59
  1945. package/dist/types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +0 -52
  1946. package/dist/types/ts3.4/commands/ModifyDBClusterCommand.d.ts +0 -44
  1947. package/dist/types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +0 -39
  1948. package/dist/types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +0 -62
  1949. package/dist/types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +0 -56
  1950. package/dist/types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +0 -40
  1951. package/dist/types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +0 -50
  1952. package/dist/types/ts3.4/commands/ModifyDBProxyCommand.d.ts +0 -35
  1953. package/dist/types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +0 -35
  1954. package/dist/types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +0 -35
  1955. package/dist/types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +0 -51
  1956. package/dist/types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +0 -41
  1957. package/dist/types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +0 -35
  1958. package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -39
  1959. package/dist/types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +0 -43
  1960. package/dist/types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +0 -35
  1961. package/dist/types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +0 -53
  1962. package/dist/types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +0 -38
  1963. package/dist/types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +0 -35
  1964. package/dist/types/ts3.4/commands/RebootDBInstanceCommand.d.ts +0 -46
  1965. package/dist/types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +0 -35
  1966. package/dist/types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +0 -42
  1967. package/dist/types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +0 -40
  1968. package/dist/types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +0 -35
  1969. package/dist/types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +0 -35
  1970. package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -39
  1971. package/dist/types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +0 -54
  1972. package/dist/types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +0 -42
  1973. package/dist/types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +0 -54
  1974. package/dist/types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +0 -54
  1975. package/dist/types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +0 -54
  1976. package/dist/types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +0 -48
  1977. package/dist/types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +0 -42
  1978. package/dist/types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +0 -44
  1979. package/dist/types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +0 -35
  1980. package/dist/types/ts3.4/commands/StartActivityStreamCommand.d.ts +0 -37
  1981. package/dist/types/ts3.4/commands/StartDBClusterCommand.d.ts +0 -44
  1982. package/dist/types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
  1983. package/dist/types/ts3.4/commands/StartDBInstanceCommand.d.ts +0 -50
  1984. package/dist/types/ts3.4/commands/StartExportTaskCommand.d.ts +0 -38
  1985. package/dist/types/ts3.4/commands/StopActivityStreamCommand.d.ts +0 -39
  1986. package/dist/types/ts3.4/commands/StopDBClusterCommand.d.ts +0 -47
  1987. package/dist/types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +0 -38
  1988. package/dist/types/ts3.4/commands/StopDBInstanceCommand.d.ts +0 -52
  1989. package/dist/types/ts3.4/models/models_0.d.ts +0 -11116
  1990. package/dist/types/ts3.4/models/models_1.d.ts +0 -7735
  1991. package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1992. package/dist/types/ts3.4/pagination/DescribeCustomAvailabilityZonesPaginator.d.ts +0 -4
  1993. package/dist/types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +0 -4
  1994. package/dist/types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +0 -4
  1995. package/dist/types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +0 -4
  1996. package/dist/types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +0 -4
  1997. package/dist/types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +0 -4
  1998. package/dist/types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +0 -4
  1999. package/dist/types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +0 -4
  2000. package/dist/types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +0 -4
  2001. package/dist/types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +0 -4
  2002. package/dist/types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +0 -4
  2003. package/dist/types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +0 -4
  2004. package/dist/types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +0 -4
  2005. package/dist/types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +0 -4
  2006. package/dist/types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +0 -4
  2007. package/dist/types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +0 -4
  2008. package/dist/types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +0 -4
  2009. package/dist/types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +0 -4
  2010. package/dist/types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +0 -4
  2011. package/dist/types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +0 -4
  2012. package/dist/types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +0 -4
  2013. package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  2014. package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
  2015. package/dist/types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +0 -4
  2016. package/dist/types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +0 -4
  2017. package/dist/types/ts3.4/pagination/DescribeInstallationMediaPaginator.d.ts +0 -4
  2018. package/dist/types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +0 -4
  2019. package/dist/types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +0 -4
  2020. package/dist/types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +0 -4
  2021. package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  2022. package/dist/types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +0 -4
  2023. package/dist/types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +0 -4
  2024. package/dist/types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +0 -4
  2025. package/dist/types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +0 -4
  2026. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  2027. package/dist/types/ts3.4/protocols/Aws_query.d.ts +0 -413
  2028. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
  2029. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  2030. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
  2031. package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
  2032. package/dist/types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +0 -14
  2033. package/dist/types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +0 -14
  2034. package/dist/types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +0 -14
  2035. package/dist/types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +0 -14
  2036. package/dist/types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +0 -14
  2037. package/dist/types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +0 -14
  2038. package/dist/types/waiters/waitForDBClusterSnapshotAvailable.d.ts +0 -14
  2039. package/dist/types/waiters/waitForDBClusterSnapshotDeleted.d.ts +0 -14
  2040. package/dist/types/waiters/waitForDBInstanceAvailable.d.ts +0 -14
  2041. package/dist/types/waiters/waitForDBInstanceDeleted.d.ts +0 -14
  2042. package/dist/types/waiters/waitForDBSnapshotAvailable.d.ts +0 -14
  2043. package/dist/types/waiters/waitForDBSnapshotDeleted.d.ts +0 -14
  2044. package/endpoints.ts +0 -91
  2045. package/jest.config.js +0 -4
  2046. package/models/models_0.ts +0 -13057
  2047. package/models/models_1.ts +0 -9033
  2048. package/pagination/DescribeCertificatesPaginator.ts +0 -58
  2049. package/pagination/DescribeCustomAvailabilityZonesPaginator.ts +0 -58
  2050. package/pagination/DescribeDBClusterBacktracksPaginator.ts +0 -58
  2051. package/pagination/DescribeDBClusterEndpointsPaginator.ts +0 -58
  2052. package/pagination/DescribeDBClusterParameterGroupsPaginator.ts +0 -58
  2053. package/pagination/DescribeDBClusterParametersPaginator.ts +0 -58
  2054. package/pagination/DescribeDBClusterSnapshotsPaginator.ts +0 -58
  2055. package/pagination/DescribeDBClustersPaginator.ts +0 -58
  2056. package/pagination/DescribeDBEngineVersionsPaginator.ts +0 -58
  2057. package/pagination/DescribeDBInstanceAutomatedBackupsPaginator.ts +0 -58
  2058. package/pagination/DescribeDBInstancesPaginator.ts +0 -58
  2059. package/pagination/DescribeDBLogFilesPaginator.ts +0 -58
  2060. package/pagination/DescribeDBParameterGroupsPaginator.ts +0 -58
  2061. package/pagination/DescribeDBParametersPaginator.ts +0 -58
  2062. package/pagination/DescribeDBProxiesPaginator.ts +0 -58
  2063. package/pagination/DescribeDBProxyEndpointsPaginator.ts +0 -58
  2064. package/pagination/DescribeDBProxyTargetGroupsPaginator.ts +0 -58
  2065. package/pagination/DescribeDBProxyTargetsPaginator.ts +0 -58
  2066. package/pagination/DescribeDBSecurityGroupsPaginator.ts +0 -58
  2067. package/pagination/DescribeDBSnapshotsPaginator.ts +0 -58
  2068. package/pagination/DescribeDBSubnetGroupsPaginator.ts +0 -58
  2069. package/pagination/DescribeEngineDefaultParametersPaginator.ts +0 -58
  2070. package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
  2071. package/pagination/DescribeEventsPaginator.ts +0 -58
  2072. package/pagination/DescribeExportTasksPaginator.ts +0 -58
  2073. package/pagination/DescribeGlobalClustersPaginator.ts +0 -58
  2074. package/pagination/DescribeInstallationMediaPaginator.ts +0 -58
  2075. package/pagination/DescribeOptionGroupOptionsPaginator.ts +0 -58
  2076. package/pagination/DescribeOptionGroupsPaginator.ts +0 -58
  2077. package/pagination/DescribeOrderableDBInstanceOptionsPaginator.ts +0 -58
  2078. package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
  2079. package/pagination/DescribeReservedDBInstancesOfferingsPaginator.ts +0 -58
  2080. package/pagination/DescribeReservedDBInstancesPaginator.ts +0 -58
  2081. package/pagination/DescribeSourceRegionsPaginator.ts +0 -58
  2082. package/pagination/DownloadDBLogFilePortionPaginator.ts +0 -58
  2083. package/pagination/Interfaces.ts +0 -7
  2084. package/protocols/Aws_query.ts +0 -28199
  2085. package/runtimeConfig.browser.ts +0 -40
  2086. package/runtimeConfig.native.ts +0 -16
  2087. package/runtimeConfig.shared.ts +0 -16
  2088. package/runtimeConfig.ts +0 -45
  2089. package/tsconfig.es.json +0 -10
  2090. package/tsconfig.json +0 -31
  2091. package/tsconfig.types.json +0 -8
  2092. package/waiters/waitForDBClusterSnapshotAvailable.ts +0 -127
  2093. package/waiters/waitForDBClusterSnapshotDeleted.ts +0 -108
  2094. package/waiters/waitForDBInstanceAvailable.ts +0 -124
  2095. package/waiters/waitForDBInstanceDeleted.ts +0 -105
  2096. package/waiters/waitForDBSnapshotAvailable.ts +0 -124
  2097. package/waiters/waitForDBSnapshotDeleted.ts +0 -105
@@ -0,0 +1,1884 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput } from "./commands/AddRoleToDBClusterCommand";
3
+ import { AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput } from "./commands/AddRoleToDBInstanceCommand";
4
+ import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
5
+ import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
6
+ import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
7
+ import { AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput } from "./commands/AuthorizeDBSecurityGroupIngressCommand";
8
+ import { BacktrackDBClusterCommandInput, BacktrackDBClusterCommandOutput } from "./commands/BacktrackDBClusterCommand";
9
+ import { CancelExportTaskCommandInput, CancelExportTaskCommandOutput } from "./commands/CancelExportTaskCommand";
10
+ import { CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput } from "./commands/CopyDBClusterParameterGroupCommand";
11
+ import { CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput } from "./commands/CopyDBClusterSnapshotCommand";
12
+ import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } from "./commands/CopyDBParameterGroupCommand";
13
+ import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
14
+ import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
15
+ import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "./commands/CreateCustomAvailabilityZoneCommand";
16
+ import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
17
+ import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
18
+ import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "./commands/CreateDBClusterParameterGroupCommand";
19
+ import { CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput } from "./commands/CreateDBClusterSnapshotCommand";
20
+ import { CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput } from "./commands/CreateDBInstanceCommand";
21
+ import { CreateDBInstanceReadReplicaCommandInput, CreateDBInstanceReadReplicaCommandOutput } from "./commands/CreateDBInstanceReadReplicaCommand";
22
+ import { CreateDBParameterGroupCommandInput, CreateDBParameterGroupCommandOutput } from "./commands/CreateDBParameterGroupCommand";
23
+ import { CreateDBProxyCommandInput, CreateDBProxyCommandOutput } from "./commands/CreateDBProxyCommand";
24
+ import { CreateDBProxyEndpointCommandInput, CreateDBProxyEndpointCommandOutput } from "./commands/CreateDBProxyEndpointCommand";
25
+ import { CreateDBSecurityGroupCommandInput, CreateDBSecurityGroupCommandOutput } from "./commands/CreateDBSecurityGroupCommand";
26
+ import { CreateDBSnapshotCommandInput, CreateDBSnapshotCommandOutput } from "./commands/CreateDBSnapshotCommand";
27
+ import { CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput } from "./commands/CreateDBSubnetGroupCommand";
28
+ import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput } from "./commands/CreateEventSubscriptionCommand";
29
+ import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
30
+ import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
31
+ import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "./commands/DeleteCustomAvailabilityZoneCommand";
32
+ import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
33
+ import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
34
+ import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "./commands/DeleteDBClusterParameterGroupCommand";
35
+ import { DeleteDBClusterSnapshotCommandInput, DeleteDBClusterSnapshotCommandOutput } from "./commands/DeleteDBClusterSnapshotCommand";
36
+ import { DeleteDBInstanceAutomatedBackupCommandInput, DeleteDBInstanceAutomatedBackupCommandOutput } from "./commands/DeleteDBInstanceAutomatedBackupCommand";
37
+ import { DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput } from "./commands/DeleteDBInstanceCommand";
38
+ import { DeleteDBParameterGroupCommandInput, DeleteDBParameterGroupCommandOutput } from "./commands/DeleteDBParameterGroupCommand";
39
+ import { DeleteDBProxyCommandInput, DeleteDBProxyCommandOutput } from "./commands/DeleteDBProxyCommand";
40
+ import { DeleteDBProxyEndpointCommandInput, DeleteDBProxyEndpointCommandOutput } from "./commands/DeleteDBProxyEndpointCommand";
41
+ import { DeleteDBSecurityGroupCommandInput, DeleteDBSecurityGroupCommandOutput } from "./commands/DeleteDBSecurityGroupCommand";
42
+ import { DeleteDBSnapshotCommandInput, DeleteDBSnapshotCommandOutput } from "./commands/DeleteDBSnapshotCommand";
43
+ import { DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput } from "./commands/DeleteDBSubnetGroupCommand";
44
+ import { DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput } from "./commands/DeleteEventSubscriptionCommand";
45
+ import { DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput } from "./commands/DeleteGlobalClusterCommand";
46
+ import { DeleteInstallationMediaCommandInput, DeleteInstallationMediaCommandOutput } from "./commands/DeleteInstallationMediaCommand";
47
+ import { DeleteOptionGroupCommandInput, DeleteOptionGroupCommandOutput } from "./commands/DeleteOptionGroupCommand";
48
+ import { DeregisterDBProxyTargetsCommandInput, DeregisterDBProxyTargetsCommandOutput } from "./commands/DeregisterDBProxyTargetsCommand";
49
+ import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "./commands/DescribeAccountAttributesCommand";
50
+ import { DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput } from "./commands/DescribeCertificatesCommand";
51
+ import { DescribeCustomAvailabilityZonesCommandInput, DescribeCustomAvailabilityZonesCommandOutput } from "./commands/DescribeCustomAvailabilityZonesCommand";
52
+ import { DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput } from "./commands/DescribeDBClusterBacktracksCommand";
53
+ import { DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput } from "./commands/DescribeDBClusterEndpointsCommand";
54
+ import { DescribeDBClusterParameterGroupsCommandInput, DescribeDBClusterParameterGroupsCommandOutput } from "./commands/DescribeDBClusterParameterGroupsCommand";
55
+ import { DescribeDBClusterParametersCommandInput, DescribeDBClusterParametersCommandOutput } from "./commands/DescribeDBClusterParametersCommand";
56
+ import { DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput } from "./commands/DescribeDBClustersCommand";
57
+ import { DescribeDBClusterSnapshotAttributesCommandInput, DescribeDBClusterSnapshotAttributesCommandOutput } from "./commands/DescribeDBClusterSnapshotAttributesCommand";
58
+ import { DescribeDBClusterSnapshotsCommandInput, DescribeDBClusterSnapshotsCommandOutput } from "./commands/DescribeDBClusterSnapshotsCommand";
59
+ import { DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput } from "./commands/DescribeDBEngineVersionsCommand";
60
+ import { DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput } from "./commands/DescribeDBInstanceAutomatedBackupsCommand";
61
+ import { DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput } from "./commands/DescribeDBInstancesCommand";
62
+ import { DescribeDBLogFilesCommandInput, DescribeDBLogFilesCommandOutput } from "./commands/DescribeDBLogFilesCommand";
63
+ import { DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput } from "./commands/DescribeDBParameterGroupsCommand";
64
+ import { DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput } from "./commands/DescribeDBParametersCommand";
65
+ import { DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput } from "./commands/DescribeDBProxiesCommand";
66
+ import { DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput } from "./commands/DescribeDBProxyEndpointsCommand";
67
+ import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "./commands/DescribeDBProxyTargetGroupsCommand";
68
+ import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "./commands/DescribeDBProxyTargetsCommand";
69
+ import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "./commands/DescribeDBSecurityGroupsCommand";
70
+ import { DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput } from "./commands/DescribeDBSnapshotAttributesCommand";
71
+ import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "./commands/DescribeDBSnapshotsCommand";
72
+ import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "./commands/DescribeDBSubnetGroupsCommand";
73
+ import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "./commands/DescribeEngineDefaultClusterParametersCommand";
74
+ import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "./commands/DescribeEngineDefaultParametersCommand";
75
+ import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "./commands/DescribeEventCategoriesCommand";
76
+ import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
77
+ import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "./commands/DescribeEventSubscriptionsCommand";
78
+ import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
79
+ import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "./commands/DescribeGlobalClustersCommand";
80
+ import { DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput } from "./commands/DescribeInstallationMediaCommand";
81
+ import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "./commands/DescribeOptionGroupOptionsCommand";
82
+ import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "./commands/DescribeOptionGroupsCommand";
83
+ import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "./commands/DescribeOrderableDBInstanceOptionsCommand";
84
+ import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "./commands/DescribePendingMaintenanceActionsCommand";
85
+ import { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "./commands/DescribeReservedDBInstancesCommand";
86
+ import { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "./commands/DescribeReservedDBInstancesOfferingsCommand";
87
+ import { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "./commands/DescribeSourceRegionsCommand";
88
+ import { DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput } from "./commands/DescribeValidDBInstanceModificationsCommand";
89
+ import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "./commands/DownloadDBLogFilePortionCommand";
90
+ import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
91
+ import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
92
+ import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutput } from "./commands/ImportInstallationMediaCommand";
93
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
94
+ import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
95
+ import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
96
+ import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "./commands/ModifyDBClusterCommand";
97
+ import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "./commands/ModifyDBClusterEndpointCommand";
98
+ import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "./commands/ModifyDBClusterParameterGroupCommand";
99
+ import { ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput } from "./commands/ModifyDBClusterSnapshotAttributeCommand";
100
+ import { ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput } from "./commands/ModifyDBInstanceCommand";
101
+ import { ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput } from "./commands/ModifyDBParameterGroupCommand";
102
+ import { ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput } from "./commands/ModifyDBProxyCommand";
103
+ import { ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput } from "./commands/ModifyDBProxyEndpointCommand";
104
+ import { ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput } from "./commands/ModifyDBProxyTargetGroupCommand";
105
+ import { ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput } from "./commands/ModifyDBSnapshotAttributeCommand";
106
+ import { ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput } from "./commands/ModifyDBSnapshotCommand";
107
+ import { ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput } from "./commands/ModifyDBSubnetGroupCommand";
108
+ import { ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput } from "./commands/ModifyEventSubscriptionCommand";
109
+ import { ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput } from "./commands/ModifyGlobalClusterCommand";
110
+ import { ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput } from "./commands/ModifyOptionGroupCommand";
111
+ import { PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput } from "./commands/PromoteReadReplicaCommand";
112
+ import { PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput } from "./commands/PromoteReadReplicaDBClusterCommand";
113
+ import { PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput } from "./commands/PurchaseReservedDBInstancesOfferingCommand";
114
+ import { RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput } from "./commands/RebootDBInstanceCommand";
115
+ import { RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput } from "./commands/RegisterDBProxyTargetsCommand";
116
+ import { RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput } from "./commands/RemoveFromGlobalClusterCommand";
117
+ import { RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput } from "./commands/RemoveRoleFromDBClusterCommand";
118
+ import { RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput } from "./commands/RemoveRoleFromDBInstanceCommand";
119
+ import { RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput } from "./commands/RemoveSourceIdentifierFromSubscriptionCommand";
120
+ import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
121
+ import { ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput } from "./commands/ResetDBClusterParameterGroupCommand";
122
+ import { ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput } from "./commands/ResetDBParameterGroupCommand";
123
+ import { RestoreDBClusterFromS3CommandInput, RestoreDBClusterFromS3CommandOutput } from "./commands/RestoreDBClusterFromS3Command";
124
+ import { RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput } from "./commands/RestoreDBClusterFromSnapshotCommand";
125
+ import { RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput } from "./commands/RestoreDBClusterToPointInTimeCommand";
126
+ import { RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput } from "./commands/RestoreDBInstanceFromDBSnapshotCommand";
127
+ import { RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput } from "./commands/RestoreDBInstanceFromS3Command";
128
+ import { RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput } from "./commands/RestoreDBInstanceToPointInTimeCommand";
129
+ import { RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput } from "./commands/RevokeDBSecurityGroupIngressCommand";
130
+ import { StartActivityStreamCommandInput, StartActivityStreamCommandOutput } from "./commands/StartActivityStreamCommand";
131
+ import { StartDBClusterCommandInput, StartDBClusterCommandOutput } from "./commands/StartDBClusterCommand";
132
+ import { StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StartDBInstanceAutomatedBackupsReplicationCommand";
133
+ import { StartDBInstanceCommandInput, StartDBInstanceCommandOutput } from "./commands/StartDBInstanceCommand";
134
+ import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
135
+ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from "./commands/StopActivityStreamCommand";
136
+ import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
137
+ import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
138
+ import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
139
+ import { RDSClient } from "./RDSClient";
140
+ /**
141
+ * <fullname>Amazon Relational Database Service</fullname>
142
+ * <p> </p>
143
+ * <p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and
144
+ * scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational
145
+ * database and manages common database administration tasks, freeing up developers to focus on what makes their applications
146
+ * and businesses unique.</p>
147
+ * <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
148
+ * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
149
+ * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
150
+ * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
151
+ * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
152
+ * application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for
153
+ * the resources you use.</p>
154
+ * <p>This interface reference for Amazon RDS contains documentation for a programming or command line interface
155
+ * you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might
156
+ * require techniques such as polling or callback functions to determine when a command has been applied. In this
157
+ * reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot,
158
+ * or during the maintenance window. The reference structure is as follows, and we list following some related topics
159
+ * from the user guide.</p>
160
+ *
161
+ * <p>
162
+ * <b>Amazon RDS API Reference</b>
163
+ * </p>
164
+ *
165
+ * <ul>
166
+ * <li>
167
+ * <p>For the alphabetical list of API actions, see
168
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html">API Actions</a>.</p>
169
+ * </li>
170
+ * <li>
171
+ * <p>For the alphabetical list of data types, see
172
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html">Data Types</a>.</p>
173
+ * </li>
174
+ * <li>
175
+ * <p>For a list of common query parameters, see
176
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html">Common Parameters</a>.</p>
177
+ * </li>
178
+ * <li>
179
+ * <p>For descriptions of the error codes, see
180
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html">Common Errors</a>.</p>
181
+ * </li>
182
+ * </ul>
183
+ *
184
+ * <p>
185
+ * <b>Amazon RDS User Guide</b>
186
+ * </p>
187
+ *
188
+ * <ul>
189
+ * <li>
190
+ * <p>For a summary of the Amazon RDS interfaces, see
191
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces">Available RDS Interfaces</a>.</p>
192
+ * </li>
193
+ * <li>
194
+ * <p>For more information about how to use the Query API, see
195
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html">Using the Query API</a>.</p>
196
+ * </li>
197
+ * </ul>
198
+ */
199
+ export declare class RDS extends RDSClient {
200
+ /**
201
+ * <p>Associates an Identity and Access Management (IAM) role from an Amazon Aurora DB cluster.
202
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html">Authorizing Amazon Aurora MySQL
203
+ * to Access Other Amazon Web Services Services on Your Behalf</a> in the <i>Amazon Aurora User Guide</i>.</p>
204
+ * <note>
205
+ * <p>This action only applies to Aurora DB clusters.</p>
206
+ * </note>
207
+ */
208
+ addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBClusterCommandOutput>;
209
+ addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
210
+ addRoleToDBCluster(args: AddRoleToDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBClusterCommandOutput) => void): void;
211
+ /**
212
+ * <p>Associates an Amazon Web Services Identity and Access Management (IAM) role with a DB instance.</p>
213
+ * <note>
214
+ * <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
215
+ * </note>
216
+ */
217
+ addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBInstanceCommandOutput>;
218
+ addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
219
+ addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
220
+ /**
221
+ * <p>Adds a source identifier to an existing RDS event notification subscription.</p>
222
+ */
223
+ addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
224
+ addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
225
+ addSourceIdentifierToSubscription(args: AddSourceIdentifierToSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void): void;
226
+ /**
227
+ * <p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p>
228
+ * <p>For an overview on tagging Amazon RDS resources,
229
+ * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>.</p>
230
+ */
231
+ addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
232
+ addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
233
+ addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
234
+ /**
235
+ * <p>Applies a pending maintenance action to a resource (for example, to a DB instance).</p>
236
+ */
237
+ applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyPendingMaintenanceActionCommandOutput>;
238
+ applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
239
+ applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
240
+ /**
241
+ * <p>Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security
242
+ * groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC
243
+ * instances. Second, IP ranges are available if the application accessing your database is running on the Internet.
244
+ * Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId
245
+ * and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).</p>
246
+ * <note>
247
+ * <p>You can't authorize ingress from an EC2 security group in one Amazon Web Services Region to an Amazon RDS DB instance in
248
+ * another. You can't authorize ingress from a VPC security group in one VPC to an Amazon RDS DB instance in another.</p>
249
+ * </note>
250
+ * <p>For an overview of CIDR ranges, go to the
251
+ * <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.
252
+ * </p>
253
+ */
254
+ authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<AuthorizeDBSecurityGroupIngressCommandOutput>;
255
+ authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
256
+ authorizeDBSecurityGroupIngress(args: AuthorizeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeDBSecurityGroupIngressCommandOutput) => void): void;
257
+ /**
258
+ * <p>Backtracks a DB cluster to a specific time, without creating a new DB cluster.</p>
259
+ * <p>For more information on backtracking, see
260
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Backtrack.html">
261
+ * Backtracking an Aurora DB Cluster</a> in the
262
+ * <i>Amazon Aurora User Guide.</i>
263
+ * </p>
264
+ * <note>
265
+ * <p>This action only applies to Aurora MySQL DB clusters.</p>
266
+ * </note>
267
+ */
268
+ backtrackDBCluster(args: BacktrackDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<BacktrackDBClusterCommandOutput>;
269
+ backtrackDBCluster(args: BacktrackDBClusterCommandInput, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
270
+ backtrackDBCluster(args: BacktrackDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
271
+ /**
272
+ * <p>Cancels an export task in progress that is exporting a snapshot to Amazon S3.
273
+ * Any data that has already been written to the S3 bucket isn't removed.
274
+ * </p>
275
+ */
276
+ cancelExportTask(args: CancelExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelExportTaskCommandOutput>;
277
+ cancelExportTask(args: CancelExportTaskCommandInput, cb: (err: any, data?: CancelExportTaskCommandOutput) => void): void;
278
+ cancelExportTask(args: CancelExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelExportTaskCommandOutput) => void): void;
279
+ /**
280
+ * <p>Copies the specified DB cluster parameter group.</p>
281
+ * <note>
282
+ * <p>This action only applies to Aurora DB clusters.</p>
283
+ * </note>
284
+ */
285
+ copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterParameterGroupCommandOutput>;
286
+ copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
287
+ copyDBClusterParameterGroup(args: CopyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void): void;
288
+ /**
289
+ * <p>Copies a snapshot of a DB cluster.</p>
290
+ * <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
291
+ * must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p>
292
+ *
293
+ * <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> action
294
+ * is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region,
295
+ * you must provide the following values:</p>
296
+ *
297
+ * <ul>
298
+ * <li>
299
+ * <p>
300
+ * <code>KmsKeyId</code> - The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to
301
+ * encrypt the copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
302
+ * </li>
303
+ * <li>
304
+ * <p>
305
+ * <code>PreSignedUrl</code> - A URL that contains a Signature Version 4 signed request for the
306
+ * <code>CopyDBClusterSnapshot</code> action to be called in the source Amazon Web Services Region where the DB cluster snapshot is copied from.
307
+ * The pre-signed URL must be a valid request for the <code>CopyDBClusterSnapshot</code> API action that can be executed in the
308
+ * source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied.</p>
309
+ * <p>The pre-signed URL request must contain the following parameter values:</p>
310
+ * <ul>
311
+ * <li>
312
+ * <p>
313
+ * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB
314
+ * cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the <code>CopyDBClusterSnapshot</code>
315
+ * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
316
+ * </li>
317
+ * <li>
318
+ * <p>
319
+ * <code>DestinationRegion</code> - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in.</p>
320
+ * </li>
321
+ * <li>
322
+ * <p>
323
+ * <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot identifier for the encrypted DB cluster
324
+ * snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example,
325
+ * if you are copying an encrypted DB cluster snapshot from the us-west-2 Amazon Web Services Region, then your <code>SourceDBClusterSnapshotIdentifier</code>
326
+ * looks like the following example: <code>arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115</code>.</p>
327
+ * </li>
328
+ * </ul>
329
+ * <p>To learn how to generate a Signature Version 4 signed request, see
330
+ *
331
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
332
+ * Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
333
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">
334
+ * Signature Version 4 Signing Process</a>.</p>
335
+ * <note>
336
+ * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
337
+ * instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
338
+ * request for the operation that can be executed in the source Amazon Web Services Region.</p>
339
+ * </note>
340
+ * </li>
341
+ * <li>
342
+ * <p>
343
+ * <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
344
+ * </li>
345
+ * <li>
346
+ * <p>
347
+ * <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied.
348
+ * This identifier must be in the ARN format for the source Amazon Web Services Region and is the same value as the <code>SourceDBClusterSnapshotIdentifier</code> in the pre-signed URL. </p>
349
+ * </li>
350
+ * </ul>
351
+ * <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
352
+ * by <code>TargetDBClusterSnapshotIdentifier</code> while that DB cluster snapshot is in "copying" status.</p>
353
+ * <p>For more information on copying encrypted DB cluster snapshots from one Amazon Web Services Region to another, see
354
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html">
355
+ * Copying a Snapshot</a> in the <i>Amazon Aurora User Guide.</i>
356
+ * </p>
357
+ * <p>For more information on Amazon Aurora, see
358
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
359
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
360
+ * </p>
361
+ * <note>
362
+ * <p>This action only applies to Aurora DB clusters.</p>
363
+ * </note>
364
+ */
365
+ copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterSnapshotCommandOutput>;
366
+ copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
367
+ copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
368
+ /**
369
+ * <p>Copies the specified DB parameter group.</p>
370
+ */
371
+ copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBParameterGroupCommandOutput>;
372
+ copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
373
+ copyDBParameterGroup(args: CopyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBParameterGroupCommandOutput) => void): void;
374
+ /**
375
+ * <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p>
376
+ *
377
+ * <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region
378
+ * where you call the <code>CopyDBSnapshot</code> action is the destination Amazon Web Services Region for the
379
+ * DB snapshot copy. </p>
380
+ *
381
+ * <p>For more information about copying snapshots, see
382
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide.</i>
383
+ * </p>
384
+ */
385
+ copyDBSnapshot(args: CopyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBSnapshotCommandOutput>;
386
+ copyDBSnapshot(args: CopyDBSnapshotCommandInput, cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void): void;
387
+ copyDBSnapshot(args: CopyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyDBSnapshotCommandOutput) => void): void;
388
+ /**
389
+ * <p>Copies the specified option group.</p>
390
+ */
391
+ copyOptionGroup(args: CopyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CopyOptionGroupCommandOutput>;
392
+ copyOptionGroup(args: CopyOptionGroupCommandInput, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
393
+ copyOptionGroup(args: CopyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyOptionGroupCommandOutput) => void): void;
394
+ /**
395
+ * <p>Creates a custom Availability Zone (AZ).</p>
396
+ * <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
397
+ * <p>For more information about RDS on VMware, see the
398
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
399
+ * RDS on VMware User Guide.</a>
400
+ * </p>
401
+ */
402
+ createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomAvailabilityZoneCommandOutput>;
403
+ createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
404
+ createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
405
+ /**
406
+ * <p>Creates a new Amazon Aurora DB cluster.</p>
407
+ * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create the DB
408
+ * cluster as a read replica of another DB cluster or Amazon RDS MySQL or PostgreSQL DB instance. For
409
+ * cross-region replication where the DB cluster identified by
410
+ * <code>ReplicationSourceIdentifier</code> is encrypted, you must also specify the
411
+ * <code>PreSignedUrl</code> parameter.</p>
412
+ *
413
+ * <p>For more information on Amazon Aurora, see
414
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
415
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
416
+ * </p>
417
+ * <note>
418
+ * <p>This action only applies to Aurora DB clusters.</p>
419
+ * </note>
420
+ */
421
+ createDBCluster(args: CreateDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterCommandOutput>;
422
+ createDBCluster(args: CreateDBClusterCommandInput, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
423
+ createDBCluster(args: CreateDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
424
+ /**
425
+ * <p>Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.</p>
426
+ * <note>
427
+ * <p>This action only applies to Aurora DB clusters.</p>
428
+ * </note>
429
+ */
430
+ createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterEndpointCommandOutput>;
431
+ createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
432
+ createDBClusterEndpoint(args: CreateDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterEndpointCommandOutput) => void): void;
433
+ /**
434
+ * <p>Creates a new DB cluster parameter group.</p>
435
+ * <p>Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster.</p>
436
+ * <p>
437
+ * A DB cluster parameter group is initially created with the default parameters for the
438
+ * database engine used by instances in the DB cluster. To provide custom values for any of the
439
+ * parameters, you must modify the group after creating it using
440
+ * <code>ModifyDBClusterParameterGroup</code>. Once you've created a DB cluster parameter group, you need to
441
+ * associate it with your DB cluster using <code>ModifyDBCluster</code>. When you associate
442
+ * a new DB cluster parameter group with a running DB cluster, you need to reboot the DB
443
+ * instances in the DB cluster without failover for the new DB cluster parameter group and
444
+ * associated settings to take effect.
445
+ * </p>
446
+ * <important>
447
+ * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
448
+ * before creating your first DB cluster
449
+ * that uses that DB cluster parameter group as the default parameter
450
+ * group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter
451
+ * group is used as the default for a new DB cluster. This is especially important for parameters
452
+ * that are critical when creating the default database for a DB cluster, such as the character set
453
+ * for the default database defined by the <code>character_set_database</code> parameter. You can use the
454
+ * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
455
+ * <code>DescribeDBClusterParameters</code> action to verify
456
+ * that your DB cluster parameter group has been created or modified.</p>
457
+ * </important>
458
+ *
459
+ * <p>For more information on Amazon Aurora, see
460
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
461
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
462
+ * </p>
463
+ * <note>
464
+ * <p>This action only applies to Aurora DB clusters.</p>
465
+ * </note>
466
+ */
467
+ createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterParameterGroupCommandOutput>;
468
+ createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
469
+ createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
470
+ /**
471
+ * <p>Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see
472
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
473
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
474
+ * </p>
475
+ * <note>
476
+ * <p>This action only applies to Aurora DB clusters.</p>
477
+ * </note>
478
+ */
479
+ createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterSnapshotCommandOutput>;
480
+ createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
481
+ createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
482
+ /**
483
+ * <p>Creates a new DB instance.</p>
484
+ */
485
+ createDBInstance(args: CreateDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceCommandOutput>;
486
+ createDBInstance(args: CreateDBInstanceCommandInput, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
487
+ createDBInstance(args: CreateDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceCommandOutput) => void): void;
488
+ /**
489
+ * <p>Creates a new DB instance that acts as a read replica for an existing source DB
490
+ * instance. You can create a read replica for a DB instance running MySQL, MariaDB,
491
+ * Oracle, PostgreSQL, or SQL Server. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working with Read
492
+ * Replicas</a> in the <i>Amazon RDS User Guide</i>. </p>
493
+ *
494
+ * <p>Amazon Aurora doesn't support this action. Call the <code>CreateDBInstance</code>
495
+ * action to create a DB instance for an Aurora DB cluster.</p>
496
+ *
497
+ * <p>All read replica DB instances are created with backups disabled. All other DB
498
+ * instance attributes (including DB security groups and DB parameter groups) are inherited
499
+ * from the source DB instance, except as specified.</p>
500
+ *
501
+ * <important>
502
+ * <p>Your source DB instance must have backup retention enabled.
503
+ * </p>
504
+ * </important>
505
+ */
506
+ createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBInstanceReadReplicaCommandOutput>;
507
+ createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
508
+ createDBInstanceReadReplica(args: CreateDBInstanceReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBInstanceReadReplicaCommandOutput) => void): void;
509
+ /**
510
+ * <p>Creates a new DB parameter group.</p>
511
+ * <p>
512
+ * A DB parameter group is initially created with the default parameters for the
513
+ * database engine used by the DB instance. To provide custom values for any of the
514
+ * parameters, you must modify the group after creating it using
515
+ * <i>ModifyDBParameterGroup</i>. Once you've created a DB parameter group, you need to
516
+ * associate it with your DB instance using <i>ModifyDBInstance</i>. When you associate
517
+ * a new DB parameter group with a running DB instance, you need to reboot the DB
518
+ * instance without failover for the new DB parameter group and associated settings to take effect.
519
+ * </p>
520
+ * <important>
521
+ * <p>After you create a DB parameter group, you should wait at least 5 minutes
522
+ * before creating your first DB instance that uses that DB parameter group as the default parameter
523
+ * group. This allows Amazon RDS to fully complete the create action before the parameter
524
+ * group is used as the default for a new DB instance. This is especially important for parameters
525
+ * that are critical when creating the default database for a DB instance, such as the character set
526
+ * for the default database defined by the <code>character_set_database</code> parameter. You can use the
527
+ * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
528
+ * <i>DescribeDBParameters</i> command to verify
529
+ * that your DB parameter group has been created or modified.</p>
530
+ * </important>
531
+ */
532
+ createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBParameterGroupCommandOutput>;
533
+ createDBParameterGroup(args: CreateDBParameterGroupCommandInput, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
534
+ createDBParameterGroup(args: CreateDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBParameterGroupCommandOutput) => void): void;
535
+ /**
536
+ * <p>Creates a new DB proxy.</p>
537
+ */
538
+ createDBProxy(args: CreateDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBProxyCommandOutput>;
539
+ createDBProxy(args: CreateDBProxyCommandInput, cb: (err: any, data?: CreateDBProxyCommandOutput) => void): void;
540
+ createDBProxy(args: CreateDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyCommandOutput) => void): void;
541
+ /**
542
+ * <p>
543
+ * Creates a <code>DBProxyEndpoint</code>. Only applies to proxies that are associated with Aurora DB clusters.
544
+ * You can use DB proxy endpoints to specify read/write or read-only access to the DB cluster. You can also use
545
+ * DB proxy endpoints to access a DB proxy through a different VPC than the proxy's default VPC.
546
+ * </p>
547
+ */
548
+ createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBProxyEndpointCommandOutput>;
549
+ createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
550
+ createDBProxyEndpoint(args: CreateDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBProxyEndpointCommandOutput) => void): void;
551
+ /**
552
+ * <p>Creates a new DB security group. DB security groups control access to a DB instance.</p>
553
+ * <note>
554
+ * <p>A DB security group controls access to EC2-Classic DB instances that are not in a VPC.</p>
555
+ * </note>
556
+ */
557
+ createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSecurityGroupCommandOutput>;
558
+ createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
559
+ createDBSecurityGroup(args: CreateDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSecurityGroupCommandOutput) => void): void;
560
+ /**
561
+ * <p>Creates a snapshot of a DB instance. The source DB instance must be in the <code>available</code> or
562
+ * <code>storage-optimization</code> state.</p>
563
+ */
564
+ createDBSnapshot(args: CreateDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSnapshotCommandOutput>;
565
+ createDBSnapshot(args: CreateDBSnapshotCommandInput, cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void): void;
566
+ createDBSnapshot(args: CreateDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSnapshotCommandOutput) => void): void;
567
+ /**
568
+ * <p>Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.</p>
569
+ */
570
+ createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBSubnetGroupCommandOutput>;
571
+ createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
572
+ createDBSubnetGroup(args: CreateDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void): void;
573
+ /**
574
+ * <p>Creates an RDS event notification subscription. This action requires a topic Amazon
575
+ * Resource Name (ARN) created by either the RDS console, the SNS console, or the SNS API.
576
+ * To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the
577
+ * topic. The ARN is displayed in the SNS console.</p>
578
+ * <p>You can specify the type of source (<code>SourceType</code>) that you want to be
579
+ * notified of and provide a list of RDS sources (<code>SourceIds</code>) that triggers the
580
+ * events. You can also provide a list of event categories (<code>EventCategories</code>)
581
+ * for events that you want to be notified of. For example, you can specify
582
+ * <code>SourceType</code> = <code>db-instance</code>, <code>SourceIds</code> =
583
+ * <code>mydbinstance1</code>, <code>mydbinstance2</code> and
584
+ * <code>EventCategories</code> = <code>Availability</code>,
585
+ * <code>Backup</code>.</p>
586
+ *
587
+ * <p>If you specify both the <code>SourceType</code> and <code>SourceIds</code>, such as <code>SourceType</code> = <code>db-instance</code>
588
+ * and <code>SourceIdentifier</code> = <code>myDBInstance1</code>, you are notified of all the <code>db-instance</code> events for
589
+ * the specified source. If you specify a <code>SourceType</code> but do not specify a <code>SourceIdentifier</code>,
590
+ * you receive notice of the events for that source type for all your RDS sources. If you
591
+ * don't specify either the SourceType or the <code>SourceIdentifier</code>, you are notified of events
592
+ * generated from all RDS sources belonging to your customer account.</p>
593
+ * <note>
594
+ * <p>RDS event notification is only available for unencrypted SNS topics. If you specify an
595
+ * encrypted SNS topic, event notifications aren't sent for the topic.</p>
596
+ * </note>
597
+ */
598
+ createEventSubscription(args: CreateEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventSubscriptionCommandOutput>;
599
+ createEventSubscription(args: CreateEventSubscriptionCommandInput, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
600
+ createEventSubscription(args: CreateEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
601
+ /**
602
+ * <p>
603
+ * Creates an Aurora global database
604
+ * spread across multiple Amazon Web Services Regions. The global database
605
+ * contains a single primary cluster with read-write capability,
606
+ * and a read-only secondary cluster that receives
607
+ * data from the primary cluster through high-speed replication
608
+ * performed by the Aurora storage subsystem.
609
+ * </p>
610
+ * <p>
611
+ * You can create a global database that is initially empty, and then
612
+ * add a primary cluster and a secondary cluster to it.
613
+ * Or you can specify an existing Aurora cluster during the create operation,
614
+ * and this cluster becomes the primary cluster of the global database.
615
+ * </p>
616
+ * <note>
617
+ * <p>This action only applies to Aurora DB clusters.</p>
618
+ * </note>
619
+ */
620
+ createGlobalCluster(args: CreateGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateGlobalClusterCommandOutput>;
621
+ createGlobalCluster(args: CreateGlobalClusterCommandInput, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
622
+ createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
623
+ /**
624
+ * <p>Creates a new option group. You can create up to 20 option groups.</p>
625
+ */
626
+ createOptionGroup(args: CreateOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptionGroupCommandOutput>;
627
+ createOptionGroup(args: CreateOptionGroupCommandInput, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
628
+ createOptionGroup(args: CreateOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
629
+ /**
630
+ * <p>Deletes a custom Availability Zone (AZ).</p>
631
+ * <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
632
+ * <p>For more information about RDS on VMware, see the
633
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
634
+ * RDS on VMware User Guide.</a>
635
+ * </p>
636
+ */
637
+ deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomAvailabilityZoneCommandOutput>;
638
+ deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, cb: (err: any, data?: DeleteCustomAvailabilityZoneCommandOutput) => void): void;
639
+ deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomAvailabilityZoneCommandOutput) => void): void;
640
+ /**
641
+ * <p>The DeleteDBCluster action deletes a previously provisioned DB cluster.
642
+ * When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.
643
+ * Manual DB cluster snapshots of the specified DB cluster are not deleted.</p>
644
+ * <p></p>
645
+ * <p>For more information on Amazon Aurora, see
646
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
647
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
648
+ * </p>
649
+ * <note>
650
+ * <p>This action only applies to Aurora DB clusters.</p>
651
+ * </note>
652
+ */
653
+ deleteDBCluster(args: DeleteDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterCommandOutput>;
654
+ deleteDBCluster(args: DeleteDBClusterCommandInput, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
655
+ deleteDBCluster(args: DeleteDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
656
+ /**
657
+ * <p>Deletes a custom endpoint and removes it from an Amazon Aurora DB cluster.</p>
658
+ * <note>
659
+ * <p>This action only applies to Aurora DB clusters.</p>
660
+ * </note>
661
+ */
662
+ deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterEndpointCommandOutput>;
663
+ deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
664
+ deleteDBClusterEndpoint(args: DeleteDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterEndpointCommandOutput) => void): void;
665
+ /**
666
+ * <p>Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.</p>
667
+ * <p>For more information on Amazon Aurora, see
668
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
669
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
670
+ * </p>
671
+ * <note>
672
+ * <p>This action only applies to Aurora DB clusters.</p>
673
+ * </note>
674
+ */
675
+ deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterParameterGroupCommandOutput>;
676
+ deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
677
+ deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
678
+ /**
679
+ * <p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
680
+ * <note>
681
+ * <p>The DB cluster snapshot must be in the <code>available</code> state to be
682
+ * deleted.</p>
683
+ * </note>
684
+ * <p>For more information on Amazon Aurora, see
685
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
686
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
687
+ * </p>
688
+ * <note>
689
+ * <p>This action only applies to Aurora DB clusters.</p>
690
+ * </note>
691
+ */
692
+ deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterSnapshotCommandOutput>;
693
+ deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
694
+ deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
695
+ /**
696
+ * <p>The DeleteDBInstance action deletes a previously provisioned DB instance.
697
+ * When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered.
698
+ * Manual DB snapshots of the DB instance to be deleted by <code>DeleteDBInstance</code> are not deleted.</p>
699
+ * <p>
700
+ * If you request a final DB snapshot
701
+ * the status of the Amazon RDS DB instance is <code>deleting</code> until the DB snapshot is created. The API action <code>DescribeDBInstance</code>
702
+ * is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.
703
+ * </p>
704
+ * <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
705
+ * or <code>incompatible-network</code>, you can only delete it when you skip creation of the final snapshot with the <code>SkipFinalSnapshot</code> parameter.</p>
706
+ *
707
+ * <p>If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following
708
+ * conditions are true:</p>
709
+ * <ul>
710
+ * <li>
711
+ * <p>The DB cluster is a read replica of another Amazon Aurora DB cluster.</p>
712
+ * </li>
713
+ * <li>
714
+ * <p>The DB instance is the only instance in the DB cluster.</p>
715
+ * </li>
716
+ * </ul>
717
+ * <p>To delete a DB instance in this case, first call the
718
+ * <code>PromoteReadReplicaDBCluster</code> API action to promote the DB cluster so
719
+ * it's no longer a read replica. After the promotion completes, then call the
720
+ * <code>DeleteDBInstance</code> API action to delete the final instance in the DB
721
+ * cluster.</p>
722
+ */
723
+ deleteDBInstance(args: DeleteDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceCommandOutput>;
724
+ deleteDBInstance(args: DeleteDBInstanceCommandInput, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
725
+ deleteDBInstance(args: DeleteDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void): void;
726
+ /**
727
+ * <p>Deletes automated backups using the <code>DbiResourceId</code> value of the source DB instance or the Amazon Resource Name (ARN) of the automated backups.</p>
728
+ */
729
+ deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBInstanceAutomatedBackupCommandOutput>;
730
+ deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void): void;
731
+ deleteDBInstanceAutomatedBackup(args: DeleteDBInstanceAutomatedBackupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBInstanceAutomatedBackupCommandOutput) => void): void;
732
+ /**
733
+ * <p>Deletes a specified DB parameter group. The DB parameter group to be deleted can't be associated with any DB instances.</p>
734
+ */
735
+ deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBParameterGroupCommandOutput>;
736
+ deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void): void;
737
+ deleteDBParameterGroup(args: DeleteDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBParameterGroupCommandOutput) => void): void;
738
+ /**
739
+ * <p>Deletes an existing DB proxy.</p>
740
+ */
741
+ deleteDBProxy(args: DeleteDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBProxyCommandOutput>;
742
+ deleteDBProxy(args: DeleteDBProxyCommandInput, cb: (err: any, data?: DeleteDBProxyCommandOutput) => void): void;
743
+ deleteDBProxy(args: DeleteDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyCommandOutput) => void): void;
744
+ /**
745
+ * <p>Deletes a <code>DBProxyEndpoint</code>. Doing so removes the ability to access the DB proxy using the
746
+ * endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write
747
+ * or read-only operations, or using a different VPC than the DB proxy's default VPC.</p>
748
+ */
749
+ deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBProxyEndpointCommandOutput>;
750
+ deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
751
+ deleteDBProxyEndpoint(args: DeleteDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBProxyEndpointCommandOutput) => void): void;
752
+ /**
753
+ * <p>Deletes a DB security group.</p>
754
+ * <note>
755
+ * <p>The specified DB security group must not be associated with any DB instances.</p>
756
+ * </note>
757
+ */
758
+ deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSecurityGroupCommandOutput>;
759
+ deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
760
+ deleteDBSecurityGroup(args: DeleteDBSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSecurityGroupCommandOutput) => void): void;
761
+ /**
762
+ * <p>Deletes a DB snapshot. If the snapshot is being copied, the copy operation is
763
+ * terminated.</p>
764
+ * <note>
765
+ * <p>The DB snapshot must be in the <code>available</code> state to be deleted.</p>
766
+ * </note>
767
+ */
768
+ deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSnapshotCommandOutput>;
769
+ deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
770
+ deleteDBSnapshot(args: DeleteDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSnapshotCommandOutput) => void): void;
771
+ /**
772
+ * <p>Deletes a DB subnet group.</p>
773
+ * <note>
774
+ * <p>The specified database subnet group must not be associated with any DB instances.</p>
775
+ * </note>
776
+ */
777
+ deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBSubnetGroupCommandOutput>;
778
+ deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
779
+ deleteDBSubnetGroup(args: DeleteDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void): void;
780
+ /**
781
+ * <p>Deletes an RDS event notification subscription.</p>
782
+ */
783
+ deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventSubscriptionCommandOutput>;
784
+ deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
785
+ deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
786
+ /**
787
+ * <p>
788
+ * Deletes a global database cluster. The primary and secondary clusters must already be detached or
789
+ * destroyed first.
790
+ * </p>
791
+ * <note>
792
+ * <p>This action only applies to Aurora DB clusters.</p>
793
+ * </note>
794
+ */
795
+ deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGlobalClusterCommandOutput>;
796
+ deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
797
+ deleteGlobalCluster(args: DeleteGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void): void;
798
+ /**
799
+ * <p>Deletes the installation medium for a DB engine that requires an on-premises customer provided license,
800
+ * such as Microsoft SQL Server.</p>
801
+ */
802
+ deleteInstallationMedia(args: DeleteInstallationMediaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstallationMediaCommandOutput>;
803
+ deleteInstallationMedia(args: DeleteInstallationMediaCommandInput, cb: (err: any, data?: DeleteInstallationMediaCommandOutput) => void): void;
804
+ deleteInstallationMedia(args: DeleteInstallationMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstallationMediaCommandOutput) => void): void;
805
+ /**
806
+ * <p>Deletes an existing option group.</p>
807
+ */
808
+ deleteOptionGroup(args: DeleteOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOptionGroupCommandOutput>;
809
+ deleteOptionGroup(args: DeleteOptionGroupCommandInput, cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void): void;
810
+ deleteOptionGroup(args: DeleteOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOptionGroupCommandOutput) => void): void;
811
+ /**
812
+ * <p>Remove the association between one or more <code>DBProxyTarget</code> data structures and a <code>DBProxyTargetGroup</code>.</p>
813
+ */
814
+ deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDBProxyTargetsCommandOutput>;
815
+ deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
816
+ deregisterDBProxyTargets(args: DeregisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDBProxyTargetsCommandOutput) => void): void;
817
+ /**
818
+ * <p>Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p>
819
+ * <p>This command doesn't take any parameters.</p>
820
+ */
821
+ describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountAttributesCommandOutput>;
822
+ describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
823
+ describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
824
+ /**
825
+ * <p>Lists the set of CA certificates provided by Amazon RDS for this Amazon Web Services account.</p>
826
+ */
827
+ describeCertificates(args: DescribeCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificatesCommandOutput>;
828
+ describeCertificates(args: DescribeCertificatesCommandInput, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
829
+ describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
830
+ /**
831
+ * <p>Returns information about custom Availability Zones (AZs).</p>
832
+ * <p>A custom AZ is an on-premises AZ that is integrated with a VMware vSphere cluster.</p>
833
+ * <p>For more information about RDS on VMware, see the
834
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html">
835
+ * RDS on VMware User Guide.</a>
836
+ * </p>
837
+ */
838
+ describeCustomAvailabilityZones(args: DescribeCustomAvailabilityZonesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomAvailabilityZonesCommandOutput>;
839
+ describeCustomAvailabilityZones(args: DescribeCustomAvailabilityZonesCommandInput, cb: (err: any, data?: DescribeCustomAvailabilityZonesCommandOutput) => void): void;
840
+ describeCustomAvailabilityZones(args: DescribeCustomAvailabilityZonesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomAvailabilityZonesCommandOutput) => void): void;
841
+ /**
842
+ * <p>Returns information about backtracks for a DB cluster.</p>
843
+ * <p>For more information on Amazon Aurora, see
844
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
845
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
846
+ * </p>
847
+ * <note>
848
+ * <p>This action only applies to Aurora MySQL DB clusters.</p>
849
+ * </note>
850
+ */
851
+ describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterBacktracksCommandOutput>;
852
+ describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
853
+ describeDBClusterBacktracks(args: DescribeDBClusterBacktracksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterBacktracksCommandOutput) => void): void;
854
+ /**
855
+ * <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p>
856
+ * <note>
857
+ * <p>This action only applies to Aurora DB clusters.</p>
858
+ * </note>
859
+ */
860
+ describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterEndpointsCommandOutput>;
861
+ describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
862
+ describeDBClusterEndpoints(args: DescribeDBClusterEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterEndpointsCommandOutput) => void): void;
863
+ /**
864
+ * <p>
865
+ * Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
866
+ * <code>DBClusterParameterGroupName</code> parameter is specified,
867
+ * the list will contain only the description of the specified DB cluster parameter group.
868
+ * </p>
869
+ * <p>For more information on Amazon Aurora, see
870
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
871
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
872
+ * </p>
873
+ * <note>
874
+ * <p>This action only applies to Aurora DB clusters.</p>
875
+ * </note>
876
+ */
877
+ describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
878
+ describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
879
+ describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
880
+ /**
881
+ * <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
882
+ * <p>For more information on Amazon Aurora, see
883
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
884
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
885
+ * </p>
886
+ * <note>
887
+ * <p>This action only applies to Aurora DB clusters.</p>
888
+ * </note>
889
+ */
890
+ describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParametersCommandOutput>;
891
+ describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
892
+ describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
893
+ /**
894
+ * <p>Returns information about provisioned Aurora DB clusters. This API supports pagination.</p>
895
+ * <p>For more information on Amazon Aurora, see
896
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
897
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
898
+ * </p>
899
+ * <note>
900
+ * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
901
+ * </note>
902
+ */
903
+ describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
904
+ describeDBClusters(args: DescribeDBClustersCommandInput, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
905
+ describeDBClusters(args: DescribeDBClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClustersCommandOutput) => void): void;
906
+ /**
907
+ * <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p>
908
+ * <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
909
+ * returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
910
+ * authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of
911
+ * values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and
912
+ * can be copied or restored by all Amazon Web Services accounts.</p>
913
+ * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
914
+ * manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
915
+ * <note>
916
+ * <p>This action only applies to Aurora DB clusters.</p>
917
+ * </note>
918
+ */
919
+ describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
920
+ describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
921
+ describeDBClusterSnapshotAttributes(args: DescribeDBClusterSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void): void;
922
+ /**
923
+ * <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
924
+ * <p>For more information on Amazon Aurora, see
925
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
926
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
927
+ * </p>
928
+ * <note>
929
+ * <p>This action only applies to Aurora DB clusters.</p>
930
+ * </note>
931
+ */
932
+ describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotsCommandOutput>;
933
+ describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
934
+ describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
935
+ /**
936
+ * <p>Returns a list of the available DB engines.</p>
937
+ */
938
+ describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBEngineVersionsCommandOutput>;
939
+ describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
940
+ describeDBEngineVersions(args: DescribeDBEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void): void;
941
+ /**
942
+ * <p>Displays backups for both current and deleted
943
+ * instances. For example, use this operation to
944
+ * find details about automated backups for previously deleted instances. Current instances
945
+ * with retention periods greater than zero (0) are returned for both the
946
+ * <code>DescribeDBInstanceAutomatedBackups</code> and
947
+ * <code>DescribeDBInstances</code> operations.</p>
948
+ * <p>All parameters are optional.</p>
949
+ */
950
+ describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstanceAutomatedBackupsCommandOutput>;
951
+ describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
952
+ describeDBInstanceAutomatedBackups(args: DescribeDBInstanceAutomatedBackupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstanceAutomatedBackupsCommandOutput) => void): void;
953
+ /**
954
+ * <p>Returns information about provisioned RDS instances. This API supports pagination.</p>
955
+ * <note>
956
+ * <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
957
+ * </note>
958
+ */
959
+ describeDBInstances(args: DescribeDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBInstancesCommandOutput>;
960
+ describeDBInstances(args: DescribeDBInstancesCommandInput, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
961
+ describeDBInstances(args: DescribeDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
962
+ /**
963
+ * <p>Returns a list of DB log files for the DB instance.</p>
964
+ */
965
+ describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBLogFilesCommandOutput>;
966
+ describeDBLogFiles(args: DescribeDBLogFilesCommandInput, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
967
+ describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
968
+ /**
969
+ * <p>
970
+ * Returns a list of <code>DBParameterGroup</code> descriptions. If a <code>DBParameterGroupName</code> is specified,
971
+ * the list will contain only the description of the specified DB parameter group.
972
+ * </p>
973
+ */
974
+ describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBParameterGroupsCommandOutput>;
975
+ describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void): void;
976
+ describeDBParameterGroups(args: DescribeDBParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBParameterGroupsCommandOutput) => void): void;
977
+ /**
978
+ * <p>Returns the detailed parameter list for a particular DB parameter group.</p>
979
+ */
980
+ describeDBParameters(args: DescribeDBParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBParametersCommandOutput>;
981
+ describeDBParameters(args: DescribeDBParametersCommandInput, cb: (err: any, data?: DescribeDBParametersCommandOutput) => void): void;
982
+ describeDBParameters(args: DescribeDBParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBParametersCommandOutput) => void): void;
983
+ /**
984
+ * <p>Returns information about DB proxies.</p>
985
+ */
986
+ describeDBProxies(args: DescribeDBProxiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxiesCommandOutput>;
987
+ describeDBProxies(args: DescribeDBProxiesCommandInput, cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void): void;
988
+ describeDBProxies(args: DescribeDBProxiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxiesCommandOutput) => void): void;
989
+ /**
990
+ * <p>Returns information about DB proxy endpoints.</p>
991
+ */
992
+ describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyEndpointsCommandOutput>;
993
+ describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void): void;
994
+ describeDBProxyEndpoints(args: DescribeDBProxyEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyEndpointsCommandOutput) => void): void;
995
+ /**
996
+ * <p>Returns information about DB proxy target groups, represented by <code>DBProxyTargetGroup</code> data structures.</p>
997
+ */
998
+ describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyTargetGroupsCommandOutput>;
999
+ describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void): void;
1000
+ describeDBProxyTargetGroups(args: DescribeDBProxyTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyTargetGroupsCommandOutput) => void): void;
1001
+ /**
1002
+ * <p>Returns information about <code>DBProxyTarget</code> objects. This API supports pagination.</p>
1003
+ */
1004
+ describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBProxyTargetsCommandOutput>;
1005
+ describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void): void;
1006
+ describeDBProxyTargets(args: DescribeDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBProxyTargetsCommandOutput) => void): void;
1007
+ /**
1008
+ * <p>
1009
+ * Returns a list of <code>DBSecurityGroup</code> descriptions. If a <code>DBSecurityGroupName</code> is specified,
1010
+ * the list will contain only the descriptions of the specified DB security group.
1011
+ * </p>
1012
+ */
1013
+ describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSecurityGroupsCommandOutput>;
1014
+ describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
1015
+ describeDBSecurityGroups(args: DescribeDBSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSecurityGroupsCommandOutput) => void): void;
1016
+ /**
1017
+ * <p>Returns a list of DB snapshot attribute names and values for a manual DB snapshot.</p>
1018
+ * <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBSnapshotAttributes</code>
1019
+ * returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
1020
+ * authorized to copy or restore the manual DB snapshot. If <code>all</code> is included in the list of
1021
+ * values for the <code>restore</code> attribute, then the manual DB snapshot is public and
1022
+ * can be copied or restored by all Amazon Web Services accounts.</p>
1023
+ * <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the
1024
+ * manual DB snapshot public or private, use the <code>ModifyDBSnapshotAttribute</code> API action.</p>
1025
+ */
1026
+ describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotAttributesCommandOutput>;
1027
+ describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void): void;
1028
+ describeDBSnapshotAttributes(args: DescribeDBSnapshotAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotAttributesCommandOutput) => void): void;
1029
+ /**
1030
+ * <p>Returns information about DB snapshots. This API action supports pagination.</p>
1031
+ */
1032
+ describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSnapshotsCommandOutput>;
1033
+ describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
1034
+ describeDBSnapshots(args: DescribeDBSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSnapshotsCommandOutput) => void): void;
1035
+ /**
1036
+ * <p>Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.</p>
1037
+ * <p>For an overview of CIDR ranges, go to the
1038
+ * <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.
1039
+ * </p>
1040
+ */
1041
+ describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBSubnetGroupsCommandOutput>;
1042
+ describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
1043
+ describeDBSubnetGroups(args: DescribeDBSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void): void;
1044
+ /**
1045
+ * <p>Returns the default engine and system parameter information for the cluster database engine.</p>
1046
+ * <p>For more information on Amazon Aurora, see
1047
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1048
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1049
+ * </p>
1050
+ */
1051
+ describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
1052
+ describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
1053
+ describeEngineDefaultClusterParameters(args: DescribeEngineDefaultClusterParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void): void;
1054
+ /**
1055
+ * <p>Returns the default engine and system parameter information for the specified database engine.</p>
1056
+ */
1057
+ describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEngineDefaultParametersCommandOutput>;
1058
+ describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
1059
+ describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
1060
+ /**
1061
+ * <p>Displays a list of categories for all event source types, or, if specified, for a specified source type.
1062
+ * You can see a list of the event categories and source types
1063
+ * in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">
1064
+ * Events</a> in the <i>Amazon RDS User Guide.</i>
1065
+ * </p>
1066
+ */
1067
+ describeEventCategories(args: DescribeEventCategoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventCategoriesCommandOutput>;
1068
+ describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
1069
+ describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
1070
+ /**
1071
+ * <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots for the past 14 days.
1072
+ * Events specific to a particular DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, and DB cluster snapshots group can be
1073
+ * obtained by providing the name as a parameter.</p>
1074
+ * <note>
1075
+ * <p>By default, the past hour of events are returned.</p>
1076
+ * </note>
1077
+ */
1078
+ describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
1079
+ describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
1080
+ describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
1081
+ /**
1082
+ * <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes
1083
+ * <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
1084
+ * <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
1085
+ */
1086
+ describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventSubscriptionsCommandOutput>;
1087
+ describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
1088
+ describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
1089
+ /**
1090
+ * <p>Returns information about a snapshot export to Amazon S3. This API operation supports
1091
+ * pagination. </p>
1092
+ */
1093
+ describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
1094
+ describeExportTasks(args: DescribeExportTasksCommandInput, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
1095
+ describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
1096
+ /**
1097
+ * <p>
1098
+ * Returns information about Aurora global database clusters. This API supports pagination.
1099
+ * </p>
1100
+ * <p>
1101
+ * For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What Is Amazon Aurora?</a> in the
1102
+ * <i>Amazon Aurora User Guide.</i>
1103
+ * </p>
1104
+ * <note>
1105
+ * <p>This action only applies to Aurora DB clusters.</p>
1106
+ * </note>
1107
+ */
1108
+ describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalClustersCommandOutput>;
1109
+ describeGlobalClusters(args: DescribeGlobalClustersCommandInput, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
1110
+ describeGlobalClusters(args: DescribeGlobalClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void): void;
1111
+ /**
1112
+ * <p>Describes the available installation media for a DB engine that requires an
1113
+ * on-premises customer provided license, such as Microsoft SQL Server.</p>
1114
+ */
1115
+ describeInstallationMedia(args: DescribeInstallationMediaCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstallationMediaCommandOutput>;
1116
+ describeInstallationMedia(args: DescribeInstallationMediaCommandInput, cb: (err: any, data?: DescribeInstallationMediaCommandOutput) => void): void;
1117
+ describeInstallationMedia(args: DescribeInstallationMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInstallationMediaCommandOutput) => void): void;
1118
+ /**
1119
+ * <p>Describes all available options.</p>
1120
+ */
1121
+ describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptionGroupOptionsCommandOutput>;
1122
+ describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void): void;
1123
+ describeOptionGroupOptions(args: DescribeOptionGroupOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptionGroupOptionsCommandOutput) => void): void;
1124
+ /**
1125
+ * <p>Describes the available option groups.</p>
1126
+ */
1127
+ describeOptionGroups(args: DescribeOptionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOptionGroupsCommandOutput>;
1128
+ describeOptionGroups(args: DescribeOptionGroupsCommandInput, cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void): void;
1129
+ describeOptionGroups(args: DescribeOptionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOptionGroupsCommandOutput) => void): void;
1130
+ /**
1131
+ * <p>Returns a list of orderable DB instance options for the specified engine.</p>
1132
+ */
1133
+ describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
1134
+ describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
1135
+ describeOrderableDBInstanceOptions(args: DescribeOrderableDBInstanceOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void): void;
1136
+ /**
1137
+ * <p>Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.</p>
1138
+ */
1139
+ describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePendingMaintenanceActionsCommandOutput>;
1140
+ describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
1141
+ describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
1142
+ /**
1143
+ * <p>Returns information about reserved DB instances for this account, or about a specified reserved DB instance.</p>
1144
+ */
1145
+ describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesCommandOutput>;
1146
+ describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void): void;
1147
+ describeReservedDBInstances(args: DescribeReservedDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesCommandOutput) => void): void;
1148
+ /**
1149
+ * <p>Lists available reserved DB instance offerings.</p>
1150
+ */
1151
+ describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReservedDBInstancesOfferingsCommandOutput>;
1152
+ describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
1153
+ describeReservedDBInstancesOfferings(args: DescribeReservedDBInstancesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedDBInstancesOfferingsCommandOutput) => void): void;
1154
+ /**
1155
+ * <p>Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica,
1156
+ * copy a DB snapshot from, or replicate automated backups from. This API action supports pagination.</p>
1157
+ */
1158
+ describeSourceRegions(args: DescribeSourceRegionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSourceRegionsCommandOutput>;
1159
+ describeSourceRegions(args: DescribeSourceRegionsCommandInput, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
1160
+ describeSourceRegions(args: DescribeSourceRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
1161
+ /**
1162
+ * <p>You can call <code>DescribeValidDBInstanceModifications</code>
1163
+ * to learn what modifications you can make to your DB instance.
1164
+ * You can use this information when you call
1165
+ * <code>ModifyDBInstance</code>.
1166
+ * </p>
1167
+ */
1168
+ describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeValidDBInstanceModificationsCommandOutput>;
1169
+ describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
1170
+ describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
1171
+ /**
1172
+ * <p>Downloads all or a portion of the specified log file, up to 1 MB in size.</p>
1173
+ */
1174
+ downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options?: __HttpHandlerOptions): Promise<DownloadDBLogFilePortionCommandOutput>;
1175
+ downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
1176
+ downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
1177
+ /**
1178
+ * <p>Forces a failover for a DB cluster.</p>
1179
+ * <p>A failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
1180
+ * in the DB cluster to be the primary instance (the cluster writer).</p>
1181
+ * <p>Amazon Aurora will automatically fail over to an Aurora Replica, if one exists,
1182
+ * when the primary instance fails. You can force a failover when you want to simulate a failure of a primary instance for testing.
1183
+ * Because each instance in a DB cluster has its own endpoint address, you will need to clean up and re-establish any existing
1184
+ * connections that use those endpoint addresses when the failover is complete.</p>
1185
+ * <p>For more information on Amazon Aurora, see
1186
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1187
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1188
+ * </p>
1189
+ * <note>
1190
+ * <p>This action only applies to Aurora DB clusters.</p>
1191
+ * </note>
1192
+ */
1193
+ failoverDBCluster(args: FailoverDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverDBClusterCommandOutput>;
1194
+ failoverDBCluster(args: FailoverDBClusterCommandInput, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
1195
+ failoverDBCluster(args: FailoverDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
1196
+ /**
1197
+ * <p>Initiates the failover process for an Aurora global database (<a>GlobalCluster</a>).</p>
1198
+ * <p>A failover for an Aurora global database promotes one of secondary read-only DB clusters to be
1199
+ * the primary DB cluster and demotes the primary DB cluster to being a secondary (read-only) DB cluster. In other words,
1200
+ * the role of the current primary DB cluster and the selected (target) DB cluster are switched. The selected
1201
+ * secondary DB cluster assumes full read/write capabilities for the Aurora global database.</p>
1202
+ * <p>For more information about failing over an Amazon Aurora global database, see
1203
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-disaster-recovery.managed-failover">Managed planned failover for Amazon Aurora global
1204
+ * databases</a> in the <i>Amazon Aurora User Guide.</i>
1205
+ * </p>
1206
+ * <note>
1207
+ * <p>This action applies to <a>GlobalCluster</a> (Aurora global databases) only. Use this action only on
1208
+ * healthy Aurora global databases with running Aurora DB clusters and no Region-wide outages, to test disaster recovery scenarios or to
1209
+ * reconfigure your Aurora global database topology.
1210
+ * </p>
1211
+ * </note>
1212
+ */
1213
+ failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalClusterCommandOutput>;
1214
+ failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
1215
+ failoverGlobalCluster(args: FailoverGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void): void;
1216
+ /**
1217
+ * <p>Imports the installation media for a DB engine that requires an on-premises
1218
+ * customer provided license, such as SQL Server.</p>
1219
+ */
1220
+ importInstallationMedia(args: ImportInstallationMediaCommandInput, options?: __HttpHandlerOptions): Promise<ImportInstallationMediaCommandOutput>;
1221
+ importInstallationMedia(args: ImportInstallationMediaCommandInput, cb: (err: any, data?: ImportInstallationMediaCommandOutput) => void): void;
1222
+ importInstallationMedia(args: ImportInstallationMediaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportInstallationMediaCommandOutput) => void): void;
1223
+ /**
1224
+ * <p>Lists all tags on an Amazon RDS resource.</p>
1225
+ * <p>For an overview on tagging an Amazon RDS resource,
1226
+ * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
1227
+ * in the <i>Amazon RDS User Guide</i>.</p>
1228
+ */
1229
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1230
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1231
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1232
+ /**
1233
+ * <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
1234
+ * certificate for Amazon RDS for new DB instances temporarily, or remove the override.</p>
1235
+ * <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
1236
+ * instances that is different from the default certificate provided by RDS. You can also
1237
+ * use this operation to remove the override, so that new DB instances use the default
1238
+ * certificate provided by RDS.</p>
1239
+ * <p>You might need to override the default certificate in the following situations:</p>
1240
+ * <ul>
1241
+ * <li>
1242
+ * <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet
1243
+ * the RDS default CA certificate for the specified Amazon Web Services Region.</p>
1244
+ * </li>
1245
+ * <li>
1246
+ * <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services
1247
+ * Region, but you are still in the process of supporting the new CA certificate.
1248
+ * In this case, you temporarily need additional time to finish your application
1249
+ * changes.</p>
1250
+ * </li>
1251
+ * </ul>
1252
+ * <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see
1253
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html">
1254
+ * Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p>
1255
+ * <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see
1256
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html">
1257
+ * Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>
1258
+ */
1259
+ modifyCertificates(args: ModifyCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCertificatesCommandOutput>;
1260
+ modifyCertificates(args: ModifyCertificatesCommandInput, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
1261
+ modifyCertificates(args: ModifyCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
1262
+ /**
1263
+ * <p>Set the capacity of an Aurora Serverless DB cluster to a specific value.</p>
1264
+ * <p>Aurora Serverless scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale
1265
+ * fast enough to meet a sudden change in workload, such as a large number of new transactions. Call <code>ModifyCurrentDBClusterCapacity</code>
1266
+ * to set the capacity explicitly.</p>
1267
+ * <p>After this call sets the DB cluster capacity, Aurora Serverless can automatically scale
1268
+ * the DB cluster based on the cooldown period for scaling up and the cooldown period
1269
+ * for scaling down.</p>
1270
+ * <p>For more information about Aurora Serverless, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless</a> in the
1271
+ * <i>Amazon Aurora User Guide</i>.</p>
1272
+ * <important>
1273
+ * <p>If you call <code>ModifyCurrentDBClusterCapacity</code> with the default <code>TimeoutAction</code>, connections that
1274
+ * prevent Aurora Serverless from finding a scaling point might be dropped. For more information about scaling points,
1275
+ * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling">
1276
+ * Autoscaling for Aurora Serverless</a> in the <i>Amazon Aurora User Guide</i>.</p>
1277
+ * </important>
1278
+ * <note>
1279
+ * <p>This action only applies to Aurora Serverless DB clusters.</p>
1280
+ * </note>
1281
+ */
1282
+ modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
1283
+ modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
1284
+ modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
1285
+ /**
1286
+ * <p>Modify a setting for an Amazon Aurora DB cluster.
1287
+ * You can change one
1288
+ * or more database configuration parameters by specifying these parameters and the new values in the
1289
+ * request. For more information on Amazon Aurora, see
1290
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1291
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1292
+ * </p>
1293
+ * <note>
1294
+ * <p>This action only applies to Aurora DB clusters.</p>
1295
+ * </note>
1296
+ */
1297
+ modifyDBCluster(args: ModifyDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterCommandOutput>;
1298
+ modifyDBCluster(args: ModifyDBClusterCommandInput, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
1299
+ modifyDBCluster(args: ModifyDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
1300
+ /**
1301
+ * <p>Modifies the properties of an endpoint in an Amazon Aurora DB cluster.</p>
1302
+ * <note>
1303
+ * <p>This action only applies to Aurora DB clusters.</p>
1304
+ * </note>
1305
+ */
1306
+ modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterEndpointCommandOutput>;
1307
+ modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
1308
+ modifyDBClusterEndpoint(args: ModifyDBClusterEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterEndpointCommandOutput) => void): void;
1309
+ /**
1310
+ * <p>
1311
+ * Modifies the parameters of a DB cluster parameter group. To modify more than one parameter,
1312
+ * submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>,
1313
+ * and <code>ApplyMethod</code>. A maximum of 20
1314
+ * parameters can be modified in a single request.
1315
+ * </p>
1316
+ * <p>For more information on Amazon Aurora, see
1317
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1318
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1319
+ * </p>
1320
+ * <important>
1321
+ * <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
1322
+ * before creating your first DB cluster that uses that DB cluster parameter group as the default parameter
1323
+ * group. This allows Amazon RDS to fully complete the create action before the parameter
1324
+ * group is used as the default for a new DB cluster. This is especially important for parameters
1325
+ * that are critical when creating the default database for a DB cluster, such as the character set
1326
+ * for the default database defined by the <code>character_set_database</code> parameter. You can use the
1327
+ * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
1328
+ * <code>DescribeDBClusterParameters</code> action to verify
1329
+ * that your DB cluster parameter group has been created or modified.</p>
1330
+ * <p>If the modified DB cluster parameter group is used by an Aurora Serverless cluster, Aurora
1331
+ * applies the update immediately. The cluster restart might interrupt your workload. In that case,
1332
+ * your application must reopen any connections and retry any transactions that were active
1333
+ * when the parameter changes took effect.</p>
1334
+ * </important>
1335
+ * <note>
1336
+ * <p>This action only applies to Aurora DB clusters.</p>
1337
+ * </note>
1338
+ */
1339
+ modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterParameterGroupCommandOutput>;
1340
+ modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
1341
+ modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void): void;
1342
+ /**
1343
+ * <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.</p>
1344
+ * <p>To share a manual DB cluster snapshot with other Amazon Web Services accounts, specify
1345
+ * <code>restore</code> as the <code>AttributeName</code> and use the
1346
+ * <code>ValuesToAdd</code> parameter to add a list of IDs of the Amazon Web Services accounts that are
1347
+ * authorized to restore the manual DB cluster snapshot. Use the value <code>all</code> to
1348
+ * make the manual DB cluster snapshot public, which means that it can be copied or
1349
+ * restored by all Amazon Web Services accounts.</p>
1350
+ * <note>
1351
+ * <p>Don't add the <code>all</code> value for any manual DB cluster snapshots
1352
+ * that contain private information that you don't want available to all Amazon Web Services
1353
+ * accounts.</p>
1354
+ * </note>
1355
+ * <p>If a manual DB cluster snapshot is encrypted, it can be shared, but only by
1356
+ * specifying a list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code>
1357
+ * parameter. You can't use <code>all</code> as a value for that parameter in this
1358
+ * case.</p>
1359
+ * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB cluster
1360
+ * snapshot, or whether a manual DB cluster snapshot is public or private, use the <a>DescribeDBClusterSnapshotAttributes</a> API action. The accounts are
1361
+ * returned as values for the <code>restore</code> attribute.</p>
1362
+ * <note>
1363
+ * <p>This action only applies to Aurora DB clusters.</p>
1364
+ * </note>
1365
+ */
1366
+ modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
1367
+ modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
1368
+ modifyDBClusterSnapshotAttribute(args: ModifyDBClusterSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void): void;
1369
+ /**
1370
+ * <p>Modifies settings for a DB instance.
1371
+ * You can change one or more database configuration parameters by specifying these parameters and the new values in the request.
1372
+ * To learn what modifications you can make to your DB instance,
1373
+ * call <code>DescribeValidDBInstanceModifications</code>
1374
+ * before you call <code>ModifyDBInstance</code>.
1375
+ * </p>
1376
+ */
1377
+ modifyDBInstance(args: ModifyDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBInstanceCommandOutput>;
1378
+ modifyDBInstance(args: ModifyDBInstanceCommandInput, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
1379
+ modifyDBInstance(args: ModifyDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void): void;
1380
+ /**
1381
+ * <p>
1382
+ * Modifies the parameters of a DB parameter group. To modify more than one parameter,
1383
+ * submit a list of the following: <code>ParameterName</code>, <code>ParameterValue</code>, and
1384
+ * <code>ApplyMethod</code>. A maximum of 20 parameters can be modified in a single request.
1385
+ * </p>
1386
+ * <important>
1387
+ * <p>After you modify a DB parameter group, you should wait at least 5 minutes
1388
+ * before creating your first DB instance that uses that DB parameter group as the default parameter
1389
+ * group. This allows Amazon RDS to fully complete the modify action before the parameter
1390
+ * group is used as the default for a new DB instance. This is especially important for parameters
1391
+ * that are critical when creating the default database for a DB instance, such as the character set
1392
+ * for the default database defined by the <code>character_set_database</code> parameter. You can use the
1393
+ * <i>Parameter Groups</i> option of the <a href="https://console.aws.amazon.com/rds/">Amazon RDS console</a> or the
1394
+ * <i>DescribeDBParameters</i> command to verify
1395
+ * that your DB parameter group has been created or modified.</p>
1396
+ * </important>
1397
+ */
1398
+ modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBParameterGroupCommandOutput>;
1399
+ modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
1400
+ modifyDBParameterGroup(args: ModifyDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBParameterGroupCommandOutput) => void): void;
1401
+ /**
1402
+ * <p>Changes the settings for an existing DB proxy.</p>
1403
+ */
1404
+ modifyDBProxy(args: ModifyDBProxyCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyCommandOutput>;
1405
+ modifyDBProxy(args: ModifyDBProxyCommandInput, cb: (err: any, data?: ModifyDBProxyCommandOutput) => void): void;
1406
+ modifyDBProxy(args: ModifyDBProxyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyCommandOutput) => void): void;
1407
+ /**
1408
+ * <p>Changes the settings for an existing DB proxy endpoint.</p>
1409
+ */
1410
+ modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyEndpointCommandOutput>;
1411
+ modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void): void;
1412
+ modifyDBProxyEndpoint(args: ModifyDBProxyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyEndpointCommandOutput) => void): void;
1413
+ /**
1414
+ * <p>Modifies the properties of a <code>DBProxyTargetGroup</code>.</p>
1415
+ */
1416
+ modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBProxyTargetGroupCommandOutput>;
1417
+ modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void): void;
1418
+ modifyDBProxyTargetGroup(args: ModifyDBProxyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBProxyTargetGroupCommandOutput) => void): void;
1419
+ /**
1420
+ * <p>Updates a manual DB snapshot with a new engine version. The snapshot can be encrypted
1421
+ * or unencrypted, but not shared or public.
1422
+ *
1423
+ * </p>
1424
+ *
1425
+ * <p>Amazon RDS supports upgrading DB snapshots for MySQL, Oracle, and PostgreSQL.
1426
+ * </p>
1427
+ */
1428
+ modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotCommandOutput>;
1429
+ modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
1430
+ modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotCommandOutput) => void): void;
1431
+ /**
1432
+ * <p>Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.</p>
1433
+ * <p>To share a manual DB snapshot with other Amazon Web Services accounts, specify <code>restore</code>
1434
+ * as the <code>AttributeName</code> and use the <code>ValuesToAdd</code> parameter to add
1435
+ * a list of IDs of the Amazon Web Services accounts that are authorized to restore the manual DB snapshot.
1436
+ * Uses the value <code>all</code> to make the manual DB snapshot public, which means it
1437
+ * can be copied or restored by all Amazon Web Services accounts.</p>
1438
+ * <note>
1439
+ * <p>Don't add the <code>all</code> value for any manual DB snapshots that
1440
+ * contain private information that you don't want available to all Amazon Web Services
1441
+ * accounts.</p>
1442
+ * </note>
1443
+ * <p>If the manual DB snapshot is encrypted, it can be shared, but only by specifying a
1444
+ * list of authorized Amazon Web Services account IDs for the <code>ValuesToAdd</code> parameter. You
1445
+ * can't use <code>all</code> as a value for that parameter in this case.</p>
1446
+ * <p>To view which Amazon Web Services accounts have access to copy or restore a manual DB snapshot, or
1447
+ * whether a manual DB snapshot public or private, use the <a>DescribeDBSnapshotAttributes</a> API action. The accounts are returned as
1448
+ * values for the <code>restore</code> attribute.</p>
1449
+ */
1450
+ modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotAttributeCommandOutput>;
1451
+ modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void): void;
1452
+ modifyDBSnapshotAttribute(args: ModifyDBSnapshotAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSnapshotAttributeCommandOutput) => void): void;
1453
+ /**
1454
+ * <p>Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Web Services Region.</p>
1455
+ */
1456
+ modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSubnetGroupCommandOutput>;
1457
+ modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
1458
+ modifyDBSubnetGroup(args: ModifyDBSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void): void;
1459
+ /**
1460
+ * <p>Modifies an existing RDS event notification subscription. You can't modify the source identifiers using this call. To change
1461
+ * source identifiers for a subscription, use the <code>AddSourceIdentifierToSubscription</code> and <code>RemoveSourceIdentifierFromSubscription</code> calls.</p>
1462
+ * <p>You can see a list of the event categories for a given source type (<code>SourceType</code>)
1463
+ * in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html">Events</a> in the <i>Amazon RDS User Guide</i>
1464
+ * or by using the <code>DescribeEventCategories</code> operation.</p>
1465
+ */
1466
+ modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
1467
+ modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
1468
+ modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
1469
+ /**
1470
+ * <p>
1471
+ * Modify a setting for an Amazon Aurora global cluster. You can change one or more database configuration
1472
+ * parameters by specifying these parameters and the new values in the request. For more information on
1473
+ * Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What Is Amazon Aurora?</a> in the
1474
+ * <i>Amazon Aurora User Guide.</i>
1475
+ * </p>
1476
+ * <note>
1477
+ * <p>This action only applies to Aurora DB clusters.</p>
1478
+ * </note>
1479
+ */
1480
+ modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalClusterCommandOutput>;
1481
+ modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
1482
+ modifyGlobalCluster(args: ModifyGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void): void;
1483
+ /**
1484
+ * <p>Modifies an existing option group.</p>
1485
+ */
1486
+ modifyOptionGroup(args: ModifyOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyOptionGroupCommandOutput>;
1487
+ modifyOptionGroup(args: ModifyOptionGroupCommandInput, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
1488
+ modifyOptionGroup(args: ModifyOptionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyOptionGroupCommandOutput) => void): void;
1489
+ /**
1490
+ * <p>Promotes a read replica DB instance to a standalone DB instance.</p>
1491
+ * <note>
1492
+ * <ul>
1493
+ * <li>
1494
+ * <p>Backup duration is a function of the amount of changes to the database since the previous
1495
+ * backup. If you plan to promote a read replica to a standalone instance, we
1496
+ * recommend that you enable backups and complete at least one backup prior to
1497
+ * promotion. In addition, a read replica cannot be promoted to a standalone
1498
+ * instance when it is in the <code>backing-up</code> status. If you have
1499
+ * enabled backups on your read replica, configure the automated backup window
1500
+ * so that daily backups do not interfere with read replica
1501
+ * promotion.</p>
1502
+ * </li>
1503
+ * <li>
1504
+ * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.</p>
1505
+ * </li>
1506
+ * </ul>
1507
+ *
1508
+ * </note>
1509
+ */
1510
+ promoteReadReplica(args: PromoteReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaCommandOutput>;
1511
+ promoteReadReplica(args: PromoteReadReplicaCommandInput, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
1512
+ promoteReadReplica(args: PromoteReadReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PromoteReadReplicaCommandOutput) => void): void;
1513
+ /**
1514
+ * <p>Promotes a read replica DB cluster to a standalone DB cluster.</p>
1515
+ * <note>
1516
+ * <p>This action only applies to Aurora DB clusters.</p>
1517
+ * </note>
1518
+ */
1519
+ promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<PromoteReadReplicaDBClusterCommandOutput>;
1520
+ promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void): void;
1521
+ promoteReadReplicaDBCluster(args: PromoteReadReplicaDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PromoteReadReplicaDBClusterCommandOutput) => void): void;
1522
+ /**
1523
+ * <p>Purchases a reserved DB instance offering.</p>
1524
+ */
1525
+ purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseReservedDBInstancesOfferingCommandOutput>;
1526
+ purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
1527
+ purchaseReservedDBInstancesOffering(args: PurchaseReservedDBInstancesOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedDBInstancesOfferingCommandOutput) => void): void;
1528
+ /**
1529
+ * <p>You might need to reboot your DB instance, usually for maintenance reasons.
1530
+ * For example, if you make certain modifications,
1531
+ * or if you change the DB parameter group associated with the DB instance,
1532
+ * you must reboot the instance for the changes to take effect.
1533
+ * </p>
1534
+ *
1535
+ * <p>Rebooting a DB instance restarts the database engine service.
1536
+ * Rebooting a DB instance results in a momentary outage, during which the DB instance status is set to rebooting.
1537
+ * </p>
1538
+ *
1539
+ * <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
1540
+ * </p>
1541
+ */
1542
+ rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
1543
+ rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
1544
+ rebootDBInstance(args: RebootDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
1545
+ /**
1546
+ * <p>Associate one or more <code>DBProxyTarget</code> data structures with a <code>DBProxyTargetGroup</code>.</p>
1547
+ */
1548
+ registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDBProxyTargetsCommandOutput>;
1549
+ registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void): void;
1550
+ registerDBProxyTargets(args: RegisterDBProxyTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDBProxyTargetsCommandOutput) => void): void;
1551
+ /**
1552
+ * <p>
1553
+ * Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a
1554
+ * standalone cluster with read-write capability instead of being read-only and receiving data from a
1555
+ * primary cluster in a different region.
1556
+ * </p>
1557
+ * <note>
1558
+ * <p>This action only applies to Aurora DB clusters.</p>
1559
+ * </note>
1560
+ */
1561
+ removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveFromGlobalClusterCommandOutput>;
1562
+ removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
1563
+ removeFromGlobalCluster(args: RemoveFromGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void): void;
1564
+ /**
1565
+ * <p>Disassociates an Amazon Web Services Identity and Access Management (IAM) role from an Amazon Aurora DB cluster.
1566
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html">Authorizing Amazon Aurora MySQL
1567
+ * to Access Other Amazon Web Services Services on Your Behalf </a> in the <i>Amazon Aurora User Guide</i>.</p>
1568
+ * <note>
1569
+ * <p>This action only applies to Aurora DB clusters.</p>
1570
+ * </note>
1571
+ */
1572
+ removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBClusterCommandOutput>;
1573
+ removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
1574
+ removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromDBClusterCommandOutput) => void): void;
1575
+ /**
1576
+ * <p>Disassociates an Amazon Web Services Identity and Access Management (IAM) role from a DB instance.</p>
1577
+ */
1578
+ removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBInstanceCommandOutput>;
1579
+ removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void): void;
1580
+ removeRoleFromDBInstance(args: RemoveRoleFromDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveRoleFromDBInstanceCommandOutput) => void): void;
1581
+ /**
1582
+ * <p>Removes a source identifier from an existing RDS event notification subscription.</p>
1583
+ */
1584
+ removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
1585
+ removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
1586
+ removeSourceIdentifierFromSubscription(args: RemoveSourceIdentifierFromSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void): void;
1587
+ /**
1588
+ * <p>Removes metadata tags from an Amazon RDS resource.</p>
1589
+ * <p>For an overview on tagging an Amazon RDS resource,
1590
+ * see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
1591
+ * in the <i>Amazon RDS User Guide.</i>
1592
+ * </p>
1593
+ */
1594
+ removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
1595
+ removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
1596
+ removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
1597
+ /**
1598
+ * <p>
1599
+ * Modifies the parameters of a DB cluster parameter group to the default value. To
1600
+ * reset specific parameters submit a list of the following: <code>ParameterName</code>
1601
+ * and <code>ApplyMethod</code>. To reset the
1602
+ * entire DB cluster parameter group, specify the <code>DBClusterParameterGroupName</code>
1603
+ * and <code>ResetAllParameters</code> parameters.
1604
+ * </p>
1605
+ * <p>
1606
+ * When resetting the entire group, dynamic parameters are updated immediately and static parameters
1607
+ * are set to <code>pending-reboot</code> to take effect on the next DB instance restart
1608
+ * or <code>RebootDBInstance</code> request. You must call <code>RebootDBInstance</code> for every
1609
+ * DB instance in your DB cluster that you want the updated static parameter to apply to.</p>
1610
+ *
1611
+ * <p>For more information on Amazon Aurora, see
1612
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1613
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1614
+ * </p>
1615
+ * <note>
1616
+ * <p>This action only applies to Aurora DB clusters.</p>
1617
+ * </note>
1618
+ */
1619
+ resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBClusterParameterGroupCommandOutput>;
1620
+ resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
1621
+ resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void): void;
1622
+ /**
1623
+ * <p>Modifies the parameters of a DB parameter group to the engine/system default value.
1624
+ * To reset specific parameters, provide a list of the following:
1625
+ * <code>ParameterName</code> and <code>ApplyMethod</code>. To reset the entire DB
1626
+ * parameter group, specify the <code>DBParameterGroup</code> name and
1627
+ * <code>ResetAllParameters</code> parameters. When resetting the entire group, dynamic
1628
+ * parameters are updated immediately and static parameters are set to
1629
+ * <code>pending-reboot</code> to take effect on the next DB instance restart or
1630
+ * <code>RebootDBInstance</code> request. </p>
1631
+ */
1632
+ resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBParameterGroupCommandOutput>;
1633
+ resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void): void;
1634
+ resetDBParameterGroup(args: ResetDBParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDBParameterGroupCommandOutput) => void): void;
1635
+ /**
1636
+ * <p>Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
1637
+ * Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be
1638
+ * created using the Percona XtraBackup utility as described in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3"> Migrating Data from MySQL by Using an Amazon S3 Bucket</a> in the
1639
+ * <i>Amazon Aurora User Guide</i>.</p>
1640
+ * <note>
1641
+ * <p>This action only restores the DB cluster, not the DB instances for that DB
1642
+ * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
1643
+ * instances for the restored DB cluster, specifying the identifier of the restored DB
1644
+ * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
1645
+ * the <code>RestoreDBClusterFromS3</code> action has completed and the DB
1646
+ * cluster is available.</p>
1647
+ * </note>
1648
+ * <p>For more information on Amazon Aurora, see
1649
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1650
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1651
+ * </p>
1652
+ * <note>
1653
+ * <p>This action only applies to Aurora DB clusters. The source DB engine must be
1654
+ * MySQL.</p>
1655
+ * </note>
1656
+ */
1657
+ restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromS3CommandOutput>;
1658
+ restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
1659
+ restoreDBClusterFromS3(args: RestoreDBClusterFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromS3CommandOutput) => void): void;
1660
+ /**
1661
+ * <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot. This action
1662
+ * only applies to Aurora DB clusters.</p>
1663
+ * <p>The target DB cluster is created from the source snapshot with a default
1664
+ * configuration. If you don't specify a security group, the new DB cluster is
1665
+ * associated with the default security group.</p>
1666
+ * <note>
1667
+ * <p>This action only restores the DB cluster, not the DB instances for that DB
1668
+ * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
1669
+ * instances for the restored DB cluster, specifying the identifier of the restored DB
1670
+ * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
1671
+ * the <code>RestoreDBClusterFromSnapshot</code> action has completed and the DB
1672
+ * cluster is available.</p>
1673
+ * </note>
1674
+ * <p>For more information on Amazon Aurora, see
1675
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1676
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1677
+ * </p>
1678
+ * <note>
1679
+ * <p>This action only applies to Aurora DB clusters.</p>
1680
+ * </note>
1681
+ */
1682
+ restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
1683
+ restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
1684
+ restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void): void;
1685
+ /**
1686
+ * <p>Restores a DB cluster to an arbitrary point in time. Users can restore to any point
1687
+ * in time before <code>LatestRestorableTime</code> for up to
1688
+ * <code>BackupRetentionPeriod</code> days. The target DB cluster is created from the
1689
+ * source DB cluster with the same configuration as the original DB cluster, except that
1690
+ * the new DB cluster is created with the default DB security group. </p>
1691
+ * <note>
1692
+ * <p>This action only restores the DB cluster, not the DB instances for that DB
1693
+ * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
1694
+ * instances for the restored DB cluster, specifying the identifier of the restored DB
1695
+ * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
1696
+ * the <code>RestoreDBClusterToPointInTime</code> action has completed and the DB
1697
+ * cluster is available.</p>
1698
+ * </note>
1699
+ * <p>For more information on Amazon Aurora, see
1700
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
1701
+ * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
1702
+ * </p>
1703
+ * <note>
1704
+ * <p>This action only applies to Aurora DB clusters.</p>
1705
+ * </note>
1706
+ */
1707
+ restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
1708
+ restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
1709
+ restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void): void;
1710
+ /**
1711
+ * <p>Creates a new DB instance from a DB snapshot. The target database is created from the source database restore point with most
1712
+ * of the source's original configuration, including the default security group and DB parameter group. By default, the new DB
1713
+ * instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group
1714
+ * associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>
1715
+ * <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance
1716
+ * before you call the RestoreDBInstanceFromDBSnapshot action. RDS doesn't allow two DB instances with the same name. After you
1717
+ * have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as
1718
+ * the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot action. The result is that you replace the original
1719
+ * DB instance with the DB instance created from the snapshot.</p>
1720
+ * <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>
1721
+ * must be the ARN of the shared DB snapshot.</p>
1722
+ * <note>
1723
+ * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>
1724
+ * </note>
1725
+ */
1726
+ restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromDBSnapshotCommandOutput>;
1727
+ restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
1728
+ restoreDBInstanceFromDBSnapshot(args: RestoreDBInstanceFromDBSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromDBSnapshotCommandOutput) => void): void;
1729
+ /**
1730
+ * <p>Amazon Relational Database Service (Amazon RDS)
1731
+ * supports importing MySQL databases by using backup files.
1732
+ * You can create a backup of your on-premises database,
1733
+ * store it on Amazon Simple Storage Service (Amazon S3),
1734
+ * and then restore the backup file onto a new Amazon RDS DB instance running MySQL.
1735
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Importing Data into an Amazon RDS MySQL DB Instance</a>
1736
+ * in the <i>Amazon RDS User Guide.</i>
1737
+ * </p>
1738
+ */
1739
+ restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromS3CommandOutput>;
1740
+ restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
1741
+ restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
1742
+ /**
1743
+ * <p>Restores a DB instance to an arbitrary point in time. You can restore to any point in time before the time identified by the LatestRestorableTime property. You can restore to a point up to the number of days specified by the BackupRetentionPeriod property.</p>
1744
+ * <p>The target database is created with most of the original configuration, but in a
1745
+ * system-selected Availability Zone, with the default security group, the default subnet
1746
+ * group, and the default DB parameter group. By default, the new DB instance is created as
1747
+ * a single-AZ deployment except when the instance is a SQL Server instance that has an
1748
+ * option group that is associated with mirroring; in this case, the instance becomes a
1749
+ * mirrored deployment and not a single-AZ deployment.</p>
1750
+ * <note>
1751
+ * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p>
1752
+ * </note>
1753
+ */
1754
+ restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceToPointInTimeCommandOutput>;
1755
+ restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
1756
+ restoreDBInstanceToPointInTime(args: RestoreDBInstanceToPointInTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreDBInstanceToPointInTimeCommandOutput) => void): void;
1757
+ /**
1758
+ * <p>Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC security groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).</p>
1759
+ */
1760
+ revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options?: __HttpHandlerOptions): Promise<RevokeDBSecurityGroupIngressCommandOutput>;
1761
+ revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
1762
+ revokeDBSecurityGroupIngress(args: RevokeDBSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeDBSecurityGroupIngressCommandOutput) => void): void;
1763
+ /**
1764
+ * <p>Starts a database activity stream to monitor activity on the database.
1765
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">Database Activity Streams</a>
1766
+ * in the <i>Amazon Aurora User Guide</i>.</p>
1767
+ */
1768
+ startActivityStream(args: StartActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<StartActivityStreamCommandOutput>;
1769
+ startActivityStream(args: StartActivityStreamCommandInput, cb: (err: any, data?: StartActivityStreamCommandOutput) => void): void;
1770
+ startActivityStream(args: StartActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartActivityStreamCommandOutput) => void): void;
1771
+ /**
1772
+ * <p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
1773
+ * CLI command, or the StopDBCluster action.</p>
1774
+ *
1775
+ * <p>For more information, see
1776
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
1777
+ * Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide.</i>
1778
+ * </p>
1779
+ * <note>
1780
+ * <p>This action only applies to Aurora DB clusters.</p>
1781
+ * </note>
1782
+ */
1783
+ startDBCluster(args: StartDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StartDBClusterCommandOutput>;
1784
+ startDBCluster(args: StartDBClusterCommandInput, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
1785
+ startDBCluster(args: StartDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBClusterCommandOutput) => void): void;
1786
+ /**
1787
+ * <p>
1788
+ * Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance action.
1789
+ * </p>
1790
+ *
1791
+ * <p>For more information, see
1792
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html">
1793
+ * Starting an Amazon RDS DB instance That Was Previously Stopped</a> in the
1794
+ * <i>Amazon RDS User Guide.</i>
1795
+ * </p>
1796
+ *
1797
+ * <note>
1798
+ * <p>
1799
+ * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
1800
+ * For Aurora DB clusters, use <code>StartDBCluster</code> instead.
1801
+ * </p>
1802
+ * </note>
1803
+ */
1804
+ startDBInstance(args: StartDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceCommandOutput>;
1805
+ startDBInstance(args: StartDBInstanceCommandInput, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
1806
+ startDBInstance(args: StartDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
1807
+ /**
1808
+ * <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
1809
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1810
+ * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
1811
+ * </p>
1812
+ */
1813
+ startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StartDBInstanceAutomatedBackupsReplicationCommandOutput>;
1814
+ startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
1815
+ startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
1816
+ /**
1817
+ * <p>Starts an export of a snapshot to Amazon S3.
1818
+ * The provided IAM role must have access to the S3 bucket.
1819
+ * </p>
1820
+ */
1821
+ startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
1822
+ startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
1823
+ startExportTask(args: StartExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
1824
+ /**
1825
+ * <p>Stops a database activity stream that was started using the Amazon Web Services console,
1826
+ * the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> action.</p>
1827
+ * <p>For more information, see
1828
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">Database Activity Streams</a>
1829
+ * in the <i>Amazon Aurora User Guide</i>.</p>
1830
+ */
1831
+ stopActivityStream(args: StopActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<StopActivityStreamCommandOutput>;
1832
+ stopActivityStream(args: StopActivityStreamCommandInput, cb: (err: any, data?: StopActivityStreamCommandOutput) => void): void;
1833
+ stopActivityStream(args: StopActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopActivityStreamCommandOutput) => void): void;
1834
+ /**
1835
+ * <p>
1836
+ * Stops an Amazon Aurora DB cluster. When you stop a DB cluster, Aurora retains the DB cluster's
1837
+ * metadata, including its endpoints and DB parameter groups. Aurora also
1838
+ * retains the transaction logs so you can do a point-in-time restore if necessary.
1839
+ * </p>
1840
+ *
1841
+ * <p>For more information, see
1842
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
1843
+ * Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide.</i>
1844
+ * </p>
1845
+ * <note>
1846
+ * <p>This action only applies to Aurora DB clusters.</p>
1847
+ * </note>
1848
+ */
1849
+ stopDBCluster(args: StopDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<StopDBClusterCommandOutput>;
1850
+ stopDBCluster(args: StopDBClusterCommandInput, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
1851
+ stopDBCluster(args: StopDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBClusterCommandOutput) => void): void;
1852
+ /**
1853
+ * <p>
1854
+ * Stops an Amazon RDS DB instance. When you stop a DB instance, Amazon RDS retains the DB instance's metadata, including its endpoint,
1855
+ * DB parameter group, and option group membership. Amazon RDS also retains the transaction logs so you can do a point-in-time restore if
1856
+ * necessary.
1857
+ * </p>
1858
+ *
1859
+ * <p>For more information, see
1860
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html">
1861
+ * Stopping an Amazon RDS DB Instance Temporarily</a> in the
1862
+ * <i>Amazon RDS User Guide.</i>
1863
+ * </p>
1864
+ *
1865
+ * <note>
1866
+ * <p>
1867
+ * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
1868
+ * For Aurora clusters, use <code>StopDBCluster</code> instead.
1869
+ * </p>
1870
+ * </note>
1871
+ */
1872
+ stopDBInstance(args: StopDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceCommandOutput>;
1873
+ stopDBInstance(args: StopDBInstanceCommandInput, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
1874
+ stopDBInstance(args: StopDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
1875
+ /**
1876
+ * <p>Stops automated backup replication for a DB instance.</p>
1877
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1878
+ * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
1879
+ * </p>
1880
+ */
1881
+ stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options?: __HttpHandlerOptions): Promise<StopDBInstanceAutomatedBackupsReplicationCommandOutput>;
1882
+ stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
1883
+ stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
1884
+ }