@aws-sdk/client-rds 3.131.0 → 3.137.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 (315) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/RDS.js +15 -0
  3. package/dist-cjs/commands/AddRoleToDBClusterCommand.js +1 -1
  4. package/dist-cjs/commands/AddRoleToDBInstanceCommand.js +1 -1
  5. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -2
  6. package/dist-cjs/commands/AddTagsToResourceCommand.js +1 -1
  7. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
  8. package/dist-cjs/commands/AuthorizeDBSecurityGroupIngressCommand.js +2 -2
  9. package/dist-cjs/commands/BacktrackDBClusterCommand.js +2 -2
  10. package/dist-cjs/commands/CancelExportTaskCommand.js +2 -2
  11. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +2 -2
  12. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +2 -2
  13. package/dist-cjs/commands/CopyDBParameterGroupCommand.js +2 -2
  14. package/dist-cjs/commands/CopyDBSnapshotCommand.js +2 -2
  15. package/dist-cjs/commands/CopyOptionGroupCommand.js +2 -2
  16. package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +2 -2
  17. package/dist-cjs/commands/CreateDBClusterCommand.js +2 -2
  18. package/dist-cjs/commands/CreateDBClusterEndpointCommand.js +2 -2
  19. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +2 -2
  20. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +2 -2
  21. package/dist-cjs/commands/CreateDBInstanceCommand.js +2 -2
  22. package/dist-cjs/commands/CreateDBInstanceReadReplicaCommand.js +2 -2
  23. package/dist-cjs/commands/CreateDBParameterGroupCommand.js +2 -2
  24. package/dist-cjs/commands/CreateDBProxyCommand.js +2 -2
  25. package/dist-cjs/commands/CreateDBProxyEndpointCommand.js +2 -2
  26. package/dist-cjs/commands/CreateDBSecurityGroupCommand.js +2 -2
  27. package/dist-cjs/commands/CreateDBSnapshotCommand.js +2 -2
  28. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +2 -2
  29. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +2 -2
  30. package/dist-cjs/commands/CreateGlobalClusterCommand.js +2 -2
  31. package/dist-cjs/commands/CreateOptionGroupCommand.js +2 -2
  32. package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +2 -2
  33. package/dist-cjs/commands/DeleteDBClusterCommand.js +2 -2
  34. package/dist-cjs/commands/DeleteDBClusterEndpointCommand.js +2 -2
  35. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +1 -1
  36. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +2 -2
  37. package/dist-cjs/commands/DeleteDBInstanceAutomatedBackupCommand.js +2 -2
  38. package/dist-cjs/commands/DeleteDBInstanceCommand.js +2 -2
  39. package/dist-cjs/commands/DeleteDBParameterGroupCommand.js +1 -1
  40. package/dist-cjs/commands/DeleteDBProxyCommand.js +2 -2
  41. package/dist-cjs/commands/DeleteDBProxyEndpointCommand.js +2 -2
  42. package/dist-cjs/commands/DeleteDBSecurityGroupCommand.js +1 -1
  43. package/dist-cjs/commands/DeleteDBSnapshotCommand.js +2 -2
  44. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +1 -1
  45. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +2 -2
  46. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +2 -2
  47. package/dist-cjs/commands/DeleteOptionGroupCommand.js +1 -1
  48. package/dist-cjs/commands/DeregisterDBProxyTargetsCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +2 -2
  50. package/dist-cjs/commands/DescribeCertificatesCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeDBClusterBacktracksCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeDBClusterEndpointsCommand.js +2 -2
  53. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +2 -2
  54. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +2 -2
  55. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -2
  56. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +2 -2
  57. package/dist-cjs/commands/DescribeDBClustersCommand.js +2 -2
  58. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +2 -2
  59. package/dist-cjs/commands/DescribeDBInstanceAutomatedBackupsCommand.js +2 -2
  60. package/dist-cjs/commands/DescribeDBInstancesCommand.js +2 -2
  61. package/dist-cjs/commands/DescribeDBLogFilesCommand.js +2 -2
  62. package/dist-cjs/commands/DescribeDBParameterGroupsCommand.js +2 -2
  63. package/dist-cjs/commands/DescribeDBParametersCommand.js +2 -2
  64. package/dist-cjs/commands/DescribeDBProxiesCommand.js +2 -2
  65. package/dist-cjs/commands/DescribeDBProxyEndpointsCommand.js +2 -2
  66. package/dist-cjs/commands/DescribeDBProxyTargetGroupsCommand.js +2 -2
  67. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -2
  68. package/dist-cjs/commands/DescribeDBSecurityGroupsCommand.js +2 -2
  69. package/dist-cjs/commands/DescribeDBSnapshotAttributesCommand.js +2 -2
  70. package/dist-cjs/commands/DescribeDBSnapshotsCommand.js +2 -2
  71. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +2 -2
  72. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -2
  73. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +2 -2
  74. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +2 -2
  75. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +2 -2
  76. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  77. package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -2
  78. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +2 -2
  79. package/dist-cjs/commands/DescribeOptionGroupOptionsCommand.js +2 -2
  80. package/dist-cjs/commands/DescribeOptionGroupsCommand.js +2 -2
  81. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -2
  82. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
  83. package/dist-cjs/commands/DescribeReservedDBInstancesCommand.js +2 -2
  84. package/dist-cjs/commands/DescribeReservedDBInstancesOfferingsCommand.js +2 -2
  85. package/dist-cjs/commands/DescribeSourceRegionsCommand.js +2 -2
  86. package/dist-cjs/commands/DescribeValidDBInstanceModificationsCommand.js +2 -2
  87. package/dist-cjs/commands/DownloadDBLogFilePortionCommand.js +2 -2
  88. package/dist-cjs/commands/FailoverDBClusterCommand.js +2 -2
  89. package/dist-cjs/commands/FailoverGlobalClusterCommand.js +2 -2
  90. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  91. package/dist-cjs/commands/ModifyActivityStreamCommand.js +36 -0
  92. package/dist-cjs/commands/ModifyCertificatesCommand.js +2 -2
  93. package/dist-cjs/commands/ModifyCurrentDBClusterCapacityCommand.js +2 -2
  94. package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +2 -2
  95. package/dist-cjs/commands/ModifyDBClusterCommand.js +2 -2
  96. package/dist-cjs/commands/ModifyDBClusterEndpointCommand.js +2 -2
  97. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +2 -2
  98. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -2
  99. package/dist-cjs/commands/ModifyDBInstanceCommand.js +2 -2
  100. package/dist-cjs/commands/ModifyDBParameterGroupCommand.js +2 -2
  101. package/dist-cjs/commands/ModifyDBProxyCommand.js +2 -2
  102. package/dist-cjs/commands/ModifyDBProxyEndpointCommand.js +2 -2
  103. package/dist-cjs/commands/ModifyDBProxyTargetGroupCommand.js +2 -2
  104. package/dist-cjs/commands/ModifyDBSnapshotAttributeCommand.js +2 -2
  105. package/dist-cjs/commands/ModifyDBSnapshotCommand.js +2 -2
  106. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +2 -2
  107. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +2 -2
  108. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +2 -2
  109. package/dist-cjs/commands/ModifyOptionGroupCommand.js +2 -2
  110. package/dist-cjs/commands/PromoteReadReplicaCommand.js +2 -2
  111. package/dist-cjs/commands/PromoteReadReplicaDBClusterCommand.js +2 -2
  112. package/dist-cjs/commands/PurchaseReservedDBInstancesOfferingCommand.js +2 -2
  113. package/dist-cjs/commands/RebootDBClusterCommand.js +2 -2
  114. package/dist-cjs/commands/RebootDBInstanceCommand.js +2 -2
  115. package/dist-cjs/commands/RegisterDBProxyTargetsCommand.js +2 -2
  116. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +2 -2
  117. package/dist-cjs/commands/RemoveRoleFromDBClusterCommand.js +1 -1
  118. package/dist-cjs/commands/RemoveRoleFromDBInstanceCommand.js +1 -1
  119. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -2
  120. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +1 -1
  121. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +2 -2
  122. package/dist-cjs/commands/ResetDBParameterGroupCommand.js +2 -2
  123. package/dist-cjs/commands/RestoreDBClusterFromS3Command.js +2 -2
  124. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +2 -2
  125. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +2 -2
  126. package/dist-cjs/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -2
  127. package/dist-cjs/commands/RestoreDBInstanceFromS3Command.js +2 -2
  128. package/dist-cjs/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -2
  129. package/dist-cjs/commands/RevokeDBSecurityGroupIngressCommand.js +2 -2
  130. package/dist-cjs/commands/StartActivityStreamCommand.js +2 -2
  131. package/dist-cjs/commands/StartDBClusterCommand.js +2 -2
  132. package/dist-cjs/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -2
  133. package/dist-cjs/commands/StartDBInstanceCommand.js +2 -2
  134. package/dist-cjs/commands/StartExportTaskCommand.js +2 -2
  135. package/dist-cjs/commands/StopActivityStreamCommand.js +2 -2
  136. package/dist-cjs/commands/StopDBClusterCommand.js +2 -2
  137. package/dist-cjs/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +2 -2
  138. package/dist-cjs/commands/StopDBInstanceCommand.js +2 -2
  139. package/dist-cjs/commands/index.js +1 -0
  140. package/dist-cjs/models/models_0.js +757 -1128
  141. package/dist-cjs/models/models_1.js +621 -904
  142. package/dist-cjs/protocols/Aws_query.js +104 -5
  143. package/dist-es/RDS.js +15 -0
  144. package/dist-es/commands/AddRoleToDBClusterCommand.js +2 -2
  145. package/dist-es/commands/AddRoleToDBInstanceCommand.js +2 -2
  146. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -3
  147. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  148. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  149. package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +3 -3
  150. package/dist-es/commands/BacktrackDBClusterCommand.js +3 -3
  151. package/dist-es/commands/CancelExportTaskCommand.js +3 -3
  152. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +3 -3
  153. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +3 -3
  154. package/dist-es/commands/CopyDBParameterGroupCommand.js +3 -3
  155. package/dist-es/commands/CopyDBSnapshotCommand.js +3 -3
  156. package/dist-es/commands/CopyOptionGroupCommand.js +3 -3
  157. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +3 -3
  158. package/dist-es/commands/CreateDBClusterCommand.js +3 -3
  159. package/dist-es/commands/CreateDBClusterEndpointCommand.js +3 -3
  160. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +3 -3
  161. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +3 -3
  162. package/dist-es/commands/CreateDBInstanceCommand.js +3 -3
  163. package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +3 -3
  164. package/dist-es/commands/CreateDBParameterGroupCommand.js +3 -3
  165. package/dist-es/commands/CreateDBProxyCommand.js +3 -3
  166. package/dist-es/commands/CreateDBProxyEndpointCommand.js +3 -3
  167. package/dist-es/commands/CreateDBSecurityGroupCommand.js +3 -3
  168. package/dist-es/commands/CreateDBSnapshotCommand.js +3 -3
  169. package/dist-es/commands/CreateDBSubnetGroupCommand.js +3 -3
  170. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -3
  171. package/dist-es/commands/CreateGlobalClusterCommand.js +3 -3
  172. package/dist-es/commands/CreateOptionGroupCommand.js +3 -3
  173. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +3 -3
  174. package/dist-es/commands/DeleteDBClusterCommand.js +3 -3
  175. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +3 -3
  176. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -2
  177. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +3 -3
  178. package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +3 -3
  179. package/dist-es/commands/DeleteDBInstanceCommand.js +3 -3
  180. package/dist-es/commands/DeleteDBParameterGroupCommand.js +2 -2
  181. package/dist-es/commands/DeleteDBProxyCommand.js +3 -3
  182. package/dist-es/commands/DeleteDBProxyEndpointCommand.js +3 -3
  183. package/dist-es/commands/DeleteDBSecurityGroupCommand.js +2 -2
  184. package/dist-es/commands/DeleteDBSnapshotCommand.js +3 -3
  185. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -2
  186. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -3
  187. package/dist-es/commands/DeleteGlobalClusterCommand.js +3 -3
  188. package/dist-es/commands/DeleteOptionGroupCommand.js +2 -2
  189. package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +3 -3
  190. package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -3
  191. package/dist-es/commands/DescribeCertificatesCommand.js +3 -3
  192. package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +3 -3
  193. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +3 -3
  194. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +3 -3
  195. package/dist-es/commands/DescribeDBClusterParametersCommand.js +3 -3
  196. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -3
  197. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +3 -3
  198. package/dist-es/commands/DescribeDBClustersCommand.js +3 -3
  199. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +3 -3
  200. package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +3 -3
  201. package/dist-es/commands/DescribeDBInstancesCommand.js +3 -3
  202. package/dist-es/commands/DescribeDBLogFilesCommand.js +3 -3
  203. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +3 -3
  204. package/dist-es/commands/DescribeDBParametersCommand.js +3 -3
  205. package/dist-es/commands/DescribeDBProxiesCommand.js +3 -3
  206. package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +3 -3
  207. package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +3 -3
  208. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +3 -3
  209. package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +3 -3
  210. package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +4 -4
  211. package/dist-es/commands/DescribeDBSnapshotsCommand.js +3 -3
  212. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +3 -3
  213. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -3
  214. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -3
  215. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -3
  216. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -3
  217. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  218. package/dist-es/commands/DescribeExportTasksCommand.js +3 -3
  219. package/dist-es/commands/DescribeGlobalClustersCommand.js +3 -3
  220. package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +3 -3
  221. package/dist-es/commands/DescribeOptionGroupsCommand.js +3 -3
  222. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -3
  223. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  224. package/dist-es/commands/DescribeReservedDBInstancesCommand.js +3 -3
  225. package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +3 -3
  226. package/dist-es/commands/DescribeSourceRegionsCommand.js +3 -3
  227. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +3 -3
  228. package/dist-es/commands/DownloadDBLogFilePortionCommand.js +3 -3
  229. package/dist-es/commands/FailoverDBClusterCommand.js +3 -3
  230. package/dist-es/commands/FailoverGlobalClusterCommand.js +3 -3
  231. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  232. package/dist-es/commands/ModifyActivityStreamCommand.js +39 -0
  233. package/dist-es/commands/ModifyCertificatesCommand.js +3 -3
  234. package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +3 -3
  235. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +4 -4
  236. package/dist-es/commands/ModifyDBClusterCommand.js +3 -3
  237. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +4 -4
  238. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +3 -3
  239. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -3
  240. package/dist-es/commands/ModifyDBInstanceCommand.js +3 -3
  241. package/dist-es/commands/ModifyDBParameterGroupCommand.js +3 -3
  242. package/dist-es/commands/ModifyDBProxyCommand.js +3 -3
  243. package/dist-es/commands/ModifyDBProxyEndpointCommand.js +3 -3
  244. package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +3 -3
  245. package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +3 -3
  246. package/dist-es/commands/ModifyDBSnapshotCommand.js +3 -3
  247. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +3 -3
  248. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -3
  249. package/dist-es/commands/ModifyGlobalClusterCommand.js +3 -3
  250. package/dist-es/commands/ModifyOptionGroupCommand.js +3 -3
  251. package/dist-es/commands/PromoteReadReplicaCommand.js +3 -3
  252. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +3 -3
  253. package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +3 -3
  254. package/dist-es/commands/RebootDBClusterCommand.js +3 -3
  255. package/dist-es/commands/RebootDBInstanceCommand.js +3 -3
  256. package/dist-es/commands/RegisterDBProxyTargetsCommand.js +3 -3
  257. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +3 -3
  258. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +2 -2
  259. package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +2 -2
  260. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -3
  261. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  262. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +3 -3
  263. package/dist-es/commands/ResetDBParameterGroupCommand.js +3 -3
  264. package/dist-es/commands/RestoreDBClusterFromS3Command.js +3 -3
  265. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +3 -3
  266. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +3 -3
  267. package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +3 -3
  268. package/dist-es/commands/RestoreDBInstanceFromS3Command.js +3 -3
  269. package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +3 -3
  270. package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +3 -3
  271. package/dist-es/commands/StartActivityStreamCommand.js +3 -3
  272. package/dist-es/commands/StartDBClusterCommand.js +3 -3
  273. package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +3 -3
  274. package/dist-es/commands/StartDBInstanceCommand.js +3 -3
  275. package/dist-es/commands/StartExportTaskCommand.js +4 -4
  276. package/dist-es/commands/StopActivityStreamCommand.js +3 -3
  277. package/dist-es/commands/StopDBClusterCommand.js +3 -3
  278. package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +3 -3
  279. package/dist-es/commands/StopDBInstanceCommand.js +3 -3
  280. package/dist-es/commands/index.js +1 -0
  281. package/dist-es/models/models_0.js +193 -748
  282. package/dist-es/models/models_1.js +158 -600
  283. package/dist-es/protocols/Aws_query.js +112 -0
  284. package/dist-types/RDS.d.ts +55 -68
  285. package/dist-types/RDSClient.d.ts +3 -2
  286. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  287. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +9 -42
  288. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
  289. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -3
  290. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  291. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -9
  292. package/dist-types/commands/CreateDBInstanceCommand.d.ts +8 -0
  293. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -2
  294. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  295. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  296. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -0
  297. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  298. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +39 -0
  299. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  300. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  301. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  302. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
  303. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  304. package/dist-types/commands/index.d.ts +1 -0
  305. package/dist-types/models/models_0.d.ts +1082 -1245
  306. package/dist-types/models/models_1.d.ts +812 -941
  307. package/dist-types/protocols/Aws_query.d.ts +3 -0
  308. package/dist-types/ts3.4/RDS.d.ts +5 -0
  309. package/dist-types/ts3.4/RDSClient.d.ts +3 -2
  310. package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +17 -0
  311. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  312. package/dist-types/ts3.4/models/models_0.d.ts +378 -753
  313. package/dist-types/ts3.4/models/models_1.d.ts +336 -599
  314. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  315. package/package.json +6 -6
@@ -88,6 +88,7 @@ import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOu
88
88
  import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "../commands/FailoverDBClusterCommand";
89
89
  import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "../commands/FailoverGlobalClusterCommand";
90
90
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
91
+ import { ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput } from "../commands/ModifyActivityStreamCommand";
91
92
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "../commands/ModifyCertificatesCommand";
92
93
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "../commands/ModifyCurrentDBClusterCapacityCommand";
93
94
  import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "../commands/ModifyCustomDBEngineVersionCommand";
@@ -223,6 +224,7 @@ export declare const serializeAws_queryDownloadDBLogFilePortionCommand: (input:
223
224
  export declare const serializeAws_queryFailoverDBClusterCommand: (input: FailoverDBClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
225
  export declare const serializeAws_queryFailoverGlobalClusterCommand: (input: FailoverGlobalClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
226
  export declare const serializeAws_queryListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ export declare const serializeAws_queryModifyActivityStreamCommand: (input: ModifyActivityStreamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
228
  export declare const serializeAws_queryModifyCertificatesCommand: (input: ModifyCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
229
  export declare const serializeAws_queryModifyCurrentDBClusterCapacityCommand: (input: ModifyCurrentDBClusterCapacityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
230
  export declare const serializeAws_queryModifyCustomDBEngineVersionCommand: (input: ModifyCustomDBEngineVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -358,6 +360,7 @@ export declare const deserializeAws_queryDownloadDBLogFilePortionCommand: (outpu
358
360
  export declare const deserializeAws_queryFailoverDBClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverDBClusterCommandOutput>;
359
361
  export declare const deserializeAws_queryFailoverGlobalClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FailoverGlobalClusterCommandOutput>;
360
362
  export declare const deserializeAws_queryListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
363
+ export declare const deserializeAws_queryModifyActivityStreamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyActivityStreamCommandOutput>;
361
364
  export declare const deserializeAws_queryModifyCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCertificatesCommandOutput>;
362
365
  export declare const deserializeAws_queryModifyCurrentDBClusterCapacityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
363
366
  export declare const deserializeAws_queryModifyCustomDBEngineVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyCustomDBEngineVersionCommandOutput>;
@@ -87,6 +87,7 @@ import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOu
87
87
  import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
88
88
  import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
89
89
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
90
+ import { ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput } from "./commands/ModifyActivityStreamCommand";
90
91
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
91
92
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
92
93
  import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "./commands/ModifyCustomDBEngineVersionCommand";
@@ -490,6 +491,10 @@ export declare class RDS extends RDSClient {
490
491
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
491
492
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
492
493
 
494
+ modifyActivityStream(args: ModifyActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<ModifyActivityStreamCommandOutput>;
495
+ modifyActivityStream(args: ModifyActivityStreamCommandInput, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
496
+ modifyActivityStream(args: ModifyActivityStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
497
+
493
498
  modifyCertificates(args: ModifyCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCertificatesCommandOutput>;
494
499
  modifyCertificates(args: ModifyCertificatesCommandInput, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
495
500
  modifyCertificates(args: ModifyCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCertificatesCommandOutput) => void): void;
@@ -94,6 +94,7 @@ import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOu
94
94
  import { FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput } from "./commands/FailoverDBClusterCommand";
95
95
  import { FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput } from "./commands/FailoverGlobalClusterCommand";
96
96
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
97
+ import { ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput } from "./commands/ModifyActivityStreamCommand";
97
98
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
98
99
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
99
100
  import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "./commands/ModifyCustomDBEngineVersionCommand";
@@ -141,8 +142,8 @@ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from
141
142
  import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
142
143
  import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
143
144
  import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
144
- export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
145
- export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
145
+ export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ListTagsForResourceCommandInput | ModifyActivityStreamCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBClusterCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
146
+ export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ListTagsForResourceCommandOutput | ModifyActivityStreamCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBClusterCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
146
147
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
147
148
 
148
149
  requestHandler?: __HttpHandler;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ModifyActivityStreamRequest, ModifyActivityStreamResponse } from "../models/models_1";
4
+ import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
+ export interface ModifyActivityStreamCommandInput extends ModifyActivityStreamRequest {
6
+ }
7
+ export interface ModifyActivityStreamCommandOutput extends ModifyActivityStreamResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ModifyActivityStreamCommand extends $Command<ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput, RDSClientResolvedConfig> {
11
+ readonly input: ModifyActivityStreamCommandInput;
12
+ constructor(input: ModifyActivityStreamCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -86,6 +86,7 @@ export * from "./DownloadDBLogFilePortionCommand";
86
86
  export * from "./FailoverDBClusterCommand";
87
87
  export * from "./FailoverGlobalClusterCommand";
88
88
  export * from "./ListTagsForResourceCommand";
89
+ export * from "./ModifyActivityStreamCommand";
89
90
  export * from "./ModifyCertificatesCommand";
90
91
  export * from "./ModifyCurrentDBClusterCapacityCommand";
91
92
  export * from "./ModifyCustomDBEngineVersionCommand";