@aws-sdk/client-datazone 3.1045.0 → 3.1047.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 (624) hide show
  1. package/README.md +56 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/dist-cjs/endpoint/bdd.js +2 -2
  4. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  5. package/dist-cjs/index.js +510 -379
  6. package/dist-cjs/models/DataZoneServiceException.js +3 -3
  7. package/dist-cjs/runtimeConfig.browser.js +12 -14
  8. package/dist-cjs/runtimeConfig.js +18 -22
  9. package/dist-cjs/runtimeConfig.shared.js +9 -10
  10. package/dist-cjs/schemas/schemas_0.js +225 -43
  11. package/dist-es/DataZone.js +19 -1
  12. package/dist-es/DataZoneClient.js +5 -5
  13. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  14. package/dist-es/commands/AcceptPredictionsCommand.js +2 -2
  15. package/dist-es/commands/AcceptSubscriptionRequestCommand.js +2 -2
  16. package/dist-es/commands/AddEntityOwnerCommand.js +2 -2
  17. package/dist-es/commands/AddPolicyGrantCommand.js +2 -2
  18. package/dist-es/commands/AssociateEnvironmentRoleCommand.js +2 -2
  19. package/dist-es/commands/AssociateGovernedTermsCommand.js +2 -2
  20. package/dist-es/commands/BatchGetAttributesMetadataCommand.js +2 -2
  21. package/dist-es/commands/BatchPutAttributesMetadataCommand.js +2 -2
  22. package/dist-es/commands/CancelMetadataGenerationRunCommand.js +2 -2
  23. package/dist-es/commands/CancelSubscriptionCommand.js +2 -2
  24. package/dist-es/commands/CreateAccountPoolCommand.js +2 -2
  25. package/dist-es/commands/CreateAssetCommand.js +2 -2
  26. package/dist-es/commands/CreateAssetFilterCommand.js +2 -2
  27. package/dist-es/commands/CreateAssetRevisionCommand.js +2 -2
  28. package/dist-es/commands/CreateAssetTypeCommand.js +2 -2
  29. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  30. package/dist-es/commands/CreateDataProductCommand.js +2 -2
  31. package/dist-es/commands/CreateDataProductRevisionCommand.js +2 -2
  32. package/dist-es/commands/CreateDataSourceCommand.js +2 -2
  33. package/dist-es/commands/CreateDomainCommand.js +2 -2
  34. package/dist-es/commands/CreateDomainUnitCommand.js +2 -2
  35. package/dist-es/commands/CreateEnvironmentActionCommand.js +2 -2
  36. package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +2 -2
  37. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  38. package/dist-es/commands/CreateEnvironmentProfileCommand.js +2 -2
  39. package/dist-es/commands/CreateFormTypeCommand.js +2 -2
  40. package/dist-es/commands/CreateGlossaryCommand.js +2 -2
  41. package/dist-es/commands/CreateGlossaryTermCommand.js +2 -2
  42. package/dist-es/commands/CreateGroupProfileCommand.js +2 -2
  43. package/dist-es/commands/CreateListingChangeSetCommand.js +2 -2
  44. package/dist-es/commands/CreateNotebookCommand.js +16 -0
  45. package/dist-es/commands/CreateProjectCommand.js +2 -2
  46. package/dist-es/commands/CreateProjectMembershipCommand.js +2 -2
  47. package/dist-es/commands/CreateProjectProfileCommand.js +2 -2
  48. package/dist-es/commands/CreateRuleCommand.js +2 -2
  49. package/dist-es/commands/CreateSubscriptionGrantCommand.js +2 -2
  50. package/dist-es/commands/CreateSubscriptionRequestCommand.js +2 -2
  51. package/dist-es/commands/CreateSubscriptionTargetCommand.js +2 -2
  52. package/dist-es/commands/CreateUserProfileCommand.js +2 -2
  53. package/dist-es/commands/DeleteAccountPoolCommand.js +2 -2
  54. package/dist-es/commands/DeleteAssetCommand.js +2 -2
  55. package/dist-es/commands/DeleteAssetFilterCommand.js +2 -2
  56. package/dist-es/commands/DeleteAssetTypeCommand.js +2 -2
  57. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  58. package/dist-es/commands/DeleteDataExportConfigurationCommand.js +2 -2
  59. package/dist-es/commands/DeleteDataProductCommand.js +2 -2
  60. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  61. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  62. package/dist-es/commands/DeleteDomainUnitCommand.js +2 -2
  63. package/dist-es/commands/DeleteEnvironmentActionCommand.js +2 -2
  64. package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +2 -2
  65. package/dist-es/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +2 -2
  66. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  67. package/dist-es/commands/DeleteEnvironmentProfileCommand.js +2 -2
  68. package/dist-es/commands/DeleteFormTypeCommand.js +2 -2
  69. package/dist-es/commands/DeleteGlossaryCommand.js +2 -2
  70. package/dist-es/commands/DeleteGlossaryTermCommand.js +2 -2
  71. package/dist-es/commands/DeleteListingCommand.js +2 -2
  72. package/dist-es/commands/DeleteNotebookCommand.js +16 -0
  73. package/dist-es/commands/DeleteProjectCommand.js +2 -2
  74. package/dist-es/commands/DeleteProjectMembershipCommand.js +2 -2
  75. package/dist-es/commands/DeleteProjectProfileCommand.js +2 -2
  76. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  77. package/dist-es/commands/DeleteSubscriptionGrantCommand.js +2 -2
  78. package/dist-es/commands/DeleteSubscriptionRequestCommand.js +2 -2
  79. package/dist-es/commands/DeleteSubscriptionTargetCommand.js +2 -2
  80. package/dist-es/commands/DeleteTimeSeriesDataPointsCommand.js +2 -2
  81. package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +2 -2
  82. package/dist-es/commands/DisassociateGovernedTermsCommand.js +2 -2
  83. package/dist-es/commands/GetAccountPoolCommand.js +2 -2
  84. package/dist-es/commands/GetAssetCommand.js +2 -2
  85. package/dist-es/commands/GetAssetFilterCommand.js +2 -2
  86. package/dist-es/commands/GetAssetTypeCommand.js +2 -2
  87. package/dist-es/commands/GetConnectionCommand.js +2 -2
  88. package/dist-es/commands/GetDataExportConfigurationCommand.js +2 -2
  89. package/dist-es/commands/GetDataProductCommand.js +2 -2
  90. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  91. package/dist-es/commands/GetDataSourceRunCommand.js +2 -2
  92. package/dist-es/commands/GetDomainCommand.js +2 -2
  93. package/dist-es/commands/GetDomainUnitCommand.js +2 -2
  94. package/dist-es/commands/GetEnvironmentActionCommand.js +2 -2
  95. package/dist-es/commands/GetEnvironmentBlueprintCommand.js +2 -2
  96. package/dist-es/commands/GetEnvironmentBlueprintConfigurationCommand.js +2 -2
  97. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  98. package/dist-es/commands/GetEnvironmentCredentialsCommand.js +2 -2
  99. package/dist-es/commands/GetEnvironmentProfileCommand.js +2 -2
  100. package/dist-es/commands/GetFormTypeCommand.js +2 -2
  101. package/dist-es/commands/GetGlossaryCommand.js +2 -2
  102. package/dist-es/commands/GetGlossaryTermCommand.js +2 -2
  103. package/dist-es/commands/GetGroupProfileCommand.js +2 -2
  104. package/dist-es/commands/GetIamPortalLoginUrlCommand.js +2 -2
  105. package/dist-es/commands/GetJobRunCommand.js +2 -2
  106. package/dist-es/commands/GetLineageEventCommand.js +2 -2
  107. package/dist-es/commands/GetLineageNodeCommand.js +2 -2
  108. package/dist-es/commands/GetListingCommand.js +2 -2
  109. package/dist-es/commands/GetMetadataGenerationRunCommand.js +2 -2
  110. package/dist-es/commands/GetNotebookCommand.js +16 -0
  111. package/dist-es/commands/GetNotebookExportCommand.js +16 -0
  112. package/dist-es/commands/GetNotebookRunCommand.js +2 -2
  113. package/dist-es/commands/GetProjectCommand.js +2 -2
  114. package/dist-es/commands/GetProjectProfileCommand.js +2 -2
  115. package/dist-es/commands/GetRuleCommand.js +2 -2
  116. package/dist-es/commands/GetSubscriptionCommand.js +2 -2
  117. package/dist-es/commands/GetSubscriptionGrantCommand.js +2 -2
  118. package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +2 -2
  119. package/dist-es/commands/GetSubscriptionTargetCommand.js +2 -2
  120. package/dist-es/commands/GetTimeSeriesDataPointCommand.js +2 -2
  121. package/dist-es/commands/GetUserProfileCommand.js +2 -2
  122. package/dist-es/commands/ListAccountPoolsCommand.js +2 -2
  123. package/dist-es/commands/ListAccountsInAccountPoolCommand.js +2 -2
  124. package/dist-es/commands/ListAssetFiltersCommand.js +2 -2
  125. package/dist-es/commands/ListAssetRevisionsCommand.js +2 -2
  126. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  127. package/dist-es/commands/ListDataProductRevisionsCommand.js +2 -2
  128. package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +2 -2
  129. package/dist-es/commands/ListDataSourceRunsCommand.js +2 -2
  130. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  131. package/dist-es/commands/ListDomainUnitsForParentCommand.js +2 -2
  132. package/dist-es/commands/ListDomainsCommand.js +2 -2
  133. package/dist-es/commands/ListEntityOwnersCommand.js +2 -2
  134. package/dist-es/commands/ListEnvironmentActionsCommand.js +2 -2
  135. package/dist-es/commands/ListEnvironmentBlueprintConfigurationsCommand.js +2 -2
  136. package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +2 -2
  137. package/dist-es/commands/ListEnvironmentProfilesCommand.js +2 -2
  138. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  139. package/dist-es/commands/ListJobRunsCommand.js +2 -2
  140. package/dist-es/commands/ListLineageEventsCommand.js +2 -2
  141. package/dist-es/commands/ListLineageNodeHistoryCommand.js +2 -2
  142. package/dist-es/commands/ListMetadataGenerationRunsCommand.js +2 -2
  143. package/dist-es/commands/ListNotebookRunsCommand.js +2 -2
  144. package/dist-es/commands/ListNotebooksCommand.js +16 -0
  145. package/dist-es/commands/ListNotificationsCommand.js +2 -2
  146. package/dist-es/commands/ListPolicyGrantsCommand.js +2 -2
  147. package/dist-es/commands/ListProjectMembershipsCommand.js +2 -2
  148. package/dist-es/commands/ListProjectProfilesCommand.js +2 -2
  149. package/dist-es/commands/ListProjectsCommand.js +2 -2
  150. package/dist-es/commands/ListRulesCommand.js +2 -2
  151. package/dist-es/commands/ListSubscriptionGrantsCommand.js +2 -2
  152. package/dist-es/commands/ListSubscriptionRequestsCommand.js +2 -2
  153. package/dist-es/commands/ListSubscriptionTargetsCommand.js +2 -2
  154. package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
  155. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  156. package/dist-es/commands/ListTimeSeriesDataPointsCommand.js +2 -2
  157. package/dist-es/commands/PostLineageEventCommand.js +2 -2
  158. package/dist-es/commands/PostTimeSeriesDataPointsCommand.js +2 -2
  159. package/dist-es/commands/PutDataExportConfigurationCommand.js +2 -2
  160. package/dist-es/commands/PutEnvironmentBlueprintConfigurationCommand.js +2 -2
  161. package/dist-es/commands/QueryGraphCommand.js +2 -2
  162. package/dist-es/commands/RejectPredictionsCommand.js +2 -2
  163. package/dist-es/commands/RejectSubscriptionRequestCommand.js +2 -2
  164. package/dist-es/commands/RemoveEntityOwnerCommand.js +2 -2
  165. package/dist-es/commands/RemovePolicyGrantCommand.js +2 -2
  166. package/dist-es/commands/RevokeSubscriptionCommand.js +2 -2
  167. package/dist-es/commands/SearchCommand.js +2 -2
  168. package/dist-es/commands/SearchGroupProfilesCommand.js +2 -2
  169. package/dist-es/commands/SearchListingsCommand.js +2 -2
  170. package/dist-es/commands/SearchTypesCommand.js +2 -2
  171. package/dist-es/commands/SearchUserProfilesCommand.js +2 -2
  172. package/dist-es/commands/StartDataSourceRunCommand.js +2 -2
  173. package/dist-es/commands/StartMetadataGenerationRunCommand.js +2 -2
  174. package/dist-es/commands/StartNotebookExportCommand.js +16 -0
  175. package/dist-es/commands/StartNotebookImportCommand.js +16 -0
  176. package/dist-es/commands/StartNotebookRunCommand.js +2 -2
  177. package/dist-es/commands/StopNotebookRunCommand.js +2 -2
  178. package/dist-es/commands/TagResourceCommand.js +2 -2
  179. package/dist-es/commands/UntagResourceCommand.js +2 -2
  180. package/dist-es/commands/UpdateAccountPoolCommand.js +2 -2
  181. package/dist-es/commands/UpdateAssetFilterCommand.js +2 -2
  182. package/dist-es/commands/UpdateConnectionCommand.js +2 -2
  183. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  184. package/dist-es/commands/UpdateDomainCommand.js +2 -2
  185. package/dist-es/commands/UpdateDomainUnitCommand.js +2 -2
  186. package/dist-es/commands/UpdateEnvironmentActionCommand.js +2 -2
  187. package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +2 -2
  188. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
  189. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +2 -2
  190. package/dist-es/commands/UpdateGlossaryCommand.js +2 -2
  191. package/dist-es/commands/UpdateGlossaryTermCommand.js +2 -2
  192. package/dist-es/commands/UpdateGroupProfileCommand.js +2 -2
  193. package/dist-es/commands/UpdateNotebookCommand.js +16 -0
  194. package/dist-es/commands/UpdateProjectCommand.js +2 -2
  195. package/dist-es/commands/UpdateProjectProfileCommand.js +2 -2
  196. package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +2 -2
  197. package/dist-es/commands/UpdateRuleCommand.js +2 -2
  198. package/dist-es/commands/UpdateSubscriptionGrantStatusCommand.js +2 -2
  199. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +2 -2
  200. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +2 -2
  201. package/dist-es/commands/UpdateUserProfileCommand.js +2 -2
  202. package/dist-es/commands/index.js +8 -0
  203. package/dist-es/endpoint/bdd.js +1 -1
  204. package/dist-es/endpoint/endpointResolver.js +1 -1
  205. package/dist-es/models/DataZoneServiceException.js +1 -1
  206. package/dist-es/models/enums.js +15 -2
  207. package/dist-es/pagination/ListNotebooksPaginator.js +4 -0
  208. package/dist-es/pagination/index.js +1 -0
  209. package/dist-es/runtimeConfig.browser.js +4 -6
  210. package/dist-es/runtimeConfig.js +4 -8
  211. package/dist-es/runtimeConfig.shared.js +3 -4
  212. package/dist-es/runtimeExtensions.js +2 -2
  213. package/dist-es/schemas/schemas_0.js +209 -27
  214. package/dist-types/DataZone.d.ts +63 -0
  215. package/dist-types/DataZoneClient.d.ts +15 -7
  216. package/dist-types/commands/AcceptPredictionsCommand.d.ts +6 -4
  217. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +6 -4
  218. package/dist-types/commands/AddEntityOwnerCommand.d.ts +6 -4
  219. package/dist-types/commands/AddPolicyGrantCommand.d.ts +6 -4
  220. package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +6 -4
  221. package/dist-types/commands/AssociateGovernedTermsCommand.d.ts +6 -4
  222. package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +6 -4
  223. package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +6 -4
  224. package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +6 -4
  225. package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -4
  226. package/dist-types/commands/CreateAccountPoolCommand.d.ts +6 -4
  227. package/dist-types/commands/CreateAssetCommand.d.ts +6 -4
  228. package/dist-types/commands/CreateAssetFilterCommand.d.ts +6 -4
  229. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +6 -4
  230. package/dist-types/commands/CreateAssetTypeCommand.d.ts +6 -4
  231. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
  232. package/dist-types/commands/CreateDataProductCommand.d.ts +6 -4
  233. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +6 -4
  234. package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -4
  235. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  236. package/dist-types/commands/CreateDomainUnitCommand.d.ts +6 -4
  237. package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +6 -4
  238. package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +6 -4
  239. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
  240. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +6 -4
  241. package/dist-types/commands/CreateFormTypeCommand.d.ts +6 -4
  242. package/dist-types/commands/CreateGlossaryCommand.d.ts +6 -4
  243. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +6 -4
  244. package/dist-types/commands/CreateGroupProfileCommand.d.ts +6 -4
  245. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +6 -4
  246. package/dist-types/commands/CreateNotebookCommand.d.ts +142 -0
  247. package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
  248. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +6 -4
  249. package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -4
  250. package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
  251. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +8 -5
  252. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +6 -4
  253. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +6 -4
  254. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -4
  255. package/dist-types/commands/DeleteAccountPoolCommand.d.ts +6 -4
  256. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
  257. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +6 -4
  258. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +6 -4
  259. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
  260. package/dist-types/commands/DeleteDataExportConfigurationCommand.d.ts +6 -4
  261. package/dist-types/commands/DeleteDataProductCommand.d.ts +6 -4
  262. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
  263. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  264. package/dist-types/commands/DeleteDomainUnitCommand.d.ts +6 -4
  265. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +6 -4
  266. package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +6 -4
  267. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  268. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
  269. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +6 -4
  270. package/dist-types/commands/DeleteFormTypeCommand.d.ts +6 -4
  271. package/dist-types/commands/DeleteGlossaryCommand.d.ts +6 -4
  272. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +6 -4
  273. package/dist-types/commands/DeleteListingCommand.d.ts +6 -4
  274. package/dist-types/commands/DeleteNotebookCommand.d.ts +93 -0
  275. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
  276. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +6 -4
  277. package/dist-types/commands/DeleteProjectProfileCommand.d.ts +6 -4
  278. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
  279. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +6 -4
  280. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +6 -4
  281. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +6 -4
  282. package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +6 -4
  283. package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +6 -4
  284. package/dist-types/commands/DisassociateGovernedTermsCommand.d.ts +6 -4
  285. package/dist-types/commands/GetAccountPoolCommand.d.ts +6 -4
  286. package/dist-types/commands/GetAssetCommand.d.ts +6 -4
  287. package/dist-types/commands/GetAssetFilterCommand.d.ts +6 -4
  288. package/dist-types/commands/GetAssetTypeCommand.d.ts +6 -4
  289. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  290. package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +6 -4
  291. package/dist-types/commands/GetDataProductCommand.d.ts +6 -4
  292. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
  293. package/dist-types/commands/GetDataSourceRunCommand.d.ts +6 -4
  294. package/dist-types/commands/GetDomainCommand.d.ts +6 -4
  295. package/dist-types/commands/GetDomainUnitCommand.d.ts +6 -4
  296. package/dist-types/commands/GetEnvironmentActionCommand.d.ts +6 -4
  297. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +6 -4
  298. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  299. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
  300. package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +6 -4
  301. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +6 -4
  302. package/dist-types/commands/GetFormTypeCommand.d.ts +6 -4
  303. package/dist-types/commands/GetGlossaryCommand.d.ts +6 -4
  304. package/dist-types/commands/GetGlossaryTermCommand.d.ts +6 -4
  305. package/dist-types/commands/GetGroupProfileCommand.d.ts +6 -4
  306. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +6 -4
  307. package/dist-types/commands/GetJobRunCommand.d.ts +6 -4
  308. package/dist-types/commands/GetLineageEventCommand.d.ts +7 -5
  309. package/dist-types/commands/GetLineageNodeCommand.d.ts +6 -4
  310. package/dist-types/commands/GetListingCommand.d.ts +6 -4
  311. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +6 -4
  312. package/dist-types/commands/GetNotebookCommand.d.ts +127 -0
  313. package/dist-types/commands/GetNotebookExportCommand.d.ts +111 -0
  314. package/dist-types/commands/GetNotebookRunCommand.d.ts +7 -5
  315. package/dist-types/commands/GetProjectCommand.d.ts +6 -4
  316. package/dist-types/commands/GetProjectProfileCommand.d.ts +6 -4
  317. package/dist-types/commands/GetRuleCommand.d.ts +6 -4
  318. package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -4
  319. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +6 -4
  320. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +6 -4
  321. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +6 -4
  322. package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +6 -4
  323. package/dist-types/commands/GetUserProfileCommand.d.ts +6 -4
  324. package/dist-types/commands/ListAccountPoolsCommand.d.ts +6 -4
  325. package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +6 -4
  326. package/dist-types/commands/ListAssetFiltersCommand.d.ts +6 -4
  327. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +6 -4
  328. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
  329. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +6 -4
  330. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +6 -4
  331. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +6 -4
  332. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
  333. package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +6 -4
  334. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  335. package/dist-types/commands/ListEntityOwnersCommand.d.ts +6 -4
  336. package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +6 -4
  337. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +6 -4
  338. package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +6 -4
  339. package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +6 -4
  340. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
  341. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -4
  342. package/dist-types/commands/ListLineageEventsCommand.d.ts +6 -4
  343. package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +6 -4
  344. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +6 -4
  345. package/dist-types/commands/ListNotebookRunsCommand.d.ts +7 -5
  346. package/dist-types/commands/ListNotebooksCommand.d.ts +111 -0
  347. package/dist-types/commands/ListNotificationsCommand.d.ts +6 -4
  348. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +6 -4
  349. package/dist-types/commands/ListProjectMembershipsCommand.d.ts +6 -4
  350. package/dist-types/commands/ListProjectProfilesCommand.d.ts +6 -4
  351. package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
  352. package/dist-types/commands/ListRulesCommand.d.ts +6 -4
  353. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +6 -4
  354. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +6 -4
  355. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +6 -4
  356. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -4
  357. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  358. package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +6 -4
  359. package/dist-types/commands/PostLineageEventCommand.d.ts +6 -4
  360. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +7 -5
  361. package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +7 -5
  362. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  363. package/dist-types/commands/QueryGraphCommand.d.ts +7 -6
  364. package/dist-types/commands/RejectPredictionsCommand.d.ts +7 -5
  365. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +7 -5
  366. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +7 -5
  367. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +7 -6
  368. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +6 -4
  369. package/dist-types/commands/SearchCommand.d.ts +6 -4
  370. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +6 -4
  371. package/dist-types/commands/SearchListingsCommand.d.ts +6 -4
  372. package/dist-types/commands/SearchTypesCommand.d.ts +6 -4
  373. package/dist-types/commands/SearchUserProfilesCommand.d.ts +6 -4
  374. package/dist-types/commands/StartDataSourceRunCommand.d.ts +6 -4
  375. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +6 -4
  376. package/dist-types/commands/StartNotebookExportCommand.d.ts +111 -0
  377. package/dist-types/commands/StartNotebookImportCommand.d.ts +117 -0
  378. package/dist-types/commands/StartNotebookRunCommand.d.ts +7 -5
  379. package/dist-types/commands/StopNotebookRunCommand.d.ts +7 -5
  380. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  381. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  382. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +6 -4
  383. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +6 -4
  384. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
  385. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
  386. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -4
  387. package/dist-types/commands/UpdateDomainUnitCommand.d.ts +6 -4
  388. package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +6 -4
  389. package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +6 -4
  390. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
  391. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +6 -4
  392. package/dist-types/commands/UpdateGlossaryCommand.d.ts +6 -4
  393. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +6 -4
  394. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +6 -4
  395. package/dist-types/commands/UpdateNotebookCommand.d.ts +150 -0
  396. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
  397. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -4
  398. package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +6 -4
  399. package/dist-types/commands/UpdateRuleCommand.d.ts +6 -4
  400. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -4
  401. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +6 -4
  402. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +6 -4
  403. package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -4
  404. package/dist-types/commands/index.d.ts +8 -0
  405. package/dist-types/endpoint/bdd.d.ts +1 -1
  406. package/dist-types/extensionConfiguration.d.ts +1 -1
  407. package/dist-types/models/DataZoneServiceException.d.ts +1 -1
  408. package/dist-types/models/enums.d.ts +62 -4
  409. package/dist-types/models/errors.d.ts +1 -1
  410. package/dist-types/models/models_0.d.ts +186 -136
  411. package/dist-types/models/models_1.d.ts +695 -537
  412. package/dist-types/models/models_2.d.ts +670 -3
  413. package/dist-types/pagination/ListNotebooksPaginator.d.ts +7 -0
  414. package/dist-types/pagination/index.d.ts +1 -0
  415. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  416. package/dist-types/runtimeConfig.d.ts +2 -2
  417. package/dist-types/runtimeConfig.native.d.ts +2 -2
  418. package/dist-types/schemas/schemas_0.d.ts +30 -0
  419. package/dist-types/ts3.4/DataZone.d.ts +143 -0
  420. package/dist-types/ts3.4/DataZoneClient.d.ts +56 -14
  421. package/dist-types/ts3.4/commands/AcceptPredictionsCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/AcceptSubscriptionRequestCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +6 -4
  424. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +6 -4
  425. package/dist-types/ts3.4/commands/AssociateEnvironmentRoleCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/AssociateGovernedTermsCommand.d.ts +6 -4
  427. package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +6 -4
  428. package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +6 -4
  429. package/dist-types/ts3.4/commands/CancelMetadataGenerationRunCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +6 -4
  431. package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +6 -4
  434. package/dist-types/ts3.4/commands/CreateAssetRevisionCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/CreateAssetTypeCommand.d.ts +6 -4
  436. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +6 -4
  440. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/CreateEnvironmentActionCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
  445. package/dist-types/ts3.4/commands/CreateEnvironmentProfileCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/CreateFormTypeCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/CreateGroupProfileCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/CreateListingChangeSetCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +49 -0
  452. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
  456. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +8 -8
  457. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +6 -4
  460. package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +6 -4
  461. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
  462. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +6 -4
  463. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +6 -4
  464. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
  465. package/dist-types/ts3.4/commands/DeleteDataExportConfigurationCommand.d.ts +6 -4
  466. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +6 -4
  467. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
  468. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  469. package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +6 -4
  470. package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +6 -4
  471. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +6 -4
  472. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  473. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
  474. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +6 -4
  475. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +6 -4
  476. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +6 -4
  477. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +6 -4
  478. package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +6 -4
  479. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +49 -0
  480. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
  481. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +6 -4
  482. package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +6 -4
  483. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
  484. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +6 -4
  485. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +6 -4
  486. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +6 -4
  487. package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +6 -4
  488. package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +6 -4
  489. package/dist-types/ts3.4/commands/DisassociateGovernedTermsCommand.d.ts +6 -4
  490. package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +6 -4
  491. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +6 -8
  492. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +6 -4
  493. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +6 -4
  494. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  495. package/dist-types/ts3.4/commands/GetDataExportConfigurationCommand.d.ts +6 -4
  496. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +6 -4
  497. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
  498. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +6 -4
  499. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
  500. package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +6 -4
  501. package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +6 -4
  502. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +6 -4
  503. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  504. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
  505. package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +6 -4
  506. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +6 -4
  507. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +6 -4
  508. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +6 -4
  509. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +6 -4
  510. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +6 -4
  511. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +6 -4
  512. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +6 -8
  513. package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +7 -5
  514. package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +6 -4
  515. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +6 -4
  516. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +6 -4
  517. package/dist-types/ts3.4/commands/GetNotebookCommand.d.ts +49 -0
  518. package/dist-types/ts3.4/commands/GetNotebookExportCommand.d.ts +52 -0
  519. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +6 -4
  520. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +6 -4
  521. package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +6 -4
  522. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +6 -4
  523. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +6 -4
  524. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +6 -4
  525. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +6 -4
  526. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +6 -4
  527. package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +6 -4
  528. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +6 -4
  529. package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +6 -4
  530. package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +6 -4
  531. package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +6 -4
  532. package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +6 -4
  533. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
  534. package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +6 -4
  535. package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +6 -4
  536. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +6 -4
  537. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
  538. package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +6 -4
  539. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  540. package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +6 -4
  541. package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +6 -4
  542. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +6 -4
  543. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +6 -4
  544. package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +6 -4
  545. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
  546. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +6 -4
  547. package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +6 -4
  548. package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +6 -4
  549. package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +6 -4
  550. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +6 -4
  551. package/dist-types/ts3.4/commands/ListNotebooksCommand.d.ts +49 -0
  552. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +6 -4
  553. package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +6 -4
  554. package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +6 -4
  555. package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +6 -4
  556. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
  557. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +6 -8
  558. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +6 -4
  559. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +6 -4
  560. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +6 -4
  561. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +6 -4
  562. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  563. package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +6 -4
  564. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +6 -4
  565. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +7 -5
  566. package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +7 -5
  567. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  568. package/dist-types/ts3.4/commands/QueryGraphCommand.d.ts +7 -6
  569. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +7 -5
  570. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +7 -5
  571. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +7 -5
  572. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +10 -6
  573. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +6 -4
  574. package/dist-types/ts3.4/commands/SearchCommand.d.ts +6 -4
  575. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +6 -4
  576. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +6 -4
  577. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +6 -4
  578. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +6 -4
  579. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +6 -4
  580. package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +6 -4
  581. package/dist-types/ts3.4/commands/StartNotebookExportCommand.d.ts +53 -0
  582. package/dist-types/ts3.4/commands/StartNotebookImportCommand.d.ts +53 -0
  583. package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +6 -4
  584. package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +6 -4
  585. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  586. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  587. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +6 -4
  588. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +6 -4
  589. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
  590. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
  591. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +6 -4
  592. package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +6 -4
  593. package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +6 -4
  594. package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +6 -4
  595. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
  596. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +6 -4
  597. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +6 -4
  598. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +6 -4
  599. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +6 -4
  600. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +49 -0
  601. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
  602. package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +6 -4
  603. package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +6 -4
  604. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +6 -4
  605. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -4
  606. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +6 -4
  607. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +6 -4
  608. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +6 -4
  609. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  610. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  611. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  612. package/dist-types/ts3.4/models/DataZoneServiceException.d.ts +1 -1
  613. package/dist-types/ts3.4/models/enums.d.ts +22 -4
  614. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  615. package/dist-types/ts3.4/models/models_0.d.ts +43 -41
  616. package/dist-types/ts3.4/models/models_1.d.ts +189 -151
  617. package/dist-types/ts3.4/models/models_2.d.ts +185 -3
  618. package/dist-types/ts3.4/pagination/ListNotebooksPaginator.d.ts +11 -0
  619. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  620. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  621. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  622. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  623. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  624. package/package.json +13 -35
@@ -1,5 +1,138 @@
1
- import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NetworkAccessType, NotebookRunStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, PackageManager, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, TriggerSourceType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
2
- import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, GrantedEntity, MatchRationaleItem, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedGroupInput, SubscribedIamPrincipalInput, SubscribedListing, SubscribedListingInput, SubscribedPrincipal, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
1
+ import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FileFormat, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NetworkAccessType, NotebookExportStatus, NotebookRunStatus, NotebookStatus, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, ResolutionStrategy, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, TriggerSourceType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
2
+ import type { AcceptedAssetScope, AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetPermission, AssetRevision, CellInformation, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, ListingRevision, MatchRationaleItem, Member, Model, NotebookError, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedListing, SubscribedPrincipal, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
3
+ /**
4
+ * <p>The details of a listing for which a subscription is granted.</p>
5
+ * @public
6
+ */
7
+ export type GrantedEntity = GrantedEntity.ListingMember | GrantedEntity.$UnknownMember;
8
+ /**
9
+ * @public
10
+ */
11
+ export declare namespace GrantedEntity {
12
+ /**
13
+ * <p>The listing for which a subscription is granted.</p>
14
+ * @public
15
+ */
16
+ interface ListingMember {
17
+ listing: ListingRevision;
18
+ $unknown?: never;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ interface $UnknownMember {
24
+ listing?: never;
25
+ $unknown: [string, any];
26
+ }
27
+ /**
28
+ * @deprecated unused in schema-serde mode.
29
+ *
30
+ */
31
+ interface Visitor<T> {
32
+ listing: (value: ListingRevision) => T;
33
+ _: (name: string, value: any) => T;
34
+ }
35
+ }
36
+ /**
37
+ * @public
38
+ */
39
+ export interface CreateSubscriptionGrantOutput {
40
+ /**
41
+ * <p>The ID of the subscription grant.</p>
42
+ * @public
43
+ */
44
+ id: string | undefined;
45
+ /**
46
+ * <p>The Amazon DataZone user who created the subscription grant.</p>
47
+ * @public
48
+ */
49
+ createdBy: string | undefined;
50
+ /**
51
+ * <p>The Amazon DataZone user who updated the subscription grant.</p>
52
+ * @public
53
+ */
54
+ updatedBy?: string | undefined;
55
+ /**
56
+ * <p>The ID of the Amazon DataZone domain in which the subscription grant is created.</p>
57
+ * @public
58
+ */
59
+ domainId: string | undefined;
60
+ /**
61
+ * <p>A timestamp of when the subscription grant is created.</p>
62
+ * @public
63
+ */
64
+ createdAt: Date | undefined;
65
+ /**
66
+ * <p>A timestamp of when the subscription grant was updated.</p>
67
+ * @public
68
+ */
69
+ updatedAt: Date | undefined;
70
+ /**
71
+ * <p>The environment ID for which subscription grant is created.</p>
72
+ * @public
73
+ */
74
+ environmentId?: string | undefined;
75
+ /**
76
+ * <p>The ID of the subscription target for which the subscription grant is created.</p>
77
+ * @public
78
+ */
79
+ subscriptionTargetId: string | undefined;
80
+ /**
81
+ * <p>The entity to which the subscription is granted.</p>
82
+ * @public
83
+ */
84
+ grantedEntity: GrantedEntity | undefined;
85
+ /**
86
+ * <p>The status of the subscription grant.</p>
87
+ * @public
88
+ */
89
+ status: SubscriptionGrantOverallStatus | undefined;
90
+ /**
91
+ * <p>The assets for which the subscription grant is created.</p>
92
+ * @public
93
+ */
94
+ assets?: SubscribedAsset[] | undefined;
95
+ /**
96
+ * <p>The identifier of the subscription grant.</p>
97
+ *
98
+ * @deprecated Multiple subscriptions can exist for a single grant.
99
+ * @public
100
+ */
101
+ subscriptionId?: string | undefined;
102
+ }
103
+ /**
104
+ * <p>The published asset for which the subscription grant is to be created.</p>
105
+ * @public
106
+ */
107
+ export interface SubscribedListingInput {
108
+ /**
109
+ * <p>The identifier of the published asset for which the subscription grant is to be created.</p>
110
+ * @public
111
+ */
112
+ identifier: string | undefined;
113
+ }
114
+ /**
115
+ * <p>The details of the subscribed group.</p>
116
+ * @public
117
+ */
118
+ export interface SubscribedGroupInput {
119
+ /**
120
+ * <p>The ID of the subscribed group.</p>
121
+ * @public
122
+ */
123
+ identifier?: string | undefined;
124
+ }
125
+ /**
126
+ * <p>The details of the subscribed IAM principal.</p>
127
+ * @public
128
+ */
129
+ export interface SubscribedIamPrincipalInput {
130
+ /**
131
+ * <p>The ARN of the subscribed IAM principal.</p>
132
+ * @public
133
+ */
134
+ identifier?: string | undefined;
135
+ }
3
136
  /**
4
137
  * <p>The project that is to be given a subscription grant.</p>
5
138
  * @public
@@ -8481,567 +8614,560 @@ export interface StartMetadataGenerationRunOutput {
8481
8614
  owningProjectId?: string | undefined;
8482
8615
  }
8483
8616
  /**
8484
- * <p>The package configuration for a notebook run environment in Amazon DataZone.</p>
8485
8617
  * @public
8486
8618
  */
8487
- export interface PackageConfig {
8619
+ export interface DeleteNotebookInput {
8488
8620
  /**
8489
- * <p>The package manager for the notebook run environment. The default value is <code>UV</code>.</p>
8621
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p>
8490
8622
  * @public
8491
8623
  */
8492
- packageManager: PackageManager | undefined;
8624
+ domainIdentifier: string | undefined;
8493
8625
  /**
8494
- * <p>The package specification content for the notebook run environment. The maximum length is 10240 characters.</p>
8626
+ * <p>The identifier of the notebook to delete.</p>
8495
8627
  * @public
8496
8628
  */
8497
- packageSpecification?: string | undefined;
8629
+ identifier: string | undefined;
8498
8630
  }
8499
8631
  /**
8500
- * <p>The environment configuration for a notebook run in Amazon DataZone.</p>
8501
8632
  * @public
8502
8633
  */
8503
- export interface EnvironmentConfig {
8504
- /**
8505
- * <p>The image version for the notebook run environment.</p>
8506
- * @public
8507
- */
8508
- imageVersion?: string | undefined;
8509
- /**
8510
- * <p>The package configuration for the notebook run environment.</p>
8511
- * @public
8512
- */
8513
- packageConfig?: PackageConfig | undefined;
8634
+ export interface DeleteNotebookOutput {
8514
8635
  }
8515
8636
  /**
8516
8637
  * @public
8517
8638
  */
8518
- export interface GetNotebookRunInput {
8639
+ export interface GetNotebookInput {
8519
8640
  /**
8520
- * <p>The identifier of the Amazon DataZone domain in which the notebook run exists.</p>
8641
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p>
8521
8642
  * @public
8522
8643
  */
8523
8644
  domainIdentifier: string | undefined;
8524
8645
  /**
8525
- * <p>The identifier of the notebook run.</p>
8646
+ * <p>The identifier of the notebook.</p>
8526
8647
  * @public
8527
8648
  */
8528
8649
  identifier: string | undefined;
8529
8650
  }
8530
8651
  /**
8531
- * <p>The error details of a failed notebook run in Amazon DataZone.</p>
8532
8652
  * @public
8533
8653
  */
8534
- export interface NotebookRunError {
8654
+ export interface GetNotebookOutput {
8535
8655
  /**
8536
- * <p>The error message. The maximum length is 1024 characters.</p>
8656
+ * <p>The identifier of the notebook.</p>
8537
8657
  * @public
8538
8658
  */
8539
- message: string | undefined;
8540
- }
8541
- /**
8542
- * <p>The network configuration for a notebook run in Amazon DataZone.</p>
8543
- * @public
8544
- */
8545
- export interface NetworkConfig {
8659
+ id: string | undefined;
8546
8660
  /**
8547
- * <p>The network access type for the notebook run. Valid values are <code>PUBLIC_INTERNET_ONLY</code> and <code>VPC_ONLY</code>.</p>
8661
+ * <p>The name of the notebook.</p>
8548
8662
  * @public
8549
8663
  */
8550
- networkAccessType: NetworkAccessType | undefined;
8664
+ name: string | undefined;
8551
8665
  /**
8552
- * <p>The identifier of the VPC for the notebook run. This is required when the network access type is <code>VPC_ONLY</code>.</p>
8666
+ * <p>The identifier of the project that owns the notebook.</p>
8553
8667
  * @public
8554
8668
  */
8555
- vpcId?: string | undefined;
8669
+ owningProjectId: string | undefined;
8556
8670
  /**
8557
- * <p>The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.</p>
8671
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
8558
8672
  * @public
8559
8673
  */
8560
- subnetIds?: string[] | undefined;
8674
+ domainId: string | undefined;
8561
8675
  /**
8562
- * <p>The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.</p>
8676
+ * <p>The ordered list of cells in the notebook.</p>
8563
8677
  * @public
8564
8678
  */
8565
- securityGroupIds?: string[] | undefined;
8566
- }
8567
- /**
8568
- * <p>The storage configuration for a notebook run in Amazon DataZone.</p>
8569
- * @public
8570
- */
8571
- export interface StorageConfig {
8679
+ cellOrder: CellInformation[] | undefined;
8572
8680
  /**
8573
- * <p>The Amazon Simple Storage Service path for the project storage.</p>
8681
+ * <p>The status of the notebook.</p>
8574
8682
  * @public
8575
8683
  */
8576
- projectS3Path?: string | undefined;
8684
+ status: NotebookStatus | undefined;
8577
8685
  /**
8578
- * <p>The ARN of the KMS key used for encryption.</p>
8686
+ * <p>The description of the notebook.</p>
8579
8687
  * @public
8580
8688
  */
8581
- kmsKeyArn?: string | undefined;
8582
- }
8583
- /**
8584
- * <p>The timeout configuration for a notebook run in Amazon DataZone.</p>
8585
- * @public
8586
- */
8587
- export interface TimeoutConfig {
8689
+ description?: string | undefined;
8588
8690
  /**
8589
- * <p>The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).</p>
8691
+ * <p>The timestamp of when the notebook was created.</p>
8590
8692
  * @public
8591
8693
  */
8592
- runTimeoutInMinutes?: number | undefined;
8593
- }
8594
- /**
8595
- * <p>The source that triggered a notebook run in Amazon DataZone.</p>
8596
- * @public
8597
- */
8598
- export interface TriggerSource {
8694
+ createdAt?: Date | undefined;
8599
8695
  /**
8600
- * <p>The type of the trigger source. Valid values are <code>MANUAL</code>, <code>SCHEDULED</code>, and <code>WORKFLOW</code>.</p>
8696
+ * <p>The identifier of the user who created the notebook.</p>
8601
8697
  * @public
8602
8698
  */
8603
- type?: TriggerSourceType | undefined;
8699
+ createdBy?: string | undefined;
8604
8700
  /**
8605
- * <p>The name of the trigger source.</p>
8701
+ * <p>The timestamp of when the notebook was last updated.</p>
8606
8702
  * @public
8607
8703
  */
8608
- name?: string | undefined;
8609
- }
8610
- /**
8611
- * @public
8612
- */
8613
- export interface GetNotebookRunOutput {
8704
+ updatedAt?: Date | undefined;
8614
8705
  /**
8615
- * <p>The identifier of the notebook run.</p>
8706
+ * <p>The identifier of the user who last updated the notebook.</p>
8616
8707
  * @public
8617
8708
  */
8618
- id: string | undefined;
8709
+ updatedBy?: string | undefined;
8619
8710
  /**
8620
- * <p>The identifier of the Amazon DataZone domain.</p>
8711
+ * <p>The identifier of the user who locked the notebook.</p>
8621
8712
  * @public
8622
8713
  */
8623
- domainId: string | undefined;
8714
+ lockedBy?: string | undefined;
8624
8715
  /**
8625
- * <p>The identifier of the project that owns the notebook run.</p>
8716
+ * <p>The timestamp of when the notebook was locked.</p>
8626
8717
  * @public
8627
8718
  */
8628
- owningProjectId: string | undefined;
8719
+ lockedAt?: Date | undefined;
8629
8720
  /**
8630
- * <p>The identifier of the notebook.</p>
8721
+ * <p>The timestamp of when the notebook lock expires.</p>
8631
8722
  * @public
8632
8723
  */
8633
- notebookId: string | undefined;
8724
+ lockExpiresAt?: Date | undefined;
8634
8725
  /**
8635
- * <p>The identifier of the schedule associated with the notebook run.</p>
8726
+ * <p>The identifier of the compute associated with the notebook.</p>
8636
8727
  * @public
8637
8728
  */
8638
- scheduleId?: string | undefined;
8729
+ computeId?: string | undefined;
8639
8730
  /**
8640
- * <p>The status of the notebook run.</p>
8731
+ * <p>The metadata of the notebook.</p>
8641
8732
  * @public
8642
8733
  */
8643
- status: NotebookRunStatus | undefined;
8734
+ metadata?: Record<string, string> | undefined;
8644
8735
  /**
8645
- * <p>The ordered list of cells in the notebook run.</p>
8736
+ * <p>The sensitive parameters of the notebook.</p>
8646
8737
  * @public
8647
8738
  */
8648
- cellOrder?: CellInformation[] | undefined;
8739
+ parameters?: Record<string, string> | undefined;
8649
8740
  /**
8650
- * <p>The metadata of the notebook run.</p>
8741
+ * <p>The environment configuration of the notebook.</p>
8651
8742
  * @public
8652
8743
  */
8653
- metadata?: Record<string, string> | undefined;
8744
+ environmentConfiguration?: EnvironmentConfig | undefined;
8654
8745
  /**
8655
- * <p>The sensitive parameters of the notebook run.</p>
8746
+ * <p>The error details if the notebook is in a failed state.</p>
8656
8747
  * @public
8657
8748
  */
8658
- parameters?: Record<string, string> | undefined;
8749
+ error?: NotebookError | undefined;
8750
+ }
8751
+ /**
8752
+ * @public
8753
+ */
8754
+ export interface ListNotebooksInput {
8659
8755
  /**
8660
- * <p>The compute configuration of the notebook run.</p>
8756
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which to list notebooks.</p>
8661
8757
  * @public
8662
8758
  */
8663
- computeConfiguration?: ComputeConfig | undefined;
8759
+ domainIdentifier: string | undefined;
8664
8760
  /**
8665
- * <p>The network configuration of the notebook run.</p>
8761
+ * <p>The identifier of the project that owns the notebooks.</p>
8666
8762
  * @public
8667
8763
  */
8668
- networkConfiguration?: NetworkConfig | undefined;
8764
+ owningProjectIdentifier: string | undefined;
8669
8765
  /**
8670
- * <p>The timeout configuration of the notebook run.</p>
8766
+ * <p>The maximum number of notebooks to return in a single call. When the number of notebooks exceeds the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value.</p>
8671
8767
  * @public
8672
8768
  */
8673
- timeoutConfiguration?: TimeoutConfig | undefined;
8769
+ maxResults?: number | undefined;
8674
8770
  /**
8675
- * <p>The environment configuration of the notebook run, including image version and package settings.</p>
8771
+ * <p>The sort order for the results.</p>
8676
8772
  * @public
8677
8773
  */
8678
- environmentConfiguration?: EnvironmentConfig | undefined;
8774
+ sortOrder?: SortOrder | undefined;
8679
8775
  /**
8680
- * <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
8776
+ * <p>The field to sort the results by.</p>
8681
8777
  * @public
8682
8778
  */
8683
- storageConfiguration?: StorageConfig | undefined;
8779
+ sortBy?: SortKey | undefined;
8684
8780
  /**
8685
- * <p>The source that triggered the notebook run.</p>
8781
+ * <p>The status to filter notebooks by.</p>
8686
8782
  * @public
8687
8783
  */
8688
- triggerSource?: TriggerSource | undefined;
8784
+ status?: NotebookStatus | undefined;
8689
8785
  /**
8690
- * <p>The error details if the notebook run failed.</p>
8786
+ * <p>When the number of notebooks is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebooks, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebooks</code> to list the next set of notebooks.</p>
8691
8787
  * @public
8692
8788
  */
8693
- error?: NotebookRunError | undefined;
8789
+ nextToken?: string | undefined;
8790
+ }
8791
+ /**
8792
+ * <p>The summary of a notebook in Amazon SageMaker Unified Studio.</p>
8793
+ * @public
8794
+ */
8795
+ export interface NotebookSummary {
8694
8796
  /**
8695
- * <p>The timestamp of when the notebook run was created.</p>
8797
+ * <p>The identifier of the notebook.</p>
8696
8798
  * @public
8697
8799
  */
8698
- createdAt?: Date | undefined;
8800
+ id: string | undefined;
8699
8801
  /**
8700
- * <p>The identifier of the user who created the notebook run.</p>
8802
+ * <p>The name of the notebook.</p>
8701
8803
  * @public
8702
8804
  */
8703
- createdBy?: string | undefined;
8805
+ name: string | undefined;
8704
8806
  /**
8705
- * <p>The timestamp of when the notebook run was last updated.</p>
8807
+ * <p>The identifier of the project that owns the notebook.</p>
8706
8808
  * @public
8707
8809
  */
8708
- updatedAt?: Date | undefined;
8810
+ owningProjectId: string | undefined;
8709
8811
  /**
8710
- * <p>The identifier of the user who last updated the notebook run.</p>
8812
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
8711
8813
  * @public
8712
8814
  */
8713
- updatedBy?: string | undefined;
8815
+ domainId: string | undefined;
8714
8816
  /**
8715
- * <p>The timestamp of when the notebook run started executing.</p>
8817
+ * <p>The status of the notebook.</p>
8716
8818
  * @public
8717
8819
  */
8718
- startedAt?: Date | undefined;
8820
+ status: NotebookStatus | undefined;
8719
8821
  /**
8720
- * <p>The timestamp of when the notebook run completed.</p>
8822
+ * <p>The description of the notebook.</p>
8721
8823
  * @public
8722
8824
  */
8723
- completedAt?: Date | undefined;
8724
- }
8725
- /**
8726
- * @public
8727
- */
8728
- export interface ListNotebookRunsInput {
8825
+ description?: string | undefined;
8729
8826
  /**
8730
- * <p>The identifier of the Amazon DataZone domain in which to list notebook runs.</p>
8827
+ * <p>The timestamp of when the notebook was created.</p>
8731
8828
  * @public
8732
8829
  */
8733
- domainIdentifier: string | undefined;
8830
+ createdAt?: Date | undefined;
8734
8831
  /**
8735
- * <p>The identifier of the project that owns the notebook runs.</p>
8832
+ * <p>The identifier of the user who created the notebook.</p>
8736
8833
  * @public
8737
8834
  */
8738
- owningProjectIdentifier: string | undefined;
8835
+ createdBy?: string | undefined;
8739
8836
  /**
8740
- * <p>The identifier of the notebook to filter runs by.</p>
8837
+ * <p>The timestamp of when the notebook was last updated.</p>
8741
8838
  * @public
8742
8839
  */
8743
- notebookIdentifier?: string | undefined;
8840
+ updatedAt?: Date | undefined;
8744
8841
  /**
8745
- * <p>The status to filter notebook runs by.</p>
8842
+ * <p>The identifier of the user who last updated the notebook.</p>
8746
8843
  * @public
8747
8844
  */
8748
- status?: NotebookRunStatus | undefined;
8845
+ updatedBy?: string | undefined;
8846
+ }
8847
+ /**
8848
+ * @public
8849
+ */
8850
+ export interface ListNotebooksOutput {
8749
8851
  /**
8750
- * <p>The identifier of the schedule to filter notebook runs by.</p>
8852
+ * <p>The results of the <code>ListNotebooks</code> action.</p>
8751
8853
  * @public
8752
8854
  */
8753
- scheduleIdentifier?: string | undefined;
8855
+ items?: NotebookSummary[] | undefined;
8754
8856
  /**
8755
- * <p>The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value.</p>
8857
+ * <p>When the number of notebooks is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebooks, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebooks</code> to list the next set of notebooks.</p>
8756
8858
  * @public
8757
8859
  */
8758
- maxResults?: number | undefined;
8860
+ nextToken?: string | undefined;
8861
+ }
8862
+ /**
8863
+ * @public
8864
+ */
8865
+ export interface UpdateNotebookInput {
8759
8866
  /**
8760
- * <p>The sort order for the results.</p>
8867
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.</p>
8761
8868
  * @public
8762
8869
  */
8763
- sortOrder?: SortOrder | undefined;
8870
+ domainIdentifier: string | undefined;
8764
8871
  /**
8765
- * <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
8872
+ * <p>The identifier of the notebook to update.</p>
8766
8873
  * @public
8767
8874
  */
8768
- nextToken?: string | undefined;
8769
- }
8770
- /**
8771
- * <p>The summary of a notebook run in Amazon DataZone.</p>
8772
- * @public
8773
- */
8774
- export interface NotebookRunSummary {
8875
+ identifier: string | undefined;
8775
8876
  /**
8776
- * <p>The identifier of the notebook run.</p>
8877
+ * <p>The updated description of the notebook.</p>
8777
8878
  * @public
8778
8879
  */
8779
- id: string | undefined;
8880
+ description?: string | undefined;
8780
8881
  /**
8781
- * <p>The identifier of the Amazon DataZone domain.</p>
8882
+ * <p>The updated status of the notebook.</p>
8782
8883
  * @public
8783
8884
  */
8784
- domainId: string | undefined;
8885
+ status?: NotebookStatus | undefined;
8785
8886
  /**
8786
- * <p>The identifier of the project that owns the notebook run.</p>
8887
+ * <p>The updated name of the notebook.</p>
8787
8888
  * @public
8788
8889
  */
8789
- owningProjectId: string | undefined;
8890
+ name?: string | undefined;
8790
8891
  /**
8791
- * <p>The identifier of the notebook.</p>
8892
+ * <p>The updated ordered list of cells in the notebook.</p>
8792
8893
  * @public
8793
8894
  */
8794
- notebookId: string | undefined;
8895
+ cellOrder?: CellInformation[] | undefined;
8795
8896
  /**
8796
- * <p>The identifier of the schedule associated with the notebook run.</p>
8897
+ * <p>The updated metadata for the notebook, specified as key-value pairs.</p>
8797
8898
  * @public
8798
8899
  */
8799
- scheduleId?: string | undefined;
8900
+ metadata?: Record<string, string> | undefined;
8800
8901
  /**
8801
- * <p>The status of the notebook run.</p>
8902
+ * <p>The updated sensitive parameters for the notebook, specified as key-value pairs.</p>
8802
8903
  * @public
8803
8904
  */
8804
- status: NotebookRunStatus | undefined;
8905
+ parameters?: Record<string, string> | undefined;
8805
8906
  /**
8806
- * <p>The source that triggered the notebook run.</p>
8907
+ * <p>The updated environment configuration for the notebook.</p>
8807
8908
  * @public
8808
8909
  */
8809
- triggerSource?: TriggerSource | undefined;
8910
+ environmentConfiguration?: EnvironmentConfig | undefined;
8810
8911
  /**
8811
- * <p>The timestamp of when the notebook run was created.</p>
8912
+ * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
8812
8913
  * @public
8813
8914
  */
8814
- createdAt?: Date | undefined;
8915
+ clientToken?: string | undefined;
8916
+ }
8917
+ /**
8918
+ * @public
8919
+ */
8920
+ export interface UpdateNotebookOutput {
8815
8921
  /**
8816
- * <p>The identifier of the user who created the notebook run.</p>
8922
+ * <p>The identifier of the notebook.</p>
8817
8923
  * @public
8818
8924
  */
8819
- createdBy?: string | undefined;
8925
+ id: string | undefined;
8820
8926
  /**
8821
- * <p>The timestamp of when the notebook run was last updated.</p>
8927
+ * <p>The name of the notebook.</p>
8822
8928
  * @public
8823
8929
  */
8824
- updatedAt?: Date | undefined;
8930
+ name: string | undefined;
8825
8931
  /**
8826
- * <p>The identifier of the user who last updated the notebook run.</p>
8932
+ * <p>The identifier of the project that owns the notebook.</p>
8827
8933
  * @public
8828
8934
  */
8829
- updatedBy?: string | undefined;
8935
+ owningProjectId: string | undefined;
8830
8936
  /**
8831
- * <p>The timestamp of when the notebook run started executing.</p>
8937
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
8832
8938
  * @public
8833
8939
  */
8834
- startedAt?: Date | undefined;
8940
+ domainId: string | undefined;
8835
8941
  /**
8836
- * <p>The timestamp of when the notebook run completed.</p>
8942
+ * <p>The ordered list of cells in the notebook.</p>
8837
8943
  * @public
8838
8944
  */
8839
- completedAt?: Date | undefined;
8840
- }
8841
- /**
8842
- * @public
8843
- */
8844
- export interface ListNotebookRunsOutput {
8945
+ cellOrder: CellInformation[] | undefined;
8845
8946
  /**
8846
- * <p>The results of the <code>ListNotebookRuns</code> action.</p>
8947
+ * <p>The status of the notebook.</p>
8847
8948
  * @public
8848
8949
  */
8849
- items?: NotebookRunSummary[] | undefined;
8950
+ status: NotebookStatus | undefined;
8850
8951
  /**
8851
- * <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
8952
+ * <p>The description of the notebook.</p>
8852
8953
  * @public
8853
8954
  */
8854
- nextToken?: string | undefined;
8855
- }
8856
- /**
8857
- * @public
8858
- */
8859
- export interface StartNotebookRunInput {
8955
+ description?: string | undefined;
8860
8956
  /**
8861
- * <p>The identifier of the Amazon DataZone domain in which the notebook run is started.</p>
8957
+ * <p>The timestamp of when the notebook was created.</p>
8862
8958
  * @public
8863
8959
  */
8864
- domainIdentifier: string | undefined;
8960
+ createdAt?: Date | undefined;
8865
8961
  /**
8866
- * <p>The identifier of the project that owns the notebook run.</p>
8962
+ * <p>The identifier of the user who created the notebook.</p>
8867
8963
  * @public
8868
8964
  */
8869
- owningProjectIdentifier: string | undefined;
8965
+ createdBy?: string | undefined;
8870
8966
  /**
8871
- * <p>The identifier of the notebook to run.</p>
8967
+ * <p>The timestamp of when the notebook was last updated.</p>
8872
8968
  * @public
8873
8969
  */
8874
- notebookIdentifier: string | undefined;
8970
+ updatedAt?: Date | undefined;
8875
8971
  /**
8876
- * <p>The identifier of the schedule associated with the notebook run.</p>
8972
+ * <p>The identifier of the user who last updated the notebook.</p>
8877
8973
  * @public
8878
8974
  */
8879
- scheduleIdentifier?: string | undefined;
8975
+ updatedBy?: string | undefined;
8880
8976
  /**
8881
- * <p>The compute configuration for the notebook run, including instance type and environment version.</p>
8977
+ * <p>The identifier of the user who locked the notebook.</p>
8882
8978
  * @public
8883
8979
  */
8884
- computeConfiguration?: ComputeConfig | undefined;
8980
+ lockedBy?: string | undefined;
8885
8981
  /**
8886
- * <p>The network configuration for the notebook run, including network access type and optional VPC settings.</p>
8982
+ * <p>The timestamp of when the notebook was locked.</p>
8887
8983
  * @public
8888
8984
  */
8889
- networkConfiguration?: NetworkConfig | undefined;
8985
+ lockedAt?: Date | undefined;
8890
8986
  /**
8891
- * <p>The timeout configuration for the notebook run. The default timeout is 720 minutes (12 hours) and the maximum is 1440 minutes (24 hours).</p>
8987
+ * <p>The timestamp of when the notebook lock expires.</p>
8892
8988
  * @public
8893
8989
  */
8894
- timeoutConfiguration?: TimeoutConfig | undefined;
8990
+ lockExpiresAt?: Date | undefined;
8895
8991
  /**
8896
- * <p>The source that triggered the notebook run.</p>
8992
+ * <p>The identifier of the compute associated with the notebook.</p>
8897
8993
  * @public
8898
8994
  */
8899
- triggerSource?: TriggerSource | undefined;
8995
+ computeId?: string | undefined;
8900
8996
  /**
8901
- * <p>The metadata for the notebook run, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.</p>
8997
+ * <p>The metadata of the notebook.</p>
8902
8998
  * @public
8903
8999
  */
8904
9000
  metadata?: Record<string, string> | undefined;
8905
9001
  /**
8906
- * <p>The sensitive parameters for the notebook run, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.</p>
9002
+ * <p>The sensitive parameters of the notebook.</p>
8907
9003
  * @public
8908
9004
  */
8909
9005
  parameters?: Record<string, string> | undefined;
8910
9006
  /**
8911
- * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
9007
+ * <p>The environment configuration of the notebook.</p>
8912
9008
  * @public
8913
9009
  */
8914
- clientToken?: string | undefined;
9010
+ environmentConfiguration?: EnvironmentConfig | undefined;
9011
+ /**
9012
+ * <p>The error details if the notebook is in a failed state.</p>
9013
+ * @public
9014
+ */
9015
+ error?: NotebookError | undefined;
8915
9016
  }
8916
9017
  /**
8917
9018
  * @public
8918
9019
  */
8919
- export interface StartNotebookRunOutput {
9020
+ export interface GetNotebookExportInput {
8920
9021
  /**
8921
- * <p>The identifier of the notebook run.</p>
9022
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook export exists.</p>
8922
9023
  * @public
8923
9024
  */
8924
- id: string | undefined;
9025
+ domainIdentifier: string | undefined;
8925
9026
  /**
8926
- * <p>The identifier of the Amazon DataZone domain.</p>
9027
+ * <p>The identifier of the notebook export.</p>
8927
9028
  * @public
8928
9029
  */
8929
- domainId: string | undefined;
9030
+ identifier: string | undefined;
9031
+ }
9032
+ /**
9033
+ * <p>The error details of a failed notebook export in Amazon SageMaker Unified Studio.</p>
9034
+ * @public
9035
+ */
9036
+ export interface NotebookExportError {
8930
9037
  /**
8931
- * <p>The identifier of the project that owns the notebook run.</p>
9038
+ * <p>The error message. The maximum length is 256 characters.</p>
8932
9039
  * @public
8933
9040
  */
8934
- owningProjectId: string | undefined;
9041
+ message: string | undefined;
9042
+ }
9043
+ /**
9044
+ * <p>The Amazon Simple Storage Service destination for a notebook export in Amazon SageMaker Unified Studio.</p>
9045
+ * @public
9046
+ */
9047
+ export interface S3Destination {
8935
9048
  /**
8936
- * <p>The identifier of the notebook.</p>
9049
+ * <p>The Amazon Simple Storage Service URI of the exported notebook.</p>
8937
9050
  * @public
8938
9051
  */
8939
- notebookId: string | undefined;
9052
+ uri?: string | undefined;
9053
+ }
9054
+ /**
9055
+ * <p>The output location for a notebook export in Amazon SageMaker Unified Studio.</p>
9056
+ * @public
9057
+ */
9058
+ export type OutputLocation = OutputLocation.S3Member | OutputLocation.$UnknownMember;
9059
+ /**
9060
+ * @public
9061
+ */
9062
+ export declare namespace OutputLocation {
8940
9063
  /**
8941
- * <p>The identifier of the schedule associated with the notebook run.</p>
9064
+ * <p>The Amazon Simple Storage Service destination for the notebook export.</p>
8942
9065
  * @public
8943
9066
  */
8944
- scheduleId?: string | undefined;
9067
+ interface S3Member {
9068
+ s3: S3Destination;
9069
+ $unknown?: never;
9070
+ }
8945
9071
  /**
8946
- * <p>The status of the notebook run.</p>
8947
9072
  * @public
8948
9073
  */
8949
- status: NotebookRunStatus | undefined;
9074
+ interface $UnknownMember {
9075
+ s3?: never;
9076
+ $unknown: [string, any];
9077
+ }
8950
9078
  /**
8951
- * <p>The ordered list of cells in the notebook run.</p>
8952
- * @public
9079
+ * @deprecated unused in schema-serde mode.
9080
+ *
8953
9081
  */
8954
- cellOrder?: CellInformation[] | undefined;
9082
+ interface Visitor<T> {
9083
+ s3: (value: S3Destination) => T;
9084
+ _: (name: string, value: any) => T;
9085
+ }
9086
+ }
9087
+ /**
9088
+ * @public
9089
+ */
9090
+ export interface GetNotebookExportOutput {
8955
9091
  /**
8956
- * <p>The metadata of the notebook run.</p>
9092
+ * <p>The identifier of the notebook export.</p>
8957
9093
  * @public
8958
9094
  */
8959
- metadata?: Record<string, string> | undefined;
9095
+ id: string | undefined;
8960
9096
  /**
8961
- * <p>The sensitive parameters of the notebook run.</p>
9097
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
8962
9098
  * @public
8963
9099
  */
8964
- parameters?: Record<string, string> | undefined;
9100
+ domainId: string | undefined;
8965
9101
  /**
8966
- * <p>The compute configuration of the notebook run.</p>
9102
+ * <p>The identifier of the project that owns the notebook.</p>
8967
9103
  * @public
8968
9104
  */
8969
- computeConfiguration?: ComputeConfig | undefined;
9105
+ owningProjectId: string | undefined;
8970
9106
  /**
8971
- * <p>The network configuration of the notebook run.</p>
9107
+ * <p>The identifier of the notebook.</p>
8972
9108
  * @public
8973
9109
  */
8974
- networkConfiguration?: NetworkConfig | undefined;
9110
+ notebookId: string | undefined;
8975
9111
  /**
8976
- * <p>The timeout configuration of the notebook run.</p>
9112
+ * <p>The file format of the notebook export.</p>
8977
9113
  * @public
8978
9114
  */
8979
- timeoutConfiguration?: TimeoutConfig | undefined;
9115
+ fileFormat: FileFormat | undefined;
8980
9116
  /**
8981
- * <p>The environment configuration of the notebook run, including image version and package settings.</p>
9117
+ * <p>The status of the notebook export.</p>
8982
9118
  * @public
8983
9119
  */
8984
- environmentConfiguration?: EnvironmentConfig | undefined;
9120
+ status: NotebookExportStatus | undefined;
8985
9121
  /**
8986
- * <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
9122
+ * <p>The output location of the exported notebook in Amazon Simple Storage Service.</p>
8987
9123
  * @public
8988
9124
  */
8989
- storageConfiguration?: StorageConfig | undefined;
9125
+ outputLocation?: OutputLocation | undefined;
8990
9126
  /**
8991
- * <p>The source that triggered the notebook run.</p>
9127
+ * <p>The error details if the notebook export failed.</p>
8992
9128
  * @public
8993
9129
  */
8994
- triggerSource?: TriggerSource | undefined;
9130
+ error?: NotebookExportError | undefined;
8995
9131
  /**
8996
- * <p>The error details if the notebook run failed.</p>
9132
+ * <p>The timestamp of when the notebook export completed.</p>
8997
9133
  * @public
8998
9134
  */
8999
- error?: NotebookRunError | undefined;
9135
+ completedAt?: Date | undefined;
9000
9136
  /**
9001
- * <p>The timestamp of when the notebook run was created.</p>
9137
+ * <p>The timestamp of when the notebook export was started.</p>
9002
9138
  * @public
9003
9139
  */
9004
9140
  createdAt?: Date | undefined;
9005
9141
  /**
9006
- * <p>The identifier of the user who created the notebook run.</p>
9142
+ * <p>The identifier of the user who started the notebook export.</p>
9007
9143
  * @public
9008
9144
  */
9009
9145
  createdBy?: string | undefined;
9146
+ }
9147
+ /**
9148
+ * @public
9149
+ */
9150
+ export interface StartNotebookExportInput {
9010
9151
  /**
9011
- * <p>The timestamp of when the notebook run was last updated.</p>
9012
- * @public
9013
- */
9014
- updatedAt?: Date | undefined;
9015
- /**
9016
- * <p>The identifier of the user who last updated the notebook run.</p>
9017
- * @public
9018
- */
9019
- updatedBy?: string | undefined;
9020
- /**
9021
- * <p>The timestamp of when the notebook run started executing.</p>
9152
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which to export the notebook.</p>
9022
9153
  * @public
9023
9154
  */
9024
- startedAt?: Date | undefined;
9155
+ domainIdentifier: string | undefined;
9025
9156
  /**
9026
- * <p>The timestamp of when the notebook run completed.</p>
9157
+ * <p>The identifier of the notebook to export.</p>
9027
9158
  * @public
9028
9159
  */
9029
- completedAt?: Date | undefined;
9030
- }
9031
- /**
9032
- * @public
9033
- */
9034
- export interface StopNotebookRunInput {
9160
+ notebookIdentifier: string | undefined;
9035
9161
  /**
9036
- * <p>The identifier of the Amazon DataZone domain in which the notebook run is stopped.</p>
9162
+ * <p>The identifier of the project that owns the notebook.</p>
9037
9163
  * @public
9038
9164
  */
9039
- domainIdentifier: string | undefined;
9165
+ owningProjectIdentifier: string | undefined;
9040
9166
  /**
9041
- * <p>The identifier of the notebook run to stop.</p>
9167
+ * <p>The file format for the notebook export. Valid values are <code>PDF</code> and <code>IPYNB</code>.</p>
9042
9168
  * @public
9043
9169
  */
9044
- identifier: string | undefined;
9170
+ fileFormat: FileFormat | undefined;
9045
9171
  /**
9046
9172
  * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
9047
9173
  * @public
@@ -9051,609 +9177,641 @@ export interface StopNotebookRunInput {
9051
9177
  /**
9052
9178
  * @public
9053
9179
  */
9054
- export interface StopNotebookRunOutput {
9180
+ export interface StartNotebookExportOutput {
9055
9181
  /**
9056
- * <p>The identifier of the notebook run.</p>
9182
+ * <p>The identifier of the notebook export.</p>
9057
9183
  * @public
9058
9184
  */
9059
9185
  id: string | undefined;
9060
9186
  /**
9061
- * <p>The identifier of the Amazon DataZone domain.</p>
9187
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
9062
9188
  * @public
9063
9189
  */
9064
9190
  domainId: string | undefined;
9065
9191
  /**
9066
- * <p>The identifier of the project that owns the notebook run.</p>
9192
+ * <p>The identifier of the project that owns the notebook.</p>
9067
9193
  * @public
9068
9194
  */
9069
9195
  owningProjectId: string | undefined;
9070
9196
  /**
9071
- * <p>The status of the notebook run.</p>
9197
+ * <p>The identifier of the notebook.</p>
9072
9198
  * @public
9073
9199
  */
9074
- status: NotebookRunStatus | undefined;
9075
- }
9076
- /**
9077
- * @public
9078
- */
9079
- export interface PostLineageEventInput {
9200
+ notebookId: string | undefined;
9080
9201
  /**
9081
- * <p>The ID of the domain where you want to post a data lineage event.</p>
9202
+ * <p>The file format of the notebook export.</p>
9082
9203
  * @public
9083
9204
  */
9084
- domainIdentifier: string | undefined;
9205
+ fileFormat: FileFormat | undefined;
9085
9206
  /**
9086
- * <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
9207
+ * <p>The status of the notebook export.</p>
9087
9208
  * @public
9088
9209
  */
9089
- event: Uint8Array | undefined;
9210
+ status: NotebookExportStatus | undefined;
9090
9211
  /**
9091
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9212
+ * <p>The timestamp of when the notebook export was started.</p>
9092
9213
  * @public
9093
9214
  */
9094
- clientToken?: string | undefined;
9215
+ createdAt?: Date | undefined;
9216
+ /**
9217
+ * <p>The identifier of the user who started the notebook export.</p>
9218
+ * @public
9219
+ */
9220
+ createdBy?: string | undefined;
9095
9221
  }
9096
9222
  /**
9097
9223
  * @public
9098
9224
  */
9099
- export interface PostLineageEventOutput {
9225
+ export interface GetNotebookRunInput {
9100
9226
  /**
9101
- * <p>The ID of the lineage event.</p>
9227
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run exists.</p>
9102
9228
  * @public
9103
9229
  */
9104
- id?: string | undefined;
9230
+ domainIdentifier: string | undefined;
9105
9231
  /**
9106
- * <p>The ID of the domain.</p>
9232
+ * <p>The identifier of the notebook run.</p>
9107
9233
  * @public
9108
9234
  */
9109
- domainId?: string | undefined;
9235
+ identifier: string | undefined;
9110
9236
  }
9111
9237
  /**
9112
- * <p>The time series data points form.</p>
9238
+ * <p>The error details of a failed notebook run in Amazon SageMaker Unified Studio.</p>
9113
9239
  * @public
9114
9240
  */
9115
- export interface TimeSeriesDataPointFormInput {
9241
+ export interface NotebookRunError {
9116
9242
  /**
9117
- * <p>The name of the time series data points form.</p>
9243
+ * <p>The error message. The maximum length is 1024 characters.</p>
9118
9244
  * @public
9119
9245
  */
9120
- formName: string | undefined;
9121
- /**
9122
- * <p>The ID of the type of the time series data points form.</p>
9246
+ message: string | undefined;
9247
+ }
9248
+ /**
9249
+ * <p>The network configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
9250
+ * @public
9251
+ */
9252
+ export interface NetworkConfig {
9253
+ /**
9254
+ * <p>The network access type for the notebook run. Valid values are <code>PUBLIC_INTERNET_ONLY</code> and <code>VPC_ONLY</code>.</p>
9123
9255
  * @public
9124
9256
  */
9125
- typeIdentifier: string | undefined;
9257
+ networkAccessType: NetworkAccessType | undefined;
9126
9258
  /**
9127
- * <p>The revision type of the time series data points form.</p>
9259
+ * <p>The identifier of the VPC for the notebook run. This is required when the network access type is <code>VPC_ONLY</code>.</p>
9128
9260
  * @public
9129
9261
  */
9130
- typeRevision?: string | undefined;
9262
+ vpcId?: string | undefined;
9131
9263
  /**
9132
- * <p>The timestamp of the time series data points form.</p>
9264
+ * <p>The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.</p>
9133
9265
  * @public
9134
9266
  */
9135
- timestamp: Date | undefined;
9267
+ subnetIds?: string[] | undefined;
9136
9268
  /**
9137
- * <p>The content of the time series data points form.</p>
9269
+ * <p>The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.</p>
9138
9270
  * @public
9139
9271
  */
9140
- content?: string | undefined;
9272
+ securityGroupIds?: string[] | undefined;
9141
9273
  }
9142
9274
  /**
9275
+ * <p>The storage configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
9143
9276
  * @public
9144
9277
  */
9145
- export interface PostTimeSeriesDataPointsInput {
9278
+ export interface StorageConfig {
9146
9279
  /**
9147
- * <p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>
9280
+ * <p>The Amazon Simple Storage Service path for the project storage.</p>
9148
9281
  * @public
9149
9282
  */
9150
- domainIdentifier: string | undefined;
9283
+ projectS3Path?: string | undefined;
9151
9284
  /**
9152
- * <p>The ID of the asset for which you want to post time series data points.</p>
9285
+ * <p>The ARN of the KMS key used for encryption.</p>
9153
9286
  * @public
9154
9287
  */
9155
- entityIdentifier: string | undefined;
9288
+ kmsKeyArn?: string | undefined;
9289
+ }
9290
+ /**
9291
+ * <p>The timeout configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
9292
+ * @public
9293
+ */
9294
+ export interface TimeoutConfig {
9156
9295
  /**
9157
- * <p>The type of the asset for which you want to post data points.</p>
9296
+ * <p>The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).</p>
9158
9297
  * @public
9159
9298
  */
9160
- entityType: TimeSeriesEntityType | undefined;
9299
+ runTimeoutInMinutes?: number | undefined;
9300
+ }
9301
+ /**
9302
+ * <p>The source that triggered a notebook run in Amazon SageMaker Unified Studio.</p>
9303
+ * @public
9304
+ */
9305
+ export interface TriggerSource {
9161
9306
  /**
9162
- * <p>The forms that contain the data points that you want to post.</p>
9307
+ * <p>The type of the trigger source. Valid values are <code>MANUAL</code>, <code>SCHEDULED</code>, and <code>WORKFLOW</code>.</p>
9163
9308
  * @public
9164
9309
  */
9165
- forms: TimeSeriesDataPointFormInput[] | undefined;
9310
+ type?: TriggerSourceType | undefined;
9166
9311
  /**
9167
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9312
+ * <p>The name of the trigger source.</p>
9168
9313
  * @public
9169
9314
  */
9170
- clientToken?: string | undefined;
9315
+ name?: string | undefined;
9171
9316
  }
9172
9317
  /**
9173
9318
  * @public
9174
9319
  */
9175
- export interface PostTimeSeriesDataPointsOutput {
9320
+ export interface GetNotebookRunOutput {
9176
9321
  /**
9177
- * <p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>
9322
+ * <p>The identifier of the notebook run.</p>
9178
9323
  * @public
9179
9324
  */
9180
- domainId?: string | undefined;
9325
+ id: string | undefined;
9181
9326
  /**
9182
- * <p>The ID of the asset for which you want to post time series data points.</p>
9327
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
9183
9328
  * @public
9184
9329
  */
9185
- entityId?: string | undefined;
9330
+ domainId: string | undefined;
9186
9331
  /**
9187
- * <p>The type of the asset for which you want to post data points.</p>
9332
+ * <p>The identifier of the project that owns the notebook run.</p>
9188
9333
  * @public
9189
9334
  */
9190
- entityType?: TimeSeriesEntityType | undefined;
9335
+ owningProjectId: string | undefined;
9191
9336
  /**
9192
- * <p>The forms that contain the data points that you have posted.</p>
9337
+ * <p>The identifier of the notebook.</p>
9193
9338
  * @public
9194
9339
  */
9195
- forms?: TimeSeriesDataPointFormOutput[] | undefined;
9196
- }
9197
- /**
9198
- * @public
9199
- */
9200
- export interface PutDataExportConfigurationInput {
9340
+ notebookId: string | undefined;
9201
9341
  /**
9202
- * <p>The domain ID for which you want to create data export configuration details.</p>
9342
+ * <p>The identifier of the schedule associated with the notebook run.</p>
9203
9343
  * @public
9204
9344
  */
9205
- domainIdentifier: string | undefined;
9345
+ scheduleId?: string | undefined;
9206
9346
  /**
9207
- * <p>Specifies that the export is to be enabled as part of creating data export configuration details.</p>
9347
+ * <p>The status of the notebook run.</p>
9208
9348
  * @public
9209
9349
  */
9210
- enableExport: boolean | undefined;
9350
+ status: NotebookRunStatus | undefined;
9211
9351
  /**
9212
- * <p>The encryption configuration as part of creating data export configuration details.</p> <p>The KMS key provided here as part of encryptionConfiguration must have the required permissions as described in <a href="https://docs.aws.amazon.com/sagemaker-unified-studio/latest/adminguide/sagemaker-unified-studio-export-asset-metadata-kms-permissions.html">KMS permissions for exporting asset metadata in Amazon SageMaker Unified Studio</a>.</p>
9352
+ * <p>The ordered list of cells in the notebook run.</p>
9213
9353
  * @public
9214
9354
  */
9215
- encryptionConfiguration?: EncryptionConfiguration | undefined;
9355
+ cellOrder?: CellInformation[] | undefined;
9216
9356
  /**
9217
- * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
9357
+ * <p>The metadata of the notebook run.</p>
9218
9358
  * @public
9219
9359
  */
9220
- clientToken?: string | undefined;
9221
- }
9222
- /**
9223
- * @public
9224
- */
9225
- export interface PutDataExportConfigurationOutput {
9226
- }
9227
- /**
9228
- * <p>A search filter in Amazon DataZone.</p>
9229
- * @public
9230
- */
9231
- export interface Filter {
9360
+ metadata?: Record<string, string> | undefined;
9232
9361
  /**
9233
- * <p>A search filter attribute in Amazon DataZone.</p>
9362
+ * <p>The sensitive parameters of the notebook run.</p>
9234
9363
  * @public
9235
9364
  */
9236
- attribute: string | undefined;
9365
+ parameters?: Record<string, string> | undefined;
9237
9366
  /**
9238
- * <p>A search filter string value in Amazon DataZone.</p>
9367
+ * <p>The compute configuration of the notebook run.</p>
9239
9368
  * @public
9240
9369
  */
9241
- value?: string | undefined;
9370
+ computeConfiguration?: ComputeConfig | undefined;
9242
9371
  /**
9243
- * <p>A search filter integer value in Amazon DataZone.</p>
9372
+ * <p>The network configuration of the notebook run.</p>
9244
9373
  * @public
9245
9374
  */
9246
- intValue?: number | undefined;
9375
+ networkConfiguration?: NetworkConfig | undefined;
9247
9376
  /**
9248
- * <p>Specifies the search filter operator.</p>
9377
+ * <p>The timeout configuration of the notebook run.</p>
9249
9378
  * @public
9250
9379
  */
9251
- operator?: FilterOperator | undefined;
9252
- }
9253
- /**
9254
- * <p>The pattern describing the query's relational traversal.</p>
9255
- * @public
9256
- */
9257
- export interface RelationPattern {
9380
+ timeoutConfiguration?: TimeoutConfig | undefined;
9258
9381
  /**
9259
- * <p>The type of relation to query.</p>
9382
+ * <p>The environment configuration of the notebook run, including image version and package settings.</p>
9260
9383
  * @public
9261
9384
  */
9262
- relationType: RelationType | undefined;
9385
+ environmentConfiguration?: EnvironmentConfig | undefined;
9263
9386
  /**
9264
- * <p>The direction to query.</p>
9387
+ * <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
9265
9388
  * @public
9266
9389
  */
9267
- relationDirection: RelationDirection | undefined;
9390
+ storageConfiguration?: StorageConfig | undefined;
9268
9391
  /**
9269
- * <p>The number of hops to query.</p>
9392
+ * <p>The source that triggered the notebook run.</p>
9270
9393
  * @public
9271
9394
  */
9272
- maxPathLength?: number | undefined;
9273
- }
9274
- /**
9275
- * <p>The summary and output forms of a LineageNode</p>
9276
- * @public
9277
- */
9278
- export interface LineageNodeItem {
9395
+ triggerSource?: TriggerSource | undefined;
9279
9396
  /**
9280
- * <p>The ID of the domain of the data lineage node.</p>
9397
+ * <p>The error details if the notebook run failed.</p>
9281
9398
  * @public
9282
9399
  */
9283
- domainId: string | undefined;
9400
+ error?: NotebookRunError | undefined;
9284
9401
  /**
9285
- * <p>The name of the data lineage node.</p>
9402
+ * <p>The timestamp of when the notebook run was created.</p>
9286
9403
  * @public
9287
9404
  */
9288
- name?: string | undefined;
9405
+ createdAt?: Date | undefined;
9289
9406
  /**
9290
- * <p>The description of the data lineage node.</p>
9407
+ * <p>The identifier of the user who created the notebook run.</p>
9291
9408
  * @public
9292
9409
  */
9293
- description?: string | undefined;
9410
+ createdBy?: string | undefined;
9294
9411
  /**
9295
- * <p>The timestamp at which the data lineage node was created.</p>
9412
+ * <p>The timestamp of when the notebook run was last updated.</p>
9296
9413
  * @public
9297
9414
  */
9298
- createdAt?: Date | undefined;
9415
+ updatedAt?: Date | undefined;
9299
9416
  /**
9300
- * <p>The user who created the data lineage node.</p>
9417
+ * <p>The identifier of the user who last updated the notebook run.</p>
9301
9418
  * @public
9302
9419
  */
9303
- createdBy?: string | undefined;
9420
+ updatedBy?: string | undefined;
9304
9421
  /**
9305
- * <p>The timestamp at which the data lineage node was updated.</p>
9422
+ * <p>The timestamp of when the notebook run started executing.</p>
9306
9423
  * @public
9307
9424
  */
9308
- updatedAt?: Date | undefined;
9425
+ startedAt?: Date | undefined;
9309
9426
  /**
9310
- * <p>The user who updated the data lineage node.</p>
9427
+ * <p>The timestamp of when the notebook run completed.</p>
9311
9428
  * @public
9312
9429
  */
9313
- updatedBy?: string | undefined;
9430
+ completedAt?: Date | undefined;
9431
+ }
9432
+ /**
9433
+ * @public
9434
+ */
9435
+ export interface ListNotebookRunsInput {
9314
9436
  /**
9315
- * <p>The ID of the data lineage node.</p>
9437
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.</p>
9316
9438
  * @public
9317
9439
  */
9318
- id: string | undefined;
9440
+ domainIdentifier: string | undefined;
9319
9441
  /**
9320
- * <p>The name of the type of the data lineage node.</p>
9442
+ * <p>The identifier of the project that owns the notebook runs.</p>
9321
9443
  * @public
9322
9444
  */
9323
- typeName: string | undefined;
9445
+ owningProjectIdentifier: string | undefined;
9324
9446
  /**
9325
- * <p>The type of the revision of the data lineage node.</p>
9447
+ * <p>The identifier of the notebook to filter runs by.</p>
9326
9448
  * @public
9327
9449
  */
9328
- typeRevision?: string | undefined;
9450
+ notebookIdentifier?: string | undefined;
9329
9451
  /**
9330
- * <p>The alternate ID of the data lineage node.</p>
9452
+ * <p>The status to filter notebook runs by.</p>
9331
9453
  * @public
9332
9454
  */
9333
- sourceIdentifier?: string | undefined;
9455
+ status?: NotebookRunStatus | undefined;
9334
9456
  /**
9335
- * <p>The event timestamp of the data lineage node.</p>
9457
+ * <p>The identifier of the schedule to filter notebook runs by.</p>
9336
9458
  * @public
9337
9459
  */
9338
- eventTimestamp?: Date | undefined;
9460
+ scheduleIdentifier?: string | undefined;
9339
9461
  /**
9340
- * <p>The forms included in the additional attributes of a data lineage node.</p>
9462
+ * <p>The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value.</p>
9341
9463
  * @public
9342
9464
  */
9343
- formsOutput?: FormOutput[] | undefined;
9465
+ maxResults?: number | undefined;
9344
9466
  /**
9345
- * <p>The IDs of the upstream data lineage nodes.</p>
9467
+ * <p>The sort order for the results.</p>
9346
9468
  * @public
9347
9469
  */
9348
- upstreamLineageNodeIds?: string[] | undefined;
9470
+ sortOrder?: SortOrder | undefined;
9349
9471
  /**
9350
- * <p>The IDs of the downstream data lineage nodes.</p>
9472
+ * <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
9351
9473
  * @public
9352
9474
  */
9353
- downstreamLineageNodeIds?: string[] | undefined;
9475
+ nextToken?: string | undefined;
9354
9476
  }
9355
9477
  /**
9356
- * <p>Resulting entity from the query.</p>
9357
- * @public
9358
- */
9359
- export type ResultItem = ResultItem.LineageNodeMember | ResultItem.$UnknownMember;
9360
- /**
9478
+ * <p>The summary of a notebook run in Amazon SageMaker Unified Studio.</p>
9361
9479
  * @public
9362
9480
  */
9363
- export declare namespace ResultItem {
9481
+ export interface NotebookRunSummary {
9364
9482
  /**
9365
- * <p>Resulting data lineage node from the query.</p>
9483
+ * <p>The identifier of the notebook run.</p>
9366
9484
  * @public
9367
9485
  */
9368
- interface LineageNodeMember {
9369
- lineageNode: LineageNodeItem;
9370
- $unknown?: never;
9371
- }
9486
+ id: string | undefined;
9372
9487
  /**
9488
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
9373
9489
  * @public
9374
9490
  */
9375
- interface $UnknownMember {
9376
- lineageNode?: never;
9377
- $unknown: [string, any];
9378
- }
9491
+ domainId: string | undefined;
9379
9492
  /**
9380
- * @deprecated unused in schema-serde mode.
9381
- *
9493
+ * <p>The identifier of the project that owns the notebook run.</p>
9494
+ * @public
9382
9495
  */
9383
- interface Visitor<T> {
9384
- lineageNode: (value: LineageNodeItem) => T;
9385
- _: (name: string, value: any) => T;
9386
- }
9387
- }
9388
- /**
9389
- * @public
9390
- */
9391
- export interface QueryGraphOutput {
9496
+ owningProjectId: string | undefined;
9392
9497
  /**
9393
- * <p>The results of the <code>QueryGraph</code> action.</p>
9498
+ * <p>The identifier of the notebook.</p>
9394
9499
  * @public
9395
9500
  */
9396
- items?: ResultItem[] | undefined;
9501
+ notebookId: string | undefined;
9397
9502
  /**
9398
- * <p>When the number of entities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of entities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>QueryGraph</code> to list the next set of entities.</p>
9503
+ * <p>The identifier of the schedule associated with the notebook run.</p>
9399
9504
  * @public
9400
9505
  */
9401
- nextToken?: string | undefined;
9402
- }
9403
- /**
9404
- * <p>The details of the automatically generated business metadata that is rejected.</p>
9405
- * @public
9406
- */
9407
- export interface RejectChoice {
9506
+ scheduleId?: string | undefined;
9408
9507
  /**
9409
- * <p>Specifies the target (for example, a column name) where a prediction can be rejected.</p>
9508
+ * <p>The status of the notebook run.</p>
9410
9509
  * @public
9411
9510
  */
9412
- predictionTarget: string | undefined;
9511
+ status: NotebookRunStatus | undefined;
9413
9512
  /**
9414
- * <p>Specifies the the automatically generated business metadata that can be rejected.</p>
9513
+ * <p>The source that triggered the notebook run.</p>
9415
9514
  * @public
9416
9515
  */
9417
- predictionChoices?: number[] | undefined;
9516
+ triggerSource?: TriggerSource | undefined;
9517
+ /**
9518
+ * <p>The timestamp of when the notebook run was created.</p>
9519
+ * @public
9520
+ */
9521
+ createdAt?: Date | undefined;
9522
+ /**
9523
+ * <p>The identifier of the user who created the notebook run.</p>
9524
+ * @public
9525
+ */
9526
+ createdBy?: string | undefined;
9527
+ /**
9528
+ * <p>The timestamp of when the notebook run was last updated.</p>
9529
+ * @public
9530
+ */
9531
+ updatedAt?: Date | undefined;
9532
+ /**
9533
+ * <p>The identifier of the user who last updated the notebook run.</p>
9534
+ * @public
9535
+ */
9536
+ updatedBy?: string | undefined;
9537
+ /**
9538
+ * <p>The timestamp of when the notebook run started executing.</p>
9539
+ * @public
9540
+ */
9541
+ startedAt?: Date | undefined;
9542
+ /**
9543
+ * <p>The timestamp of when the notebook run completed.</p>
9544
+ * @public
9545
+ */
9546
+ completedAt?: Date | undefined;
9418
9547
  }
9419
9548
  /**
9420
- * <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
9421
9549
  * @public
9422
9550
  */
9423
- export interface RejectRule {
9551
+ export interface ListNotebookRunsOutput {
9424
9552
  /**
9425
- * <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
9553
+ * <p>The results of the <code>ListNotebookRuns</code> action.</p>
9426
9554
  * @public
9427
9555
  */
9428
- rule?: RejectRuleBehavior | undefined;
9556
+ items?: NotebookRunSummary[] | undefined;
9429
9557
  /**
9430
- * <p>The confidence score that specifies the condition at which a prediction can be rejected.</p>
9558
+ * <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
9431
9559
  * @public
9432
9560
  */
9433
- threshold?: number | undefined;
9561
+ nextToken?: string | undefined;
9434
9562
  }
9435
9563
  /**
9436
9564
  * @public
9437
9565
  */
9438
- export interface RejectPredictionsInput {
9566
+ export interface StartNotebookRunInput {
9439
9567
  /**
9440
- * <p>The identifier of the Amazon DataZone domain.</p>
9568
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run is started.</p>
9441
9569
  * @public
9442
9570
  */
9443
9571
  domainIdentifier: string | undefined;
9444
9572
  /**
9445
- * <p>The identifier of the prediction.</p>
9573
+ * <p>The identifier of the project that owns the notebook run.</p>
9446
9574
  * @public
9447
9575
  */
9448
- identifier: string | undefined;
9576
+ owningProjectIdentifier: string | undefined;
9449
9577
  /**
9450
- * <p>The revision that is to be made to the asset.</p>
9578
+ * <p>The identifier of the notebook to run.</p>
9451
9579
  * @public
9452
9580
  */
9453
- revision?: string | undefined;
9581
+ notebookIdentifier: string | undefined;
9454
9582
  /**
9455
- * <p>Specifies the rule (or the conditions) under which a prediction can be rejected.</p>
9583
+ * <p>The identifier of the schedule associated with the notebook run.</p>
9456
9584
  * @public
9457
9585
  */
9458
- rejectRule?: RejectRule | undefined;
9586
+ scheduleIdentifier?: string | undefined;
9459
9587
  /**
9460
- * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.</p>
9588
+ * <p>The compute configuration for the notebook run, including instance type and environment version.</p>
9461
9589
  * @public
9462
9590
  */
9463
- rejectChoices?: RejectChoice[] | undefined;
9591
+ computeConfiguration?: ComputeConfig | undefined;
9464
9592
  /**
9465
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9593
+ * <p>The network configuration for the notebook run, including network access type and optional VPC settings.</p>
9466
9594
  * @public
9467
9595
  */
9468
- clientToken?: string | undefined;
9469
- }
9470
- /**
9471
- * @public
9472
- */
9473
- export interface RejectPredictionsOutput {
9596
+ networkConfiguration?: NetworkConfig | undefined;
9474
9597
  /**
9475
- * <p>The ID of the Amazon DataZone domain.</p>
9598
+ * <p>The timeout configuration for the notebook run. The default timeout is 720 minutes (12 hours) and the maximum is 1440 minutes (24 hours).</p>
9476
9599
  * @public
9477
9600
  */
9478
- domainId: string | undefined;
9601
+ timeoutConfiguration?: TimeoutConfig | undefined;
9602
+ /**
9603
+ * <p>The source that triggered the notebook run.</p>
9604
+ * @public
9605
+ */
9606
+ triggerSource?: TriggerSource | undefined;
9607
+ /**
9608
+ * <p>The metadata for the notebook run, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.</p>
9609
+ * @public
9610
+ */
9611
+ metadata?: Record<string, string> | undefined;
9479
9612
  /**
9480
- * <p>The ID of the asset.</p>
9613
+ * <p>The sensitive parameters for the notebook run, specified as key-value pairs. You can specify up to 50 entries, with keys up to 128 characters and values up to 1024 characters.</p>
9481
9614
  * @public
9482
9615
  */
9483
- assetId: string | undefined;
9616
+ parameters?: Record<string, string> | undefined;
9484
9617
  /**
9485
- * <p>The revision that is to be made to the asset.</p>
9618
+ * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
9486
9619
  * @public
9487
9620
  */
9488
- assetRevision: string | undefined;
9621
+ clientToken?: string | undefined;
9489
9622
  }
9490
9623
  /**
9491
9624
  * @public
9492
9625
  */
9493
- export interface RejectSubscriptionRequestInput {
9626
+ export interface StartNotebookRunOutput {
9494
9627
  /**
9495
- * <p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>
9628
+ * <p>The identifier of the notebook run.</p>
9496
9629
  * @public
9497
9630
  */
9498
- domainIdentifier: string | undefined;
9631
+ id: string | undefined;
9499
9632
  /**
9500
- * <p>The identifier of the subscription request that was rejected.</p>
9633
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
9501
9634
  * @public
9502
9635
  */
9503
- identifier: string | undefined;
9636
+ domainId: string | undefined;
9504
9637
  /**
9505
- * <p>The decision comment of the rejected subscription request.</p>
9638
+ * <p>The identifier of the project that owns the notebook run.</p>
9506
9639
  * @public
9507
9640
  */
9508
- decisionComment?: string | undefined;
9509
- }
9510
- /**
9511
- * @public
9512
- */
9513
- export interface RejectSubscriptionRequestOutput {
9641
+ owningProjectId: string | undefined;
9514
9642
  /**
9515
- * <p>The identifier of the subscription request that was rejected.</p>
9643
+ * <p>The identifier of the notebook.</p>
9516
9644
  * @public
9517
9645
  */
9518
- id: string | undefined;
9646
+ notebookId: string | undefined;
9519
9647
  /**
9520
- * <p>The timestamp of when the subscription request was rejected.</p>
9648
+ * <p>The identifier of the schedule associated with the notebook run.</p>
9521
9649
  * @public
9522
9650
  */
9523
- createdBy: string | undefined;
9651
+ scheduleId?: string | undefined;
9524
9652
  /**
9525
- * <p>The Amazon DataZone user who updated the subscription request.</p>
9653
+ * <p>The status of the notebook run.</p>
9526
9654
  * @public
9527
9655
  */
9528
- updatedBy?: string | undefined;
9656
+ status: NotebookRunStatus | undefined;
9529
9657
  /**
9530
- * <p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>
9658
+ * <p>The ordered list of cells in the notebook run.</p>
9531
9659
  * @public
9532
9660
  */
9533
- domainId: string | undefined;
9661
+ cellOrder?: CellInformation[] | undefined;
9534
9662
  /**
9535
- * <p>The status of the subscription request.</p>
9663
+ * <p>The metadata of the notebook run.</p>
9536
9664
  * @public
9537
9665
  */
9538
- status: SubscriptionRequestStatus | undefined;
9666
+ metadata?: Record<string, string> | undefined;
9539
9667
  /**
9540
- * <p>The timestamp of when the subscription request was rejected.</p>
9668
+ * <p>The sensitive parameters of the notebook run.</p>
9541
9669
  * @public
9542
9670
  */
9543
- createdAt: Date | undefined;
9671
+ parameters?: Record<string, string> | undefined;
9544
9672
  /**
9545
- * <p>The timestamp of when the subscription request was updated.</p>
9673
+ * <p>The compute configuration of the notebook run.</p>
9546
9674
  * @public
9547
9675
  */
9548
- updatedAt: Date | undefined;
9676
+ computeConfiguration?: ComputeConfig | undefined;
9549
9677
  /**
9550
- * <p>The reason for the subscription request.</p>
9678
+ * <p>The network configuration of the notebook run.</p>
9551
9679
  * @public
9552
9680
  */
9553
- requestReason: string | undefined;
9681
+ networkConfiguration?: NetworkConfig | undefined;
9554
9682
  /**
9555
- * <p>The subscribed principals of the subscription request.</p>
9683
+ * <p>The timeout configuration of the notebook run.</p>
9556
9684
  * @public
9557
9685
  */
9558
- subscribedPrincipals: SubscribedPrincipal[] | undefined;
9686
+ timeoutConfiguration?: TimeoutConfig | undefined;
9559
9687
  /**
9560
- * <p>The subscribed listings of the subscription request.</p>
9688
+ * <p>The environment configuration of the notebook run, including image version and package settings.</p>
9561
9689
  * @public
9562
9690
  */
9563
- subscribedListings: SubscribedListing[] | undefined;
9691
+ environmentConfiguration?: EnvironmentConfig | undefined;
9564
9692
  /**
9565
- * <p>The identifier of the subscription request reviewer.</p>
9693
+ * <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
9566
9694
  * @public
9567
9695
  */
9568
- reviewerId?: string | undefined;
9696
+ storageConfiguration?: StorageConfig | undefined;
9569
9697
  /**
9570
- * <p>The decision comment of the rejected subscription request.</p>
9698
+ * <p>The source that triggered the notebook run.</p>
9571
9699
  * @public
9572
9700
  */
9573
- decisionComment?: string | undefined;
9701
+ triggerSource?: TriggerSource | undefined;
9574
9702
  /**
9575
- * <p>The ID of the existing subscription.</p>
9703
+ * <p>The error details if the notebook run failed.</p>
9576
9704
  * @public
9577
9705
  */
9578
- existingSubscriptionId?: string | undefined;
9706
+ error?: NotebookRunError | undefined;
9579
9707
  /**
9580
- * <p>Metadata forms included in the subscription request.</p>
9708
+ * <p>The timestamp of when the notebook run was created.</p>
9581
9709
  * @public
9582
9710
  */
9583
- metadataForms?: FormOutput[] | undefined;
9584
- }
9585
- /**
9586
- * @public
9587
- */
9588
- export interface RemoveEntityOwnerInput {
9711
+ createdAt?: Date | undefined;
9589
9712
  /**
9590
- * <p>The ID of the domain where you want to remove an owner from an entity.</p>
9713
+ * <p>The identifier of the user who created the notebook run.</p>
9591
9714
  * @public
9592
9715
  */
9593
- domainIdentifier: string | undefined;
9716
+ createdBy?: string | undefined;
9594
9717
  /**
9595
- * <p>The type of the entity from which you want to remove an owner.</p>
9718
+ * <p>The timestamp of when the notebook run was last updated.</p>
9596
9719
  * @public
9597
9720
  */
9598
- entityType: DataZoneEntityType | undefined;
9721
+ updatedAt?: Date | undefined;
9599
9722
  /**
9600
- * <p>The ID of the entity from which you want to remove an owner.</p>
9723
+ * <p>The identifier of the user who last updated the notebook run.</p>
9601
9724
  * @public
9602
9725
  */
9603
- entityIdentifier: string | undefined;
9726
+ updatedBy?: string | undefined;
9604
9727
  /**
9605
- * <p>The owner that you want to remove from an entity.</p>
9728
+ * <p>The timestamp of when the notebook run started executing.</p>
9606
9729
  * @public
9607
9730
  */
9608
- owner: OwnerProperties | undefined;
9731
+ startedAt?: Date | undefined;
9609
9732
  /**
9610
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9733
+ * <p>The timestamp of when the notebook run completed.</p>
9611
9734
  * @public
9612
9735
  */
9613
- clientToken?: string | undefined;
9736
+ completedAt?: Date | undefined;
9614
9737
  }
9615
9738
  /**
9616
9739
  * @public
9617
9740
  */
9618
- export interface RemoveEntityOwnerOutput {
9741
+ export interface StopNotebookRunInput {
9742
+ /**
9743
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which the notebook run is stopped.</p>
9744
+ * @public
9745
+ */
9746
+ domainIdentifier: string | undefined;
9747
+ /**
9748
+ * <p>The identifier of the notebook run to stop.</p>
9749
+ * @public
9750
+ */
9751
+ identifier: string | undefined;
9752
+ /**
9753
+ * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
9754
+ * @public
9755
+ */
9756
+ clientToken?: string | undefined;
9619
9757
  }
9620
9758
  /**
9621
9759
  * @public
9622
9760
  */
9623
- export interface RemovePolicyGrantInput {
9761
+ export interface StopNotebookRunOutput {
9624
9762
  /**
9625
- * <p>The ID of the domain where you want to remove a policy grant.</p>
9763
+ * <p>The identifier of the notebook run.</p>
9626
9764
  * @public
9627
9765
  */
9628
- domainIdentifier: string | undefined;
9766
+ id: string | undefined;
9629
9767
  /**
9630
- * <p>The type of the entity from which you want to remove a policy grant.</p>
9768
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
9631
9769
  * @public
9632
9770
  */
9633
- entityType: TargetEntityType | undefined;
9771
+ domainId: string | undefined;
9634
9772
  /**
9635
- * <p>The ID of the entity from which you want to remove a policy grant.</p>
9773
+ * <p>The identifier of the project that owns the notebook run.</p>
9636
9774
  * @public
9637
9775
  */
9638
- entityIdentifier: string | undefined;
9776
+ owningProjectId: string | undefined;
9639
9777
  /**
9640
- * <p>The type of the policy that you want to remove.</p>
9778
+ * <p>The status of the notebook run.</p>
9641
9779
  * @public
9642
9780
  */
9643
- policyType: ManagedPolicyType | undefined;
9781
+ status: NotebookRunStatus | undefined;
9782
+ }
9783
+ /**
9784
+ * @public
9785
+ */
9786
+ export interface PostLineageEventInput {
9644
9787
  /**
9645
- * <p>The principal from which you want to remove a policy grant.</p>
9788
+ * <p>The ID of the domain where you want to post a data lineage event.</p>
9646
9789
  * @public
9647
9790
  */
9648
- principal: PolicyGrantPrincipal | undefined;
9791
+ domainIdentifier: string | undefined;
9649
9792
  /**
9650
- * <p>The ID of the policy grant that is to be removed from a specified entity.</p>
9793
+ * <p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>
9651
9794
  * @public
9652
9795
  */
9653
- grantIdentifier?: string | undefined;
9796
+ event: Uint8Array | undefined;
9654
9797
  /**
9655
9798
  * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9656
9799
  * @public
9657
9800
  */
9658
9801
  clientToken?: string | undefined;
9659
9802
  }
9803
+ /**
9804
+ * @public
9805
+ */
9806
+ export interface PostLineageEventOutput {
9807
+ /**
9808
+ * <p>The ID of the lineage event.</p>
9809
+ * @public
9810
+ */
9811
+ id?: string | undefined;
9812
+ /**
9813
+ * <p>The ID of the domain.</p>
9814
+ * @public
9815
+ */
9816
+ domainId?: string | undefined;
9817
+ }