@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
@@ -1,2351 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- /**
4
- * <p>Access to the resource is denied.</p>
5
- */
6
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
7
- name: "AccessDeniedException";
8
- $fault: "client";
9
- /**
10
- * <p>Access to the resource is denied.</p>
11
- */
12
- Message: string | undefined;
13
- }
14
-
15
- export namespace AccessDeniedException {
16
- /**
17
- * @internal
18
- */
19
- export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
20
- ...obj,
21
- });
22
- }
23
-
24
- /**
25
- * <p>The destination for the asset.</p>
26
- */
27
- export interface AssetDestinationEntry {
28
- /**
29
- * <p>The unique identifier for the asset.</p>
30
- */
31
- AssetId: string | undefined;
32
-
33
- /**
34
- * <p>The S3 bucket that is the destination for the asset.</p>
35
- */
36
- Bucket: string | undefined;
37
-
38
- /**
39
- * <p>The name of the object in Amazon S3 for the asset.</p>
40
- */
41
- Key?: string;
42
- }
43
-
44
- export namespace AssetDestinationEntry {
45
- /**
46
- * @internal
47
- */
48
- export const filterSensitiveLog = (obj: AssetDestinationEntry): any => ({
49
- ...obj,
50
- });
51
- }
52
-
53
- /**
54
- * <p>The S3 object that is the asset.</p>
55
- */
56
- export interface S3SnapshotAsset {
57
- /**
58
- * <p>The size of the S3 object that is the object.</p>
59
- */
60
- Size: number | undefined;
61
- }
62
-
63
- export namespace S3SnapshotAsset {
64
- /**
65
- * @internal
66
- */
67
- export const filterSensitiveLog = (obj: S3SnapshotAsset): any => ({
68
- ...obj,
69
- });
70
- }
71
-
72
- export interface AssetDetails {
73
- /**
74
- * <p>The S3 object that is the asset.</p>
75
- */
76
- S3SnapshotAsset?: S3SnapshotAsset;
77
- }
78
-
79
- export namespace AssetDetails {
80
- /**
81
- * @internal
82
- */
83
- export const filterSensitiveLog = (obj: AssetDetails): any => ({
84
- ...obj,
85
- });
86
- }
87
-
88
- export enum AssetType {
89
- S3_SNAPSHOT = "S3_SNAPSHOT",
90
- }
91
-
92
- /**
93
- * <p>An asset in AWS Data Exchange is a piece of data that can be stored as an S3 object. The asset can be a structured data file, an image file, or some other data file. When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.</p>
94
- */
95
- export interface AssetEntry {
96
- /**
97
- * <p>The ARN for the asset.</p>
98
- */
99
- Arn: string | undefined;
100
-
101
- /**
102
- * <p>Information about the asset, including its size.</p>
103
- */
104
- AssetDetails: AssetDetails | undefined;
105
-
106
- /**
107
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
108
- */
109
- AssetType: AssetType | string | undefined;
110
-
111
- /**
112
- * <p>The date and time that the asset was created, in ISO 8601 format.</p>
113
- */
114
- CreatedAt: Date | undefined;
115
-
116
- /**
117
- * <p>The unique identifier for the data set associated with this asset.</p>
118
- */
119
- DataSetId: string | undefined;
120
-
121
- /**
122
- * <p>The unique identifier for the asset.</p>
123
- */
124
- Id: string | undefined;
125
-
126
- /**
127
- * <p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>
128
- */
129
- Name: string | undefined;
130
-
131
- /**
132
- * <p>The unique identifier for the revision associated with this asset.</p>
133
- */
134
- RevisionId: string | undefined;
135
-
136
- /**
137
- * <p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>
138
- */
139
- SourceId?: string;
140
-
141
- /**
142
- * <p>The date and time that the asset was last updated, in ISO 8601 format.</p>
143
- */
144
- UpdatedAt: Date | undefined;
145
- }
146
-
147
- export namespace AssetEntry {
148
- /**
149
- * @internal
150
- */
151
- export const filterSensitiveLog = (obj: AssetEntry): any => ({
152
- ...obj,
153
- });
154
- }
155
-
156
- /**
157
- * <p>The source of the assets.</p>
158
- */
159
- export interface AssetSourceEntry {
160
- /**
161
- * <p>The S3 bucket that's part of the source of the asset.</p>
162
- */
163
- Bucket: string | undefined;
164
-
165
- /**
166
- * <p>The name of the object in Amazon S3 for the asset.</p>
167
- */
168
- Key: string | undefined;
169
- }
170
-
171
- export namespace AssetSourceEntry {
172
- /**
173
- * @internal
174
- */
175
- export const filterSensitiveLog = (obj: AssetSourceEntry): any => ({
176
- ...obj,
177
- });
178
- }
179
-
180
- export interface CancelJobRequest {
181
- /**
182
- * <p>The unique identifier for a job.</p>
183
- */
184
- JobId: string | undefined;
185
- }
186
-
187
- export namespace CancelJobRequest {
188
- /**
189
- * @internal
190
- */
191
- export const filterSensitiveLog = (obj: CancelJobRequest): any => ({
192
- ...obj,
193
- });
194
- }
195
-
196
- export enum ResourceType {
197
- ASSET = "ASSET",
198
- DATA_SET = "DATA_SET",
199
- JOB = "JOB",
200
- REVISION = "REVISION",
201
- }
202
-
203
- /**
204
- * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
205
- */
206
- export interface ConflictException extends __SmithyException, $MetadataBearer {
207
- name: "ConflictException";
208
- $fault: "client";
209
- /**
210
- * <p>The request couldn't be completed because it conflicted with the current state of the resource.</p>
211
- */
212
- Message: string | undefined;
213
-
214
- /**
215
- * <p>The unique identifier for the resource with the conflict.</p>
216
- */
217
- ResourceId?: string;
218
-
219
- /**
220
- * <p>The type of the resource with the conflict.</p>
221
- */
222
- ResourceType?: ResourceType | string;
223
- }
224
-
225
- export namespace ConflictException {
226
- /**
227
- * @internal
228
- */
229
- export const filterSensitiveLog = (obj: ConflictException): any => ({
230
- ...obj,
231
- });
232
- }
233
-
234
- /**
235
- * An exception occurred with the service.
236
- */
237
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
238
- name: "InternalServerException";
239
- $fault: "server";
240
- /**
241
- * The message identifying the service exception that occurred.
242
- */
243
- Message: string | undefined;
244
- }
245
-
246
- export namespace InternalServerException {
247
- /**
248
- * @internal
249
- */
250
- export const filterSensitiveLog = (obj: InternalServerException): any => ({
251
- ...obj,
252
- });
253
- }
254
-
255
- /**
256
- * <p>The resource couldn't be found.</p>
257
- */
258
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
259
- name: "ResourceNotFoundException";
260
- $fault: "client";
261
- /**
262
- * <p>The resource couldn't be found.</p>
263
- */
264
- Message: string | undefined;
265
-
266
- /**
267
- * <p>The unique identifier for the resource that couldn't be found.</p>
268
- */
269
- ResourceId?: string;
270
-
271
- /**
272
- * <p>The type of resource that couldn't be found.</p>
273
- */
274
- ResourceType?: ResourceType | string;
275
- }
276
-
277
- export namespace ResourceNotFoundException {
278
- /**
279
- * @internal
280
- */
281
- export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
282
- ...obj,
283
- });
284
- }
285
-
286
- /**
287
- * <p>The limit on the number of requests per second was exceeded.</p>
288
- */
289
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
290
- name: "ThrottlingException";
291
- $fault: "client";
292
- /**
293
- * <p>The limit on the number of requests per second was exceeded.</p>
294
- */
295
- Message: string | undefined;
296
- }
297
-
298
- export namespace ThrottlingException {
299
- /**
300
- * @internal
301
- */
302
- export const filterSensitiveLog = (obj: ThrottlingException): any => ({
303
- ...obj,
304
- });
305
- }
306
-
307
- /**
308
- * <p>The request was invalid.</p>
309
- */
310
- export interface ValidationException extends __SmithyException, $MetadataBearer {
311
- name: "ValidationException";
312
- $fault: "client";
313
- /**
314
- * <p>The message that informs you about what was invalid about the request.</p>
315
- */
316
- Message: string | undefined;
317
- }
318
-
319
- export namespace ValidationException {
320
- /**
321
- * @internal
322
- */
323
- export const filterSensitiveLog = (obj: ValidationException): any => ({
324
- ...obj,
325
- });
326
- }
327
-
328
- export enum Code {
329
- ACCESS_DENIED_EXCEPTION = "ACCESS_DENIED_EXCEPTION",
330
- INTERNAL_SERVER_EXCEPTION = "INTERNAL_SERVER_EXCEPTION",
331
- MALWARE_DETECTED = "MALWARE_DETECTED",
332
- MALWARE_SCAN_ENCRYPTED_FILE = "MALWARE_SCAN_ENCRYPTED_FILE",
333
- RESOURCE_NOT_FOUND_EXCEPTION = "RESOURCE_NOT_FOUND_EXCEPTION",
334
- SERVICE_QUOTA_EXCEEDED_EXCEPTION = "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
335
- VALIDATION_EXCEPTION = "VALIDATION_EXCEPTION",
336
- }
337
-
338
- /**
339
- * <p>The request body for CreateDataSet.</p>
340
- */
341
- export interface CreateDataSetRequest {
342
- /**
343
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
344
- */
345
- AssetType: AssetType | string | undefined;
346
-
347
- /**
348
- * <p>A description for the data set. This value can be up to 16,348 characters long.</p>
349
- */
350
- Description: string | undefined;
351
-
352
- /**
353
- * <p>The name of the data set.</p>
354
- */
355
- Name: string | undefined;
356
-
357
- /**
358
- * <p>A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>
359
- */
360
- Tags?: { [key: string]: string };
361
- }
362
-
363
- export namespace CreateDataSetRequest {
364
- /**
365
- * @internal
366
- */
367
- export const filterSensitiveLog = (obj: CreateDataSetRequest): any => ({
368
- ...obj,
369
- });
370
- }
371
-
372
- export enum Origin {
373
- ENTITLED = "ENTITLED",
374
- OWNED = "OWNED",
375
- }
376
-
377
- export interface OriginDetails {
378
- ProductId: string | undefined;
379
- }
380
-
381
- export namespace OriginDetails {
382
- /**
383
- * @internal
384
- */
385
- export const filterSensitiveLog = (obj: OriginDetails): any => ({
386
- ...obj,
387
- });
388
- }
389
-
390
- export interface CreateDataSetResponse {
391
- /**
392
- * <p>The ARN for the data set.</p>
393
- */
394
- Arn?: string;
395
-
396
- /**
397
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
398
- */
399
- AssetType?: AssetType | string;
400
-
401
- /**
402
- * <p>The date and time that the data set was created, in ISO 8601 format.</p>
403
- */
404
- CreatedAt?: Date;
405
-
406
- /**
407
- * <p>The description for the data set.</p>
408
- */
409
- Description?: string;
410
-
411
- /**
412
- * <p>The unique identifier for the data set.</p>
413
- */
414
- Id?: string;
415
-
416
- /**
417
- * <p>The name of the data set.</p>
418
- */
419
- Name?: string;
420
-
421
- /**
422
- * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
423
- */
424
- Origin?: Origin | string;
425
-
426
- /**
427
- * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
428
- */
429
- OriginDetails?: OriginDetails;
430
-
431
- /**
432
- * <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
433
- */
434
- SourceId?: string;
435
-
436
- /**
437
- * <p>The tags for the data set.</p>
438
- */
439
- Tags?: { [key: string]: string };
440
-
441
- /**
442
- * <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
443
- */
444
- UpdatedAt?: Date;
445
- }
446
-
447
- export namespace CreateDataSetResponse {
448
- /**
449
- * @internal
450
- */
451
- export const filterSensitiveLog = (obj: CreateDataSetResponse): any => ({
452
- ...obj,
453
- });
454
- }
455
-
456
- export enum LimitName {
457
- Asset_per_export_job_from_Amazon_S3 = "Asset per export job from Amazon S3",
458
- Asset_size_in_GB = "Asset size in GB",
459
- Assets_per_import_job_from_Amazon_S3 = "Assets per import job from Amazon S3",
460
- Assets_per_revision = "Assets per revision",
461
- Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3 = "Concurrent in progress jobs to export assets to Amazon S3",
462
- Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL = "Concurrent in progress jobs to export assets to a signed URL",
463
- Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3 = "Concurrent in progress jobs to import assets from Amazon S3",
464
- Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL = "Concurrent in progress jobs to import assets from a signed URL",
465
- Data_sets_per_account = "Data sets per account",
466
- Data_sets_per_product = "Data sets per product",
467
- Products_per_account = "Products per account",
468
- Revisions_per_data_set = "Revisions per data set",
469
- }
470
-
471
- /**
472
- * <p>The request has exceeded the quotas imposed by the service.</p>
473
- */
474
- export interface ServiceLimitExceededException extends __SmithyException, $MetadataBearer {
475
- name: "ServiceLimitExceededException";
476
- $fault: "client";
477
- /**
478
- * <p>The name of the quota that was exceeded.</p>
479
- */
480
- LimitName?: LimitName | string;
481
-
482
- /**
483
- * <p>The maximum value for the service-specific limit.</p>
484
- */
485
- LimitValue?: number;
486
-
487
- /**
488
- * <p>The request has exceeded the quotas imposed by the service.</p>
489
- */
490
- Message: string | undefined;
491
- }
492
-
493
- export namespace ServiceLimitExceededException {
494
- /**
495
- * @internal
496
- */
497
- export const filterSensitiveLog = (obj: ServiceLimitExceededException): any => ({
498
- ...obj,
499
- });
500
- }
501
-
502
- export enum ServerSideEncryptionTypes {
503
- AES256 = "AES256",
504
- aws_kms = "aws:kms",
505
- }
506
-
507
- /**
508
- * <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>
509
- */
510
- export interface ExportServerSideEncryption {
511
- /**
512
- * <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>
513
- */
514
- KmsKeyArn?: string;
515
-
516
- /**
517
- * <p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>
518
- */
519
- Type: ServerSideEncryptionTypes | string | undefined;
520
- }
521
-
522
- export namespace ExportServerSideEncryption {
523
- /**
524
- * @internal
525
- */
526
- export const filterSensitiveLog = (obj: ExportServerSideEncryption): any => ({
527
- ...obj,
528
- });
529
- }
530
-
531
- /**
532
- * <p>Details of the operation to be performed by the job.</p>
533
- */
534
- export interface ExportAssetsToS3RequestDetails {
535
- /**
536
- * <p>The destination for the asset.</p>
537
- */
538
- AssetDestinations: AssetDestinationEntry[] | undefined;
539
-
540
- /**
541
- * <p>The unique identifier for the data set associated with this export job.</p>
542
- */
543
- DataSetId: string | undefined;
544
-
545
- /**
546
- * <p>Encryption configuration for the export job.</p>
547
- */
548
- Encryption?: ExportServerSideEncryption;
549
-
550
- /**
551
- * <p>The unique identifier for the revision associated with this export request.</p>
552
- */
553
- RevisionId: string | undefined;
554
- }
555
-
556
- export namespace ExportAssetsToS3RequestDetails {
557
- /**
558
- * @internal
559
- */
560
- export const filterSensitiveLog = (obj: ExportAssetsToS3RequestDetails): any => ({
561
- ...obj,
562
- });
563
- }
564
-
565
- /**
566
- * <p>Details of the operation to be performed by the job.</p>
567
- */
568
- export interface ExportAssetToSignedUrlRequestDetails {
569
- /**
570
- * <p>The unique identifier for the asset that is exported to a signed URL.</p>
571
- */
572
- AssetId: string | undefined;
573
-
574
- /**
575
- * <p>The unique identifier for the data set associated with this export job.</p>
576
- */
577
- DataSetId: string | undefined;
578
-
579
- /**
580
- * <p>The unique identifier for the revision associated with this export request.</p>
581
- */
582
- RevisionId: string | undefined;
583
- }
584
-
585
- export namespace ExportAssetToSignedUrlRequestDetails {
586
- /**
587
- * @internal
588
- */
589
- export const filterSensitiveLog = (obj: ExportAssetToSignedUrlRequestDetails): any => ({
590
- ...obj,
591
- });
592
- }
593
-
594
- /**
595
- * <p>The destination where the assets in the revision will be exported.</p>
596
- */
597
- export interface RevisionDestinationEntry {
598
- /**
599
- * <p>The S3 bucket that is the destination for the assets in the revision.</p>
600
- */
601
- Bucket: string | undefined;
602
-
603
- /**
604
- * <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>
605
- */
606
- KeyPattern?: string;
607
-
608
- /**
609
- * <p>The unique identifier for the revision.</p>
610
- */
611
- RevisionId: string | undefined;
612
- }
613
-
614
- export namespace RevisionDestinationEntry {
615
- /**
616
- * @internal
617
- */
618
- export const filterSensitiveLog = (obj: RevisionDestinationEntry): any => ({
619
- ...obj,
620
- });
621
- }
622
-
623
- /**
624
- * <p>Details of the operation to be performed by the job.</p>
625
- */
626
- export interface ExportRevisionsToS3RequestDetails {
627
- /**
628
- * <p>The unique identifier for the data set associated with this export job.</p>
629
- */
630
- DataSetId: string | undefined;
631
-
632
- /**
633
- * <p>Encryption configuration for the export job.</p>
634
- */
635
- Encryption?: ExportServerSideEncryption;
636
-
637
- /**
638
- * <p>The destination for the revision.</p>
639
- */
640
- RevisionDestinations: RevisionDestinationEntry[] | undefined;
641
- }
642
-
643
- export namespace ExportRevisionsToS3RequestDetails {
644
- /**
645
- * @internal
646
- */
647
- export const filterSensitiveLog = (obj: ExportRevisionsToS3RequestDetails): any => ({
648
- ...obj,
649
- });
650
- }
651
-
652
- /**
653
- * <p>Details of the operation to be performed by the job.</p>
654
- */
655
- export interface ImportAssetFromSignedUrlRequestDetails {
656
- /**
657
- * <p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.</p>
658
- */
659
- AssetName: string | undefined;
660
-
661
- /**
662
- * <p>The unique identifier for the data set associated with this import job.</p>
663
- */
664
- DataSetId: string | undefined;
665
-
666
- /**
667
- * <p>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.</p>
668
- */
669
- Md5Hash: string | undefined;
670
-
671
- /**
672
- * <p>The unique identifier for the revision associated with this import request.</p>
673
- */
674
- RevisionId: string | undefined;
675
- }
676
-
677
- export namespace ImportAssetFromSignedUrlRequestDetails {
678
- /**
679
- * @internal
680
- */
681
- export const filterSensitiveLog = (obj: ImportAssetFromSignedUrlRequestDetails): any => ({
682
- ...obj,
683
- });
684
- }
685
-
686
- /**
687
- * <p>Details of the operation to be performed by the job.</p>
688
- */
689
- export interface ImportAssetsFromS3RequestDetails {
690
- /**
691
- * <p>Is a list of S3 bucket and object key pairs.</p>
692
- */
693
- AssetSources: AssetSourceEntry[] | undefined;
694
-
695
- /**
696
- * <p>The unique identifier for the data set associated with this import job.</p>
697
- */
698
- DataSetId: string | undefined;
699
-
700
- /**
701
- * <p>The unique identifier for the revision associated with this import request.</p>
702
- */
703
- RevisionId: string | undefined;
704
- }
705
-
706
- export namespace ImportAssetsFromS3RequestDetails {
707
- /**
708
- * @internal
709
- */
710
- export const filterSensitiveLog = (obj: ImportAssetsFromS3RequestDetails): any => ({
711
- ...obj,
712
- });
713
- }
714
-
715
- /**
716
- * <p>The details for the request.</p>
717
- */
718
- export interface RequestDetails {
719
- /**
720
- * <p>Details about the export to signed URL request.</p>
721
- */
722
- ExportAssetToSignedUrl?: ExportAssetToSignedUrlRequestDetails;
723
-
724
- /**
725
- * <p>Details about the export to Amazon S3 request.</p>
726
- */
727
- ExportAssetsToS3?: ExportAssetsToS3RequestDetails;
728
-
729
- /**
730
- * <p>Details about the export to Amazon S3 request.</p>
731
- */
732
- ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
733
-
734
- /**
735
- * <p>Details about the import from signed URL request.</p>
736
- */
737
- ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
738
-
739
- /**
740
- * <p>Details about the import from Amazon S3 request.</p>
741
- */
742
- ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
743
- }
744
-
745
- export namespace RequestDetails {
746
- /**
747
- * @internal
748
- */
749
- export const filterSensitiveLog = (obj: RequestDetails): any => ({
750
- ...obj,
751
- });
752
- }
753
-
754
- export enum Type {
755
- EXPORT_ASSETS_TO_S3 = "EXPORT_ASSETS_TO_S3",
756
- EXPORT_ASSET_TO_SIGNED_URL = "EXPORT_ASSET_TO_SIGNED_URL",
757
- EXPORT_REVISIONS_TO_S3 = "EXPORT_REVISIONS_TO_S3",
758
- IMPORT_ASSETS_FROM_S3 = "IMPORT_ASSETS_FROM_S3",
759
- IMPORT_ASSET_FROM_SIGNED_URL = "IMPORT_ASSET_FROM_SIGNED_URL",
760
- }
761
-
762
- /**
763
- * <p>The request body for CreateJob.</p>
764
- */
765
- export interface CreateJobRequest {
766
- /**
767
- * <p>The details for the CreateJob request.</p>
768
- */
769
- Details: RequestDetails | undefined;
770
-
771
- /**
772
- * <p>The type of job to be created.</p>
773
- */
774
- Type: Type | string | undefined;
775
- }
776
-
777
- export namespace CreateJobRequest {
778
- /**
779
- * @internal
780
- */
781
- export const filterSensitiveLog = (obj: CreateJobRequest): any => ({
782
- ...obj,
783
- });
784
- }
785
-
786
- /**
787
- * <p>Details about the export to Amazon S3 response.</p>
788
- */
789
- export interface ExportAssetsToS3ResponseDetails {
790
- /**
791
- * <p>The destination in Amazon S3 where the asset is exported.</p>
792
- */
793
- AssetDestinations: AssetDestinationEntry[] | undefined;
794
-
795
- /**
796
- * <p>The unique identifier for the data set associated with this export job.</p>
797
- */
798
- DataSetId: string | undefined;
799
-
800
- /**
801
- * <p>Encryption configuration of the export job.</p>
802
- */
803
- Encryption?: ExportServerSideEncryption;
804
-
805
- /**
806
- * <p>The unique identifier for the revision associated with this export response.</p>
807
- */
808
- RevisionId: string | undefined;
809
- }
810
-
811
- export namespace ExportAssetsToS3ResponseDetails {
812
- /**
813
- * @internal
814
- */
815
- export const filterSensitiveLog = (obj: ExportAssetsToS3ResponseDetails): any => ({
816
- ...obj,
817
- });
818
- }
819
-
820
- /**
821
- * <p>The details of the export to signed URL response.</p>
822
- */
823
- export interface ExportAssetToSignedUrlResponseDetails {
824
- /**
825
- * <p>The unique identifier for the asset associated with this export job.</p>
826
- */
827
- AssetId: string | undefined;
828
-
829
- /**
830
- * <p>The unique identifier for the data set associated with this export job.</p>
831
- */
832
- DataSetId: string | undefined;
833
-
834
- /**
835
- * <p>The unique identifier for the revision associated with this export response.</p>
836
- */
837
- RevisionId: string | undefined;
838
-
839
- /**
840
- * <p>The signed URL for the export request.</p>
841
- */
842
- SignedUrl?: string;
843
-
844
- /**
845
- * <p>The date and time that the signed URL expires, in ISO 8601 format.</p>
846
- */
847
- SignedUrlExpiresAt?: Date;
848
- }
849
-
850
- export namespace ExportAssetToSignedUrlResponseDetails {
851
- /**
852
- * @internal
853
- */
854
- export const filterSensitiveLog = (obj: ExportAssetToSignedUrlResponseDetails): any => ({
855
- ...obj,
856
- });
857
- }
858
-
859
- /**
860
- * <p>Details about the export revisions to Amazon S3 response.</p>
861
- */
862
- export interface ExportRevisionsToS3ResponseDetails {
863
- /**
864
- * <p>The unique identifier for the data set associated with this export job.</p>
865
- */
866
- DataSetId: string | undefined;
867
-
868
- /**
869
- * <p>Encryption configuration of the export job.</p>
870
- */
871
- Encryption?: ExportServerSideEncryption;
872
-
873
- /**
874
- * <p>The destination in Amazon S3 where the revision is exported.</p>
875
- */
876
- RevisionDestinations: RevisionDestinationEntry[] | undefined;
877
- }
878
-
879
- export namespace ExportRevisionsToS3ResponseDetails {
880
- /**
881
- * @internal
882
- */
883
- export const filterSensitiveLog = (obj: ExportRevisionsToS3ResponseDetails): any => ({
884
- ...obj,
885
- });
886
- }
887
-
888
- /**
889
- * <p>The details in the response for an import request, including the signed URL and other information.</p>
890
- */
891
- export interface ImportAssetFromSignedUrlResponseDetails {
892
- /**
893
- * <p>The name for the asset associated with this import response.</p>
894
- */
895
- AssetName: string | undefined;
896
-
897
- /**
898
- * <p>The unique identifier for the data set associated with this import job.</p>
899
- */
900
- DataSetId: string | undefined;
901
-
902
- /**
903
- * <p>The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.</p>
904
- */
905
- Md5Hash?: string;
906
-
907
- /**
908
- * <p>The unique identifier for the revision associated with this import response.</p>
909
- */
910
- RevisionId: string | undefined;
911
-
912
- /**
913
- * <p>The signed URL.</p>
914
- */
915
- SignedUrl?: string;
916
-
917
- /**
918
- * <p>The time and date at which the signed URL expires, in ISO 8601 format.</p>
919
- */
920
- SignedUrlExpiresAt?: Date;
921
- }
922
-
923
- export namespace ImportAssetFromSignedUrlResponseDetails {
924
- /**
925
- * @internal
926
- */
927
- export const filterSensitiveLog = (obj: ImportAssetFromSignedUrlResponseDetails): any => ({
928
- ...obj,
929
- });
930
- }
931
-
932
- /**
933
- * <p>Details from an import from Amazon S3 response.</p>
934
- */
935
- export interface ImportAssetsFromS3ResponseDetails {
936
- /**
937
- * <p>Is a list of Amazon S3 bucket and object key pairs.</p>
938
- */
939
- AssetSources: AssetSourceEntry[] | undefined;
940
-
941
- /**
942
- * <p>The unique identifier for the data set associated with this import job.</p>
943
- */
944
- DataSetId: string | undefined;
945
-
946
- /**
947
- * <p>The unique identifier for the revision associated with this import response.</p>
948
- */
949
- RevisionId: string | undefined;
950
- }
951
-
952
- export namespace ImportAssetsFromS3ResponseDetails {
953
- /**
954
- * @internal
955
- */
956
- export const filterSensitiveLog = (obj: ImportAssetsFromS3ResponseDetails): any => ({
957
- ...obj,
958
- });
959
- }
960
-
961
- /**
962
- * <p>Details for the response.</p>
963
- */
964
- export interface ResponseDetails {
965
- /**
966
- * <p>Details for the export to signed URL response.</p>
967
- */
968
- ExportAssetToSignedUrl?: ExportAssetToSignedUrlResponseDetails;
969
-
970
- /**
971
- * <p>Details for the export to Amazon S3 response.</p>
972
- */
973
- ExportAssetsToS3?: ExportAssetsToS3ResponseDetails;
974
-
975
- /**
976
- * <p>Details for the export revisions to Amazon S3 response.</p>
977
- */
978
- ExportRevisionsToS3?: ExportRevisionsToS3ResponseDetails;
979
-
980
- /**
981
- * <p>Details for the import from signed URL response.</p>
982
- */
983
- ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlResponseDetails;
984
-
985
- /**
986
- * <p>Details for the import from Amazon S3 response.</p>
987
- */
988
- ImportAssetsFromS3?: ImportAssetsFromS3ResponseDetails;
989
- }
990
-
991
- export namespace ResponseDetails {
992
- /**
993
- * @internal
994
- */
995
- export const filterSensitiveLog = (obj: ResponseDetails): any => ({
996
- ...obj,
997
- });
998
- }
999
-
1000
- export interface ImportAssetFromSignedUrlJobErrorDetails {
1001
- /**
1002
- * <p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>
1003
- */
1004
- AssetName: string | undefined;
1005
- }
1006
-
1007
- export namespace ImportAssetFromSignedUrlJobErrorDetails {
1008
- /**
1009
- * @internal
1010
- */
1011
- export const filterSensitiveLog = (obj: ImportAssetFromSignedUrlJobErrorDetails): any => ({
1012
- ...obj,
1013
- });
1014
- }
1015
-
1016
- export interface Details {
1017
- ImportAssetFromSignedUrlJobErrorDetails?: ImportAssetFromSignedUrlJobErrorDetails;
1018
- /**
1019
- * <p>The list of sources for the assets.</p>
1020
- */
1021
- ImportAssetsFromS3JobErrorDetails?: AssetSourceEntry[];
1022
- }
1023
-
1024
- export namespace Details {
1025
- /**
1026
- * @internal
1027
- */
1028
- export const filterSensitiveLog = (obj: Details): any => ({
1029
- ...obj,
1030
- });
1031
- }
1032
-
1033
- export enum JobErrorLimitName {
1034
- Asset_size_in_GB = "Asset size in GB",
1035
- Assets_per_revision = "Assets per revision",
1036
- }
1037
-
1038
- export enum JobErrorResourceTypes {
1039
- ASSET = "ASSET",
1040
- REVISION = "REVISION",
1041
- }
1042
-
1043
- /**
1044
- * An error that occurred with the job request.
1045
- */
1046
- export interface JobError {
1047
- /**
1048
- * The code for the job error.
1049
- */
1050
- Code: Code | string | undefined;
1051
-
1052
- Details?: Details;
1053
- /**
1054
- * <p>The name of the limit that was reached.</p>
1055
- */
1056
- LimitName?: JobErrorLimitName | string;
1057
-
1058
- /**
1059
- * The value of the exceeded limit.
1060
- */
1061
- LimitValue?: number;
1062
-
1063
- /**
1064
- * The message related to the job error.
1065
- */
1066
- Message: string | undefined;
1067
-
1068
- /**
1069
- * The unique identifier for the resource related to the error.
1070
- */
1071
- ResourceId?: string;
1072
-
1073
- /**
1074
- * The type of resource related to the error.
1075
- */
1076
- ResourceType?: JobErrorResourceTypes | string;
1077
- }
1078
-
1079
- export namespace JobError {
1080
- /**
1081
- * @internal
1082
- */
1083
- export const filterSensitiveLog = (obj: JobError): any => ({
1084
- ...obj,
1085
- });
1086
- }
1087
-
1088
- export enum State {
1089
- CANCELLED = "CANCELLED",
1090
- COMPLETED = "COMPLETED",
1091
- ERROR = "ERROR",
1092
- IN_PROGRESS = "IN_PROGRESS",
1093
- TIMED_OUT = "TIMED_OUT",
1094
- WAITING = "WAITING",
1095
- }
1096
-
1097
- export interface CreateJobResponse {
1098
- /**
1099
- * <p>The ARN for the job.</p>
1100
- */
1101
- Arn?: string;
1102
-
1103
- /**
1104
- * <p>The date and time that the job was created, in ISO 8601 format.</p>
1105
- */
1106
- CreatedAt?: Date;
1107
-
1108
- /**
1109
- * <p>Details about the job.</p>
1110
- */
1111
- Details?: ResponseDetails;
1112
-
1113
- /**
1114
- * <p>The errors associated with jobs.</p>
1115
- */
1116
- Errors?: JobError[];
1117
-
1118
- /**
1119
- * <p>The unique identifier for the job.</p>
1120
- */
1121
- Id?: string;
1122
-
1123
- /**
1124
- * <p>The state of the job.</p>
1125
- */
1126
- State?: State | string;
1127
-
1128
- /**
1129
- * <p>The job type.</p>
1130
- */
1131
- Type?: Type | string;
1132
-
1133
- /**
1134
- * <p>The date and time that the job was last updated, in ISO 8601 format.</p>
1135
- */
1136
- UpdatedAt?: Date;
1137
- }
1138
-
1139
- export namespace CreateJobResponse {
1140
- /**
1141
- * @internal
1142
- */
1143
- export const filterSensitiveLog = (obj: CreateJobResponse): any => ({
1144
- ...obj,
1145
- });
1146
- }
1147
-
1148
- /**
1149
- * <p>The request body for CreateRevision.</p>
1150
- */
1151
- export interface CreateRevisionRequest {
1152
- /**
1153
- * <p>An optional comment about the revision.</p>
1154
- */
1155
- Comment?: string;
1156
-
1157
- /**
1158
- * <p>The unique identifier for a data set.</p>
1159
- */
1160
- DataSetId: string | undefined;
1161
-
1162
- /**
1163
- * <p>A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.</p>
1164
- */
1165
- Tags?: { [key: string]: string };
1166
- }
1167
-
1168
- export namespace CreateRevisionRequest {
1169
- /**
1170
- * @internal
1171
- */
1172
- export const filterSensitiveLog = (obj: CreateRevisionRequest): any => ({
1173
- ...obj,
1174
- });
1175
- }
1176
-
1177
- export interface CreateRevisionResponse {
1178
- /**
1179
- * <p>The ARN for the revision</p>
1180
- */
1181
- Arn?: string;
1182
-
1183
- /**
1184
- * <p>An optional comment about the revision.</p>
1185
- */
1186
- Comment?: string;
1187
-
1188
- /**
1189
- * <p>The date and time that the revision was created, in ISO 8601 format.</p>
1190
- */
1191
- CreatedAt?: Date;
1192
-
1193
- /**
1194
- * <p>The unique identifier for the data set associated with this revision.</p>
1195
- */
1196
- DataSetId?: string;
1197
-
1198
- /**
1199
- * <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
1200
- */
1201
- Finalized?: boolean;
1202
-
1203
- /**
1204
- * <p>The unique identifier for the revision.</p>
1205
- */
1206
- Id?: string;
1207
-
1208
- /**
1209
- * <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
1210
- */
1211
- SourceId?: string;
1212
-
1213
- /**
1214
- * <p>The tags for the revision.</p>
1215
- */
1216
- Tags?: { [key: string]: string };
1217
-
1218
- /**
1219
- * <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
1220
- */
1221
- UpdatedAt?: Date;
1222
- }
1223
-
1224
- export namespace CreateRevisionResponse {
1225
- /**
1226
- * @internal
1227
- */
1228
- export const filterSensitiveLog = (obj: CreateRevisionResponse): any => ({
1229
- ...obj,
1230
- });
1231
- }
1232
-
1233
- export interface DeleteAssetRequest {
1234
- /**
1235
- * <p>The unique identifier for an asset.</p>
1236
- */
1237
- AssetId: string | undefined;
1238
-
1239
- /**
1240
- * <p>The unique identifier for a data set.</p>
1241
- */
1242
- DataSetId: string | undefined;
1243
-
1244
- /**
1245
- * <p>The unique identifier for a revision.</p>
1246
- */
1247
- RevisionId: string | undefined;
1248
- }
1249
-
1250
- export namespace DeleteAssetRequest {
1251
- /**
1252
- * @internal
1253
- */
1254
- export const filterSensitiveLog = (obj: DeleteAssetRequest): any => ({
1255
- ...obj,
1256
- });
1257
- }
1258
-
1259
- export interface DeleteDataSetRequest {
1260
- /**
1261
- * <p>The unique identifier for a data set.</p>
1262
- */
1263
- DataSetId: string | undefined;
1264
- }
1265
-
1266
- export namespace DeleteDataSetRequest {
1267
- /**
1268
- * @internal
1269
- */
1270
- export const filterSensitiveLog = (obj: DeleteDataSetRequest): any => ({
1271
- ...obj,
1272
- });
1273
- }
1274
-
1275
- export interface DeleteRevisionRequest {
1276
- /**
1277
- * <p>The unique identifier for a data set.</p>
1278
- */
1279
- DataSetId: string | undefined;
1280
-
1281
- /**
1282
- * <p>The unique identifier for a revision.</p>
1283
- */
1284
- RevisionId: string | undefined;
1285
- }
1286
-
1287
- export namespace DeleteRevisionRequest {
1288
- /**
1289
- * @internal
1290
- */
1291
- export const filterSensitiveLog = (obj: DeleteRevisionRequest): any => ({
1292
- ...obj,
1293
- });
1294
- }
1295
-
1296
- export interface GetAssetRequest {
1297
- /**
1298
- * <p>The unique identifier for an asset.</p>
1299
- */
1300
- AssetId: string | undefined;
1301
-
1302
- /**
1303
- * <p>The unique identifier for a data set.</p>
1304
- */
1305
- DataSetId: string | undefined;
1306
-
1307
- /**
1308
- * <p>The unique identifier for a revision.</p>
1309
- */
1310
- RevisionId: string | undefined;
1311
- }
1312
-
1313
- export namespace GetAssetRequest {
1314
- /**
1315
- * @internal
1316
- */
1317
- export const filterSensitiveLog = (obj: GetAssetRequest): any => ({
1318
- ...obj,
1319
- });
1320
- }
1321
-
1322
- export interface GetAssetResponse {
1323
- /**
1324
- * <p>The ARN for the asset.</p>
1325
- */
1326
- Arn?: string;
1327
-
1328
- /**
1329
- * <p>Information about the asset, including its size.</p>
1330
- */
1331
- AssetDetails?: AssetDetails;
1332
-
1333
- /**
1334
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
1335
- */
1336
- AssetType?: AssetType | string;
1337
-
1338
- /**
1339
- * <p>The date and time that the asset was created, in ISO 8601 format.</p>
1340
- */
1341
- CreatedAt?: Date;
1342
-
1343
- /**
1344
- * <p>The unique identifier for the data set associated with this asset.</p>
1345
- */
1346
- DataSetId?: string;
1347
-
1348
- /**
1349
- * <p>The unique identifier for the asset.</p>
1350
- */
1351
- Id?: string;
1352
-
1353
- /**
1354
- * <p>The name of the asset When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>
1355
- */
1356
- Name?: string;
1357
-
1358
- /**
1359
- * <p>The unique identifier for the revision associated with this asset.</p>
1360
- */
1361
- RevisionId?: string;
1362
-
1363
- /**
1364
- * <p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>
1365
- */
1366
- SourceId?: string;
1367
-
1368
- /**
1369
- * <p>The date and time that the asset was last updated, in ISO 8601 format.</p>
1370
- */
1371
- UpdatedAt?: Date;
1372
- }
1373
-
1374
- export namespace GetAssetResponse {
1375
- /**
1376
- * @internal
1377
- */
1378
- export const filterSensitiveLog = (obj: GetAssetResponse): any => ({
1379
- ...obj,
1380
- });
1381
- }
1382
-
1383
- export interface GetDataSetRequest {
1384
- /**
1385
- * <p>The unique identifier for a data set.</p>
1386
- */
1387
- DataSetId: string | undefined;
1388
- }
1389
-
1390
- export namespace GetDataSetRequest {
1391
- /**
1392
- * @internal
1393
- */
1394
- export const filterSensitiveLog = (obj: GetDataSetRequest): any => ({
1395
- ...obj,
1396
- });
1397
- }
1398
-
1399
- export interface GetDataSetResponse {
1400
- /**
1401
- * <p>The ARN for the data set.</p>
1402
- */
1403
- Arn?: string;
1404
-
1405
- /**
1406
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
1407
- */
1408
- AssetType?: AssetType | string;
1409
-
1410
- /**
1411
- * <p>The date and time that the data set was created, in ISO 8601 format.</p>
1412
- */
1413
- CreatedAt?: Date;
1414
-
1415
- /**
1416
- * <p>The description for the data set.</p>
1417
- */
1418
- Description?: string;
1419
-
1420
- /**
1421
- * <p>The unique identifier for the data set.</p>
1422
- */
1423
- Id?: string;
1424
-
1425
- /**
1426
- * <p>The name of the data set.</p>
1427
- */
1428
- Name?: string;
1429
-
1430
- /**
1431
- * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
1432
- */
1433
- Origin?: Origin | string;
1434
-
1435
- /**
1436
- * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
1437
- */
1438
- OriginDetails?: OriginDetails;
1439
-
1440
- /**
1441
- * <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
1442
- */
1443
- SourceId?: string;
1444
-
1445
- /**
1446
- * <p>The tags for the data set.</p>
1447
- */
1448
- Tags?: { [key: string]: string };
1449
-
1450
- /**
1451
- * <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
1452
- */
1453
- UpdatedAt?: Date;
1454
- }
1455
-
1456
- export namespace GetDataSetResponse {
1457
- /**
1458
- * @internal
1459
- */
1460
- export const filterSensitiveLog = (obj: GetDataSetResponse): any => ({
1461
- ...obj,
1462
- });
1463
- }
1464
-
1465
- export interface GetJobRequest {
1466
- /**
1467
- * <p>The unique identifier for a job.</p>
1468
- */
1469
- JobId: string | undefined;
1470
- }
1471
-
1472
- export namespace GetJobRequest {
1473
- /**
1474
- * @internal
1475
- */
1476
- export const filterSensitiveLog = (obj: GetJobRequest): any => ({
1477
- ...obj,
1478
- });
1479
- }
1480
-
1481
- export interface GetJobResponse {
1482
- /**
1483
- * <p>The ARN for the job.</p>
1484
- */
1485
- Arn?: string;
1486
-
1487
- /**
1488
- * <p>The date and time that the job was created, in ISO 8601 format.</p>
1489
- */
1490
- CreatedAt?: Date;
1491
-
1492
- /**
1493
- * <p>Details about the job.</p>
1494
- */
1495
- Details?: ResponseDetails;
1496
-
1497
- /**
1498
- * <p>The errors associated with jobs.</p>
1499
- */
1500
- Errors?: JobError[];
1501
-
1502
- /**
1503
- * <p>The unique identifier for the job.</p>
1504
- */
1505
- Id?: string;
1506
-
1507
- /**
1508
- * <p>The state of the job.</p>
1509
- */
1510
- State?: State | string;
1511
-
1512
- /**
1513
- * <p>The job type.</p>
1514
- */
1515
- Type?: Type | string;
1516
-
1517
- /**
1518
- * <p>The date and time that the job was last updated, in ISO 8601 format.</p>
1519
- */
1520
- UpdatedAt?: Date;
1521
- }
1522
-
1523
- export namespace GetJobResponse {
1524
- /**
1525
- * @internal
1526
- */
1527
- export const filterSensitiveLog = (obj: GetJobResponse): any => ({
1528
- ...obj,
1529
- });
1530
- }
1531
-
1532
- export interface GetRevisionRequest {
1533
- /**
1534
- * <p>The unique identifier for a data set.</p>
1535
- */
1536
- DataSetId: string | undefined;
1537
-
1538
- /**
1539
- * <p>The unique identifier for a revision.</p>
1540
- */
1541
- RevisionId: string | undefined;
1542
- }
1543
-
1544
- export namespace GetRevisionRequest {
1545
- /**
1546
- * @internal
1547
- */
1548
- export const filterSensitiveLog = (obj: GetRevisionRequest): any => ({
1549
- ...obj,
1550
- });
1551
- }
1552
-
1553
- export interface GetRevisionResponse {
1554
- /**
1555
- * <p>The ARN for the revision</p>
1556
- */
1557
- Arn?: string;
1558
-
1559
- /**
1560
- * <p>An optional comment about the revision.</p>
1561
- */
1562
- Comment?: string;
1563
-
1564
- /**
1565
- * <p>The date and time that the revision was created, in ISO 8601 format.</p>
1566
- */
1567
- CreatedAt?: Date;
1568
-
1569
- /**
1570
- * <p>The unique identifier for the data set associated with this revision.</p>
1571
- */
1572
- DataSetId?: string;
1573
-
1574
- /**
1575
- * <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
1576
- */
1577
- Finalized?: boolean;
1578
-
1579
- /**
1580
- * <p>The unique identifier for the revision.</p>
1581
- */
1582
- Id?: string;
1583
-
1584
- /**
1585
- * <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
1586
- */
1587
- SourceId?: string;
1588
-
1589
- /**
1590
- * <p>The tags for the revision.</p>
1591
- */
1592
- Tags?: { [key: string]: string };
1593
-
1594
- /**
1595
- * <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
1596
- */
1597
- UpdatedAt?: Date;
1598
- }
1599
-
1600
- export namespace GetRevisionResponse {
1601
- /**
1602
- * @internal
1603
- */
1604
- export const filterSensitiveLog = (obj: GetRevisionResponse): any => ({
1605
- ...obj,
1606
- });
1607
- }
1608
-
1609
- export interface ListDataSetRevisionsRequest {
1610
- /**
1611
- * <p>The unique identifier for a data set.</p>
1612
- */
1613
- DataSetId: string | undefined;
1614
-
1615
- /**
1616
- * <p>The maximum number of results returned by a single call.</p>
1617
- */
1618
- MaxResults?: number;
1619
-
1620
- /**
1621
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1622
- */
1623
- NextToken?: string;
1624
- }
1625
-
1626
- export namespace ListDataSetRevisionsRequest {
1627
- /**
1628
- * @internal
1629
- */
1630
- export const filterSensitiveLog = (obj: ListDataSetRevisionsRequest): any => ({
1631
- ...obj,
1632
- });
1633
- }
1634
-
1635
- /**
1636
- * <p>A revision is a container for one or more assets.</p>
1637
- */
1638
- export interface RevisionEntry {
1639
- /**
1640
- * <p>The ARN for the revision.</p>
1641
- */
1642
- Arn: string | undefined;
1643
-
1644
- /**
1645
- * <p>An optional comment about the revision.</p>
1646
- */
1647
- Comment?: string;
1648
-
1649
- /**
1650
- * <p>The date and time that the revision was created, in ISO 8601 format.</p>
1651
- */
1652
- CreatedAt: Date | undefined;
1653
-
1654
- /**
1655
- * <p>The unique identifier for the data set associated with this revision.</p>
1656
- */
1657
- DataSetId: string | undefined;
1658
-
1659
- /**
1660
- * <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
1661
- */
1662
- Finalized?: boolean;
1663
-
1664
- /**
1665
- * <p>The unique identifier for the revision.</p>
1666
- */
1667
- Id: string | undefined;
1668
-
1669
- /**
1670
- * <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
1671
- */
1672
- SourceId?: string;
1673
-
1674
- /**
1675
- * <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
1676
- */
1677
- UpdatedAt: Date | undefined;
1678
- }
1679
-
1680
- export namespace RevisionEntry {
1681
- /**
1682
- * @internal
1683
- */
1684
- export const filterSensitiveLog = (obj: RevisionEntry): any => ({
1685
- ...obj,
1686
- });
1687
- }
1688
-
1689
- export interface ListDataSetRevisionsResponse {
1690
- /**
1691
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1692
- */
1693
- NextToken?: string;
1694
-
1695
- /**
1696
- * <p>The asset objects listed by the request.</p>
1697
- */
1698
- Revisions?: RevisionEntry[];
1699
- }
1700
-
1701
- export namespace ListDataSetRevisionsResponse {
1702
- /**
1703
- * @internal
1704
- */
1705
- export const filterSensitiveLog = (obj: ListDataSetRevisionsResponse): any => ({
1706
- ...obj,
1707
- });
1708
- }
1709
-
1710
- export interface ListDataSetsRequest {
1711
- /**
1712
- * <p>The maximum number of results returned by a single call.</p>
1713
- */
1714
- MaxResults?: number;
1715
-
1716
- /**
1717
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1718
- */
1719
- NextToken?: string;
1720
-
1721
- /**
1722
- * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
1723
- */
1724
- Origin?: string;
1725
- }
1726
-
1727
- export namespace ListDataSetsRequest {
1728
- /**
1729
- * @internal
1730
- */
1731
- export const filterSensitiveLog = (obj: ListDataSetsRequest): any => ({
1732
- ...obj,
1733
- });
1734
- }
1735
-
1736
- /**
1737
- * <p>A data set is an AWS resource with one or more revisions.</p>
1738
- */
1739
- export interface DataSetEntry {
1740
- /**
1741
- * <p>The ARN for the data set.</p>
1742
- */
1743
- Arn: string | undefined;
1744
-
1745
- /**
1746
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
1747
- */
1748
- AssetType: AssetType | string | undefined;
1749
-
1750
- /**
1751
- * <p>The date and time that the data set was created, in ISO 8601 format.</p>
1752
- */
1753
- CreatedAt: Date | undefined;
1754
-
1755
- /**
1756
- * <p>The description for the data set.</p>
1757
- */
1758
- Description: string | undefined;
1759
-
1760
- /**
1761
- * <p>The unique identifier for the data set.</p>
1762
- */
1763
- Id: string | undefined;
1764
-
1765
- /**
1766
- * <p>The name of the data set.</p>
1767
- */
1768
- Name: string | undefined;
1769
-
1770
- /**
1771
- * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
1772
- */
1773
- Origin: Origin | string | undefined;
1774
-
1775
- /**
1776
- * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
1777
- */
1778
- OriginDetails?: OriginDetails;
1779
-
1780
- /**
1781
- * <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
1782
- */
1783
- SourceId?: string;
1784
-
1785
- /**
1786
- * <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
1787
- */
1788
- UpdatedAt: Date | undefined;
1789
- }
1790
-
1791
- export namespace DataSetEntry {
1792
- /**
1793
- * @internal
1794
- */
1795
- export const filterSensitiveLog = (obj: DataSetEntry): any => ({
1796
- ...obj,
1797
- });
1798
- }
1799
-
1800
- export interface ListDataSetsResponse {
1801
- /**
1802
- * <p>The data set objects listed by the request.</p>
1803
- */
1804
- DataSets?: DataSetEntry[];
1805
-
1806
- /**
1807
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1808
- */
1809
- NextToken?: string;
1810
- }
1811
-
1812
- export namespace ListDataSetsResponse {
1813
- /**
1814
- * @internal
1815
- */
1816
- export const filterSensitiveLog = (obj: ListDataSetsResponse): any => ({
1817
- ...obj,
1818
- });
1819
- }
1820
-
1821
- export interface ListJobsRequest {
1822
- /**
1823
- * <p>The unique identifier for a data set.</p>
1824
- */
1825
- DataSetId?: string;
1826
-
1827
- /**
1828
- * <p>The maximum number of results returned by a single call.</p>
1829
- */
1830
- MaxResults?: number;
1831
-
1832
- /**
1833
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1834
- */
1835
- NextToken?: string;
1836
-
1837
- /**
1838
- * <p>The unique identifier for a revision.</p>
1839
- */
1840
- RevisionId?: string;
1841
- }
1842
-
1843
- export namespace ListJobsRequest {
1844
- /**
1845
- * @internal
1846
- */
1847
- export const filterSensitiveLog = (obj: ListJobsRequest): any => ({
1848
- ...obj,
1849
- });
1850
- }
1851
-
1852
- /**
1853
- * AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.
1854
- */
1855
- export interface JobEntry {
1856
- /**
1857
- * <p>The ARN for the job.</p>
1858
- */
1859
- Arn: string | undefined;
1860
-
1861
- /**
1862
- * <p>The date and time that the job was created, in ISO 8601 format.</p>
1863
- */
1864
- CreatedAt: Date | undefined;
1865
-
1866
- /**
1867
- * <p>Details of the operation to be performed by the job, such as export destination details or import source details.</p>
1868
- */
1869
- Details: ResponseDetails | undefined;
1870
-
1871
- /**
1872
- * <p>Errors for jobs.</p>
1873
- */
1874
- Errors?: JobError[];
1875
-
1876
- /**
1877
- * <p>The unique identifier for the job.</p>
1878
- */
1879
- Id: string | undefined;
1880
-
1881
- /**
1882
- * <p>The state of the job.</p>
1883
- */
1884
- State: State | string | undefined;
1885
-
1886
- /**
1887
- * <p>The job type.</p>
1888
- */
1889
- Type: Type | string | undefined;
1890
-
1891
- /**
1892
- * <p>The date and time that the job was last updated, in ISO 8601 format.</p>
1893
- */
1894
- UpdatedAt: Date | undefined;
1895
- }
1896
-
1897
- export namespace JobEntry {
1898
- /**
1899
- * @internal
1900
- */
1901
- export const filterSensitiveLog = (obj: JobEntry): any => ({
1902
- ...obj,
1903
- });
1904
- }
1905
-
1906
- export interface ListJobsResponse {
1907
- /**
1908
- * <p>The jobs listed by the request.</p>
1909
- */
1910
- Jobs?: JobEntry[];
1911
-
1912
- /**
1913
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1914
- */
1915
- NextToken?: string;
1916
- }
1917
-
1918
- export namespace ListJobsResponse {
1919
- /**
1920
- * @internal
1921
- */
1922
- export const filterSensitiveLog = (obj: ListJobsResponse): any => ({
1923
- ...obj,
1924
- });
1925
- }
1926
-
1927
- export interface ListRevisionAssetsRequest {
1928
- /**
1929
- * <p>The unique identifier for a data set.</p>
1930
- */
1931
- DataSetId: string | undefined;
1932
-
1933
- /**
1934
- * <p>The maximum number of results returned by a single call.</p>
1935
- */
1936
- MaxResults?: number;
1937
-
1938
- /**
1939
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1940
- */
1941
- NextToken?: string;
1942
-
1943
- /**
1944
- * <p>The unique identifier for a revision.</p>
1945
- */
1946
- RevisionId: string | undefined;
1947
- }
1948
-
1949
- export namespace ListRevisionAssetsRequest {
1950
- /**
1951
- * @internal
1952
- */
1953
- export const filterSensitiveLog = (obj: ListRevisionAssetsRequest): any => ({
1954
- ...obj,
1955
- });
1956
- }
1957
-
1958
- export interface ListRevisionAssetsResponse {
1959
- /**
1960
- * <p>The asset objects listed by the request.</p>
1961
- */
1962
- Assets?: AssetEntry[];
1963
-
1964
- /**
1965
- * <p>The token value retrieved from a previous call to access the next page of results.</p>
1966
- */
1967
- NextToken?: string;
1968
- }
1969
-
1970
- export namespace ListRevisionAssetsResponse {
1971
- /**
1972
- * @internal
1973
- */
1974
- export const filterSensitiveLog = (obj: ListRevisionAssetsResponse): any => ({
1975
- ...obj,
1976
- });
1977
- }
1978
-
1979
- export interface ListTagsForResourceRequest {
1980
- /**
1981
- * <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
1982
- */
1983
- ResourceArn: string | undefined;
1984
- }
1985
-
1986
- export namespace ListTagsForResourceRequest {
1987
- /**
1988
- * @internal
1989
- */
1990
- export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
1991
- ...obj,
1992
- });
1993
- }
1994
-
1995
- export interface ListTagsForResourceResponse {
1996
- /**
1997
- * A label that consists of a customer-defined key and an optional value.
1998
- */
1999
- Tags?: { [key: string]: string };
2000
- }
2001
-
2002
- export namespace ListTagsForResourceResponse {
2003
- /**
2004
- * @internal
2005
- */
2006
- export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
2007
- ...obj,
2008
- });
2009
- }
2010
-
2011
- export interface StartJobRequest {
2012
- /**
2013
- * <p>The unique identifier for a job.</p>
2014
- */
2015
- JobId: string | undefined;
2016
- }
2017
-
2018
- export namespace StartJobRequest {
2019
- /**
2020
- * @internal
2021
- */
2022
- export const filterSensitiveLog = (obj: StartJobRequest): any => ({
2023
- ...obj,
2024
- });
2025
- }
2026
-
2027
- export interface StartJobResponse {}
2028
-
2029
- export namespace StartJobResponse {
2030
- /**
2031
- * @internal
2032
- */
2033
- export const filterSensitiveLog = (obj: StartJobResponse): any => ({
2034
- ...obj,
2035
- });
2036
- }
2037
-
2038
- /**
2039
- * <p>The request body for TagResource.</p>
2040
- */
2041
- export interface TagResourceRequest {
2042
- /**
2043
- * <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
2044
- */
2045
- ResourceArn: string | undefined;
2046
-
2047
- /**
2048
- * A label that consists of a customer-defined key and an optional value.
2049
- */
2050
- Tags: { [key: string]: string } | undefined;
2051
- }
2052
-
2053
- export namespace TagResourceRequest {
2054
- /**
2055
- * @internal
2056
- */
2057
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
2058
- ...obj,
2059
- });
2060
- }
2061
-
2062
- export interface UntagResourceRequest {
2063
- /**
2064
- * <p>An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.</p>
2065
- */
2066
- ResourceArn: string | undefined;
2067
-
2068
- /**
2069
- * The key tags.
2070
- */
2071
- TagKeys: string[] | undefined;
2072
- }
2073
-
2074
- export namespace UntagResourceRequest {
2075
- /**
2076
- * @internal
2077
- */
2078
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
2079
- ...obj,
2080
- });
2081
- }
2082
-
2083
- /**
2084
- * <p>The request body for UpdateAsset.</p>
2085
- */
2086
- export interface UpdateAssetRequest {
2087
- /**
2088
- * <p>The unique identifier for an asset.</p>
2089
- */
2090
- AssetId: string | undefined;
2091
-
2092
- /**
2093
- * <p>The unique identifier for a data set.</p>
2094
- */
2095
- DataSetId: string | undefined;
2096
-
2097
- /**
2098
- * <p>The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>
2099
- */
2100
- Name: string | undefined;
2101
-
2102
- /**
2103
- * <p>The unique identifier for a revision.</p>
2104
- */
2105
- RevisionId: string | undefined;
2106
- }
2107
-
2108
- export namespace UpdateAssetRequest {
2109
- /**
2110
- * @internal
2111
- */
2112
- export const filterSensitiveLog = (obj: UpdateAssetRequest): any => ({
2113
- ...obj,
2114
- });
2115
- }
2116
-
2117
- export interface UpdateAssetResponse {
2118
- /**
2119
- * <p>The ARN for the asset.</p>
2120
- */
2121
- Arn?: string;
2122
-
2123
- /**
2124
- * <p>Information about the asset, including its size.</p>
2125
- */
2126
- AssetDetails?: AssetDetails;
2127
-
2128
- /**
2129
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
2130
- */
2131
- AssetType?: AssetType | string;
2132
-
2133
- /**
2134
- * <p>The date and time that the asset was created, in ISO 8601 format.</p>
2135
- */
2136
- CreatedAt?: Date;
2137
-
2138
- /**
2139
- * <p>The unique identifier for the data set associated with this asset.</p>
2140
- */
2141
- DataSetId?: string;
2142
-
2143
- /**
2144
- * <p>The unique identifier for the asset.</p>
2145
- */
2146
- Id?: string;
2147
-
2148
- /**
2149
- * <p>The name of the asset When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.</p>
2150
- */
2151
- Name?: string;
2152
-
2153
- /**
2154
- * <p>The unique identifier for the revision associated with this asset.</p>
2155
- */
2156
- RevisionId?: string;
2157
-
2158
- /**
2159
- * <p>The asset ID of the owned asset corresponding to the entitled asset being viewed. This parameter is returned when an asset owner is viewing the entitled copy of its owned asset.</p>
2160
- */
2161
- SourceId?: string;
2162
-
2163
- /**
2164
- * <p>The date and time that the asset was last updated, in ISO 8601 format.</p>
2165
- */
2166
- UpdatedAt?: Date;
2167
- }
2168
-
2169
- export namespace UpdateAssetResponse {
2170
- /**
2171
- * @internal
2172
- */
2173
- export const filterSensitiveLog = (obj: UpdateAssetResponse): any => ({
2174
- ...obj,
2175
- });
2176
- }
2177
-
2178
- /**
2179
- * <p>The request body for UpdateDataSet.</p>
2180
- */
2181
- export interface UpdateDataSetRequest {
2182
- /**
2183
- * <p>The unique identifier for a data set.</p>
2184
- */
2185
- DataSetId: string | undefined;
2186
-
2187
- /**
2188
- * <p>The description for the data set.</p>
2189
- */
2190
- Description?: string;
2191
-
2192
- /**
2193
- * <p>The name of the data set.</p>
2194
- */
2195
- Name?: string;
2196
- }
2197
-
2198
- export namespace UpdateDataSetRequest {
2199
- /**
2200
- * @internal
2201
- */
2202
- export const filterSensitiveLog = (obj: UpdateDataSetRequest): any => ({
2203
- ...obj,
2204
- });
2205
- }
2206
-
2207
- export interface UpdateDataSetResponse {
2208
- /**
2209
- * <p>The ARN for the data set.</p>
2210
- */
2211
- Arn?: string;
2212
-
2213
- /**
2214
- * <p>The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.</p>
2215
- */
2216
- AssetType?: AssetType | string;
2217
-
2218
- /**
2219
- * <p>The date and time that the data set was created, in ISO 8601 format.</p>
2220
- */
2221
- CreatedAt?: Date;
2222
-
2223
- /**
2224
- * <p>The description for the data set.</p>
2225
- */
2226
- Description?: string;
2227
-
2228
- /**
2229
- * <p>The unique identifier for the data set.</p>
2230
- */
2231
- Id?: string;
2232
-
2233
- /**
2234
- * <p>The name of the data set.</p>
2235
- */
2236
- Name?: string;
2237
-
2238
- /**
2239
- * <p>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).</p>
2240
- */
2241
- Origin?: Origin | string;
2242
-
2243
- /**
2244
- * <p>If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.</p>
2245
- */
2246
- OriginDetails?: OriginDetails;
2247
-
2248
- /**
2249
- * <p>The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.</p>
2250
- */
2251
- SourceId?: string;
2252
-
2253
- /**
2254
- * <p>The date and time that the data set was last updated, in ISO 8601 format.</p>
2255
- */
2256
- UpdatedAt?: Date;
2257
- }
2258
-
2259
- export namespace UpdateDataSetResponse {
2260
- /**
2261
- * @internal
2262
- */
2263
- export const filterSensitiveLog = (obj: UpdateDataSetResponse): any => ({
2264
- ...obj,
2265
- });
2266
- }
2267
-
2268
- /**
2269
- * <p>The request body for UpdateRevision.</p>
2270
- */
2271
- export interface UpdateRevisionRequest {
2272
- /**
2273
- * <p>An optional comment about the revision.</p>
2274
- */
2275
- Comment?: string;
2276
-
2277
- /**
2278
- * <p>The unique identifier for a data set.</p>
2279
- */
2280
- DataSetId: string | undefined;
2281
-
2282
- /**
2283
- * <p>Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p>
2284
- */
2285
- Finalized?: boolean;
2286
-
2287
- /**
2288
- * <p>The unique identifier for a revision.</p>
2289
- */
2290
- RevisionId: string | undefined;
2291
- }
2292
-
2293
- export namespace UpdateRevisionRequest {
2294
- /**
2295
- * @internal
2296
- */
2297
- export const filterSensitiveLog = (obj: UpdateRevisionRequest): any => ({
2298
- ...obj,
2299
- });
2300
- }
2301
-
2302
- export interface UpdateRevisionResponse {
2303
- /**
2304
- * <p>The ARN for the revision.</p>
2305
- */
2306
- Arn?: string;
2307
-
2308
- /**
2309
- * <p>An optional comment about the revision.</p>
2310
- */
2311
- Comment?: string;
2312
-
2313
- /**
2314
- * <p>The date and time that the revision was created, in ISO 8601 format.</p>
2315
- */
2316
- CreatedAt?: Date;
2317
-
2318
- /**
2319
- * <p>The unique identifier for the data set associated with this revision.</p>
2320
- */
2321
- DataSetId?: string;
2322
-
2323
- /**
2324
- * <p>To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.</p> <p>Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.</p>
2325
- */
2326
- Finalized?: boolean;
2327
-
2328
- /**
2329
- * <p>The unique identifier for the revision.</p>
2330
- */
2331
- Id?: string;
2332
-
2333
- /**
2334
- * <p>The revision ID of the owned revision corresponding to the entitled revision being viewed. This parameter is returned when a revision owner is viewing the entitled copy of its owned revision.</p>
2335
- */
2336
- SourceId?: string;
2337
-
2338
- /**
2339
- * <p>The date and time that the revision was last updated, in ISO 8601 format.</p>
2340
- */
2341
- UpdatedAt?: Date;
2342
- }
2343
-
2344
- export namespace UpdateRevisionResponse {
2345
- /**
2346
- * @internal
2347
- */
2348
- export const filterSensitiveLog = (obj: UpdateRevisionResponse): any => ({
2349
- ...obj,
2350
- });
2351
- }