@aws-sdk/client-dataexchange 3.31.0 → 3.35.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 (389) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/DataExchange.js +76 -1
  3. package/dist-cjs/DataExchange.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/DataExchangeClient.js +14 -14
  5. package/dist-cjs/DataExchangeClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CancelJobCommand.js +5 -5
  7. package/dist-cjs/commands/CancelJobCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateDataSetCommand.js +5 -5
  9. package/dist-cjs/commands/CreateDataSetCommand.js.map +1 -0
  10. package/dist-cjs/commands/CreateEventActionCommand.js +61 -0
  11. package/dist-cjs/commands/CreateEventActionCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateJobCommand.js +5 -5
  13. package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/CreateRevisionCommand.js +5 -5
  15. package/dist-cjs/commands/CreateRevisionCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteAssetCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteAssetCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DeleteDataSetCommand.js +5 -5
  19. package/dist-cjs/commands/DeleteDataSetCommand.js.map +1 -0
  20. package/dist-cjs/commands/DeleteEventActionCommand.js +61 -0
  21. package/dist-cjs/commands/DeleteEventActionCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DeleteRevisionCommand.js +5 -5
  23. package/dist-cjs/commands/DeleteRevisionCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetAssetCommand.js +5 -5
  25. package/dist-cjs/commands/GetAssetCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetDataSetCommand.js +5 -5
  27. package/dist-cjs/commands/GetDataSetCommand.js.map +1 -0
  28. package/dist-cjs/commands/GetEventActionCommand.js +61 -0
  29. package/dist-cjs/commands/GetEventActionCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/GetJobCommand.js +5 -5
  31. package/dist-cjs/commands/GetJobCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/GetRevisionCommand.js +5 -5
  33. package/dist-cjs/commands/GetRevisionCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListDataSetRevisionsCommand.js +5 -5
  35. package/dist-cjs/commands/ListDataSetRevisionsCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/ListDataSetsCommand.js +5 -5
  37. package/dist-cjs/commands/ListDataSetsCommand.js.map +1 -0
  38. package/dist-cjs/commands/ListEventActionsCommand.js +61 -0
  39. package/dist-cjs/commands/ListEventActionsCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +5 -5
  41. package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/ListRevisionAssetsCommand.js +5 -5
  43. package/dist-cjs/commands/ListRevisionAssetsCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/StartJobCommand.js +5 -5
  47. package/dist-cjs/commands/StartJobCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  49. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  51. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/commands/UpdateAssetCommand.js +5 -5
  53. package/dist-cjs/commands/UpdateAssetCommand.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/commands/UpdateDataSetCommand.js +5 -5
  55. package/dist-cjs/commands/UpdateDataSetCommand.js.map +1 -0
  56. package/dist-cjs/commands/UpdateEventActionCommand.js +61 -0
  57. package/dist-cjs/commands/UpdateEventActionCommand.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/commands/UpdateRevisionCommand.js +5 -5
  59. package/dist-cjs/commands/UpdateRevisionCommand.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  61. package/dist-cjs/endpoints.js.map +1 -0
  62. package/dist-cjs/index.js +40 -0
  63. package/dist-cjs/index.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  65. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  66. package/{dist/cjs → dist-cjs}/models/models_0.js +156 -11
  67. package/dist-cjs/models/models_0.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  69. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  70. package/{dist/cjs → dist-cjs}/pagination/ListDataSetRevisionsPaginator.js +1 -1
  71. package/dist-cjs/pagination/ListDataSetRevisionsPaginator.js.map +1 -0
  72. package/{dist/cjs → dist-cjs}/pagination/ListDataSetsPaginator.js +1 -1
  73. package/dist-cjs/pagination/ListDataSetsPaginator.js.map +1 -0
  74. package/dist-cjs/pagination/ListEventActionsPaginator.js +46 -0
  75. package/dist-cjs/pagination/ListEventActionsPaginator.js.map +1 -0
  76. package/{dist/cjs → dist-cjs}/pagination/ListJobsPaginator.js +1 -1
  77. package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
  78. package/{dist/cjs → dist-cjs}/pagination/ListRevisionAssetsPaginator.js +1 -1
  79. package/dist-cjs/pagination/ListRevisionAssetsPaginator.js.map +1 -0
  80. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +916 -243
  81. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  82. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  83. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  84. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  85. package/dist-cjs/runtimeConfig.js.map +1 -0
  86. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  87. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  88. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  89. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  90. package/{dist/es → dist-es}/DataExchange.js +77 -5
  91. package/dist-es/DataExchange.js.map +1 -0
  92. package/{dist/es → dist-es}/DataExchangeClient.js +2 -10
  93. package/dist-es/DataExchangeClient.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/CancelJobCommand.js +4 -29
  95. package/dist-es/commands/CancelJobCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/CreateDataSetCommand.js +4 -29
  97. package/dist-es/commands/CreateDataSetCommand.js.map +1 -0
  98. package/dist-es/commands/CreateEventActionCommand.js +40 -0
  99. package/dist-es/commands/CreateEventActionCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/CreateJobCommand.js +4 -29
  101. package/dist-es/commands/CreateJobCommand.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/CreateRevisionCommand.js +4 -29
  103. package/dist-es/commands/CreateRevisionCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/DeleteAssetCommand.js +4 -29
  105. package/dist-es/commands/DeleteAssetCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/DeleteDataSetCommand.js +4 -29
  107. package/dist-es/commands/DeleteDataSetCommand.js.map +1 -0
  108. package/dist-es/commands/DeleteEventActionCommand.js +40 -0
  109. package/dist-es/commands/DeleteEventActionCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/DeleteRevisionCommand.js +4 -29
  111. package/dist-es/commands/DeleteRevisionCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/GetAssetCommand.js +4 -29
  113. package/dist-es/commands/GetAssetCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/GetDataSetCommand.js +4 -29
  115. package/dist-es/commands/GetDataSetCommand.js.map +1 -0
  116. package/dist-es/commands/GetEventActionCommand.js +40 -0
  117. package/dist-es/commands/GetEventActionCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/GetJobCommand.js +4 -29
  119. package/dist-es/commands/GetJobCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/GetRevisionCommand.js +4 -29
  121. package/dist-es/commands/GetRevisionCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/commands/ListDataSetRevisionsCommand.js +4 -29
  123. package/dist-es/commands/ListDataSetRevisionsCommand.js.map +1 -0
  124. package/{dist/es → dist-es}/commands/ListDataSetsCommand.js +4 -29
  125. package/dist-es/commands/ListDataSetsCommand.js.map +1 -0
  126. package/dist-es/commands/ListEventActionsCommand.js +40 -0
  127. package/dist-es/commands/ListEventActionsCommand.js.map +1 -0
  128. package/{dist/es → dist-es}/commands/ListJobsCommand.js +4 -29
  129. package/dist-es/commands/ListJobsCommand.js.map +1 -0
  130. package/{dist/es → dist-es}/commands/ListRevisionAssetsCommand.js +4 -29
  131. package/dist-es/commands/ListRevisionAssetsCommand.js.map +1 -0
  132. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  133. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  134. package/{dist/es → dist-es}/commands/StartJobCommand.js +4 -29
  135. package/dist-es/commands/StartJobCommand.js.map +1 -0
  136. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
  137. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  138. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
  139. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  140. package/{dist/es → dist-es}/commands/UpdateAssetCommand.js +4 -29
  141. package/dist-es/commands/UpdateAssetCommand.js.map +1 -0
  142. package/{dist/es → dist-es}/commands/UpdateDataSetCommand.js +4 -29
  143. package/dist-es/commands/UpdateDataSetCommand.js.map +1 -0
  144. package/dist-es/commands/UpdateEventActionCommand.js +40 -0
  145. package/dist-es/commands/UpdateEventActionCommand.js.map +1 -0
  146. package/{dist/es → dist-es}/commands/UpdateRevisionCommand.js +4 -29
  147. package/dist-es/commands/UpdateRevisionCommand.js.map +1 -0
  148. package/{dist/es → dist-es}/endpoints.js +1 -1
  149. package/dist-es/endpoints.js.map +1 -0
  150. package/{dist/es → dist-es}/index.js +6 -0
  151. package/dist-es/index.js.map +1 -0
  152. package/{dist/es → dist-es}/models/index.js +0 -0
  153. package/dist-es/models/index.js.map +1 -0
  154. package/{dist/es → dist-es}/models/models_0.js +79 -222
  155. package/dist-es/models/models_0.js.map +1 -0
  156. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  157. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  158. package/{dist/es → dist-es}/pagination/ListDataSetRevisionsPaginator.js +17 -29
  159. package/dist-es/pagination/ListDataSetRevisionsPaginator.js.map +1 -0
  160. package/{dist/es → dist-es}/pagination/ListDataSetsPaginator.js +17 -29
  161. package/dist-es/pagination/ListDataSetsPaginator.js.map +1 -0
  162. package/dist-es/pagination/ListEventActionsPaginator.js +75 -0
  163. package/dist-es/pagination/ListEventActionsPaginator.js.map +1 -0
  164. package/{dist/es → dist-es}/pagination/ListJobsPaginator.js +17 -29
  165. package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
  166. package/{dist/es → dist-es}/pagination/ListRevisionAssetsPaginator.js +17 -29
  167. package/dist-es/pagination/ListRevisionAssetsPaginator.js.map +1 -0
  168. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1315 -576
  169. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  170. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  171. package/dist-es/runtimeConfig.browser.js.map +1 -0
  172. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  173. package/dist-es/runtimeConfig.js.map +1 -0
  174. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  175. package/dist-es/runtimeConfig.native.js.map +1 -0
  176. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  177. package/dist-es/runtimeConfig.shared.js.map +1 -0
  178. package/{dist/types → dist-types}/DataExchange.d.ts +37 -2
  179. package/{dist/types → dist-types}/DataExchangeClient.d.ts +15 -10
  180. package/{dist/types → dist-types}/commands/CancelJobCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/CreateDataSetCommand.d.ts +2 -2
  182. package/dist-types/commands/CreateEventActionCommand.d.ts +35 -0
  183. package/{dist/types → dist-types}/commands/CreateJobCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/CreateRevisionCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/DeleteAssetCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/DeleteDataSetCommand.d.ts +2 -2
  187. package/dist-types/commands/DeleteEventActionCommand.d.ts +35 -0
  188. package/{dist/types → dist-types}/commands/DeleteRevisionCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/commands/GetAssetCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/commands/GetDataSetCommand.d.ts +2 -2
  191. package/dist-types/commands/GetEventActionCommand.d.ts +35 -0
  192. package/{dist/types → dist-types}/commands/GetJobCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/commands/GetRevisionCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/commands/ListDataSetRevisionsCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/commands/ListDataSetsCommand.d.ts +2 -2
  196. package/dist-types/commands/ListEventActionsCommand.d.ts +35 -0
  197. package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/commands/ListRevisionAssetsCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/commands/StartJobCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/commands/UpdateAssetCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/commands/UpdateDataSetCommand.d.ts +2 -2
  205. package/dist-types/commands/UpdateEventActionCommand.d.ts +35 -0
  206. package/{dist/types → dist-types}/commands/UpdateRevisionCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  208. package/{dist/types → dist-types}/index.d.ts +6 -0
  209. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  210. package/{dist/types → dist-types}/models/models_0.d.ts +324 -11
  211. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  212. package/{dist/types → dist-types}/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
  213. package/{dist/types → dist-types}/pagination/ListDataSetsPaginator.d.ts +1 -1
  214. package/dist-types/pagination/ListEventActionsPaginator.d.ts +4 -0
  215. package/{dist/types → dist-types}/pagination/ListJobsPaginator.d.ts +1 -1
  216. package/{dist/types → dist-types}/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
  217. package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +83 -68
  218. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  219. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  220. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  221. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  222. package/{dist/types → dist-types}/ts3.4/DataExchange.d.ts +37 -2
  223. package/{dist/types → dist-types}/ts3.4/DataExchangeClient.d.ts +15 -10
  224. package/{dist/types → dist-types}/ts3.4/commands/CancelJobCommand.d.ts +2 -2
  225. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSetCommand.d.ts +2 -2
  226. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +35 -0
  227. package/{dist/types → dist-types}/ts3.4/commands/CreateJobCommand.d.ts +2 -2
  228. package/{dist/types → dist-types}/ts3.4/commands/CreateRevisionCommand.d.ts +2 -2
  229. package/{dist/types → dist-types}/ts3.4/commands/DeleteAssetCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -2
  231. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +35 -0
  232. package/{dist/types → dist-types}/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -2
  233. package/{dist/types → dist-types}/ts3.4/commands/GetAssetCommand.d.ts +2 -2
  234. package/{dist/types → dist-types}/ts3.4/commands/GetDataSetCommand.d.ts +2 -2
  235. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +35 -0
  236. package/{dist/types → dist-types}/ts3.4/commands/GetJobCommand.d.ts +2 -2
  237. package/{dist/types → dist-types}/ts3.4/commands/GetRevisionCommand.d.ts +2 -2
  238. package/{dist/types → dist-types}/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +2 -2
  239. package/{dist/types → dist-types}/ts3.4/commands/ListDataSetsCommand.d.ts +2 -2
  240. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +35 -0
  241. package/{dist/types → dist-types}/ts3.4/commands/ListJobsCommand.d.ts +2 -2
  242. package/{dist/types → dist-types}/ts3.4/commands/ListRevisionAssetsCommand.d.ts +2 -2
  243. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  244. package/{dist/types → dist-types}/ts3.4/commands/StartJobCommand.d.ts +2 -2
  245. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  246. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  247. package/{dist/types → dist-types}/ts3.4/commands/UpdateAssetCommand.d.ts +2 -2
  248. package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -2
  249. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +35 -0
  250. package/{dist/types → dist-types}/ts3.4/commands/UpdateRevisionCommand.d.ts +2 -2
  251. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  252. package/{dist/types → dist-types}/ts3.4/index.d.ts +6 -0
  253. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  254. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +324 -11
  255. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  256. package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
  257. package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetsPaginator.d.ts +1 -1
  258. package/dist-types/ts3.4/pagination/ListEventActionsPaginator.d.ts +4 -0
  259. package/{dist/types → dist-types}/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
  260. package/{dist/types → dist-types}/ts3.4/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
  261. package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +83 -68
  262. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  263. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  264. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  265. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  266. package/package.json +50 -50
  267. package/{DataExchange.ts → src/DataExchange.ts} +188 -2
  268. package/{DataExchangeClient.ts → src/DataExchangeClient.ts} +58 -42
  269. package/{commands → src/commands}/CancelJobCommand.ts +8 -7
  270. package/{commands → src/commands}/CreateDataSetCommand.ts +8 -7
  271. package/src/commands/CreateEventActionCommand.ts +95 -0
  272. package/{commands → src/commands}/CreateJobCommand.ts +8 -7
  273. package/{commands → src/commands}/CreateRevisionCommand.ts +8 -7
  274. package/{commands → src/commands}/DeleteAssetCommand.ts +8 -7
  275. package/{commands → src/commands}/DeleteDataSetCommand.ts +8 -7
  276. package/src/commands/DeleteEventActionCommand.ts +95 -0
  277. package/{commands → src/commands}/DeleteRevisionCommand.ts +8 -7
  278. package/{commands → src/commands}/GetAssetCommand.ts +8 -7
  279. package/{commands → src/commands}/GetDataSetCommand.ts +8 -7
  280. package/src/commands/GetEventActionCommand.ts +95 -0
  281. package/{commands → src/commands}/GetJobCommand.ts +5 -4
  282. package/{commands → src/commands}/GetRevisionCommand.ts +8 -7
  283. package/{commands → src/commands}/ListDataSetRevisionsCommand.ts +8 -7
  284. package/{commands → src/commands}/ListDataSetsCommand.ts +8 -7
  285. package/src/commands/ListEventActionsCommand.ts +95 -0
  286. package/{commands → src/commands}/ListJobsCommand.ts +8 -7
  287. package/{commands → src/commands}/ListRevisionAssetsCommand.ts +8 -7
  288. package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
  289. package/{commands → src/commands}/StartJobCommand.ts +8 -7
  290. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  291. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  292. package/{commands → src/commands}/UpdateAssetCommand.ts +8 -7
  293. package/{commands → src/commands}/UpdateDataSetCommand.ts +8 -7
  294. package/src/commands/UpdateEventActionCommand.ts +95 -0
  295. package/{commands → src/commands}/UpdateRevisionCommand.ts +8 -7
  296. package/{endpoints.ts → src/endpoints.ts} +1 -1
  297. package/{index.ts → src/index.ts} +6 -0
  298. package/{models → src/models}/index.ts +0 -0
  299. package/{models → src/models}/models_0.ts +413 -11
  300. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  301. package/{pagination → src/pagination}/ListDataSetRevisionsPaginator.ts +4 -3
  302. package/{pagination → src/pagination}/ListDataSetsPaginator.ts +4 -3
  303. package/src/pagination/ListEventActionsPaginator.ts +59 -0
  304. package/{pagination → src/pagination}/ListJobsPaginator.ts +3 -2
  305. package/{pagination → src/pagination}/ListRevisionAssetsPaginator.ts +4 -3
  306. package/{protocols → src/protocols}/Aws_restJson1.ts +844 -72
  307. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  308. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  309. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  310. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  311. package/tsconfig.es.json +1 -3
  312. package/tsconfig.json +7 -7
  313. package/tsconfig.types.json +9 -0
  314. package/dist/cjs/DataExchange.js.map +0 -1
  315. package/dist/cjs/DataExchangeClient.js.map +0 -1
  316. package/dist/cjs/commands/CancelJobCommand.js.map +0 -1
  317. package/dist/cjs/commands/CreateDataSetCommand.js.map +0 -1
  318. package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
  319. package/dist/cjs/commands/CreateRevisionCommand.js.map +0 -1
  320. package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
  321. package/dist/cjs/commands/DeleteDataSetCommand.js.map +0 -1
  322. package/dist/cjs/commands/DeleteRevisionCommand.js.map +0 -1
  323. package/dist/cjs/commands/GetAssetCommand.js.map +0 -1
  324. package/dist/cjs/commands/GetDataSetCommand.js.map +0 -1
  325. package/dist/cjs/commands/GetJobCommand.js.map +0 -1
  326. package/dist/cjs/commands/GetRevisionCommand.js.map +0 -1
  327. package/dist/cjs/commands/ListDataSetRevisionsCommand.js.map +0 -1
  328. package/dist/cjs/commands/ListDataSetsCommand.js.map +0 -1
  329. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  330. package/dist/cjs/commands/ListRevisionAssetsCommand.js.map +0 -1
  331. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  332. package/dist/cjs/commands/StartJobCommand.js.map +0 -1
  333. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  334. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  335. package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
  336. package/dist/cjs/commands/UpdateDataSetCommand.js.map +0 -1
  337. package/dist/cjs/commands/UpdateRevisionCommand.js.map +0 -1
  338. package/dist/cjs/endpoints.js.map +0 -1
  339. package/dist/cjs/index.js +0 -34
  340. package/dist/cjs/index.js.map +0 -1
  341. package/dist/cjs/models/models_0.js.map +0 -1
  342. package/dist/cjs/package.json +0 -91
  343. package/dist/cjs/pagination/ListDataSetRevisionsPaginator.js.map +0 -1
  344. package/dist/cjs/pagination/ListDataSetsPaginator.js.map +0 -1
  345. package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
  346. package/dist/cjs/pagination/ListRevisionAssetsPaginator.js.map +0 -1
  347. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  348. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  349. package/dist/cjs/runtimeConfig.js.map +0 -1
  350. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  351. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  352. package/dist/es/DataExchange.js.map +0 -1
  353. package/dist/es/DataExchangeClient.js.map +0 -1
  354. package/dist/es/commands/CancelJobCommand.js.map +0 -1
  355. package/dist/es/commands/CreateDataSetCommand.js.map +0 -1
  356. package/dist/es/commands/CreateJobCommand.js.map +0 -1
  357. package/dist/es/commands/CreateRevisionCommand.js.map +0 -1
  358. package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
  359. package/dist/es/commands/DeleteDataSetCommand.js.map +0 -1
  360. package/dist/es/commands/DeleteRevisionCommand.js.map +0 -1
  361. package/dist/es/commands/GetAssetCommand.js.map +0 -1
  362. package/dist/es/commands/GetDataSetCommand.js.map +0 -1
  363. package/dist/es/commands/GetJobCommand.js.map +0 -1
  364. package/dist/es/commands/GetRevisionCommand.js.map +0 -1
  365. package/dist/es/commands/ListDataSetRevisionsCommand.js.map +0 -1
  366. package/dist/es/commands/ListDataSetsCommand.js.map +0 -1
  367. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  368. package/dist/es/commands/ListRevisionAssetsCommand.js.map +0 -1
  369. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  370. package/dist/es/commands/StartJobCommand.js.map +0 -1
  371. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  372. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  373. package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
  374. package/dist/es/commands/UpdateDataSetCommand.js.map +0 -1
  375. package/dist/es/commands/UpdateRevisionCommand.js.map +0 -1
  376. package/dist/es/endpoints.js.map +0 -1
  377. package/dist/es/index.js.map +0 -1
  378. package/dist/es/models/index.js.map +0 -1
  379. package/dist/es/models/models_0.js.map +0 -1
  380. package/dist/es/package.json +0 -91
  381. package/dist/es/pagination/ListDataSetRevisionsPaginator.js.map +0 -1
  382. package/dist/es/pagination/ListDataSetsPaginator.js.map +0 -1
  383. package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
  384. package/dist/es/pagination/ListRevisionAssetsPaginator.js.map +0 -1
  385. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  386. package/dist/es/runtimeConfig.browser.js.map +0 -1
  387. package/dist/es/runtimeConfig.js.map +0 -1
  388. package/dist/es/runtimeConfig.native.js.map +0 -1
  389. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListJobsCommandInput extends ListJobsRequest {
6
6
  }
7
7
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListRevisionAssetsCommandInput extends ListRevisionAssetsRequest {
6
6
  }
7
7
  export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { StartJobRequest, StartJobResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StartJobCommandInput extends StartJobRequest {
6
6
  }
7
7
  export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { TagResourceRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { UntagResourceRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateAssetCommandInput extends UpdateAssetRequest {
6
6
  }
7
7
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
6
6
  }
7
7
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
@@ -0,0 +1,35 @@
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 { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
4
+ import { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0";
5
+ export interface UpdateEventActionCommandInput extends UpdateEventActionRequest {
6
+ }
7
+ export interface UpdateEventActionCommandOutput extends UpdateEventActionResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>This operation updates the event action.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { DataExchangeClient, UpdateEventActionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import
15
+ * // const { DataExchangeClient, UpdateEventActionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import
16
+ * const client = new DataExchangeClient(config);
17
+ * const command = new UpdateEventActionCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateEventActionCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateEventActionCommandOutput} for command's `response` shape.
23
+ * @see {@link DataExchangeClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class UpdateEventActionCommand extends $Command<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig> {
27
+ readonly input: UpdateEventActionCommandInput;
28
+ constructor(input: UpdateEventActionCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventActionCommandInput, UpdateEventActionCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
2
4
  import { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {
6
6
  }
7
7
  export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __MetadataBearer {
File without changes
@@ -2,19 +2,24 @@ export * from "./DataExchangeClient";
2
2
  export * from "./DataExchange";
3
3
  export * from "./commands/CancelJobCommand";
4
4
  export * from "./commands/CreateDataSetCommand";
5
+ export * from "./commands/CreateEventActionCommand";
5
6
  export * from "./commands/CreateJobCommand";
6
7
  export * from "./commands/CreateRevisionCommand";
7
8
  export * from "./commands/DeleteAssetCommand";
8
9
  export * from "./commands/DeleteDataSetCommand";
10
+ export * from "./commands/DeleteEventActionCommand";
9
11
  export * from "./commands/DeleteRevisionCommand";
10
12
  export * from "./commands/GetAssetCommand";
11
13
  export * from "./commands/GetDataSetCommand";
14
+ export * from "./commands/GetEventActionCommand";
12
15
  export * from "./commands/GetJobCommand";
13
16
  export * from "./commands/GetRevisionCommand";
14
17
  export * from "./commands/ListDataSetRevisionsCommand";
15
18
  export * from "./pagination/ListDataSetRevisionsPaginator";
16
19
  export * from "./commands/ListDataSetsCommand";
17
20
  export * from "./pagination/ListDataSetsPaginator";
21
+ export * from "./commands/ListEventActionsCommand";
22
+ export * from "./pagination/ListEventActionsPaginator";
18
23
  export * from "./commands/ListJobsCommand";
19
24
  export * from "./pagination/ListJobsPaginator";
20
25
  export * from "./commands/ListRevisionAssetsCommand";
@@ -25,6 +30,7 @@ export * from "./commands/TagResourceCommand";
25
30
  export * from "./commands/UntagResourceCommand";
26
31
  export * from "./commands/UpdateAssetCommand";
27
32
  export * from "./commands/UpdateDataSetCommand";
33
+ export * from "./commands/UpdateEventActionCommand";
28
34
  export * from "./commands/UpdateRevisionCommand";
29
35
  export * from "./pagination/Interfaces";
30
36
  export * from "./models/index";
@@ -16,6 +16,79 @@ export declare namespace AccessDeniedException {
16
16
  */
17
17
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
18
18
  }
19
+ export declare enum ServerSideEncryptionTypes {
20
+ AES256 = "AES256",
21
+ aws_kms = "aws:kms"
22
+ }
23
+ /**
24
+ * <p>Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.</p>
25
+ */
26
+ export interface ExportServerSideEncryption {
27
+ /**
28
+ * <p>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.</p>
29
+ */
30
+ KmsKeyArn?: string;
31
+ /**
32
+ * <p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>
33
+ */
34
+ Type: ServerSideEncryptionTypes | string | undefined;
35
+ }
36
+ export declare namespace ExportServerSideEncryption {
37
+ /**
38
+ * @internal
39
+ */
40
+ const filterSensitiveLog: (obj: ExportServerSideEncryption) => any;
41
+ }
42
+ /**
43
+ * <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
44
+ */
45
+ export interface AutoExportRevisionDestinationEntry {
46
+ /**
47
+ * <p>The S3 bucket that is the destination for the event action.</p>
48
+ */
49
+ Bucket: string | undefined;
50
+ /**
51
+ * <p>A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see <a href="https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns">Key patterns when exporting revisions</a>.</p>
52
+ */
53
+ KeyPattern?: string;
54
+ }
55
+ export declare namespace AutoExportRevisionDestinationEntry {
56
+ /**
57
+ * @internal
58
+ */
59
+ const filterSensitiveLog: (obj: AutoExportRevisionDestinationEntry) => any;
60
+ }
61
+ /**
62
+ * <p>Details of the operation to be performed by the job.</p>
63
+ */
64
+ export interface AutoExportRevisionToS3RequestDetails {
65
+ /**
66
+ * <p>Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.</p>
67
+ */
68
+ Encryption?: ExportServerSideEncryption;
69
+ /**
70
+ * <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
71
+ */
72
+ RevisionDestination: AutoExportRevisionDestinationEntry | undefined;
73
+ }
74
+ export declare namespace AutoExportRevisionToS3RequestDetails {
75
+ /**
76
+ * @internal
77
+ */
78
+ const filterSensitiveLog: (obj: AutoExportRevisionToS3RequestDetails) => any;
79
+ }
80
+ export interface Action {
81
+ /**
82
+ * <p>Details of the operation to be performed by the job.</p>
83
+ */
84
+ ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
85
+ }
86
+ export declare namespace Action {
87
+ /**
88
+ * @internal
89
+ */
90
+ const filterSensitiveLog: (obj: Action) => any;
91
+ }
19
92
  /**
20
93
  * <p>The destination for the asset.</p>
21
94
  */
@@ -154,6 +227,7 @@ export declare namespace CancelJobRequest {
154
227
  export declare enum ResourceType {
155
228
  ASSET = "ASSET",
156
229
  DATA_SET = "DATA_SET",
230
+ EVENT_ACTION = "EVENT_ACTION",
157
231
  JOB = "JOB",
158
232
  REVISION = "REVISION"
159
233
  }
@@ -241,6 +315,10 @@ export declare namespace ThrottlingException {
241
315
  */
242
316
  const filterSensitiveLog: (obj: ThrottlingException) => any;
243
317
  }
318
+ export declare enum ExceptionCause {
319
+ InsufficientS3BucketPolicy = "InsufficientS3BucketPolicy",
320
+ S3AccessDenied = "S3AccessDenied"
321
+ }
244
322
  /**
245
323
  * <p>The request was invalid.</p>
246
324
  */
@@ -251,6 +329,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
251
329
  * <p>The message that informs you about what was invalid about the request.</p>
252
330
  */
253
331
  Message: string | undefined;
332
+ /**
333
+ * <p>The message that informs you about what the exception was.</p>
334
+ */
335
+ ExceptionCause?: ExceptionCause | string;
254
336
  }
255
337
  export declare namespace ValidationException {
256
338
  /**
@@ -368,12 +450,15 @@ export declare enum LimitName {
368
450
  Asset_size_in_GB = "Asset size in GB",
369
451
  Assets_per_import_job_from_Amazon_S3 = "Assets per import job from Amazon S3",
370
452
  Assets_per_revision = "Assets per revision",
453
+ Auto_export_event_actions_per_data_set = "Auto export event actions per data set",
371
454
  Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3 = "Concurrent in progress jobs to export assets to Amazon S3",
372
455
  Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL = "Concurrent in progress jobs to export assets to a signed URL",
456
+ Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3 = "Concurrent in progress jobs to export revisions to Amazon S3",
373
457
  Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3 = "Concurrent in progress jobs to import assets from Amazon S3",
374
458
  Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL = "Concurrent in progress jobs to import assets from a signed URL",
375
459
  Data_sets_per_account = "Data sets per account",
376
460
  Data_sets_per_product = "Data sets per product",
461
+ Event_actions_per_account = "Event actions per account",
377
462
  Products_per_account = "Products per account",
378
463
  Revisions_per_data_set = "Revisions per data set"
379
464
  }
@@ -402,28 +487,77 @@ export declare namespace ServiceLimitExceededException {
402
487
  */
403
488
  const filterSensitiveLog: (obj: ServiceLimitExceededException) => any;
404
489
  }
405
- export declare enum ServerSideEncryptionTypes {
406
- AES256 = "AES256",
407
- aws_kms = "aws:kms"
490
+ export interface RevisionPublished {
491
+ /**
492
+ * <p>A unique identifier.</p>
493
+ */
494
+ DataSetId: string | undefined;
495
+ }
496
+ export declare namespace RevisionPublished {
497
+ /**
498
+ * @internal
499
+ */
500
+ const filterSensitiveLog: (obj: RevisionPublished) => any;
501
+ }
502
+ export interface Event {
503
+ RevisionPublished?: RevisionPublished;
504
+ }
505
+ export declare namespace Event {
506
+ /**
507
+ * @internal
508
+ */
509
+ const filterSensitiveLog: (obj: Event) => any;
408
510
  }
409
511
  /**
410
- * <p>Encryption configuration of the export job. Includes the encryption type as well as the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption type.</p>
512
+ * <p>The request body for CreateEventAction.</p>
411
513
  */
412
- export interface ExportServerSideEncryption {
514
+ export interface CreateEventActionRequest {
413
515
  /**
414
- * <p>The Amazon Resource Name (ARN) of the the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.</p>
516
+ * <p>What occurs after a certain event.</p>
415
517
  */
416
- KmsKeyArn?: string;
518
+ Action: Action | undefined;
417
519
  /**
418
- * <p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>
520
+ * <p>What occurs to start an action.</p>
419
521
  */
420
- Type: ServerSideEncryptionTypes | string | undefined;
522
+ Event: Event | undefined;
421
523
  }
422
- export declare namespace ExportServerSideEncryption {
524
+ export declare namespace CreateEventActionRequest {
423
525
  /**
424
526
  * @internal
425
527
  */
426
- const filterSensitiveLog: (obj: ExportServerSideEncryption) => any;
528
+ const filterSensitiveLog: (obj: CreateEventActionRequest) => any;
529
+ }
530
+ export interface CreateEventActionResponse {
531
+ /**
532
+ * <p>What occurs after a certain event.</p>
533
+ */
534
+ Action?: Action;
535
+ /**
536
+ * <p>The ARN for the event action.</p>
537
+ */
538
+ Arn?: string;
539
+ /**
540
+ * <p>The date and time that the event action was created, in ISO 8601 format.</p>
541
+ */
542
+ CreatedAt?: Date;
543
+ /**
544
+ * <p>What occurs to start an action.</p>
545
+ */
546
+ Event?: Event;
547
+ /**
548
+ * <p>The unique identifier for the event action.</p>
549
+ */
550
+ Id?: string;
551
+ /**
552
+ * <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
553
+ */
554
+ UpdatedAt?: Date;
555
+ }
556
+ export declare namespace CreateEventActionResponse {
557
+ /**
558
+ * @internal
559
+ */
560
+ const filterSensitiveLog: (obj: CreateEventActionResponse) => any;
427
561
  }
428
562
  /**
429
563
  * <p>Details of the operation to be performed by the job.</p>
@@ -829,6 +963,7 @@ export declare enum JobErrorLimitName {
829
963
  }
830
964
  export declare enum JobErrorResourceTypes {
831
965
  ASSET = "ASSET",
966
+ DATA_SET = "DATA_SET",
832
967
  REVISION = "REVISION"
833
968
  }
834
969
  /**
@@ -1018,6 +1153,18 @@ export declare namespace DeleteDataSetRequest {
1018
1153
  */
1019
1154
  const filterSensitiveLog: (obj: DeleteDataSetRequest) => any;
1020
1155
  }
1156
+ export interface DeleteEventActionRequest {
1157
+ /**
1158
+ * <p>The unique identifier for the event action.</p>
1159
+ */
1160
+ EventActionId: string | undefined;
1161
+ }
1162
+ export declare namespace DeleteEventActionRequest {
1163
+ /**
1164
+ * @internal
1165
+ */
1166
+ const filterSensitiveLog: (obj: DeleteEventActionRequest) => any;
1167
+ }
1021
1168
  export interface DeleteRevisionRequest {
1022
1169
  /**
1023
1170
  * <p>The unique identifier for a data set.</p>
@@ -1168,6 +1315,50 @@ export declare namespace GetDataSetResponse {
1168
1315
  */
1169
1316
  const filterSensitiveLog: (obj: GetDataSetResponse) => any;
1170
1317
  }
1318
+ export interface GetEventActionRequest {
1319
+ /**
1320
+ * <p>The unique identifier for the event action.</p>
1321
+ */
1322
+ EventActionId: string | undefined;
1323
+ }
1324
+ export declare namespace GetEventActionRequest {
1325
+ /**
1326
+ * @internal
1327
+ */
1328
+ const filterSensitiveLog: (obj: GetEventActionRequest) => any;
1329
+ }
1330
+ export interface GetEventActionResponse {
1331
+ /**
1332
+ * <p>What occurs after a certain event.</p>
1333
+ */
1334
+ Action?: Action;
1335
+ /**
1336
+ * <p>The ARN for the event action.</p>
1337
+ */
1338
+ Arn?: string;
1339
+ /**
1340
+ * <p>The date and time that the event action was created, in ISO 8601 format.</p>
1341
+ */
1342
+ CreatedAt?: Date;
1343
+ /**
1344
+ * <p>What occurs to start an action.</p>
1345
+ */
1346
+ Event?: Event;
1347
+ /**
1348
+ * <p>The unique identifier for the event action.</p>
1349
+ */
1350
+ Id?: string;
1351
+ /**
1352
+ * <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
1353
+ */
1354
+ UpdatedAt?: Date;
1355
+ }
1356
+ export declare namespace GetEventActionResponse {
1357
+ /**
1358
+ * @internal
1359
+ */
1360
+ const filterSensitiveLog: (obj: GetEventActionResponse) => any;
1361
+ }
1171
1362
  export interface GetJobRequest {
1172
1363
  /**
1173
1364
  * <p>The unique identifier for a job.</p>
@@ -1448,6 +1639,77 @@ export declare namespace ListDataSetsResponse {
1448
1639
  */
1449
1640
  const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
1450
1641
  }
1642
+ export interface ListEventActionsRequest {
1643
+ /**
1644
+ * <p>The unique identifier for the event source.</p>
1645
+ */
1646
+ EventSourceId?: string;
1647
+ /**
1648
+ * <p>The maximum number of results returned by a single call.</p>
1649
+ */
1650
+ MaxResults?: number;
1651
+ /**
1652
+ * <p>The token value retrieved from a previous call to access the next page of results.</p>
1653
+ */
1654
+ NextToken?: string;
1655
+ }
1656
+ export declare namespace ListEventActionsRequest {
1657
+ /**
1658
+ * @internal
1659
+ */
1660
+ const filterSensitiveLog: (obj: ListEventActionsRequest) => any;
1661
+ }
1662
+ /**
1663
+ * <p>An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.</p>
1664
+ */
1665
+ export interface EventActionEntry {
1666
+ /**
1667
+ * <p>What occurs after a certain event.</p>
1668
+ */
1669
+ Action: Action | undefined;
1670
+ /**
1671
+ * <p>The ARN for the event action.</p>
1672
+ */
1673
+ Arn: string | undefined;
1674
+ /**
1675
+ * <p>The date and time that the event action was created, in ISO 8601 format.</p>
1676
+ */
1677
+ CreatedAt: Date | undefined;
1678
+ /**
1679
+ * <p>What occurs to start an action.</p>
1680
+ */
1681
+ Event: Event | undefined;
1682
+ /**
1683
+ * <p>The unique identifier for the event action.</p>
1684
+ */
1685
+ Id: string | undefined;
1686
+ /**
1687
+ * <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
1688
+ */
1689
+ UpdatedAt: Date | undefined;
1690
+ }
1691
+ export declare namespace EventActionEntry {
1692
+ /**
1693
+ * @internal
1694
+ */
1695
+ const filterSensitiveLog: (obj: EventActionEntry) => any;
1696
+ }
1697
+ export interface ListEventActionsResponse {
1698
+ /**
1699
+ * <p>The event action objects listed by the request.</p>
1700
+ */
1701
+ EventActions?: EventActionEntry[];
1702
+ /**
1703
+ * <p>The token value retrieved from a previous call to access the next page of results.</p>
1704
+ */
1705
+ NextToken?: string;
1706
+ }
1707
+ export declare namespace ListEventActionsResponse {
1708
+ /**
1709
+ * @internal
1710
+ */
1711
+ const filterSensitiveLog: (obj: ListEventActionsResponse) => any;
1712
+ }
1451
1713
  export interface ListJobsRequest {
1452
1714
  /**
1453
1715
  * <p>The unique identifier for a data set.</p>
@@ -1800,6 +2062,57 @@ export declare namespace UpdateDataSetResponse {
1800
2062
  */
1801
2063
  const filterSensitiveLog: (obj: UpdateDataSetResponse) => any;
1802
2064
  }
2065
+ /**
2066
+ * <p>The request body for UpdateEventAction.</p>
2067
+ */
2068
+ export interface UpdateEventActionRequest {
2069
+ /**
2070
+ * <p>What occurs after a certain event.</p>
2071
+ */
2072
+ Action?: Action;
2073
+ /**
2074
+ * <p>The unique identifier for the event action.</p>
2075
+ */
2076
+ EventActionId: string | undefined;
2077
+ }
2078
+ export declare namespace UpdateEventActionRequest {
2079
+ /**
2080
+ * @internal
2081
+ */
2082
+ const filterSensitiveLog: (obj: UpdateEventActionRequest) => any;
2083
+ }
2084
+ export interface UpdateEventActionResponse {
2085
+ /**
2086
+ * <p>What occurs after a certain event.</p>
2087
+ */
2088
+ Action?: Action;
2089
+ /**
2090
+ * <p>The ARN for the event action.</p>
2091
+ */
2092
+ Arn?: string;
2093
+ /**
2094
+ * <p>The date and time that the event action was created, in ISO 8601 format.</p>
2095
+ */
2096
+ CreatedAt?: Date;
2097
+ /**
2098
+ * <p>What occurs to start an action.</p>
2099
+ */
2100
+ Event?: Event;
2101
+ /**
2102
+ * <p>The unique identifier for the event action.</p>
2103
+ */
2104
+ Id?: string;
2105
+ /**
2106
+ * <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
2107
+ */
2108
+ UpdatedAt?: Date;
2109
+ }
2110
+ export declare namespace UpdateEventActionResponse {
2111
+ /**
2112
+ * @internal
2113
+ */
2114
+ const filterSensitiveLog: (obj: UpdateEventActionResponse) => any;
2115
+ }
1803
2116
  /**
1804
2117
  * <p>The request body for UpdateRevision.</p>
1805
2118
  */
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { DataExchange } from "../DataExchange";
2
3
  import { DataExchangeClient } from "../DataExchangeClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface DataExchangePaginationConfiguration extends PaginationConfiguration {
5
5
  client: DataExchange | DataExchangeClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput } from "../commands/ListDataSetRevisionsCommand";
2
3
  import { DataExchangePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListDataSetRevisions(config: DataExchangePaginationConfiguration, input: ListDataSetRevisionsCommandInput, ...additionalArguments: any): Paginator<ListDataSetRevisionsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
2
3
  import { DataExchangePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListDataSets(config: DataExchangePaginationConfiguration, input: ListDataSetsCommandInput, ...additionalArguments: any): Paginator<ListDataSetsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListEventActionsCommandInput, ListEventActionsCommandOutput } from "../commands/ListEventActionsCommand";
3
+ import { DataExchangePaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListEventActions(config: DataExchangePaginationConfiguration, input: ListEventActionsCommandInput, ...additionalArguments: any): Paginator<ListEventActionsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
2
3
  import { DataExchangePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListJobs(config: DataExchangePaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "../commands/ListRevisionAssetsCommand";
2
3
  import { DataExchangePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListRevisionAssets(config: DataExchangePaginationConfiguration, input: ListRevisionAssetsCommandInput, ...additionalArguments: any): Paginator<ListRevisionAssetsCommandOutput>;