@aws-sdk/client-neptune 3.478.0 → 3.481.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 (281) hide show
  1. package/dist-cjs/commands/AddRoleToDBClusterCommand.js +18 -41
  2. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
  4. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  5. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  6. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +19 -42
  7. package/dist-cjs/commands/CopyDBParameterGroupCommand.js +18 -41
  8. package/dist-cjs/commands/CreateDBClusterCommand.js +19 -42
  9. package/dist-cjs/commands/CreateDBClusterEndpointCommand.js +18 -41
  10. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  11. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +18 -41
  12. package/dist-cjs/commands/CreateDBInstanceCommand.js +18 -41
  13. package/dist-cjs/commands/CreateDBParameterGroupCommand.js +18 -41
  14. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +18 -41
  15. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +18 -41
  16. package/dist-cjs/commands/CreateGlobalClusterCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteDBClusterCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteDBClusterEndpointCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  21. package/dist-cjs/commands/DeleteDBInstanceCommand.js +18 -41
  22. package/dist-cjs/commands/DeleteDBParameterGroupCommand.js +18 -41
  23. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +18 -41
  24. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +18 -41
  25. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeDBClusterEndpointsCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  30. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  31. package/dist-cjs/commands/DescribeDBClustersCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +18 -41
  33. package/dist-cjs/commands/DescribeDBInstancesCommand.js +18 -41
  34. package/dist-cjs/commands/DescribeDBParameterGroupsCommand.js +18 -41
  35. package/dist-cjs/commands/DescribeDBParametersCommand.js +18 -41
  36. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  37. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  38. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +18 -41
  39. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +18 -41
  40. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +18 -41
  41. package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
  42. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +18 -41
  43. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  44. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  45. package/dist-cjs/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
  46. package/dist-cjs/commands/FailoverDBClusterCommand.js +18 -41
  47. package/dist-cjs/commands/FailoverGlobalClusterCommand.js +18 -41
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  49. package/dist-cjs/commands/ModifyDBClusterCommand.js +18 -41
  50. package/dist-cjs/commands/ModifyDBClusterEndpointCommand.js +18 -41
  51. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  52. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  53. package/dist-cjs/commands/ModifyDBInstanceCommand.js +18 -41
  54. package/dist-cjs/commands/ModifyDBParameterGroupCommand.js +18 -41
  55. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +18 -41
  56. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +18 -41
  57. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +18 -41
  58. package/dist-cjs/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
  59. package/dist-cjs/commands/RebootDBInstanceCommand.js +18 -41
  60. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +18 -41
  61. package/dist-cjs/commands/RemoveRoleFromDBClusterCommand.js +18 -41
  62. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  63. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
  64. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  65. package/dist-cjs/commands/ResetDBParameterGroupCommand.js +18 -41
  66. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  67. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  68. package/dist-cjs/commands/StartDBClusterCommand.js +18 -41
  69. package/dist-cjs/commands/StopDBClusterCommand.js +18 -41
  70. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  71. package/dist-es/commands/AddRoleToDBClusterCommand.js +18 -41
  72. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +18 -41
  73. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  74. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +18 -41
  75. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +18 -41
  76. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +19 -42
  77. package/dist-es/commands/CopyDBParameterGroupCommand.js +18 -41
  78. package/dist-es/commands/CreateDBClusterCommand.js +19 -42
  79. package/dist-es/commands/CreateDBClusterEndpointCommand.js +18 -41
  80. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +18 -41
  81. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +18 -41
  82. package/dist-es/commands/CreateDBInstanceCommand.js +18 -41
  83. package/dist-es/commands/CreateDBParameterGroupCommand.js +18 -41
  84. package/dist-es/commands/CreateDBSubnetGroupCommand.js +18 -41
  85. package/dist-es/commands/CreateEventSubscriptionCommand.js +18 -41
  86. package/dist-es/commands/CreateGlobalClusterCommand.js +18 -41
  87. package/dist-es/commands/DeleteDBClusterCommand.js +18 -41
  88. package/dist-es/commands/DeleteDBClusterEndpointCommand.js +18 -41
  89. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +18 -41
  90. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +18 -41
  91. package/dist-es/commands/DeleteDBInstanceCommand.js +18 -41
  92. package/dist-es/commands/DeleteDBParameterGroupCommand.js +18 -41
  93. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +18 -41
  94. package/dist-es/commands/DeleteEventSubscriptionCommand.js +18 -41
  95. package/dist-es/commands/DeleteGlobalClusterCommand.js +18 -41
  96. package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +18 -41
  97. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +18 -41
  98. package/dist-es/commands/DescribeDBClusterParametersCommand.js +18 -41
  99. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +18 -41
  100. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +18 -41
  101. package/dist-es/commands/DescribeDBClustersCommand.js +18 -41
  102. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +18 -41
  103. package/dist-es/commands/DescribeDBInstancesCommand.js +18 -41
  104. package/dist-es/commands/DescribeDBParameterGroupsCommand.js +18 -41
  105. package/dist-es/commands/DescribeDBParametersCommand.js +18 -41
  106. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +18 -41
  107. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +18 -41
  108. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +18 -41
  109. package/dist-es/commands/DescribeEventCategoriesCommand.js +18 -41
  110. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +18 -41
  111. package/dist-es/commands/DescribeEventsCommand.js +18 -41
  112. package/dist-es/commands/DescribeGlobalClustersCommand.js +18 -41
  113. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +18 -41
  114. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +18 -41
  115. package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +18 -41
  116. package/dist-es/commands/FailoverDBClusterCommand.js +18 -41
  117. package/dist-es/commands/FailoverGlobalClusterCommand.js +18 -41
  118. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  119. package/dist-es/commands/ModifyDBClusterCommand.js +18 -41
  120. package/dist-es/commands/ModifyDBClusterEndpointCommand.js +18 -41
  121. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +18 -41
  122. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +18 -41
  123. package/dist-es/commands/ModifyDBInstanceCommand.js +18 -41
  124. package/dist-es/commands/ModifyDBParameterGroupCommand.js +18 -41
  125. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +18 -41
  126. package/dist-es/commands/ModifyEventSubscriptionCommand.js +18 -41
  127. package/dist-es/commands/ModifyGlobalClusterCommand.js +18 -41
  128. package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +18 -41
  129. package/dist-es/commands/RebootDBInstanceCommand.js +18 -41
  130. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +18 -41
  131. package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +18 -41
  132. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +18 -41
  133. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  134. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +18 -41
  135. package/dist-es/commands/ResetDBParameterGroupCommand.js +18 -41
  136. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +18 -41
  137. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +18 -41
  138. package/dist-es/commands/StartDBClusterCommand.js +18 -41
  139. package/dist-es/commands/StopDBClusterCommand.js +18 -41
  140. package/dist-es/endpoint/EndpointParameters.js +6 -0
  141. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +6 -21
  142. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +6 -21
  143. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  144. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -21
  145. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +6 -21
  146. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +6 -21
  147. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +6 -21
  151. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +6 -21
  152. package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -21
  153. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +6 -21
  154. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +6 -21
  155. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -21
  156. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +6 -21
  157. package/dist-types/commands/DeleteDBClusterCommand.d.ts +6 -21
  158. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +6 -21
  159. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +6 -21
  160. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +6 -21
  161. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -21
  162. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +6 -21
  163. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +6 -21
  164. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -21
  165. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -21
  168. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -21
  169. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +6 -21
  170. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +6 -21
  171. package/dist-types/commands/DescribeDBClustersCommand.d.ts +6 -21
  172. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +6 -21
  173. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +6 -21
  174. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -21
  175. package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -21
  176. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +6 -21
  177. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +6 -21
  178. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +6 -21
  179. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -21
  180. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -21
  181. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
  182. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +6 -21
  183. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -21
  184. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -21
  185. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +6 -21
  186. package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -21
  187. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +6 -21
  188. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  189. package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -21
  190. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +6 -21
  191. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +6 -21
  192. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +6 -21
  193. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -21
  194. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +6 -21
  195. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +6 -21
  196. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -21
  197. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +6 -21
  198. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +6 -21
  199. package/dist-types/commands/RebootDBInstanceCommand.d.ts +6 -21
  200. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -21
  201. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +6 -21
  202. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +6 -21
  203. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  204. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +6 -21
  205. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +6 -21
  206. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -21
  207. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -21
  208. package/dist-types/commands/StartDBClusterCommand.d.ts +6 -21
  209. package/dist-types/commands/StopDBClusterCommand.d.ts +6 -21
  210. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  211. package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +12 -24
  278. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  281. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ApplyPendingMaintenanceActionCommand, se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class ApplyPendingMaintenanceActionCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ApplyPendingMaintenanceActionCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptuneClient";
26
- const commandName = "ApplyPendingMaintenanceActionCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonRDSv19",
35
- operation: "ApplyPendingMaintenanceAction",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ApplyPendingMaintenanceActionCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ApplyPendingMaintenanceActionCommand(output, context);
46
- }
7
+ export class ApplyPendingMaintenanceActionCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
19
+ .n("NeptuneClient", "ApplyPendingMaintenanceActionCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ApplyPendingMaintenanceActionCommand)
22
+ .de(de_ApplyPendingMaintenanceActionCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class CopyDBClusterParameterGroupCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CopyDBClusterParameterGroupCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptuneClient";
26
- const commandName = "CopyDBClusterParameterGroupCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonRDSv19",
35
- operation: "CopyDBClusterParameterGroup",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CopyDBClusterParameterGroupCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CopyDBClusterParameterGroupCommand(output, context);
46
- }
7
+ export class CopyDBClusterParameterGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
19
+ .n("NeptuneClient", "CopyDBClusterParameterGroupCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CopyDBClusterParameterGroupCommand)
22
+ .de(de_CopyDBClusterParameterGroupCommand)
23
+ .build() {
47
24
  }
@@ -2,48 +2,25 @@ import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { commonParams } from "../endpoint/EndpointParameters";
6
6
  import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query";
7
7
  export { $Command };
8
- export class CopyDBClusterSnapshotCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, CopyDBClusterSnapshotCommand.getEndpointParameterInstructions()));
24
- this.middlewareStack.use(getCrossRegionPresignedUrlPlugin(configuration));
25
- const stack = clientStack.concat(this.middlewareStack);
26
- const { logger } = configuration;
27
- const clientName = "NeptuneClient";
28
- const commandName = "CopyDBClusterSnapshotCommand";
29
- const handlerExecutionContext = {
30
- logger,
31
- clientName,
32
- commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
- [SMITHY_CONTEXT_KEY]: {
36
- service: "AmazonRDSv19",
37
- operation: "CopyDBClusterSnapshot",
38
- },
39
- };
40
- const { requestHandler } = configuration;
41
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
42
- }
43
- serialize(input, context) {
44
- return se_CopyDBClusterSnapshotCommand(input, context);
45
- }
46
- deserialize(output, context) {
47
- return de_CopyDBClusterSnapshotCommand(output, context);
48
- }
8
+ export class CopyDBClusterSnapshotCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ getCrossRegionPresignedUrlPlugin(config),
18
+ ];
19
+ })
20
+ .s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
21
+ .n("NeptuneClient", "CopyDBClusterSnapshotCommand")
22
+ .f(void 0, void 0)
23
+ .ser(se_CopyDBClusterSnapshotCommand)
24
+ .de(de_CopyDBClusterSnapshotCommand)
25
+ .build() {
49
26
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CopyDBParameterGroupCommand, se_CopyDBParameterGroupCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class CopyDBParameterGroupCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CopyDBParameterGroupCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptuneClient";
26
- const commandName = "CopyDBParameterGroupCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonRDSv19",
35
- operation: "CopyDBParameterGroup",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CopyDBParameterGroupCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CopyDBParameterGroupCommand(output, context);
46
- }
7
+ export class CopyDBParameterGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonRDSv19", "CopyDBParameterGroup", {})
19
+ .n("NeptuneClient", "CopyDBParameterGroupCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CopyDBParameterGroupCommand)
22
+ .de(de_CopyDBParameterGroupCommand)
23
+ .build() {
47
24
  }
@@ -2,48 +2,25 @@ import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
+ import { commonParams } from "../endpoint/EndpointParameters";
6
6
  import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query";
7
7
  export { $Command };
8
- export class CreateDBClusterCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDBClusterCommand.getEndpointParameterInstructions()));
24
- this.middlewareStack.use(getCrossRegionPresignedUrlPlugin(configuration));
25
- const stack = clientStack.concat(this.middlewareStack);
26
- const { logger } = configuration;
27
- const clientName = "NeptuneClient";
28
- const commandName = "CreateDBClusterCommand";
29
- const handlerExecutionContext = {
30
- logger,
31
- clientName,
32
- commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
- [SMITHY_CONTEXT_KEY]: {
36
- service: "AmazonRDSv19",
37
- operation: "CreateDBCluster",
38
- },
39
- };
40
- const { requestHandler } = configuration;
41
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
42
- }
43
- serialize(input, context) {
44
- return se_CreateDBClusterCommand(input, context);
45
- }
46
- deserialize(output, context) {
47
- return de_CreateDBClusterCommand(output, context);
48
- }
8
+ export class CreateDBClusterCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ getCrossRegionPresignedUrlPlugin(config),
18
+ ];
19
+ })
20
+ .s("AmazonRDSv19", "CreateDBCluster", {})
21
+ .n("NeptuneClient", "CreateDBClusterCommand")
22
+ .f(void 0, void 0)
23
+ .ser(se_CreateDBClusterCommand)
24
+ .de(de_CreateDBClusterCommand)
25
+ .build() {
49
26
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateDBClusterEndpointCommand, se_CreateDBClusterEndpointCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class CreateDBClusterEndpointCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDBClusterEndpointCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptuneClient";
26
- const commandName = "CreateDBClusterEndpointCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonRDSv19",
35
- operation: "CreateDBClusterEndpoint",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateDBClusterEndpointCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateDBClusterEndpointCommand(output, context);
46
- }
7
+ export class CreateDBClusterEndpointCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonRDSv19", "CreateDBClusterEndpoint", {})
19
+ .n("NeptuneClient", "CreateDBClusterEndpointCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateDBClusterEndpointCommand)
22
+ .de(de_CreateDBClusterEndpointCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateDBClusterParameterGroupCommand, se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class CreateDBClusterParameterGroupCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDBClusterParameterGroupCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptuneClient";
26
- const commandName = "CreateDBClusterParameterGroupCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonRDSv19",
35
- operation: "CreateDBClusterParameterGroup",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateDBClusterParameterGroupCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateDBClusterParameterGroupCommand(output, context);
46
- }
7
+ export class CreateDBClusterParameterGroupCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
19
+ .n("NeptuneClient", "CreateDBClusterParameterGroupCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateDBClusterParameterGroupCommand)
22
+ .de(de_CreateDBClusterParameterGroupCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query";
6
6
  export { $Command };
7
- export class CreateDBClusterSnapshotCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDBClusterSnapshotCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptuneClient";
26
- const commandName = "CreateDBClusterSnapshotCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonRDSv19",
35
- operation: "CreateDBClusterSnapshot",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_CreateDBClusterSnapshotCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_CreateDBClusterSnapshotCommand(output, context);
46
- }
7
+ export class CreateDBClusterSnapshotCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
19
+ .n("NeptuneClient", "CreateDBClusterSnapshotCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateDBClusterSnapshotCommand)
22
+ .de(de_CreateDBClusterSnapshotCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { CreateDBInstanceMessageFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query";
7
7
  export { $Command };
8
- export class CreateDBInstanceCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, CreateDBInstanceCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "NeptuneClient";
27
- const commandName = "CreateDBInstanceCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: CreateDBInstanceMessageFilterSensitiveLog,
33
- outputFilterSensitiveLog: (_) => _,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AmazonRDSv19",
36
- operation: "CreateDBInstance",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_CreateDBInstanceCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_CreateDBInstanceCommand(output, context);
47
- }
8
+ export class CreateDBInstanceCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AmazonRDSv19", "CreateDBInstance", {})
20
+ .n("NeptuneClient", "CreateDBInstanceCommand")
21
+ .f(CreateDBInstanceMessageFilterSensitiveLog, void 0)
22
+ .ser(se_CreateDBInstanceCommand)
23
+ .de(de_CreateDBInstanceCommand)
24
+ .build() {
48
25
  }