@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,1231 @@
1
+ import { __assign } from "tslib";
2
+ import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var AccountQuota;
4
+ (function (AccountQuota) {
5
+ AccountQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(AccountQuota || (AccountQuota = {}));
7
+ export var AccountAttributesMessage;
8
+ (function (AccountAttributesMessage) {
9
+ AccountAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
+ })(AccountAttributesMessage || (AccountAttributesMessage = {}));
11
+ export var AddRoleToDBClusterMessage;
12
+ (function (AddRoleToDBClusterMessage) {
13
+ AddRoleToDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
+ })(AddRoleToDBClusterMessage || (AddRoleToDBClusterMessage = {}));
15
+ export var DBClusterNotFoundFault;
16
+ (function (DBClusterNotFoundFault) {
17
+ DBClusterNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
+ })(DBClusterNotFoundFault || (DBClusterNotFoundFault = {}));
19
+ export var DBClusterRoleAlreadyExistsFault;
20
+ (function (DBClusterRoleAlreadyExistsFault) {
21
+ DBClusterRoleAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
+ })(DBClusterRoleAlreadyExistsFault || (DBClusterRoleAlreadyExistsFault = {}));
23
+ export var DBClusterRoleQuotaExceededFault;
24
+ (function (DBClusterRoleQuotaExceededFault) {
25
+ DBClusterRoleQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
+ })(DBClusterRoleQuotaExceededFault || (DBClusterRoleQuotaExceededFault = {}));
27
+ export var InvalidDBClusterStateFault;
28
+ (function (InvalidDBClusterStateFault) {
29
+ InvalidDBClusterStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
+ })(InvalidDBClusterStateFault || (InvalidDBClusterStateFault = {}));
31
+ export var AddRoleToDBInstanceMessage;
32
+ (function (AddRoleToDBInstanceMessage) {
33
+ AddRoleToDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
34
+ })(AddRoleToDBInstanceMessage || (AddRoleToDBInstanceMessage = {}));
35
+ export var DBInstanceNotFoundFault;
36
+ (function (DBInstanceNotFoundFault) {
37
+ DBInstanceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
38
+ })(DBInstanceNotFoundFault || (DBInstanceNotFoundFault = {}));
39
+ export var DBInstanceRoleAlreadyExistsFault;
40
+ (function (DBInstanceRoleAlreadyExistsFault) {
41
+ DBInstanceRoleAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
42
+ })(DBInstanceRoleAlreadyExistsFault || (DBInstanceRoleAlreadyExistsFault = {}));
43
+ export var DBInstanceRoleQuotaExceededFault;
44
+ (function (DBInstanceRoleQuotaExceededFault) {
45
+ DBInstanceRoleQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
46
+ })(DBInstanceRoleQuotaExceededFault || (DBInstanceRoleQuotaExceededFault = {}));
47
+ export var InvalidDBInstanceStateFault;
48
+ (function (InvalidDBInstanceStateFault) {
49
+ InvalidDBInstanceStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
+ })(InvalidDBInstanceStateFault || (InvalidDBInstanceStateFault = {}));
51
+ export var AddSourceIdentifierToSubscriptionMessage;
52
+ (function (AddSourceIdentifierToSubscriptionMessage) {
53
+ AddSourceIdentifierToSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
+ })(AddSourceIdentifierToSubscriptionMessage || (AddSourceIdentifierToSubscriptionMessage = {}));
55
+ export var EventSubscription;
56
+ (function (EventSubscription) {
57
+ EventSubscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
58
+ })(EventSubscription || (EventSubscription = {}));
59
+ export var AddSourceIdentifierToSubscriptionResult;
60
+ (function (AddSourceIdentifierToSubscriptionResult) {
61
+ AddSourceIdentifierToSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
62
+ })(AddSourceIdentifierToSubscriptionResult || (AddSourceIdentifierToSubscriptionResult = {}));
63
+ export var SourceNotFoundFault;
64
+ (function (SourceNotFoundFault) {
65
+ SourceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
66
+ })(SourceNotFoundFault || (SourceNotFoundFault = {}));
67
+ export var SubscriptionNotFoundFault;
68
+ (function (SubscriptionNotFoundFault) {
69
+ SubscriptionNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
70
+ })(SubscriptionNotFoundFault || (SubscriptionNotFoundFault = {}));
71
+ export var Tag;
72
+ (function (Tag) {
73
+ Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
74
+ })(Tag || (Tag = {}));
75
+ export var AddTagsToResourceMessage;
76
+ (function (AddTagsToResourceMessage) {
77
+ AddTagsToResourceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
+ })(AddTagsToResourceMessage || (AddTagsToResourceMessage = {}));
79
+ export var DBProxyNotFoundFault;
80
+ (function (DBProxyNotFoundFault) {
81
+ DBProxyNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
82
+ })(DBProxyNotFoundFault || (DBProxyNotFoundFault = {}));
83
+ export var DBProxyTargetGroupNotFoundFault;
84
+ (function (DBProxyTargetGroupNotFoundFault) {
85
+ DBProxyTargetGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
86
+ })(DBProxyTargetGroupNotFoundFault || (DBProxyTargetGroupNotFoundFault = {}));
87
+ export var DBSnapshotNotFoundFault;
88
+ (function (DBSnapshotNotFoundFault) {
89
+ DBSnapshotNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
90
+ })(DBSnapshotNotFoundFault || (DBSnapshotNotFoundFault = {}));
91
+ export var ApplyPendingMaintenanceActionMessage;
92
+ (function (ApplyPendingMaintenanceActionMessage) {
93
+ ApplyPendingMaintenanceActionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
94
+ })(ApplyPendingMaintenanceActionMessage || (ApplyPendingMaintenanceActionMessage = {}));
95
+ export var PendingMaintenanceAction;
96
+ (function (PendingMaintenanceAction) {
97
+ PendingMaintenanceAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
98
+ })(PendingMaintenanceAction || (PendingMaintenanceAction = {}));
99
+ export var ResourcePendingMaintenanceActions;
100
+ (function (ResourcePendingMaintenanceActions) {
101
+ ResourcePendingMaintenanceActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
+ })(ResourcePendingMaintenanceActions || (ResourcePendingMaintenanceActions = {}));
103
+ export var ApplyPendingMaintenanceActionResult;
104
+ (function (ApplyPendingMaintenanceActionResult) {
105
+ ApplyPendingMaintenanceActionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
+ })(ApplyPendingMaintenanceActionResult || (ApplyPendingMaintenanceActionResult = {}));
107
+ export var ResourceNotFoundFault;
108
+ (function (ResourceNotFoundFault) {
109
+ ResourceNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
+ })(ResourceNotFoundFault || (ResourceNotFoundFault = {}));
111
+ export var AuthorizationAlreadyExistsFault;
112
+ (function (AuthorizationAlreadyExistsFault) {
113
+ AuthorizationAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
114
+ })(AuthorizationAlreadyExistsFault || (AuthorizationAlreadyExistsFault = {}));
115
+ export var AuthorizationQuotaExceededFault;
116
+ (function (AuthorizationQuotaExceededFault) {
117
+ AuthorizationQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
118
+ })(AuthorizationQuotaExceededFault || (AuthorizationQuotaExceededFault = {}));
119
+ export var AuthorizeDBSecurityGroupIngressMessage;
120
+ (function (AuthorizeDBSecurityGroupIngressMessage) {
121
+ AuthorizeDBSecurityGroupIngressMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
122
+ })(AuthorizeDBSecurityGroupIngressMessage || (AuthorizeDBSecurityGroupIngressMessage = {}));
123
+ export var EC2SecurityGroup;
124
+ (function (EC2SecurityGroup) {
125
+ EC2SecurityGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
126
+ })(EC2SecurityGroup || (EC2SecurityGroup = {}));
127
+ export var IPRange;
128
+ (function (IPRange) {
129
+ IPRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
+ })(IPRange || (IPRange = {}));
131
+ export var DBSecurityGroup;
132
+ (function (DBSecurityGroup) {
133
+ DBSecurityGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
134
+ })(DBSecurityGroup || (DBSecurityGroup = {}));
135
+ export var AuthorizeDBSecurityGroupIngressResult;
136
+ (function (AuthorizeDBSecurityGroupIngressResult) {
137
+ AuthorizeDBSecurityGroupIngressResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
138
+ })(AuthorizeDBSecurityGroupIngressResult || (AuthorizeDBSecurityGroupIngressResult = {}));
139
+ export var DBSecurityGroupNotFoundFault;
140
+ (function (DBSecurityGroupNotFoundFault) {
141
+ DBSecurityGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
142
+ })(DBSecurityGroupNotFoundFault || (DBSecurityGroupNotFoundFault = {}));
143
+ export var InvalidDBSecurityGroupStateFault;
144
+ (function (InvalidDBSecurityGroupStateFault) {
145
+ InvalidDBSecurityGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
146
+ })(InvalidDBSecurityGroupStateFault || (InvalidDBSecurityGroupStateFault = {}));
147
+ export var BacktrackDBClusterMessage;
148
+ (function (BacktrackDBClusterMessage) {
149
+ BacktrackDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
150
+ })(BacktrackDBClusterMessage || (BacktrackDBClusterMessage = {}));
151
+ export var DBClusterBacktrack;
152
+ (function (DBClusterBacktrack) {
153
+ DBClusterBacktrack.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
154
+ })(DBClusterBacktrack || (DBClusterBacktrack = {}));
155
+ export var CancelExportTaskMessage;
156
+ (function (CancelExportTaskMessage) {
157
+ CancelExportTaskMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
+ })(CancelExportTaskMessage || (CancelExportTaskMessage = {}));
159
+ export var ExportTask;
160
+ (function (ExportTask) {
161
+ ExportTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
162
+ })(ExportTask || (ExportTask = {}));
163
+ export var ExportTaskNotFoundFault;
164
+ (function (ExportTaskNotFoundFault) {
165
+ ExportTaskNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
166
+ })(ExportTaskNotFoundFault || (ExportTaskNotFoundFault = {}));
167
+ export var InvalidExportTaskStateFault;
168
+ (function (InvalidExportTaskStateFault) {
169
+ InvalidExportTaskStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
170
+ })(InvalidExportTaskStateFault || (InvalidExportTaskStateFault = {}));
171
+ export var CopyDBClusterParameterGroupMessage;
172
+ (function (CopyDBClusterParameterGroupMessage) {
173
+ CopyDBClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
174
+ })(CopyDBClusterParameterGroupMessage || (CopyDBClusterParameterGroupMessage = {}));
175
+ export var DBClusterParameterGroup;
176
+ (function (DBClusterParameterGroup) {
177
+ DBClusterParameterGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
178
+ })(DBClusterParameterGroup || (DBClusterParameterGroup = {}));
179
+ export var CopyDBClusterParameterGroupResult;
180
+ (function (CopyDBClusterParameterGroupResult) {
181
+ CopyDBClusterParameterGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
182
+ })(CopyDBClusterParameterGroupResult || (CopyDBClusterParameterGroupResult = {}));
183
+ export var DBParameterGroupAlreadyExistsFault;
184
+ (function (DBParameterGroupAlreadyExistsFault) {
185
+ DBParameterGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
+ })(DBParameterGroupAlreadyExistsFault || (DBParameterGroupAlreadyExistsFault = {}));
187
+ export var DBParameterGroupNotFoundFault;
188
+ (function (DBParameterGroupNotFoundFault) {
189
+ DBParameterGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
+ })(DBParameterGroupNotFoundFault || (DBParameterGroupNotFoundFault = {}));
191
+ export var DBParameterGroupQuotaExceededFault;
192
+ (function (DBParameterGroupQuotaExceededFault) {
193
+ DBParameterGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
+ })(DBParameterGroupQuotaExceededFault || (DBParameterGroupQuotaExceededFault = {}));
195
+ export var CopyDBClusterSnapshotMessage;
196
+ (function (CopyDBClusterSnapshotMessage) {
197
+ CopyDBClusterSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
+ })(CopyDBClusterSnapshotMessage || (CopyDBClusterSnapshotMessage = {}));
199
+ export var DBClusterSnapshot;
200
+ (function (DBClusterSnapshot) {
201
+ DBClusterSnapshot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
202
+ })(DBClusterSnapshot || (DBClusterSnapshot = {}));
203
+ export var CopyDBClusterSnapshotResult;
204
+ (function (CopyDBClusterSnapshotResult) {
205
+ CopyDBClusterSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
206
+ })(CopyDBClusterSnapshotResult || (CopyDBClusterSnapshotResult = {}));
207
+ export var DBClusterSnapshotAlreadyExistsFault;
208
+ (function (DBClusterSnapshotAlreadyExistsFault) {
209
+ DBClusterSnapshotAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
210
+ })(DBClusterSnapshotAlreadyExistsFault || (DBClusterSnapshotAlreadyExistsFault = {}));
211
+ export var DBClusterSnapshotNotFoundFault;
212
+ (function (DBClusterSnapshotNotFoundFault) {
213
+ DBClusterSnapshotNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
214
+ })(DBClusterSnapshotNotFoundFault || (DBClusterSnapshotNotFoundFault = {}));
215
+ export var InvalidDBClusterSnapshotStateFault;
216
+ (function (InvalidDBClusterSnapshotStateFault) {
217
+ InvalidDBClusterSnapshotStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
218
+ })(InvalidDBClusterSnapshotStateFault || (InvalidDBClusterSnapshotStateFault = {}));
219
+ export var KMSKeyNotAccessibleFault;
220
+ (function (KMSKeyNotAccessibleFault) {
221
+ KMSKeyNotAccessibleFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
222
+ })(KMSKeyNotAccessibleFault || (KMSKeyNotAccessibleFault = {}));
223
+ export var SnapshotQuotaExceededFault;
224
+ (function (SnapshotQuotaExceededFault) {
225
+ SnapshotQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
226
+ })(SnapshotQuotaExceededFault || (SnapshotQuotaExceededFault = {}));
227
+ export var CopyDBParameterGroupMessage;
228
+ (function (CopyDBParameterGroupMessage) {
229
+ CopyDBParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
230
+ })(CopyDBParameterGroupMessage || (CopyDBParameterGroupMessage = {}));
231
+ export var DBParameterGroup;
232
+ (function (DBParameterGroup) {
233
+ DBParameterGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
+ })(DBParameterGroup || (DBParameterGroup = {}));
235
+ export var CopyDBParameterGroupResult;
236
+ (function (CopyDBParameterGroupResult) {
237
+ CopyDBParameterGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
238
+ })(CopyDBParameterGroupResult || (CopyDBParameterGroupResult = {}));
239
+ export var CopyDBSnapshotMessage;
240
+ (function (CopyDBSnapshotMessage) {
241
+ CopyDBSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
242
+ })(CopyDBSnapshotMessage || (CopyDBSnapshotMessage = {}));
243
+ export var ProcessorFeature;
244
+ (function (ProcessorFeature) {
245
+ ProcessorFeature.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
246
+ })(ProcessorFeature || (ProcessorFeature = {}));
247
+ export var DBSnapshot;
248
+ (function (DBSnapshot) {
249
+ DBSnapshot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
250
+ })(DBSnapshot || (DBSnapshot = {}));
251
+ export var CopyDBSnapshotResult;
252
+ (function (CopyDBSnapshotResult) {
253
+ CopyDBSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
+ })(CopyDBSnapshotResult || (CopyDBSnapshotResult = {}));
255
+ export var CustomAvailabilityZoneNotFoundFault;
256
+ (function (CustomAvailabilityZoneNotFoundFault) {
257
+ CustomAvailabilityZoneNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
+ })(CustomAvailabilityZoneNotFoundFault || (CustomAvailabilityZoneNotFoundFault = {}));
259
+ export var DBSnapshotAlreadyExistsFault;
260
+ (function (DBSnapshotAlreadyExistsFault) {
261
+ DBSnapshotAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
+ })(DBSnapshotAlreadyExistsFault || (DBSnapshotAlreadyExistsFault = {}));
263
+ export var InvalidDBSnapshotStateFault;
264
+ (function (InvalidDBSnapshotStateFault) {
265
+ InvalidDBSnapshotStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
+ })(InvalidDBSnapshotStateFault || (InvalidDBSnapshotStateFault = {}));
267
+ export var CopyOptionGroupMessage;
268
+ (function (CopyOptionGroupMessage) {
269
+ CopyOptionGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
+ })(CopyOptionGroupMessage || (CopyOptionGroupMessage = {}));
271
+ export var DBSecurityGroupMembership;
272
+ (function (DBSecurityGroupMembership) {
273
+ DBSecurityGroupMembership.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
+ })(DBSecurityGroupMembership || (DBSecurityGroupMembership = {}));
275
+ export var OptionSetting;
276
+ (function (OptionSetting) {
277
+ OptionSetting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
278
+ })(OptionSetting || (OptionSetting = {}));
279
+ export var VpcSecurityGroupMembership;
280
+ (function (VpcSecurityGroupMembership) {
281
+ VpcSecurityGroupMembership.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
282
+ })(VpcSecurityGroupMembership || (VpcSecurityGroupMembership = {}));
283
+ export var Option;
284
+ (function (Option) {
285
+ Option.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
286
+ })(Option || (Option = {}));
287
+ export var OptionGroup;
288
+ (function (OptionGroup) {
289
+ OptionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
+ })(OptionGroup || (OptionGroup = {}));
291
+ export var CopyOptionGroupResult;
292
+ (function (CopyOptionGroupResult) {
293
+ CopyOptionGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
+ })(CopyOptionGroupResult || (CopyOptionGroupResult = {}));
295
+ export var OptionGroupAlreadyExistsFault;
296
+ (function (OptionGroupAlreadyExistsFault) {
297
+ OptionGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
298
+ })(OptionGroupAlreadyExistsFault || (OptionGroupAlreadyExistsFault = {}));
299
+ export var OptionGroupNotFoundFault;
300
+ (function (OptionGroupNotFoundFault) {
301
+ OptionGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
+ })(OptionGroupNotFoundFault || (OptionGroupNotFoundFault = {}));
303
+ export var OptionGroupQuotaExceededFault;
304
+ (function (OptionGroupQuotaExceededFault) {
305
+ OptionGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
306
+ })(OptionGroupQuotaExceededFault || (OptionGroupQuotaExceededFault = {}));
307
+ export var CreateCustomAvailabilityZoneMessage;
308
+ (function (CreateCustomAvailabilityZoneMessage) {
309
+ CreateCustomAvailabilityZoneMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
310
+ })(CreateCustomAvailabilityZoneMessage || (CreateCustomAvailabilityZoneMessage = {}));
311
+ export var VpnDetails;
312
+ (function (VpnDetails) {
313
+ VpnDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.VpnPSK && { VpnPSK: SENSITIVE_STRING }))); };
314
+ })(VpnDetails || (VpnDetails = {}));
315
+ export var CustomAvailabilityZone;
316
+ (function (CustomAvailabilityZone) {
317
+ CustomAvailabilityZone.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.VpnDetails && { VpnDetails: VpnDetails.filterSensitiveLog(obj.VpnDetails) }))); };
318
+ })(CustomAvailabilityZone || (CustomAvailabilityZone = {}));
319
+ export var CreateCustomAvailabilityZoneResult;
320
+ (function (CreateCustomAvailabilityZoneResult) {
321
+ CreateCustomAvailabilityZoneResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomAvailabilityZone && {
322
+ CustomAvailabilityZone: CustomAvailabilityZone.filterSensitiveLog(obj.CustomAvailabilityZone),
323
+ }))); };
324
+ })(CreateCustomAvailabilityZoneResult || (CreateCustomAvailabilityZoneResult = {}));
325
+ export var CustomAvailabilityZoneAlreadyExistsFault;
326
+ (function (CustomAvailabilityZoneAlreadyExistsFault) {
327
+ CustomAvailabilityZoneAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
328
+ })(CustomAvailabilityZoneAlreadyExistsFault || (CustomAvailabilityZoneAlreadyExistsFault = {}));
329
+ export var CustomAvailabilityZoneQuotaExceededFault;
330
+ (function (CustomAvailabilityZoneQuotaExceededFault) {
331
+ CustomAvailabilityZoneQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
+ })(CustomAvailabilityZoneQuotaExceededFault || (CustomAvailabilityZoneQuotaExceededFault = {}));
333
+ export var ScalingConfiguration;
334
+ (function (ScalingConfiguration) {
335
+ ScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
336
+ })(ScalingConfiguration || (ScalingConfiguration = {}));
337
+ export var CreateDBClusterMessage;
338
+ (function (CreateDBClusterMessage) {
339
+ CreateDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
340
+ })(CreateDBClusterMessage || (CreateDBClusterMessage = {}));
341
+ export var DBClusterRole;
342
+ (function (DBClusterRole) {
343
+ DBClusterRole.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
344
+ })(DBClusterRole || (DBClusterRole = {}));
345
+ export var DBClusterMember;
346
+ (function (DBClusterMember) {
347
+ DBClusterMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
+ })(DBClusterMember || (DBClusterMember = {}));
349
+ export var DBClusterOptionGroupStatus;
350
+ (function (DBClusterOptionGroupStatus) {
351
+ DBClusterOptionGroupStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
352
+ })(DBClusterOptionGroupStatus || (DBClusterOptionGroupStatus = {}));
353
+ export var DomainMembership;
354
+ (function (DomainMembership) {
355
+ DomainMembership.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
356
+ })(DomainMembership || (DomainMembership = {}));
357
+ export var WriteForwardingStatus;
358
+ (function (WriteForwardingStatus) {
359
+ WriteForwardingStatus["DISABLED"] = "disabled";
360
+ WriteForwardingStatus["DISABLING"] = "disabling";
361
+ WriteForwardingStatus["ENABLED"] = "enabled";
362
+ WriteForwardingStatus["ENABLING"] = "enabling";
363
+ WriteForwardingStatus["UNKNOWN"] = "unknown";
364
+ })(WriteForwardingStatus || (WriteForwardingStatus = {}));
365
+ export var PendingCloudwatchLogsExports;
366
+ (function (PendingCloudwatchLogsExports) {
367
+ PendingCloudwatchLogsExports.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
368
+ })(PendingCloudwatchLogsExports || (PendingCloudwatchLogsExports = {}));
369
+ export var ClusterPendingModifiedValues;
370
+ (function (ClusterPendingModifiedValues) {
371
+ ClusterPendingModifiedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
372
+ })(ClusterPendingModifiedValues || (ClusterPendingModifiedValues = {}));
373
+ export var ScalingConfigurationInfo;
374
+ (function (ScalingConfigurationInfo) {
375
+ ScalingConfigurationInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
376
+ })(ScalingConfigurationInfo || (ScalingConfigurationInfo = {}));
377
+ export var DBCluster;
378
+ (function (DBCluster) {
379
+ DBCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
380
+ })(DBCluster || (DBCluster = {}));
381
+ export var CreateDBClusterResult;
382
+ (function (CreateDBClusterResult) {
383
+ CreateDBClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
384
+ })(CreateDBClusterResult || (CreateDBClusterResult = {}));
385
+ export var DBClusterAlreadyExistsFault;
386
+ (function (DBClusterAlreadyExistsFault) {
387
+ DBClusterAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
+ })(DBClusterAlreadyExistsFault || (DBClusterAlreadyExistsFault = {}));
389
+ export var DBClusterParameterGroupNotFoundFault;
390
+ (function (DBClusterParameterGroupNotFoundFault) {
391
+ DBClusterParameterGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
392
+ })(DBClusterParameterGroupNotFoundFault || (DBClusterParameterGroupNotFoundFault = {}));
393
+ export var DBClusterQuotaExceededFault;
394
+ (function (DBClusterQuotaExceededFault) {
395
+ DBClusterQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
396
+ })(DBClusterQuotaExceededFault || (DBClusterQuotaExceededFault = {}));
397
+ export var DBSubnetGroupDoesNotCoverEnoughAZs;
398
+ (function (DBSubnetGroupDoesNotCoverEnoughAZs) {
399
+ DBSubnetGroupDoesNotCoverEnoughAZs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
400
+ })(DBSubnetGroupDoesNotCoverEnoughAZs || (DBSubnetGroupDoesNotCoverEnoughAZs = {}));
401
+ export var DBSubnetGroupNotFoundFault;
402
+ (function (DBSubnetGroupNotFoundFault) {
403
+ DBSubnetGroupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
404
+ })(DBSubnetGroupNotFoundFault || (DBSubnetGroupNotFoundFault = {}));
405
+ export var DomainNotFoundFault;
406
+ (function (DomainNotFoundFault) {
407
+ DomainNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
408
+ })(DomainNotFoundFault || (DomainNotFoundFault = {}));
409
+ export var GlobalClusterNotFoundFault;
410
+ (function (GlobalClusterNotFoundFault) {
411
+ GlobalClusterNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
412
+ })(GlobalClusterNotFoundFault || (GlobalClusterNotFoundFault = {}));
413
+ export var InsufficientStorageClusterCapacityFault;
414
+ (function (InsufficientStorageClusterCapacityFault) {
415
+ InsufficientStorageClusterCapacityFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
416
+ })(InsufficientStorageClusterCapacityFault || (InsufficientStorageClusterCapacityFault = {}));
417
+ export var InvalidDBSubnetGroupStateFault;
418
+ (function (InvalidDBSubnetGroupStateFault) {
419
+ InvalidDBSubnetGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
420
+ })(InvalidDBSubnetGroupStateFault || (InvalidDBSubnetGroupStateFault = {}));
421
+ export var InvalidGlobalClusterStateFault;
422
+ (function (InvalidGlobalClusterStateFault) {
423
+ InvalidGlobalClusterStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
424
+ })(InvalidGlobalClusterStateFault || (InvalidGlobalClusterStateFault = {}));
425
+ export var InvalidSubnet;
426
+ (function (InvalidSubnet) {
427
+ InvalidSubnet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
428
+ })(InvalidSubnet || (InvalidSubnet = {}));
429
+ export var InvalidVPCNetworkStateFault;
430
+ (function (InvalidVPCNetworkStateFault) {
431
+ InvalidVPCNetworkStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
432
+ })(InvalidVPCNetworkStateFault || (InvalidVPCNetworkStateFault = {}));
433
+ export var StorageQuotaExceededFault;
434
+ (function (StorageQuotaExceededFault) {
435
+ StorageQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
436
+ })(StorageQuotaExceededFault || (StorageQuotaExceededFault = {}));
437
+ export var CreateDBClusterEndpointMessage;
438
+ (function (CreateDBClusterEndpointMessage) {
439
+ CreateDBClusterEndpointMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
440
+ })(CreateDBClusterEndpointMessage || (CreateDBClusterEndpointMessage = {}));
441
+ export var DBClusterEndpoint;
442
+ (function (DBClusterEndpoint) {
443
+ DBClusterEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
444
+ })(DBClusterEndpoint || (DBClusterEndpoint = {}));
445
+ export var DBClusterEndpointAlreadyExistsFault;
446
+ (function (DBClusterEndpointAlreadyExistsFault) {
447
+ DBClusterEndpointAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
448
+ })(DBClusterEndpointAlreadyExistsFault || (DBClusterEndpointAlreadyExistsFault = {}));
449
+ export var DBClusterEndpointQuotaExceededFault;
450
+ (function (DBClusterEndpointQuotaExceededFault) {
451
+ DBClusterEndpointQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
452
+ })(DBClusterEndpointQuotaExceededFault || (DBClusterEndpointQuotaExceededFault = {}));
453
+ export var CreateDBClusterParameterGroupMessage;
454
+ (function (CreateDBClusterParameterGroupMessage) {
455
+ CreateDBClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
456
+ })(CreateDBClusterParameterGroupMessage || (CreateDBClusterParameterGroupMessage = {}));
457
+ export var CreateDBClusterParameterGroupResult;
458
+ (function (CreateDBClusterParameterGroupResult) {
459
+ CreateDBClusterParameterGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
460
+ })(CreateDBClusterParameterGroupResult || (CreateDBClusterParameterGroupResult = {}));
461
+ export var CreateDBClusterSnapshotMessage;
462
+ (function (CreateDBClusterSnapshotMessage) {
463
+ CreateDBClusterSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
+ })(CreateDBClusterSnapshotMessage || (CreateDBClusterSnapshotMessage = {}));
465
+ export var CreateDBClusterSnapshotResult;
466
+ (function (CreateDBClusterSnapshotResult) {
467
+ CreateDBClusterSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
+ })(CreateDBClusterSnapshotResult || (CreateDBClusterSnapshotResult = {}));
469
+ export var AuthorizationNotFoundFault;
470
+ (function (AuthorizationNotFoundFault) {
471
+ AuthorizationNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
472
+ })(AuthorizationNotFoundFault || (AuthorizationNotFoundFault = {}));
473
+ export var BackupPolicyNotFoundFault;
474
+ (function (BackupPolicyNotFoundFault) {
475
+ BackupPolicyNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
476
+ })(BackupPolicyNotFoundFault || (BackupPolicyNotFoundFault = {}));
477
+ export var CreateDBInstanceMessage;
478
+ (function (CreateDBInstanceMessage) {
479
+ CreateDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
480
+ })(CreateDBInstanceMessage || (CreateDBInstanceMessage = {}));
481
+ export var DBInstanceRole;
482
+ (function (DBInstanceRole) {
483
+ DBInstanceRole.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
484
+ })(DBInstanceRole || (DBInstanceRole = {}));
485
+ export var DBInstanceAutomatedBackupsReplication;
486
+ (function (DBInstanceAutomatedBackupsReplication) {
487
+ DBInstanceAutomatedBackupsReplication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
488
+ })(DBInstanceAutomatedBackupsReplication || (DBInstanceAutomatedBackupsReplication = {}));
489
+ export var DBParameterGroupStatus;
490
+ (function (DBParameterGroupStatus) {
491
+ DBParameterGroupStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
492
+ })(DBParameterGroupStatus || (DBParameterGroupStatus = {}));
493
+ export var AvailabilityZone;
494
+ (function (AvailabilityZone) {
495
+ AvailabilityZone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
496
+ })(AvailabilityZone || (AvailabilityZone = {}));
497
+ export var Outpost;
498
+ (function (Outpost) {
499
+ Outpost.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
500
+ })(Outpost || (Outpost = {}));
501
+ export var Subnet;
502
+ (function (Subnet) {
503
+ Subnet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
504
+ })(Subnet || (Subnet = {}));
505
+ export var DBSubnetGroup;
506
+ (function (DBSubnetGroup) {
507
+ DBSubnetGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
+ })(DBSubnetGroup || (DBSubnetGroup = {}));
509
+ export var Endpoint;
510
+ (function (Endpoint) {
511
+ Endpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
512
+ })(Endpoint || (Endpoint = {}));
513
+ export var OptionGroupMembership;
514
+ (function (OptionGroupMembership) {
515
+ OptionGroupMembership.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
516
+ })(OptionGroupMembership || (OptionGroupMembership = {}));
517
+ export var PendingModifiedValues;
518
+ (function (PendingModifiedValues) {
519
+ PendingModifiedValues.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
520
+ })(PendingModifiedValues || (PendingModifiedValues = {}));
521
+ export var ReplicaMode;
522
+ (function (ReplicaMode) {
523
+ ReplicaMode["MOUNTED"] = "mounted";
524
+ ReplicaMode["OPEN_READ_ONLY"] = "open-read-only";
525
+ })(ReplicaMode || (ReplicaMode = {}));
526
+ export var DBInstanceStatusInfo;
527
+ (function (DBInstanceStatusInfo) {
528
+ DBInstanceStatusInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
529
+ })(DBInstanceStatusInfo || (DBInstanceStatusInfo = {}));
530
+ export var DBInstance;
531
+ (function (DBInstance) {
532
+ DBInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
533
+ })(DBInstance || (DBInstance = {}));
534
+ export var CreateDBInstanceResult;
535
+ (function (CreateDBInstanceResult) {
536
+ CreateDBInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
537
+ })(CreateDBInstanceResult || (CreateDBInstanceResult = {}));
538
+ export var DBInstanceAlreadyExistsFault;
539
+ (function (DBInstanceAlreadyExistsFault) {
540
+ DBInstanceAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
541
+ })(DBInstanceAlreadyExistsFault || (DBInstanceAlreadyExistsFault = {}));
542
+ export var InstanceQuotaExceededFault;
543
+ (function (InstanceQuotaExceededFault) {
544
+ InstanceQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
545
+ })(InstanceQuotaExceededFault || (InstanceQuotaExceededFault = {}));
546
+ export var InsufficientDBInstanceCapacityFault;
547
+ (function (InsufficientDBInstanceCapacityFault) {
548
+ InsufficientDBInstanceCapacityFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
+ })(InsufficientDBInstanceCapacityFault || (InsufficientDBInstanceCapacityFault = {}));
550
+ export var ProvisionedIopsNotAvailableInAZFault;
551
+ (function (ProvisionedIopsNotAvailableInAZFault) {
552
+ ProvisionedIopsNotAvailableInAZFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
553
+ })(ProvisionedIopsNotAvailableInAZFault || (ProvisionedIopsNotAvailableInAZFault = {}));
554
+ export var StorageTypeNotSupportedFault;
555
+ (function (StorageTypeNotSupportedFault) {
556
+ StorageTypeNotSupportedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
+ })(StorageTypeNotSupportedFault || (StorageTypeNotSupportedFault = {}));
558
+ export var CreateDBInstanceReadReplicaMessage;
559
+ (function (CreateDBInstanceReadReplicaMessage) {
560
+ CreateDBInstanceReadReplicaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
561
+ })(CreateDBInstanceReadReplicaMessage || (CreateDBInstanceReadReplicaMessage = {}));
562
+ export var CreateDBInstanceReadReplicaResult;
563
+ (function (CreateDBInstanceReadReplicaResult) {
564
+ CreateDBInstanceReadReplicaResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
565
+ })(CreateDBInstanceReadReplicaResult || (CreateDBInstanceReadReplicaResult = {}));
566
+ export var DBSubnetGroupNotAllowedFault;
567
+ (function (DBSubnetGroupNotAllowedFault) {
568
+ DBSubnetGroupNotAllowedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
569
+ })(DBSubnetGroupNotAllowedFault || (DBSubnetGroupNotAllowedFault = {}));
570
+ export var InvalidDBSubnetGroupFault;
571
+ (function (InvalidDBSubnetGroupFault) {
572
+ InvalidDBSubnetGroupFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
573
+ })(InvalidDBSubnetGroupFault || (InvalidDBSubnetGroupFault = {}));
574
+ export var CreateDBParameterGroupMessage;
575
+ (function (CreateDBParameterGroupMessage) {
576
+ CreateDBParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
577
+ })(CreateDBParameterGroupMessage || (CreateDBParameterGroupMessage = {}));
578
+ export var CreateDBParameterGroupResult;
579
+ (function (CreateDBParameterGroupResult) {
580
+ CreateDBParameterGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
581
+ })(CreateDBParameterGroupResult || (CreateDBParameterGroupResult = {}));
582
+ export var AuthScheme;
583
+ (function (AuthScheme) {
584
+ AuthScheme["SECRETS"] = "SECRETS";
585
+ })(AuthScheme || (AuthScheme = {}));
586
+ export var IAMAuthMode;
587
+ (function (IAMAuthMode) {
588
+ IAMAuthMode["DISABLED"] = "DISABLED";
589
+ IAMAuthMode["REQUIRED"] = "REQUIRED";
590
+ })(IAMAuthMode || (IAMAuthMode = {}));
591
+ export var UserAuthConfig;
592
+ (function (UserAuthConfig) {
593
+ UserAuthConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
+ })(UserAuthConfig || (UserAuthConfig = {}));
595
+ export var EngineFamily;
596
+ (function (EngineFamily) {
597
+ EngineFamily["MYSQL"] = "MYSQL";
598
+ EngineFamily["POSTGRESQL"] = "POSTGRESQL";
599
+ })(EngineFamily || (EngineFamily = {}));
600
+ export var CreateDBProxyRequest;
601
+ (function (CreateDBProxyRequest) {
602
+ CreateDBProxyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
603
+ })(CreateDBProxyRequest || (CreateDBProxyRequest = {}));
604
+ export var UserAuthConfigInfo;
605
+ (function (UserAuthConfigInfo) {
606
+ UserAuthConfigInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
607
+ })(UserAuthConfigInfo || (UserAuthConfigInfo = {}));
608
+ export var DBProxyStatus;
609
+ (function (DBProxyStatus) {
610
+ DBProxyStatus["AVAILABLE"] = "available";
611
+ DBProxyStatus["CREATING"] = "creating";
612
+ DBProxyStatus["DELETING"] = "deleting";
613
+ DBProxyStatus["INCOMPATIBLE_NETWORK"] = "incompatible-network";
614
+ DBProxyStatus["INSUFFICIENT_RESOURCE_LIMITS"] = "insufficient-resource-limits";
615
+ DBProxyStatus["MODIFYING"] = "modifying";
616
+ DBProxyStatus["REACTIVATING"] = "reactivating";
617
+ DBProxyStatus["SUSPENDED"] = "suspended";
618
+ DBProxyStatus["SUSPENDING"] = "suspending";
619
+ })(DBProxyStatus || (DBProxyStatus = {}));
620
+ export var DBProxy;
621
+ (function (DBProxy) {
622
+ DBProxy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
623
+ })(DBProxy || (DBProxy = {}));
624
+ export var CreateDBProxyResponse;
625
+ (function (CreateDBProxyResponse) {
626
+ CreateDBProxyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
627
+ })(CreateDBProxyResponse || (CreateDBProxyResponse = {}));
628
+ export var DBProxyAlreadyExistsFault;
629
+ (function (DBProxyAlreadyExistsFault) {
630
+ DBProxyAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
631
+ })(DBProxyAlreadyExistsFault || (DBProxyAlreadyExistsFault = {}));
632
+ export var DBProxyQuotaExceededFault;
633
+ (function (DBProxyQuotaExceededFault) {
634
+ DBProxyQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
635
+ })(DBProxyQuotaExceededFault || (DBProxyQuotaExceededFault = {}));
636
+ export var DBProxyEndpointTargetRole;
637
+ (function (DBProxyEndpointTargetRole) {
638
+ DBProxyEndpointTargetRole["READ_ONLY"] = "READ_ONLY";
639
+ DBProxyEndpointTargetRole["READ_WRITE"] = "READ_WRITE";
640
+ })(DBProxyEndpointTargetRole || (DBProxyEndpointTargetRole = {}));
641
+ export var CreateDBProxyEndpointRequest;
642
+ (function (CreateDBProxyEndpointRequest) {
643
+ CreateDBProxyEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
644
+ })(CreateDBProxyEndpointRequest || (CreateDBProxyEndpointRequest = {}));
645
+ export var DBProxyEndpointStatus;
646
+ (function (DBProxyEndpointStatus) {
647
+ DBProxyEndpointStatus["AVAILABLE"] = "available";
648
+ DBProxyEndpointStatus["CREATING"] = "creating";
649
+ DBProxyEndpointStatus["DELETING"] = "deleting";
650
+ DBProxyEndpointStatus["INCOMPATIBLE_NETWORK"] = "incompatible-network";
651
+ DBProxyEndpointStatus["INSUFFICIENT_RESOURCE_LIMITS"] = "insufficient-resource-limits";
652
+ DBProxyEndpointStatus["MODIFYING"] = "modifying";
653
+ })(DBProxyEndpointStatus || (DBProxyEndpointStatus = {}));
654
+ export var DBProxyEndpoint;
655
+ (function (DBProxyEndpoint) {
656
+ DBProxyEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
657
+ })(DBProxyEndpoint || (DBProxyEndpoint = {}));
658
+ export var CreateDBProxyEndpointResponse;
659
+ (function (CreateDBProxyEndpointResponse) {
660
+ CreateDBProxyEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
661
+ })(CreateDBProxyEndpointResponse || (CreateDBProxyEndpointResponse = {}));
662
+ export var DBProxyEndpointAlreadyExistsFault;
663
+ (function (DBProxyEndpointAlreadyExistsFault) {
664
+ DBProxyEndpointAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
665
+ })(DBProxyEndpointAlreadyExistsFault || (DBProxyEndpointAlreadyExistsFault = {}));
666
+ export var DBProxyEndpointQuotaExceededFault;
667
+ (function (DBProxyEndpointQuotaExceededFault) {
668
+ DBProxyEndpointQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
+ })(DBProxyEndpointQuotaExceededFault || (DBProxyEndpointQuotaExceededFault = {}));
670
+ export var InvalidDBProxyStateFault;
671
+ (function (InvalidDBProxyStateFault) {
672
+ InvalidDBProxyStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
673
+ })(InvalidDBProxyStateFault || (InvalidDBProxyStateFault = {}));
674
+ export var CreateDBSecurityGroupMessage;
675
+ (function (CreateDBSecurityGroupMessage) {
676
+ CreateDBSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
677
+ })(CreateDBSecurityGroupMessage || (CreateDBSecurityGroupMessage = {}));
678
+ export var CreateDBSecurityGroupResult;
679
+ (function (CreateDBSecurityGroupResult) {
680
+ CreateDBSecurityGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
681
+ })(CreateDBSecurityGroupResult || (CreateDBSecurityGroupResult = {}));
682
+ export var DBSecurityGroupAlreadyExistsFault;
683
+ (function (DBSecurityGroupAlreadyExistsFault) {
684
+ DBSecurityGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
685
+ })(DBSecurityGroupAlreadyExistsFault || (DBSecurityGroupAlreadyExistsFault = {}));
686
+ export var DBSecurityGroupNotSupportedFault;
687
+ (function (DBSecurityGroupNotSupportedFault) {
688
+ DBSecurityGroupNotSupportedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
689
+ })(DBSecurityGroupNotSupportedFault || (DBSecurityGroupNotSupportedFault = {}));
690
+ export var DBSecurityGroupQuotaExceededFault;
691
+ (function (DBSecurityGroupQuotaExceededFault) {
692
+ DBSecurityGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
693
+ })(DBSecurityGroupQuotaExceededFault || (DBSecurityGroupQuotaExceededFault = {}));
694
+ export var CreateDBSnapshotMessage;
695
+ (function (CreateDBSnapshotMessage) {
696
+ CreateDBSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
697
+ })(CreateDBSnapshotMessage || (CreateDBSnapshotMessage = {}));
698
+ export var CreateDBSnapshotResult;
699
+ (function (CreateDBSnapshotResult) {
700
+ CreateDBSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
+ })(CreateDBSnapshotResult || (CreateDBSnapshotResult = {}));
702
+ export var CreateDBSubnetGroupMessage;
703
+ (function (CreateDBSubnetGroupMessage) {
704
+ CreateDBSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
705
+ })(CreateDBSubnetGroupMessage || (CreateDBSubnetGroupMessage = {}));
706
+ export var CreateDBSubnetGroupResult;
707
+ (function (CreateDBSubnetGroupResult) {
708
+ CreateDBSubnetGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
709
+ })(CreateDBSubnetGroupResult || (CreateDBSubnetGroupResult = {}));
710
+ export var DBSubnetGroupAlreadyExistsFault;
711
+ (function (DBSubnetGroupAlreadyExistsFault) {
712
+ DBSubnetGroupAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
713
+ })(DBSubnetGroupAlreadyExistsFault || (DBSubnetGroupAlreadyExistsFault = {}));
714
+ export var DBSubnetGroupQuotaExceededFault;
715
+ (function (DBSubnetGroupQuotaExceededFault) {
716
+ DBSubnetGroupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
717
+ })(DBSubnetGroupQuotaExceededFault || (DBSubnetGroupQuotaExceededFault = {}));
718
+ export var DBSubnetQuotaExceededFault;
719
+ (function (DBSubnetQuotaExceededFault) {
720
+ DBSubnetQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
721
+ })(DBSubnetQuotaExceededFault || (DBSubnetQuotaExceededFault = {}));
722
+ export var CreateEventSubscriptionMessage;
723
+ (function (CreateEventSubscriptionMessage) {
724
+ CreateEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
725
+ })(CreateEventSubscriptionMessage || (CreateEventSubscriptionMessage = {}));
726
+ export var CreateEventSubscriptionResult;
727
+ (function (CreateEventSubscriptionResult) {
728
+ CreateEventSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
+ })(CreateEventSubscriptionResult || (CreateEventSubscriptionResult = {}));
730
+ export var EventSubscriptionQuotaExceededFault;
731
+ (function (EventSubscriptionQuotaExceededFault) {
732
+ EventSubscriptionQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
733
+ })(EventSubscriptionQuotaExceededFault || (EventSubscriptionQuotaExceededFault = {}));
734
+ export var SNSInvalidTopicFault;
735
+ (function (SNSInvalidTopicFault) {
736
+ SNSInvalidTopicFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
737
+ })(SNSInvalidTopicFault || (SNSInvalidTopicFault = {}));
738
+ export var SNSNoAuthorizationFault;
739
+ (function (SNSNoAuthorizationFault) {
740
+ SNSNoAuthorizationFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
741
+ })(SNSNoAuthorizationFault || (SNSNoAuthorizationFault = {}));
742
+ export var SNSTopicArnNotFoundFault;
743
+ (function (SNSTopicArnNotFoundFault) {
744
+ SNSTopicArnNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
+ })(SNSTopicArnNotFoundFault || (SNSTopicArnNotFoundFault = {}));
746
+ export var SubscriptionAlreadyExistFault;
747
+ (function (SubscriptionAlreadyExistFault) {
748
+ SubscriptionAlreadyExistFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
749
+ })(SubscriptionAlreadyExistFault || (SubscriptionAlreadyExistFault = {}));
750
+ export var SubscriptionCategoryNotFoundFault;
751
+ (function (SubscriptionCategoryNotFoundFault) {
752
+ SubscriptionCategoryNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
753
+ })(SubscriptionCategoryNotFoundFault || (SubscriptionCategoryNotFoundFault = {}));
754
+ export var CreateGlobalClusterMessage;
755
+ (function (CreateGlobalClusterMessage) {
756
+ CreateGlobalClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
+ })(CreateGlobalClusterMessage || (CreateGlobalClusterMessage = {}));
758
+ export var FailoverStatus;
759
+ (function (FailoverStatus) {
760
+ FailoverStatus["CANCELLING"] = "cancelling";
761
+ FailoverStatus["FAILING_OVER"] = "failing-over";
762
+ FailoverStatus["PENDING"] = "pending";
763
+ })(FailoverStatus || (FailoverStatus = {}));
764
+ export var FailoverState;
765
+ (function (FailoverState) {
766
+ FailoverState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
767
+ })(FailoverState || (FailoverState = {}));
768
+ export var GlobalClusterMember;
769
+ (function (GlobalClusterMember) {
770
+ GlobalClusterMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
771
+ })(GlobalClusterMember || (GlobalClusterMember = {}));
772
+ export var GlobalCluster;
773
+ (function (GlobalCluster) {
774
+ GlobalCluster.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
775
+ })(GlobalCluster || (GlobalCluster = {}));
776
+ export var CreateGlobalClusterResult;
777
+ (function (CreateGlobalClusterResult) {
778
+ CreateGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
779
+ })(CreateGlobalClusterResult || (CreateGlobalClusterResult = {}));
780
+ export var GlobalClusterAlreadyExistsFault;
781
+ (function (GlobalClusterAlreadyExistsFault) {
782
+ GlobalClusterAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
783
+ })(GlobalClusterAlreadyExistsFault || (GlobalClusterAlreadyExistsFault = {}));
784
+ export var GlobalClusterQuotaExceededFault;
785
+ (function (GlobalClusterQuotaExceededFault) {
786
+ GlobalClusterQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
787
+ })(GlobalClusterQuotaExceededFault || (GlobalClusterQuotaExceededFault = {}));
788
+ export var CreateOptionGroupMessage;
789
+ (function (CreateOptionGroupMessage) {
790
+ CreateOptionGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
791
+ })(CreateOptionGroupMessage || (CreateOptionGroupMessage = {}));
792
+ export var CreateOptionGroupResult;
793
+ (function (CreateOptionGroupResult) {
794
+ CreateOptionGroupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
795
+ })(CreateOptionGroupResult || (CreateOptionGroupResult = {}));
796
+ export var DeleteCustomAvailabilityZoneMessage;
797
+ (function (DeleteCustomAvailabilityZoneMessage) {
798
+ DeleteCustomAvailabilityZoneMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
799
+ })(DeleteCustomAvailabilityZoneMessage || (DeleteCustomAvailabilityZoneMessage = {}));
800
+ export var DeleteCustomAvailabilityZoneResult;
801
+ (function (DeleteCustomAvailabilityZoneResult) {
802
+ DeleteCustomAvailabilityZoneResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomAvailabilityZone && {
803
+ CustomAvailabilityZone: CustomAvailabilityZone.filterSensitiveLog(obj.CustomAvailabilityZone),
804
+ }))); };
805
+ })(DeleteCustomAvailabilityZoneResult || (DeleteCustomAvailabilityZoneResult = {}));
806
+ export var DeleteDBClusterMessage;
807
+ (function (DeleteDBClusterMessage) {
808
+ DeleteDBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
809
+ })(DeleteDBClusterMessage || (DeleteDBClusterMessage = {}));
810
+ export var DeleteDBClusterResult;
811
+ (function (DeleteDBClusterResult) {
812
+ DeleteDBClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
+ })(DeleteDBClusterResult || (DeleteDBClusterResult = {}));
814
+ export var DBClusterEndpointNotFoundFault;
815
+ (function (DBClusterEndpointNotFoundFault) {
816
+ DBClusterEndpointNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
817
+ })(DBClusterEndpointNotFoundFault || (DBClusterEndpointNotFoundFault = {}));
818
+ export var DeleteDBClusterEndpointMessage;
819
+ (function (DeleteDBClusterEndpointMessage) {
820
+ DeleteDBClusterEndpointMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
821
+ })(DeleteDBClusterEndpointMessage || (DeleteDBClusterEndpointMessage = {}));
822
+ export var InvalidDBClusterEndpointStateFault;
823
+ (function (InvalidDBClusterEndpointStateFault) {
824
+ InvalidDBClusterEndpointStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
825
+ })(InvalidDBClusterEndpointStateFault || (InvalidDBClusterEndpointStateFault = {}));
826
+ export var DeleteDBClusterParameterGroupMessage;
827
+ (function (DeleteDBClusterParameterGroupMessage) {
828
+ DeleteDBClusterParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
829
+ })(DeleteDBClusterParameterGroupMessage || (DeleteDBClusterParameterGroupMessage = {}));
830
+ export var InvalidDBParameterGroupStateFault;
831
+ (function (InvalidDBParameterGroupStateFault) {
832
+ InvalidDBParameterGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
833
+ })(InvalidDBParameterGroupStateFault || (InvalidDBParameterGroupStateFault = {}));
834
+ export var DeleteDBClusterSnapshotMessage;
835
+ (function (DeleteDBClusterSnapshotMessage) {
836
+ DeleteDBClusterSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
837
+ })(DeleteDBClusterSnapshotMessage || (DeleteDBClusterSnapshotMessage = {}));
838
+ export var DeleteDBClusterSnapshotResult;
839
+ (function (DeleteDBClusterSnapshotResult) {
840
+ DeleteDBClusterSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
841
+ })(DeleteDBClusterSnapshotResult || (DeleteDBClusterSnapshotResult = {}));
842
+ export var DBInstanceAutomatedBackupQuotaExceededFault;
843
+ (function (DBInstanceAutomatedBackupQuotaExceededFault) {
844
+ DBInstanceAutomatedBackupQuotaExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
845
+ })(DBInstanceAutomatedBackupQuotaExceededFault || (DBInstanceAutomatedBackupQuotaExceededFault = {}));
846
+ export var DeleteDBInstanceMessage;
847
+ (function (DeleteDBInstanceMessage) {
848
+ DeleteDBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
849
+ })(DeleteDBInstanceMessage || (DeleteDBInstanceMessage = {}));
850
+ export var DeleteDBInstanceResult;
851
+ (function (DeleteDBInstanceResult) {
852
+ DeleteDBInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
853
+ })(DeleteDBInstanceResult || (DeleteDBInstanceResult = {}));
854
+ export var DBInstanceAutomatedBackupNotFoundFault;
855
+ (function (DBInstanceAutomatedBackupNotFoundFault) {
856
+ DBInstanceAutomatedBackupNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
857
+ })(DBInstanceAutomatedBackupNotFoundFault || (DBInstanceAutomatedBackupNotFoundFault = {}));
858
+ export var DeleteDBInstanceAutomatedBackupMessage;
859
+ (function (DeleteDBInstanceAutomatedBackupMessage) {
860
+ DeleteDBInstanceAutomatedBackupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
861
+ })(DeleteDBInstanceAutomatedBackupMessage || (DeleteDBInstanceAutomatedBackupMessage = {}));
862
+ export var RestoreWindow;
863
+ (function (RestoreWindow) {
864
+ RestoreWindow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
865
+ })(RestoreWindow || (RestoreWindow = {}));
866
+ export var DBInstanceAutomatedBackup;
867
+ (function (DBInstanceAutomatedBackup) {
868
+ DBInstanceAutomatedBackup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
869
+ })(DBInstanceAutomatedBackup || (DBInstanceAutomatedBackup = {}));
870
+ export var DeleteDBInstanceAutomatedBackupResult;
871
+ (function (DeleteDBInstanceAutomatedBackupResult) {
872
+ DeleteDBInstanceAutomatedBackupResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
873
+ })(DeleteDBInstanceAutomatedBackupResult || (DeleteDBInstanceAutomatedBackupResult = {}));
874
+ export var InvalidDBInstanceAutomatedBackupStateFault;
875
+ (function (InvalidDBInstanceAutomatedBackupStateFault) {
876
+ InvalidDBInstanceAutomatedBackupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
877
+ })(InvalidDBInstanceAutomatedBackupStateFault || (InvalidDBInstanceAutomatedBackupStateFault = {}));
878
+ export var DeleteDBParameterGroupMessage;
879
+ (function (DeleteDBParameterGroupMessage) {
880
+ DeleteDBParameterGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
+ })(DeleteDBParameterGroupMessage || (DeleteDBParameterGroupMessage = {}));
882
+ export var DeleteDBProxyRequest;
883
+ (function (DeleteDBProxyRequest) {
884
+ DeleteDBProxyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
885
+ })(DeleteDBProxyRequest || (DeleteDBProxyRequest = {}));
886
+ export var DeleteDBProxyResponse;
887
+ (function (DeleteDBProxyResponse) {
888
+ DeleteDBProxyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
889
+ })(DeleteDBProxyResponse || (DeleteDBProxyResponse = {}));
890
+ export var DBProxyEndpointNotFoundFault;
891
+ (function (DBProxyEndpointNotFoundFault) {
892
+ DBProxyEndpointNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
+ })(DBProxyEndpointNotFoundFault || (DBProxyEndpointNotFoundFault = {}));
894
+ export var DeleteDBProxyEndpointRequest;
895
+ (function (DeleteDBProxyEndpointRequest) {
896
+ DeleteDBProxyEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
897
+ })(DeleteDBProxyEndpointRequest || (DeleteDBProxyEndpointRequest = {}));
898
+ export var DeleteDBProxyEndpointResponse;
899
+ (function (DeleteDBProxyEndpointResponse) {
900
+ DeleteDBProxyEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
901
+ })(DeleteDBProxyEndpointResponse || (DeleteDBProxyEndpointResponse = {}));
902
+ export var InvalidDBProxyEndpointStateFault;
903
+ (function (InvalidDBProxyEndpointStateFault) {
904
+ InvalidDBProxyEndpointStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
905
+ })(InvalidDBProxyEndpointStateFault || (InvalidDBProxyEndpointStateFault = {}));
906
+ export var DeleteDBSecurityGroupMessage;
907
+ (function (DeleteDBSecurityGroupMessage) {
908
+ DeleteDBSecurityGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
909
+ })(DeleteDBSecurityGroupMessage || (DeleteDBSecurityGroupMessage = {}));
910
+ export var DeleteDBSnapshotMessage;
911
+ (function (DeleteDBSnapshotMessage) {
912
+ DeleteDBSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
913
+ })(DeleteDBSnapshotMessage || (DeleteDBSnapshotMessage = {}));
914
+ export var DeleteDBSnapshotResult;
915
+ (function (DeleteDBSnapshotResult) {
916
+ DeleteDBSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
917
+ })(DeleteDBSnapshotResult || (DeleteDBSnapshotResult = {}));
918
+ export var DeleteDBSubnetGroupMessage;
919
+ (function (DeleteDBSubnetGroupMessage) {
920
+ DeleteDBSubnetGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
921
+ })(DeleteDBSubnetGroupMessage || (DeleteDBSubnetGroupMessage = {}));
922
+ export var InvalidDBSubnetStateFault;
923
+ (function (InvalidDBSubnetStateFault) {
924
+ InvalidDBSubnetStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
925
+ })(InvalidDBSubnetStateFault || (InvalidDBSubnetStateFault = {}));
926
+ export var DeleteEventSubscriptionMessage;
927
+ (function (DeleteEventSubscriptionMessage) {
928
+ DeleteEventSubscriptionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
929
+ })(DeleteEventSubscriptionMessage || (DeleteEventSubscriptionMessage = {}));
930
+ export var DeleteEventSubscriptionResult;
931
+ (function (DeleteEventSubscriptionResult) {
932
+ DeleteEventSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
933
+ })(DeleteEventSubscriptionResult || (DeleteEventSubscriptionResult = {}));
934
+ export var InvalidEventSubscriptionStateFault;
935
+ (function (InvalidEventSubscriptionStateFault) {
936
+ InvalidEventSubscriptionStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
937
+ })(InvalidEventSubscriptionStateFault || (InvalidEventSubscriptionStateFault = {}));
938
+ export var DeleteGlobalClusterMessage;
939
+ (function (DeleteGlobalClusterMessage) {
940
+ DeleteGlobalClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
941
+ })(DeleteGlobalClusterMessage || (DeleteGlobalClusterMessage = {}));
942
+ export var DeleteGlobalClusterResult;
943
+ (function (DeleteGlobalClusterResult) {
944
+ DeleteGlobalClusterResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
945
+ })(DeleteGlobalClusterResult || (DeleteGlobalClusterResult = {}));
946
+ export var DeleteInstallationMediaMessage;
947
+ (function (DeleteInstallationMediaMessage) {
948
+ DeleteInstallationMediaMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
949
+ })(DeleteInstallationMediaMessage || (DeleteInstallationMediaMessage = {}));
950
+ export var InstallationMediaFailureCause;
951
+ (function (InstallationMediaFailureCause) {
952
+ InstallationMediaFailureCause.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
953
+ })(InstallationMediaFailureCause || (InstallationMediaFailureCause = {}));
954
+ export var InstallationMedia;
955
+ (function (InstallationMedia) {
956
+ InstallationMedia.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
957
+ })(InstallationMedia || (InstallationMedia = {}));
958
+ export var InstallationMediaNotFoundFault;
959
+ (function (InstallationMediaNotFoundFault) {
960
+ InstallationMediaNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
961
+ })(InstallationMediaNotFoundFault || (InstallationMediaNotFoundFault = {}));
962
+ export var DeleteOptionGroupMessage;
963
+ (function (DeleteOptionGroupMessage) {
964
+ DeleteOptionGroupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
965
+ })(DeleteOptionGroupMessage || (DeleteOptionGroupMessage = {}));
966
+ export var InvalidOptionGroupStateFault;
967
+ (function (InvalidOptionGroupStateFault) {
968
+ InvalidOptionGroupStateFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
969
+ })(InvalidOptionGroupStateFault || (InvalidOptionGroupStateFault = {}));
970
+ export var DBProxyTargetNotFoundFault;
971
+ (function (DBProxyTargetNotFoundFault) {
972
+ DBProxyTargetNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
973
+ })(DBProxyTargetNotFoundFault || (DBProxyTargetNotFoundFault = {}));
974
+ export var DeregisterDBProxyTargetsRequest;
975
+ (function (DeregisterDBProxyTargetsRequest) {
976
+ DeregisterDBProxyTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
977
+ })(DeregisterDBProxyTargetsRequest || (DeregisterDBProxyTargetsRequest = {}));
978
+ export var DeregisterDBProxyTargetsResponse;
979
+ (function (DeregisterDBProxyTargetsResponse) {
980
+ DeregisterDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
981
+ })(DeregisterDBProxyTargetsResponse || (DeregisterDBProxyTargetsResponse = {}));
982
+ export var DescribeAccountAttributesMessage;
983
+ (function (DescribeAccountAttributesMessage) {
984
+ DescribeAccountAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
985
+ })(DescribeAccountAttributesMessage || (DescribeAccountAttributesMessage = {}));
986
+ export var Certificate;
987
+ (function (Certificate) {
988
+ Certificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
989
+ })(Certificate || (Certificate = {}));
990
+ export var CertificateMessage;
991
+ (function (CertificateMessage) {
992
+ CertificateMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
993
+ })(CertificateMessage || (CertificateMessage = {}));
994
+ export var CertificateNotFoundFault;
995
+ (function (CertificateNotFoundFault) {
996
+ CertificateNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
997
+ })(CertificateNotFoundFault || (CertificateNotFoundFault = {}));
998
+ export var Filter;
999
+ (function (Filter) {
1000
+ Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1001
+ })(Filter || (Filter = {}));
1002
+ export var DescribeCertificatesMessage;
1003
+ (function (DescribeCertificatesMessage) {
1004
+ DescribeCertificatesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1005
+ })(DescribeCertificatesMessage || (DescribeCertificatesMessage = {}));
1006
+ export var CustomAvailabilityZoneMessage;
1007
+ (function (CustomAvailabilityZoneMessage) {
1008
+ CustomAvailabilityZoneMessage.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CustomAvailabilityZones && {
1009
+ CustomAvailabilityZones: obj.CustomAvailabilityZones.map(function (item) {
1010
+ return CustomAvailabilityZone.filterSensitiveLog(item);
1011
+ }),
1012
+ }))); };
1013
+ })(CustomAvailabilityZoneMessage || (CustomAvailabilityZoneMessage = {}));
1014
+ export var DescribeCustomAvailabilityZonesMessage;
1015
+ (function (DescribeCustomAvailabilityZonesMessage) {
1016
+ DescribeCustomAvailabilityZonesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1017
+ })(DescribeCustomAvailabilityZonesMessage || (DescribeCustomAvailabilityZonesMessage = {}));
1018
+ export var DBClusterBacktrackMessage;
1019
+ (function (DBClusterBacktrackMessage) {
1020
+ DBClusterBacktrackMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1021
+ })(DBClusterBacktrackMessage || (DBClusterBacktrackMessage = {}));
1022
+ export var DBClusterBacktrackNotFoundFault;
1023
+ (function (DBClusterBacktrackNotFoundFault) {
1024
+ DBClusterBacktrackNotFoundFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1025
+ })(DBClusterBacktrackNotFoundFault || (DBClusterBacktrackNotFoundFault = {}));
1026
+ export var DescribeDBClusterBacktracksMessage;
1027
+ (function (DescribeDBClusterBacktracksMessage) {
1028
+ DescribeDBClusterBacktracksMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1029
+ })(DescribeDBClusterBacktracksMessage || (DescribeDBClusterBacktracksMessage = {}));
1030
+ export var DBClusterEndpointMessage;
1031
+ (function (DBClusterEndpointMessage) {
1032
+ DBClusterEndpointMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1033
+ })(DBClusterEndpointMessage || (DBClusterEndpointMessage = {}));
1034
+ export var DescribeDBClusterEndpointsMessage;
1035
+ (function (DescribeDBClusterEndpointsMessage) {
1036
+ DescribeDBClusterEndpointsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1037
+ })(DescribeDBClusterEndpointsMessage || (DescribeDBClusterEndpointsMessage = {}));
1038
+ export var DBClusterParameterGroupsMessage;
1039
+ (function (DBClusterParameterGroupsMessage) {
1040
+ DBClusterParameterGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1041
+ })(DBClusterParameterGroupsMessage || (DBClusterParameterGroupsMessage = {}));
1042
+ export var DescribeDBClusterParameterGroupsMessage;
1043
+ (function (DescribeDBClusterParameterGroupsMessage) {
1044
+ DescribeDBClusterParameterGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1045
+ })(DescribeDBClusterParameterGroupsMessage || (DescribeDBClusterParameterGroupsMessage = {}));
1046
+ export var Parameter;
1047
+ (function (Parameter) {
1048
+ Parameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1049
+ })(Parameter || (Parameter = {}));
1050
+ export var DBClusterParameterGroupDetails;
1051
+ (function (DBClusterParameterGroupDetails) {
1052
+ DBClusterParameterGroupDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1053
+ })(DBClusterParameterGroupDetails || (DBClusterParameterGroupDetails = {}));
1054
+ export var DescribeDBClusterParametersMessage;
1055
+ (function (DescribeDBClusterParametersMessage) {
1056
+ DescribeDBClusterParametersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1057
+ })(DescribeDBClusterParametersMessage || (DescribeDBClusterParametersMessage = {}));
1058
+ export var DBClusterMessage;
1059
+ (function (DBClusterMessage) {
1060
+ DBClusterMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1061
+ })(DBClusterMessage || (DBClusterMessage = {}));
1062
+ export var DescribeDBClustersMessage;
1063
+ (function (DescribeDBClustersMessage) {
1064
+ DescribeDBClustersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1065
+ })(DescribeDBClustersMessage || (DescribeDBClustersMessage = {}));
1066
+ export var DescribeDBClusterSnapshotAttributesMessage;
1067
+ (function (DescribeDBClusterSnapshotAttributesMessage) {
1068
+ DescribeDBClusterSnapshotAttributesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1069
+ })(DescribeDBClusterSnapshotAttributesMessage || (DescribeDBClusterSnapshotAttributesMessage = {}));
1070
+ export var DBClusterSnapshotAttribute;
1071
+ (function (DBClusterSnapshotAttribute) {
1072
+ DBClusterSnapshotAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1073
+ })(DBClusterSnapshotAttribute || (DBClusterSnapshotAttribute = {}));
1074
+ export var DBClusterSnapshotAttributesResult;
1075
+ (function (DBClusterSnapshotAttributesResult) {
1076
+ DBClusterSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1077
+ })(DBClusterSnapshotAttributesResult || (DBClusterSnapshotAttributesResult = {}));
1078
+ export var DescribeDBClusterSnapshotAttributesResult;
1079
+ (function (DescribeDBClusterSnapshotAttributesResult) {
1080
+ DescribeDBClusterSnapshotAttributesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1081
+ })(DescribeDBClusterSnapshotAttributesResult || (DescribeDBClusterSnapshotAttributesResult = {}));
1082
+ export var DBClusterSnapshotMessage;
1083
+ (function (DBClusterSnapshotMessage) {
1084
+ DBClusterSnapshotMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1085
+ })(DBClusterSnapshotMessage || (DBClusterSnapshotMessage = {}));
1086
+ export var DescribeDBClusterSnapshotsMessage;
1087
+ (function (DescribeDBClusterSnapshotsMessage) {
1088
+ DescribeDBClusterSnapshotsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1089
+ })(DescribeDBClusterSnapshotsMessage || (DescribeDBClusterSnapshotsMessage = {}));
1090
+ export var CharacterSet;
1091
+ (function (CharacterSet) {
1092
+ CharacterSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1093
+ })(CharacterSet || (CharacterSet = {}));
1094
+ export var Timezone;
1095
+ (function (Timezone) {
1096
+ Timezone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1097
+ })(Timezone || (Timezone = {}));
1098
+ export var UpgradeTarget;
1099
+ (function (UpgradeTarget) {
1100
+ UpgradeTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1101
+ })(UpgradeTarget || (UpgradeTarget = {}));
1102
+ export var DBEngineVersion;
1103
+ (function (DBEngineVersion) {
1104
+ DBEngineVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1105
+ })(DBEngineVersion || (DBEngineVersion = {}));
1106
+ export var DBEngineVersionMessage;
1107
+ (function (DBEngineVersionMessage) {
1108
+ DBEngineVersionMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1109
+ })(DBEngineVersionMessage || (DBEngineVersionMessage = {}));
1110
+ export var DescribeDBEngineVersionsMessage;
1111
+ (function (DescribeDBEngineVersionsMessage) {
1112
+ DescribeDBEngineVersionsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1113
+ })(DescribeDBEngineVersionsMessage || (DescribeDBEngineVersionsMessage = {}));
1114
+ export var DBInstanceAutomatedBackupMessage;
1115
+ (function (DBInstanceAutomatedBackupMessage) {
1116
+ DBInstanceAutomatedBackupMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1117
+ })(DBInstanceAutomatedBackupMessage || (DBInstanceAutomatedBackupMessage = {}));
1118
+ export var DescribeDBInstanceAutomatedBackupsMessage;
1119
+ (function (DescribeDBInstanceAutomatedBackupsMessage) {
1120
+ DescribeDBInstanceAutomatedBackupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1121
+ })(DescribeDBInstanceAutomatedBackupsMessage || (DescribeDBInstanceAutomatedBackupsMessage = {}));
1122
+ export var DBInstanceMessage;
1123
+ (function (DBInstanceMessage) {
1124
+ DBInstanceMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1125
+ })(DBInstanceMessage || (DBInstanceMessage = {}));
1126
+ export var DescribeDBInstancesMessage;
1127
+ (function (DescribeDBInstancesMessage) {
1128
+ DescribeDBInstancesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1129
+ })(DescribeDBInstancesMessage || (DescribeDBInstancesMessage = {}));
1130
+ export var DescribeDBLogFilesMessage;
1131
+ (function (DescribeDBLogFilesMessage) {
1132
+ DescribeDBLogFilesMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1133
+ })(DescribeDBLogFilesMessage || (DescribeDBLogFilesMessage = {}));
1134
+ export var DescribeDBLogFilesDetails;
1135
+ (function (DescribeDBLogFilesDetails) {
1136
+ DescribeDBLogFilesDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1137
+ })(DescribeDBLogFilesDetails || (DescribeDBLogFilesDetails = {}));
1138
+ export var DescribeDBLogFilesResponse;
1139
+ (function (DescribeDBLogFilesResponse) {
1140
+ DescribeDBLogFilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1141
+ })(DescribeDBLogFilesResponse || (DescribeDBLogFilesResponse = {}));
1142
+ export var DBParameterGroupsMessage;
1143
+ (function (DBParameterGroupsMessage) {
1144
+ DBParameterGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1145
+ })(DBParameterGroupsMessage || (DBParameterGroupsMessage = {}));
1146
+ export var DescribeDBParameterGroupsMessage;
1147
+ (function (DescribeDBParameterGroupsMessage) {
1148
+ DescribeDBParameterGroupsMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1149
+ })(DescribeDBParameterGroupsMessage || (DescribeDBParameterGroupsMessage = {}));
1150
+ export var DBParameterGroupDetails;
1151
+ (function (DBParameterGroupDetails) {
1152
+ DBParameterGroupDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1153
+ })(DBParameterGroupDetails || (DBParameterGroupDetails = {}));
1154
+ export var DescribeDBParametersMessage;
1155
+ (function (DescribeDBParametersMessage) {
1156
+ DescribeDBParametersMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1157
+ })(DescribeDBParametersMessage || (DescribeDBParametersMessage = {}));
1158
+ export var DescribeDBProxiesRequest;
1159
+ (function (DescribeDBProxiesRequest) {
1160
+ DescribeDBProxiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1161
+ })(DescribeDBProxiesRequest || (DescribeDBProxiesRequest = {}));
1162
+ export var DescribeDBProxiesResponse;
1163
+ (function (DescribeDBProxiesResponse) {
1164
+ DescribeDBProxiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1165
+ })(DescribeDBProxiesResponse || (DescribeDBProxiesResponse = {}));
1166
+ export var DescribeDBProxyEndpointsRequest;
1167
+ (function (DescribeDBProxyEndpointsRequest) {
1168
+ DescribeDBProxyEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1169
+ })(DescribeDBProxyEndpointsRequest || (DescribeDBProxyEndpointsRequest = {}));
1170
+ export var DescribeDBProxyEndpointsResponse;
1171
+ (function (DescribeDBProxyEndpointsResponse) {
1172
+ DescribeDBProxyEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1173
+ })(DescribeDBProxyEndpointsResponse || (DescribeDBProxyEndpointsResponse = {}));
1174
+ export var DescribeDBProxyTargetGroupsRequest;
1175
+ (function (DescribeDBProxyTargetGroupsRequest) {
1176
+ DescribeDBProxyTargetGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1177
+ })(DescribeDBProxyTargetGroupsRequest || (DescribeDBProxyTargetGroupsRequest = {}));
1178
+ export var ConnectionPoolConfigurationInfo;
1179
+ (function (ConnectionPoolConfigurationInfo) {
1180
+ ConnectionPoolConfigurationInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1181
+ })(ConnectionPoolConfigurationInfo || (ConnectionPoolConfigurationInfo = {}));
1182
+ export var DBProxyTargetGroup;
1183
+ (function (DBProxyTargetGroup) {
1184
+ DBProxyTargetGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1185
+ })(DBProxyTargetGroup || (DBProxyTargetGroup = {}));
1186
+ export var DescribeDBProxyTargetGroupsResponse;
1187
+ (function (DescribeDBProxyTargetGroupsResponse) {
1188
+ DescribeDBProxyTargetGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1189
+ })(DescribeDBProxyTargetGroupsResponse || (DescribeDBProxyTargetGroupsResponse = {}));
1190
+ export var DescribeDBProxyTargetsRequest;
1191
+ (function (DescribeDBProxyTargetsRequest) {
1192
+ DescribeDBProxyTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1193
+ })(DescribeDBProxyTargetsRequest || (DescribeDBProxyTargetsRequest = {}));
1194
+ export var TargetRole;
1195
+ (function (TargetRole) {
1196
+ TargetRole["READ_ONLY"] = "READ_ONLY";
1197
+ TargetRole["READ_WRITE"] = "READ_WRITE";
1198
+ TargetRole["UNKNOWN"] = "UNKNOWN";
1199
+ })(TargetRole || (TargetRole = {}));
1200
+ export var TargetHealthReason;
1201
+ (function (TargetHealthReason) {
1202
+ TargetHealthReason["AUTH_FAILURE"] = "AUTH_FAILURE";
1203
+ TargetHealthReason["CONNECTION_FAILED"] = "CONNECTION_FAILED";
1204
+ TargetHealthReason["INVALID_REPLICATION_STATE"] = "INVALID_REPLICATION_STATE";
1205
+ TargetHealthReason["PENDING_PROXY_CAPACITY"] = "PENDING_PROXY_CAPACITY";
1206
+ TargetHealthReason["UNREACHABLE"] = "UNREACHABLE";
1207
+ })(TargetHealthReason || (TargetHealthReason = {}));
1208
+ export var TargetState;
1209
+ (function (TargetState) {
1210
+ TargetState["available"] = "AVAILABLE";
1211
+ TargetState["registering"] = "REGISTERING";
1212
+ TargetState["unavailable"] = "UNAVAILABLE";
1213
+ })(TargetState || (TargetState = {}));
1214
+ export var TargetHealth;
1215
+ (function (TargetHealth) {
1216
+ TargetHealth.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1217
+ })(TargetHealth || (TargetHealth = {}));
1218
+ export var TargetType;
1219
+ (function (TargetType) {
1220
+ TargetType["RDS_INSTANCE"] = "RDS_INSTANCE";
1221
+ TargetType["RDS_SERVERLESS_ENDPOINT"] = "RDS_SERVERLESS_ENDPOINT";
1222
+ TargetType["TRACKED_CLUSTER"] = "TRACKED_CLUSTER";
1223
+ })(TargetType || (TargetType = {}));
1224
+ export var DBProxyTarget;
1225
+ (function (DBProxyTarget) {
1226
+ DBProxyTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1227
+ })(DBProxyTarget || (DBProxyTarget = {}));
1228
+ export var DescribeDBProxyTargetsResponse;
1229
+ (function (DescribeDBProxyTargetsResponse) {
1230
+ DescribeDBProxyTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1231
+ })(DescribeDBProxyTargetsResponse || (DescribeDBProxyTargetsResponse = {}));