@aws-sdk/client-dataexchange 3.32.0 → 3.36.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 (298) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/DataExchange.js +76 -2
  3. package/{dist/cjs → dist-cjs}/DataExchangeClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CancelJobCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateDataSetCommand.js +2 -3
  6. package/dist-cjs/commands/CreateEventActionCommand.js +60 -0
  7. package/{dist/cjs → dist-cjs}/commands/CreateJobCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/CreateRevisionCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DeleteAssetCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteDataSetCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteEventActionCommand.js +60 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteRevisionCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/GetAssetCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/GetDataSetCommand.js +2 -3
  15. package/dist-cjs/commands/GetEventActionCommand.js +60 -0
  16. package/{dist/cjs → dist-cjs}/commands/GetJobCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/GetRevisionCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ListDataSetRevisionsCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ListDataSetsCommand.js +2 -3
  20. package/dist-cjs/commands/ListEventActionsCommand.js +60 -0
  21. package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ListRevisionAssetsCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/StartJobCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/UpdateAssetCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/UpdateDataSetCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateEventActionCommand.js +60 -0
  30. package/{dist/cjs → dist-cjs}/commands/UpdateRevisionCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  32. package/{dist/cjs → dist-cjs}/index.js +6 -1
  33. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  34. package/{dist/cjs → dist-cjs}/models/models_0.js +156 -12
  35. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  36. package/{dist/cjs → dist-cjs}/pagination/ListDataSetRevisionsPaginator.js +1 -2
  37. package/{dist/cjs → dist-cjs}/pagination/ListDataSetsPaginator.js +1 -2
  38. package/dist-cjs/pagination/ListEventActionsPaginator.js +45 -0
  39. package/{dist/cjs → dist-cjs}/pagination/ListJobsPaginator.js +1 -2
  40. package/{dist/cjs → dist-cjs}/pagination/ListRevisionAssetsPaginator.js +1 -2
  41. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +700 -28
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  45. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  46. package/{dist/es → dist-es}/DataExchange.js +77 -6
  47. package/{dist/es → dist-es}/DataExchangeClient.js +2 -11
  48. package/{dist/es → dist-es}/commands/CancelJobCommand.js +4 -30
  49. package/{dist/es → dist-es}/commands/CreateDataSetCommand.js +4 -30
  50. package/dist-es/commands/CreateEventActionCommand.js +39 -0
  51. package/{dist/es → dist-es}/commands/CreateJobCommand.js +4 -30
  52. package/{dist/es → dist-es}/commands/CreateRevisionCommand.js +4 -30
  53. package/{dist/es → dist-es}/commands/DeleteAssetCommand.js +4 -30
  54. package/{dist/es → dist-es}/commands/DeleteDataSetCommand.js +4 -30
  55. package/dist-es/commands/DeleteEventActionCommand.js +39 -0
  56. package/{dist/es → dist-es}/commands/DeleteRevisionCommand.js +4 -30
  57. package/{dist/es → dist-es}/commands/GetAssetCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/GetDataSetCommand.js +4 -30
  59. package/dist-es/commands/GetEventActionCommand.js +39 -0
  60. package/{dist/es → dist-es}/commands/GetJobCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/GetRevisionCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/ListDataSetRevisionsCommand.js +4 -30
  63. package/{dist/es → dist-es}/commands/ListDataSetsCommand.js +4 -30
  64. package/dist-es/commands/ListEventActionsCommand.js +39 -0
  65. package/{dist/es → dist-es}/commands/ListJobsCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/ListRevisionAssetsCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/StartJobCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/UpdateAssetCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/UpdateDataSetCommand.js +4 -30
  73. package/dist-es/commands/UpdateEventActionCommand.js +39 -0
  74. package/{dist/es → dist-es}/commands/UpdateRevisionCommand.js +4 -30
  75. package/{dist/es → dist-es}/endpoints.js +1 -2
  76. package/{dist/es → dist-es}/index.js +6 -1
  77. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  78. package/{dist/es → dist-es}/models/models_0.js +79 -223
  79. package/dist-es/pagination/Interfaces.js +1 -0
  80. package/{dist/es → dist-es}/pagination/ListDataSetRevisionsPaginator.js +17 -30
  81. package/{dist/es → dist-es}/pagination/ListDataSetsPaginator.js +17 -30
  82. package/dist-es/pagination/ListEventActionsPaginator.js +74 -0
  83. package/{dist/es → dist-es}/pagination/ListJobsPaginator.js +17 -30
  84. package/{dist/es → dist-es}/pagination/ListRevisionAssetsPaginator.js +17 -30
  85. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1315 -577
  86. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  87. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  88. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  89. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  90. package/{dist/types → dist-types}/DataExchange.d.ts +37 -2
  91. package/{dist/types → dist-types}/DataExchangeClient.d.ts +15 -10
  92. package/{dist/types → dist-types}/commands/CancelJobCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/CreateDataSetCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateEventActionCommand.d.ts +35 -0
  95. package/{dist/types → dist-types}/commands/CreateJobCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/CreateRevisionCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/DeleteAssetCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/DeleteDataSetCommand.d.ts +2 -2
  99. package/dist-types/commands/DeleteEventActionCommand.d.ts +35 -0
  100. package/{dist/types → dist-types}/commands/DeleteRevisionCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/GetAssetCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/GetDataSetCommand.d.ts +2 -2
  103. package/dist-types/commands/GetEventActionCommand.d.ts +35 -0
  104. package/{dist/types → dist-types}/commands/GetJobCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/GetRevisionCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/ListDataSetRevisionsCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/ListDataSetsCommand.d.ts +2 -2
  108. package/dist-types/commands/ListEventActionsCommand.d.ts +35 -0
  109. package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/ListRevisionAssetsCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/StartJobCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/UpdateAssetCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/UpdateDataSetCommand.d.ts +2 -2
  117. package/dist-types/commands/UpdateEventActionCommand.d.ts +35 -0
  118. package/{dist/types → dist-types}/commands/UpdateRevisionCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  120. package/{dist/types → dist-types}/index.d.ts +6 -0
  121. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  122. package/{dist/types → dist-types}/models/models_0.d.ts +324 -11
  123. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  124. package/{dist/types → dist-types}/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
  125. package/{dist/types → dist-types}/pagination/ListDataSetsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListEventActionsPaginator.d.ts +4 -0
  127. package/{dist/types → dist-types}/pagination/ListJobsPaginator.d.ts +1 -1
  128. package/{dist/types → dist-types}/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
  129. package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +83 -68
  130. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  131. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  132. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  133. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  134. package/{dist/types → dist-types}/ts3.4/DataExchange.d.ts +37 -2
  135. package/{dist/types → dist-types}/ts3.4/DataExchangeClient.d.ts +15 -10
  136. package/{dist/types → dist-types}/ts3.4/commands/CancelJobCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/ts3.4/commands/CreateDataSetCommand.d.ts +2 -2
  138. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +35 -0
  139. package/{dist/types → dist-types}/ts3.4/commands/CreateJobCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/ts3.4/commands/CreateRevisionCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/ts3.4/commands/DeleteAssetCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -2
  143. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +35 -0
  144. package/{dist/types → dist-types}/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/GetAssetCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/GetDataSetCommand.d.ts +2 -2
  147. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +35 -0
  148. package/{dist/types → dist-types}/ts3.4/commands/GetJobCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/ts3.4/commands/GetRevisionCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/ts3.4/commands/ListDataSetsCommand.d.ts +2 -2
  152. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +35 -0
  153. package/{dist/types → dist-types}/ts3.4/commands/ListJobsCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/ts3.4/commands/ListRevisionAssetsCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/ts3.4/commands/StartJobCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/ts3.4/commands/UpdateAssetCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -2
  161. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +35 -0
  162. package/{dist/types → dist-types}/ts3.4/commands/UpdateRevisionCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  164. package/{dist/types → dist-types}/ts3.4/index.d.ts +6 -0
  165. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  166. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +324 -11
  167. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  168. package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
  169. package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetsPaginator.d.ts +1 -1
  170. package/dist-types/ts3.4/pagination/ListEventActionsPaginator.d.ts +4 -0
  171. package/{dist/types → dist-types}/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
  172. package/{dist/types → dist-types}/ts3.4/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
  173. package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +83 -68
  174. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  175. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  176. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  177. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  178. package/package.json +52 -49
  179. package/DataExchange.ts +0 -708
  180. package/DataExchangeClient.ts +0 -307
  181. package/commands/CancelJobCommand.ts +0 -94
  182. package/commands/CreateDataSetCommand.ts +0 -94
  183. package/commands/CreateJobCommand.ts +0 -94
  184. package/commands/CreateRevisionCommand.ts +0 -94
  185. package/commands/DeleteAssetCommand.ts +0 -94
  186. package/commands/DeleteDataSetCommand.ts +0 -94
  187. package/commands/DeleteRevisionCommand.ts +0 -94
  188. package/commands/GetAssetCommand.ts +0 -94
  189. package/commands/GetDataSetCommand.ts +0 -94
  190. package/commands/GetJobCommand.ts +0 -87
  191. package/commands/GetRevisionCommand.ts +0 -94
  192. package/commands/ListDataSetRevisionsCommand.ts +0 -94
  193. package/commands/ListDataSetsCommand.ts +0 -94
  194. package/commands/ListJobsCommand.ts +0 -94
  195. package/commands/ListRevisionAssetsCommand.ts +0 -94
  196. package/commands/ListTagsForResourceCommand.ts +0 -94
  197. package/commands/StartJobCommand.ts +0 -94
  198. package/commands/TagResourceCommand.ts +0 -94
  199. package/commands/UntagResourceCommand.ts +0 -94
  200. package/commands/UpdateAssetCommand.ts +0 -94
  201. package/commands/UpdateDataSetCommand.ts +0 -94
  202. package/commands/UpdateRevisionCommand.ts +0 -94
  203. package/dist/cjs/DataExchange.js.map +0 -1
  204. package/dist/cjs/DataExchangeClient.js.map +0 -1
  205. package/dist/cjs/commands/CancelJobCommand.js.map +0 -1
  206. package/dist/cjs/commands/CreateDataSetCommand.js.map +0 -1
  207. package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
  208. package/dist/cjs/commands/CreateRevisionCommand.js.map +0 -1
  209. package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
  210. package/dist/cjs/commands/DeleteDataSetCommand.js.map +0 -1
  211. package/dist/cjs/commands/DeleteRevisionCommand.js.map +0 -1
  212. package/dist/cjs/commands/GetAssetCommand.js.map +0 -1
  213. package/dist/cjs/commands/GetDataSetCommand.js.map +0 -1
  214. package/dist/cjs/commands/GetJobCommand.js.map +0 -1
  215. package/dist/cjs/commands/GetRevisionCommand.js.map +0 -1
  216. package/dist/cjs/commands/ListDataSetRevisionsCommand.js.map +0 -1
  217. package/dist/cjs/commands/ListDataSetsCommand.js.map +0 -1
  218. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  219. package/dist/cjs/commands/ListRevisionAssetsCommand.js.map +0 -1
  220. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  221. package/dist/cjs/commands/StartJobCommand.js.map +0 -1
  222. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  223. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  224. package/dist/cjs/commands/UpdateAssetCommand.js.map +0 -1
  225. package/dist/cjs/commands/UpdateDataSetCommand.js.map +0 -1
  226. package/dist/cjs/commands/UpdateRevisionCommand.js.map +0 -1
  227. package/dist/cjs/endpoints.js.map +0 -1
  228. package/dist/cjs/index.js.map +0 -1
  229. package/dist/cjs/models/index.js.map +0 -1
  230. package/dist/cjs/models/models_0.js.map +0 -1
  231. package/dist/cjs/package.json +0 -91
  232. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  233. package/dist/cjs/pagination/ListDataSetRevisionsPaginator.js.map +0 -1
  234. package/dist/cjs/pagination/ListDataSetsPaginator.js.map +0 -1
  235. package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
  236. package/dist/cjs/pagination/ListRevisionAssetsPaginator.js.map +0 -1
  237. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  238. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  239. package/dist/cjs/runtimeConfig.js.map +0 -1
  240. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  241. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  242. package/dist/es/DataExchange.js.map +0 -1
  243. package/dist/es/DataExchangeClient.js.map +0 -1
  244. package/dist/es/commands/CancelJobCommand.js.map +0 -1
  245. package/dist/es/commands/CreateDataSetCommand.js.map +0 -1
  246. package/dist/es/commands/CreateJobCommand.js.map +0 -1
  247. package/dist/es/commands/CreateRevisionCommand.js.map +0 -1
  248. package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
  249. package/dist/es/commands/DeleteDataSetCommand.js.map +0 -1
  250. package/dist/es/commands/DeleteRevisionCommand.js.map +0 -1
  251. package/dist/es/commands/GetAssetCommand.js.map +0 -1
  252. package/dist/es/commands/GetDataSetCommand.js.map +0 -1
  253. package/dist/es/commands/GetJobCommand.js.map +0 -1
  254. package/dist/es/commands/GetRevisionCommand.js.map +0 -1
  255. package/dist/es/commands/ListDataSetRevisionsCommand.js.map +0 -1
  256. package/dist/es/commands/ListDataSetsCommand.js.map +0 -1
  257. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  258. package/dist/es/commands/ListRevisionAssetsCommand.js.map +0 -1
  259. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  260. package/dist/es/commands/StartJobCommand.js.map +0 -1
  261. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  262. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  263. package/dist/es/commands/UpdateAssetCommand.js.map +0 -1
  264. package/dist/es/commands/UpdateDataSetCommand.js.map +0 -1
  265. package/dist/es/commands/UpdateRevisionCommand.js.map +0 -1
  266. package/dist/es/endpoints.js.map +0 -1
  267. package/dist/es/index.js.map +0 -1
  268. package/dist/es/models/index.js +0 -2
  269. package/dist/es/models/index.js.map +0 -1
  270. package/dist/es/models/models_0.js.map +0 -1
  271. package/dist/es/package.json +0 -91
  272. package/dist/es/pagination/Interfaces.js +0 -2
  273. package/dist/es/pagination/Interfaces.js.map +0 -1
  274. package/dist/es/pagination/ListDataSetRevisionsPaginator.js.map +0 -1
  275. package/dist/es/pagination/ListDataSetsPaginator.js.map +0 -1
  276. package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
  277. package/dist/es/pagination/ListRevisionAssetsPaginator.js.map +0 -1
  278. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  279. package/dist/es/runtimeConfig.browser.js.map +0 -1
  280. package/dist/es/runtimeConfig.js.map +0 -1
  281. package/dist/es/runtimeConfig.native.js.map +0 -1
  282. package/dist/es/runtimeConfig.shared.js.map +0 -1
  283. package/endpoints.ts +0 -57
  284. package/index.ts +0 -30
  285. package/jest.config.js +0 -4
  286. package/models/models_0.ts +0 -2351
  287. package/pagination/Interfaces.ts +0 -7
  288. package/pagination/ListDataSetRevisionsPaginator.ts +0 -58
  289. package/pagination/ListDataSetsPaginator.ts +0 -58
  290. package/pagination/ListJobsPaginator.ts +0 -54
  291. package/pagination/ListRevisionAssetsPaginator.ts +0 -58
  292. package/protocols/Aws_restJson1.ts +0 -3750
  293. package/runtimeConfig.browser.ts +0 -40
  294. package/runtimeConfig.native.ts +0 -16
  295. package/runtimeConfig.shared.ts +0 -16
  296. package/runtimeConfig.ts +0 -45
  297. package/tsconfig.es.json +0 -12
  298. package/tsconfig.json +0 -32
@@ -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>;
@@ -1,68 +1,83 @@
1
- import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand";
2
- import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
3
- import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
4
- import { CreateRevisionCommandInput, CreateRevisionCommandOutput } from "../commands/CreateRevisionCommand";
5
- import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
6
- import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
7
- import { DeleteRevisionCommandInput, DeleteRevisionCommandOutput } from "../commands/DeleteRevisionCommand";
8
- import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
9
- import { GetDataSetCommandInput, GetDataSetCommandOutput } from "../commands/GetDataSetCommand";
10
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
11
- import { GetRevisionCommandInput, GetRevisionCommandOutput } from "../commands/GetRevisionCommand";
12
- import { ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput } from "../commands/ListDataSetRevisionsCommand";
13
- import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
14
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
15
- import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "../commands/ListRevisionAssetsCommand";
16
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
17
- import { StartJobCommandInput, StartJobCommandOutput } from "../commands/StartJobCommand";
18
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
19
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
20
- import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "../commands/UpdateAssetCommand";
21
- import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../commands/UpdateDataSetCommand";
22
- import { UpdateRevisionCommandInput, UpdateRevisionCommandOutput } from "../commands/UpdateRevisionCommand";
23
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
24
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
25
- export declare const serializeAws_restJson1CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_restJson1CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1CreateRevisionCommand: (input: CreateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1DeleteAssetCommand: (input: DeleteAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1DeleteRevisionCommand: (input: DeleteRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1GetAssetCommand: (input: GetAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1GetDataSetCommand: (input: GetDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1GetRevisionCommand: (input: GetRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1ListDataSetRevisionsCommand: (input: ListDataSetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1ListRevisionAssetsCommand: (input: ListRevisionAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1UpdateAssetCommand: (input: UpdateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1UpdateRevisionCommand: (input: UpdateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const deserializeAws_restJson1CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
48
- export declare const deserializeAws_restJson1CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
49
- export declare const deserializeAws_restJson1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
50
- export declare const deserializeAws_restJson1CreateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRevisionCommandOutput>;
51
- export declare const deserializeAws_restJson1DeleteAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetCommandOutput>;
52
- export declare const deserializeAws_restJson1DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
53
- export declare const deserializeAws_restJson1DeleteRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRevisionCommandOutput>;
54
- export declare const deserializeAws_restJson1GetAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetCommandOutput>;
55
- export declare const deserializeAws_restJson1GetDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetCommandOutput>;
56
- export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
57
- export declare const deserializeAws_restJson1GetRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevisionCommandOutput>;
58
- export declare const deserializeAws_restJson1ListDataSetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetRevisionsCommandOutput>;
59
- export declare const deserializeAws_restJson1ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
60
- export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
61
- export declare const deserializeAws_restJson1ListRevisionAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRevisionAssetsCommandOutput>;
62
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
63
- export declare const deserializeAws_restJson1StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
64
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
65
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
66
- export declare const deserializeAws_restJson1UpdateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetCommandOutput>;
67
- export declare const deserializeAws_restJson1UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
68
- export declare const deserializeAws_restJson1UpdateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevisionCommandOutput>;
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand";
4
+ import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
5
+ import { CreateEventActionCommandInput, CreateEventActionCommandOutput } from "../commands/CreateEventActionCommand";
6
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
7
+ import { CreateRevisionCommandInput, CreateRevisionCommandOutput } from "../commands/CreateRevisionCommand";
8
+ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
9
+ import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
10
+ import { DeleteEventActionCommandInput, DeleteEventActionCommandOutput } from "../commands/DeleteEventActionCommand";
11
+ import { DeleteRevisionCommandInput, DeleteRevisionCommandOutput } from "../commands/DeleteRevisionCommand";
12
+ import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
13
+ import { GetDataSetCommandInput, GetDataSetCommandOutput } from "../commands/GetDataSetCommand";
14
+ import { GetEventActionCommandInput, GetEventActionCommandOutput } from "../commands/GetEventActionCommand";
15
+ import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
16
+ import { GetRevisionCommandInput, GetRevisionCommandOutput } from "../commands/GetRevisionCommand";
17
+ import { ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput } from "../commands/ListDataSetRevisionsCommand";
18
+ import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
19
+ import { ListEventActionsCommandInput, ListEventActionsCommandOutput } from "../commands/ListEventActionsCommand";
20
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
21
+ import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "../commands/ListRevisionAssetsCommand";
22
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
23
+ import { StartJobCommandInput, StartJobCommandOutput } from "../commands/StartJobCommand";
24
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
+ import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "../commands/UpdateAssetCommand";
27
+ import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "../commands/UpdateDataSetCommand";
28
+ import { UpdateEventActionCommandInput, UpdateEventActionCommandOutput } from "../commands/UpdateEventActionCommand";
29
+ import { UpdateRevisionCommandInput, UpdateRevisionCommandOutput } from "../commands/UpdateRevisionCommand";
30
+ export declare const serializeAws_restJson1CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ export declare const serializeAws_restJson1CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ export declare const serializeAws_restJson1CreateEventActionCommand: (input: CreateEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
+ export declare const serializeAws_restJson1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ export declare const serializeAws_restJson1CreateRevisionCommand: (input: CreateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ export declare const serializeAws_restJson1DeleteAssetCommand: (input: DeleteAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ export declare const serializeAws_restJson1DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ export declare const serializeAws_restJson1DeleteEventActionCommand: (input: DeleteEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ export declare const serializeAws_restJson1DeleteRevisionCommand: (input: DeleteRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ export declare const serializeAws_restJson1GetAssetCommand: (input: GetAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ export declare const serializeAws_restJson1GetDataSetCommand: (input: GetDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ export declare const serializeAws_restJson1GetEventActionCommand: (input: GetEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ export declare const serializeAws_restJson1GetRevisionCommand: (input: GetRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_restJson1ListDataSetRevisionsCommand: (input: ListDataSetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_restJson1ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const serializeAws_restJson1ListEventActionsCommand: (input: ListEventActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_restJson1ListRevisionAssetsCommand: (input: ListRevisionAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_restJson1StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_restJson1UpdateAssetCommand: (input: UpdateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_restJson1UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_restJson1UpdateEventActionCommand: (input: UpdateEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_restJson1UpdateRevisionCommand: (input: UpdateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const deserializeAws_restJson1CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
58
+ export declare const deserializeAws_restJson1CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
59
+ export declare const deserializeAws_restJson1CreateEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventActionCommandOutput>;
60
+ export declare const deserializeAws_restJson1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
61
+ export declare const deserializeAws_restJson1CreateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRevisionCommandOutput>;
62
+ export declare const deserializeAws_restJson1DeleteAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetCommandOutput>;
63
+ export declare const deserializeAws_restJson1DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
64
+ export declare const deserializeAws_restJson1DeleteEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventActionCommandOutput>;
65
+ export declare const deserializeAws_restJson1DeleteRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRevisionCommandOutput>;
66
+ export declare const deserializeAws_restJson1GetAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetCommandOutput>;
67
+ export declare const deserializeAws_restJson1GetDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetCommandOutput>;
68
+ export declare const deserializeAws_restJson1GetEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventActionCommandOutput>;
69
+ export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
70
+ export declare const deserializeAws_restJson1GetRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevisionCommandOutput>;
71
+ export declare const deserializeAws_restJson1ListDataSetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetRevisionsCommandOutput>;
72
+ export declare const deserializeAws_restJson1ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
73
+ export declare const deserializeAws_restJson1ListEventActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventActionsCommandOutput>;
74
+ export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
75
+ export declare const deserializeAws_restJson1ListRevisionAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRevisionAssetsCommandOutput>;
76
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
77
+ export declare const deserializeAws_restJson1StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
78
+ export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
79
+ export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
80
+ export declare const deserializeAws_restJson1UpdateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetCommandOutput>;
81
+ export declare const deserializeAws_restJson1UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
82
+ export declare const deserializeAws_restJson1UpdateEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventActionCommandOutput>;
83
+ export declare const deserializeAws_restJson1UpdateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevisionCommandOutput>;
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
32
32
  signingEscapePath?: boolean | undefined;
33
33
  systemClockOffset?: number | undefined;
34
34
  signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
36
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
37
  };