@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
package/dist-cjs/index.js CHANGED
@@ -4,17 +4,16 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
18
  var errors = require('./models/errors');
20
19
  var DataZoneServiceException = require('./models/DataZoneServiceException');
@@ -71,12 +70,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
71
70
  };
72
71
 
73
72
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
74
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
73
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
74
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
76
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
75
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
76
  };
78
77
 
79
- class DataZoneClient extends smithyClient.Client {
78
+ class DataZoneClient extends client.Client {
80
79
  config;
81
80
  constructor(...[configuration]) {
82
81
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -84,17 +83,17 @@ class DataZoneClient extends smithyClient.Client {
84
83
  this.initConfig = _config_0;
85
84
  const _config_1 = resolveClientEndpointParameters(_config_0);
86
85
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
87
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
88
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
86
+ const _config_3 = retry.resolveRetryConfig(_config_2);
87
+ const _config_4 = config.resolveRegionConfig(_config_3);
89
88
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
90
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
89
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
94
93
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
95
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
96
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
98
97
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
99
98
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
100
99
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -111,11 +110,11 @@ class DataZoneClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class AcceptPredictionsCommand extends smithyClient.Command
113
+ class AcceptPredictionsCommand extends client.Command
115
114
  .classBuilder()
116
115
  .ep(commonParams)
117
116
  .m(function (Command, cs, config, o) {
118
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
117
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
118
  })
120
119
  .s("DataZone", "AcceptPredictions", {})
121
120
  .n("DataZoneClient", "AcceptPredictionsCommand")
@@ -123,11 +122,11 @@ class AcceptPredictionsCommand extends smithyClient.Command
123
122
  .build() {
124
123
  }
125
124
 
126
- class AcceptSubscriptionRequestCommand extends smithyClient.Command
125
+ class AcceptSubscriptionRequestCommand extends client.Command
127
126
  .classBuilder()
128
127
  .ep(commonParams)
129
128
  .m(function (Command, cs, config, o) {
130
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
129
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
130
  })
132
131
  .s("DataZone", "AcceptSubscriptionRequest", {})
133
132
  .n("DataZoneClient", "AcceptSubscriptionRequestCommand")
@@ -135,11 +134,11 @@ class AcceptSubscriptionRequestCommand extends smithyClient.Command
135
134
  .build() {
136
135
  }
137
136
 
138
- class AddEntityOwnerCommand extends smithyClient.Command
137
+ class AddEntityOwnerCommand extends client.Command
139
138
  .classBuilder()
140
139
  .ep(commonParams)
141
140
  .m(function (Command, cs, config, o) {
142
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
141
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
142
  })
144
143
  .s("DataZone", "AddEntityOwner", {})
145
144
  .n("DataZoneClient", "AddEntityOwnerCommand")
@@ -147,11 +146,11 @@ class AddEntityOwnerCommand extends smithyClient.Command
147
146
  .build() {
148
147
  }
149
148
 
150
- class AddPolicyGrantCommand extends smithyClient.Command
149
+ class AddPolicyGrantCommand extends client.Command
151
150
  .classBuilder()
152
151
  .ep(commonParams)
153
152
  .m(function (Command, cs, config, o) {
154
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
153
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
154
  })
156
155
  .s("DataZone", "AddPolicyGrant", {})
157
156
  .n("DataZoneClient", "AddPolicyGrantCommand")
@@ -159,11 +158,11 @@ class AddPolicyGrantCommand extends smithyClient.Command
159
158
  .build() {
160
159
  }
161
160
 
162
- class AssociateEnvironmentRoleCommand extends smithyClient.Command
161
+ class AssociateEnvironmentRoleCommand extends client.Command
163
162
  .classBuilder()
164
163
  .ep(commonParams)
165
164
  .m(function (Command, cs, config, o) {
166
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
165
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
166
  })
168
167
  .s("DataZone", "AssociateEnvironmentRole", {})
169
168
  .n("DataZoneClient", "AssociateEnvironmentRoleCommand")
@@ -171,11 +170,11 @@ class AssociateEnvironmentRoleCommand extends smithyClient.Command
171
170
  .build() {
172
171
  }
173
172
 
174
- class AssociateGovernedTermsCommand extends smithyClient.Command
173
+ class AssociateGovernedTermsCommand extends client.Command
175
174
  .classBuilder()
176
175
  .ep(commonParams)
177
176
  .m(function (Command, cs, config, o) {
178
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
177
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
178
  })
180
179
  .s("DataZone", "AssociateGovernedTerms", {})
181
180
  .n("DataZoneClient", "AssociateGovernedTermsCommand")
@@ -183,11 +182,11 @@ class AssociateGovernedTermsCommand extends smithyClient.Command
183
182
  .build() {
184
183
  }
185
184
 
186
- class BatchGetAttributesMetadataCommand extends smithyClient.Command
185
+ class BatchGetAttributesMetadataCommand extends client.Command
187
186
  .classBuilder()
188
187
  .ep(commonParams)
189
188
  .m(function (Command, cs, config, o) {
190
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
189
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
190
  })
192
191
  .s("DataZone", "BatchGetAttributesMetadata", {})
193
192
  .n("DataZoneClient", "BatchGetAttributesMetadataCommand")
@@ -195,11 +194,11 @@ class BatchGetAttributesMetadataCommand extends smithyClient.Command
195
194
  .build() {
196
195
  }
197
196
 
198
- class BatchPutAttributesMetadataCommand extends smithyClient.Command
197
+ class BatchPutAttributesMetadataCommand extends client.Command
199
198
  .classBuilder()
200
199
  .ep(commonParams)
201
200
  .m(function (Command, cs, config, o) {
202
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
201
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
202
  })
204
203
  .s("DataZone", "BatchPutAttributesMetadata", {})
205
204
  .n("DataZoneClient", "BatchPutAttributesMetadataCommand")
@@ -207,11 +206,11 @@ class BatchPutAttributesMetadataCommand extends smithyClient.Command
207
206
  .build() {
208
207
  }
209
208
 
210
- class CancelMetadataGenerationRunCommand extends smithyClient.Command
209
+ class CancelMetadataGenerationRunCommand extends client.Command
211
210
  .classBuilder()
212
211
  .ep(commonParams)
213
212
  .m(function (Command, cs, config, o) {
214
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
213
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
214
  })
216
215
  .s("DataZone", "CancelMetadataGenerationRun", {})
217
216
  .n("DataZoneClient", "CancelMetadataGenerationRunCommand")
@@ -219,11 +218,11 @@ class CancelMetadataGenerationRunCommand extends smithyClient.Command
219
218
  .build() {
220
219
  }
221
220
 
222
- class CancelSubscriptionCommand extends smithyClient.Command
221
+ class CancelSubscriptionCommand extends client.Command
223
222
  .classBuilder()
224
223
  .ep(commonParams)
225
224
  .m(function (Command, cs, config, o) {
226
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
225
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
226
  })
228
227
  .s("DataZone", "CancelSubscription", {})
229
228
  .n("DataZoneClient", "CancelSubscriptionCommand")
@@ -231,11 +230,11 @@ class CancelSubscriptionCommand extends smithyClient.Command
231
230
  .build() {
232
231
  }
233
232
 
234
- class CreateAccountPoolCommand extends smithyClient.Command
233
+ class CreateAccountPoolCommand extends client.Command
235
234
  .classBuilder()
236
235
  .ep(commonParams)
237
236
  .m(function (Command, cs, config, o) {
238
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
237
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
238
  })
240
239
  .s("DataZone", "CreateAccountPool", {})
241
240
  .n("DataZoneClient", "CreateAccountPoolCommand")
@@ -243,11 +242,11 @@ class CreateAccountPoolCommand extends smithyClient.Command
243
242
  .build() {
244
243
  }
245
244
 
246
- class CreateAssetCommand extends smithyClient.Command
245
+ class CreateAssetCommand extends client.Command
247
246
  .classBuilder()
248
247
  .ep(commonParams)
249
248
  .m(function (Command, cs, config, o) {
250
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
249
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
250
  })
252
251
  .s("DataZone", "CreateAsset", {})
253
252
  .n("DataZoneClient", "CreateAssetCommand")
@@ -255,11 +254,11 @@ class CreateAssetCommand extends smithyClient.Command
255
254
  .build() {
256
255
  }
257
256
 
258
- class CreateAssetFilterCommand extends smithyClient.Command
257
+ class CreateAssetFilterCommand extends client.Command
259
258
  .classBuilder()
260
259
  .ep(commonParams)
261
260
  .m(function (Command, cs, config, o) {
262
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
261
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
262
  })
264
263
  .s("DataZone", "CreateAssetFilter", {})
265
264
  .n("DataZoneClient", "CreateAssetFilterCommand")
@@ -267,11 +266,11 @@ class CreateAssetFilterCommand extends smithyClient.Command
267
266
  .build() {
268
267
  }
269
268
 
270
- class CreateAssetRevisionCommand extends smithyClient.Command
269
+ class CreateAssetRevisionCommand extends client.Command
271
270
  .classBuilder()
272
271
  .ep(commonParams)
273
272
  .m(function (Command, cs, config, o) {
274
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
273
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
274
  })
276
275
  .s("DataZone", "CreateAssetRevision", {})
277
276
  .n("DataZoneClient", "CreateAssetRevisionCommand")
@@ -279,11 +278,11 @@ class CreateAssetRevisionCommand extends smithyClient.Command
279
278
  .build() {
280
279
  }
281
280
 
282
- class CreateAssetTypeCommand extends smithyClient.Command
281
+ class CreateAssetTypeCommand extends client.Command
283
282
  .classBuilder()
284
283
  .ep(commonParams)
285
284
  .m(function (Command, cs, config, o) {
286
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
285
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
286
  })
288
287
  .s("DataZone", "CreateAssetType", {})
289
288
  .n("DataZoneClient", "CreateAssetTypeCommand")
@@ -291,11 +290,11 @@ class CreateAssetTypeCommand extends smithyClient.Command
291
290
  .build() {
292
291
  }
293
292
 
294
- class CreateConnectionCommand extends smithyClient.Command
293
+ class CreateConnectionCommand extends client.Command
295
294
  .classBuilder()
296
295
  .ep(commonParams)
297
296
  .m(function (Command, cs, config, o) {
298
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
297
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
298
  })
300
299
  .s("DataZone", "CreateConnection", {})
301
300
  .n("DataZoneClient", "CreateConnectionCommand")
@@ -303,11 +302,11 @@ class CreateConnectionCommand extends smithyClient.Command
303
302
  .build() {
304
303
  }
305
304
 
306
- class CreateDataProductCommand extends smithyClient.Command
305
+ class CreateDataProductCommand extends client.Command
307
306
  .classBuilder()
308
307
  .ep(commonParams)
309
308
  .m(function (Command, cs, config, o) {
310
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
309
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
310
  })
312
311
  .s("DataZone", "CreateDataProduct", {})
313
312
  .n("DataZoneClient", "CreateDataProductCommand")
@@ -315,11 +314,11 @@ class CreateDataProductCommand extends smithyClient.Command
315
314
  .build() {
316
315
  }
317
316
 
318
- class CreateDataProductRevisionCommand extends smithyClient.Command
317
+ class CreateDataProductRevisionCommand extends client.Command
319
318
  .classBuilder()
320
319
  .ep(commonParams)
321
320
  .m(function (Command, cs, config, o) {
322
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
321
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
322
  })
324
323
  .s("DataZone", "CreateDataProductRevision", {})
325
324
  .n("DataZoneClient", "CreateDataProductRevisionCommand")
@@ -327,11 +326,11 @@ class CreateDataProductRevisionCommand extends smithyClient.Command
327
326
  .build() {
328
327
  }
329
328
 
330
- class CreateDataSourceCommand extends smithyClient.Command
329
+ class CreateDataSourceCommand extends client.Command
331
330
  .classBuilder()
332
331
  .ep(commonParams)
333
332
  .m(function (Command, cs, config, o) {
334
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
333
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
334
  })
336
335
  .s("DataZone", "CreateDataSource", {})
337
336
  .n("DataZoneClient", "CreateDataSourceCommand")
@@ -339,11 +338,11 @@ class CreateDataSourceCommand extends smithyClient.Command
339
338
  .build() {
340
339
  }
341
340
 
342
- class CreateDomainCommand extends smithyClient.Command
341
+ class CreateDomainCommand extends client.Command
343
342
  .classBuilder()
344
343
  .ep(commonParams)
345
344
  .m(function (Command, cs, config, o) {
346
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
345
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
346
  })
348
347
  .s("DataZone", "CreateDomain", {})
349
348
  .n("DataZoneClient", "CreateDomainCommand")
@@ -351,11 +350,11 @@ class CreateDomainCommand extends smithyClient.Command
351
350
  .build() {
352
351
  }
353
352
 
354
- class CreateDomainUnitCommand extends smithyClient.Command
353
+ class CreateDomainUnitCommand extends client.Command
355
354
  .classBuilder()
356
355
  .ep(commonParams)
357
356
  .m(function (Command, cs, config, o) {
358
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
357
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
358
  })
360
359
  .s("DataZone", "CreateDomainUnit", {})
361
360
  .n("DataZoneClient", "CreateDomainUnitCommand")
@@ -363,11 +362,11 @@ class CreateDomainUnitCommand extends smithyClient.Command
363
362
  .build() {
364
363
  }
365
364
 
366
- class CreateEnvironmentActionCommand extends smithyClient.Command
365
+ class CreateEnvironmentActionCommand extends client.Command
367
366
  .classBuilder()
368
367
  .ep(commonParams)
369
368
  .m(function (Command, cs, config, o) {
370
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
369
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
370
  })
372
371
  .s("DataZone", "CreateEnvironmentAction", {})
373
372
  .n("DataZoneClient", "CreateEnvironmentActionCommand")
@@ -375,11 +374,11 @@ class CreateEnvironmentActionCommand extends smithyClient.Command
375
374
  .build() {
376
375
  }
377
376
 
378
- class CreateEnvironmentBlueprintCommand extends smithyClient.Command
377
+ class CreateEnvironmentBlueprintCommand extends client.Command
379
378
  .classBuilder()
380
379
  .ep(commonParams)
381
380
  .m(function (Command, cs, config, o) {
382
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
381
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
382
  })
384
383
  .s("DataZone", "CreateEnvironmentBlueprint", {})
385
384
  .n("DataZoneClient", "CreateEnvironmentBlueprintCommand")
@@ -387,11 +386,11 @@ class CreateEnvironmentBlueprintCommand extends smithyClient.Command
387
386
  .build() {
388
387
  }
389
388
 
390
- class CreateEnvironmentCommand extends smithyClient.Command
389
+ class CreateEnvironmentCommand extends client.Command
391
390
  .classBuilder()
392
391
  .ep(commonParams)
393
392
  .m(function (Command, cs, config, o) {
394
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
393
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
394
  })
396
395
  .s("DataZone", "CreateEnvironment", {})
397
396
  .n("DataZoneClient", "CreateEnvironmentCommand")
@@ -399,11 +398,11 @@ class CreateEnvironmentCommand extends smithyClient.Command
399
398
  .build() {
400
399
  }
401
400
 
402
- class CreateEnvironmentProfileCommand extends smithyClient.Command
401
+ class CreateEnvironmentProfileCommand extends client.Command
403
402
  .classBuilder()
404
403
  .ep(commonParams)
405
404
  .m(function (Command, cs, config, o) {
406
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
405
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
406
  })
408
407
  .s("DataZone", "CreateEnvironmentProfile", {})
409
408
  .n("DataZoneClient", "CreateEnvironmentProfileCommand")
@@ -411,11 +410,11 @@ class CreateEnvironmentProfileCommand extends smithyClient.Command
411
410
  .build() {
412
411
  }
413
412
 
414
- class CreateFormTypeCommand extends smithyClient.Command
413
+ class CreateFormTypeCommand extends client.Command
415
414
  .classBuilder()
416
415
  .ep(commonParams)
417
416
  .m(function (Command, cs, config, o) {
418
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
417
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
418
  })
420
419
  .s("DataZone", "CreateFormType", {})
421
420
  .n("DataZoneClient", "CreateFormTypeCommand")
@@ -423,11 +422,11 @@ class CreateFormTypeCommand extends smithyClient.Command
423
422
  .build() {
424
423
  }
425
424
 
426
- class CreateGlossaryCommand extends smithyClient.Command
425
+ class CreateGlossaryCommand extends client.Command
427
426
  .classBuilder()
428
427
  .ep(commonParams)
429
428
  .m(function (Command, cs, config, o) {
430
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
429
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
430
  })
432
431
  .s("DataZone", "CreateGlossary", {})
433
432
  .n("DataZoneClient", "CreateGlossaryCommand")
@@ -435,11 +434,11 @@ class CreateGlossaryCommand extends smithyClient.Command
435
434
  .build() {
436
435
  }
437
436
 
438
- class CreateGlossaryTermCommand extends smithyClient.Command
437
+ class CreateGlossaryTermCommand extends client.Command
439
438
  .classBuilder()
440
439
  .ep(commonParams)
441
440
  .m(function (Command, cs, config, o) {
442
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
441
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
442
  })
444
443
  .s("DataZone", "CreateGlossaryTerm", {})
445
444
  .n("DataZoneClient", "CreateGlossaryTermCommand")
@@ -447,11 +446,11 @@ class CreateGlossaryTermCommand extends smithyClient.Command
447
446
  .build() {
448
447
  }
449
448
 
450
- class CreateGroupProfileCommand extends smithyClient.Command
449
+ class CreateGroupProfileCommand extends client.Command
451
450
  .classBuilder()
452
451
  .ep(commonParams)
453
452
  .m(function (Command, cs, config, o) {
454
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
453
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
454
  })
456
455
  .s("DataZone", "CreateGroupProfile", {})
457
456
  .n("DataZoneClient", "CreateGroupProfileCommand")
@@ -459,11 +458,11 @@ class CreateGroupProfileCommand extends smithyClient.Command
459
458
  .build() {
460
459
  }
461
460
 
462
- class CreateListingChangeSetCommand extends smithyClient.Command
461
+ class CreateListingChangeSetCommand extends client.Command
463
462
  .classBuilder()
464
463
  .ep(commonParams)
465
464
  .m(function (Command, cs, config, o) {
466
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
465
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
466
  })
468
467
  .s("DataZone", "CreateListingChangeSet", {})
469
468
  .n("DataZoneClient", "CreateListingChangeSetCommand")
@@ -471,11 +470,23 @@ class CreateListingChangeSetCommand extends smithyClient.Command
471
470
  .build() {
472
471
  }
473
472
 
474
- class CreateProjectCommand extends smithyClient.Command
473
+ class CreateNotebookCommand extends client.Command
475
474
  .classBuilder()
476
475
  .ep(commonParams)
477
476
  .m(function (Command, cs, config, o) {
478
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
477
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
478
+ })
479
+ .s("DataZone", "CreateNotebook", {})
480
+ .n("DataZoneClient", "CreateNotebookCommand")
481
+ .sc(schemas_0.CreateNotebook$)
482
+ .build() {
483
+ }
484
+
485
+ class CreateProjectCommand extends client.Command
486
+ .classBuilder()
487
+ .ep(commonParams)
488
+ .m(function (Command, cs, config, o) {
489
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
490
  })
480
491
  .s("DataZone", "CreateProject", {})
481
492
  .n("DataZoneClient", "CreateProjectCommand")
@@ -483,11 +494,11 @@ class CreateProjectCommand extends smithyClient.Command
483
494
  .build() {
484
495
  }
485
496
 
486
- class CreateProjectMembershipCommand extends smithyClient.Command
497
+ class CreateProjectMembershipCommand extends client.Command
487
498
  .classBuilder()
488
499
  .ep(commonParams)
489
500
  .m(function (Command, cs, config, o) {
490
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
501
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
502
  })
492
503
  .s("DataZone", "CreateProjectMembership", {})
493
504
  .n("DataZoneClient", "CreateProjectMembershipCommand")
@@ -495,11 +506,11 @@ class CreateProjectMembershipCommand extends smithyClient.Command
495
506
  .build() {
496
507
  }
497
508
 
498
- class CreateProjectProfileCommand extends smithyClient.Command
509
+ class CreateProjectProfileCommand extends client.Command
499
510
  .classBuilder()
500
511
  .ep(commonParams)
501
512
  .m(function (Command, cs, config, o) {
502
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
513
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
514
  })
504
515
  .s("DataZone", "CreateProjectProfile", {})
505
516
  .n("DataZoneClient", "CreateProjectProfileCommand")
@@ -507,11 +518,11 @@ class CreateProjectProfileCommand extends smithyClient.Command
507
518
  .build() {
508
519
  }
509
520
 
510
- class CreateRuleCommand extends smithyClient.Command
521
+ class CreateRuleCommand extends client.Command
511
522
  .classBuilder()
512
523
  .ep(commonParams)
513
524
  .m(function (Command, cs, config, o) {
514
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
525
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
526
  })
516
527
  .s("DataZone", "CreateRule", {})
517
528
  .n("DataZoneClient", "CreateRuleCommand")
@@ -519,11 +530,11 @@ class CreateRuleCommand extends smithyClient.Command
519
530
  .build() {
520
531
  }
521
532
 
522
- class CreateSubscriptionGrantCommand extends smithyClient.Command
533
+ class CreateSubscriptionGrantCommand extends client.Command
523
534
  .classBuilder()
524
535
  .ep(commonParams)
525
536
  .m(function (Command, cs, config, o) {
526
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
537
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
538
  })
528
539
  .s("DataZone", "CreateSubscriptionGrant", {})
529
540
  .n("DataZoneClient", "CreateSubscriptionGrantCommand")
@@ -531,11 +542,11 @@ class CreateSubscriptionGrantCommand extends smithyClient.Command
531
542
  .build() {
532
543
  }
533
544
 
534
- class CreateSubscriptionRequestCommand extends smithyClient.Command
545
+ class CreateSubscriptionRequestCommand extends client.Command
535
546
  .classBuilder()
536
547
  .ep(commonParams)
537
548
  .m(function (Command, cs, config, o) {
538
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
549
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
550
  })
540
551
  .s("DataZone", "CreateSubscriptionRequest", {})
541
552
  .n("DataZoneClient", "CreateSubscriptionRequestCommand")
@@ -543,11 +554,11 @@ class CreateSubscriptionRequestCommand extends smithyClient.Command
543
554
  .build() {
544
555
  }
545
556
 
546
- class CreateSubscriptionTargetCommand extends smithyClient.Command
557
+ class CreateSubscriptionTargetCommand extends client.Command
547
558
  .classBuilder()
548
559
  .ep(commonParams)
549
560
  .m(function (Command, cs, config, o) {
550
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
561
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
562
  })
552
563
  .s("DataZone", "CreateSubscriptionTarget", {})
553
564
  .n("DataZoneClient", "CreateSubscriptionTargetCommand")
@@ -555,11 +566,11 @@ class CreateSubscriptionTargetCommand extends smithyClient.Command
555
566
  .build() {
556
567
  }
557
568
 
558
- class CreateUserProfileCommand extends smithyClient.Command
569
+ class CreateUserProfileCommand extends client.Command
559
570
  .classBuilder()
560
571
  .ep(commonParams)
561
572
  .m(function (Command, cs, config, o) {
562
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
573
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
574
  })
564
575
  .s("DataZone", "CreateUserProfile", {})
565
576
  .n("DataZoneClient", "CreateUserProfileCommand")
@@ -567,11 +578,11 @@ class CreateUserProfileCommand extends smithyClient.Command
567
578
  .build() {
568
579
  }
569
580
 
570
- class DeleteAccountPoolCommand extends smithyClient.Command
581
+ class DeleteAccountPoolCommand extends client.Command
571
582
  .classBuilder()
572
583
  .ep(commonParams)
573
584
  .m(function (Command, cs, config, o) {
574
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
585
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
586
  })
576
587
  .s("DataZone", "DeleteAccountPool", {})
577
588
  .n("DataZoneClient", "DeleteAccountPoolCommand")
@@ -579,11 +590,11 @@ class DeleteAccountPoolCommand extends smithyClient.Command
579
590
  .build() {
580
591
  }
581
592
 
582
- class DeleteAssetCommand extends smithyClient.Command
593
+ class DeleteAssetCommand extends client.Command
583
594
  .classBuilder()
584
595
  .ep(commonParams)
585
596
  .m(function (Command, cs, config, o) {
586
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
597
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
598
  })
588
599
  .s("DataZone", "DeleteAsset", {})
589
600
  .n("DataZoneClient", "DeleteAssetCommand")
@@ -591,11 +602,11 @@ class DeleteAssetCommand extends smithyClient.Command
591
602
  .build() {
592
603
  }
593
604
 
594
- class DeleteAssetFilterCommand extends smithyClient.Command
605
+ class DeleteAssetFilterCommand extends client.Command
595
606
  .classBuilder()
596
607
  .ep(commonParams)
597
608
  .m(function (Command, cs, config, o) {
598
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
609
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
610
  })
600
611
  .s("DataZone", "DeleteAssetFilter", {})
601
612
  .n("DataZoneClient", "DeleteAssetFilterCommand")
@@ -603,11 +614,11 @@ class DeleteAssetFilterCommand extends smithyClient.Command
603
614
  .build() {
604
615
  }
605
616
 
606
- class DeleteAssetTypeCommand extends smithyClient.Command
617
+ class DeleteAssetTypeCommand extends client.Command
607
618
  .classBuilder()
608
619
  .ep(commonParams)
609
620
  .m(function (Command, cs, config, o) {
610
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
621
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
622
  })
612
623
  .s("DataZone", "DeleteAssetType", {})
613
624
  .n("DataZoneClient", "DeleteAssetTypeCommand")
@@ -615,11 +626,11 @@ class DeleteAssetTypeCommand extends smithyClient.Command
615
626
  .build() {
616
627
  }
617
628
 
618
- class DeleteConnectionCommand extends smithyClient.Command
629
+ class DeleteConnectionCommand extends client.Command
619
630
  .classBuilder()
620
631
  .ep(commonParams)
621
632
  .m(function (Command, cs, config, o) {
622
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
633
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
634
  })
624
635
  .s("DataZone", "DeleteConnection", {})
625
636
  .n("DataZoneClient", "DeleteConnectionCommand")
@@ -627,11 +638,11 @@ class DeleteConnectionCommand extends smithyClient.Command
627
638
  .build() {
628
639
  }
629
640
 
630
- class DeleteDataExportConfigurationCommand extends smithyClient.Command
641
+ class DeleteDataExportConfigurationCommand extends client.Command
631
642
  .classBuilder()
632
643
  .ep(commonParams)
633
644
  .m(function (Command, cs, config, o) {
634
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
645
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
646
  })
636
647
  .s("DataZone", "DeleteDataExportConfiguration", {})
637
648
  .n("DataZoneClient", "DeleteDataExportConfigurationCommand")
@@ -639,11 +650,11 @@ class DeleteDataExportConfigurationCommand extends smithyClient.Command
639
650
  .build() {
640
651
  }
641
652
 
642
- class DeleteDataProductCommand extends smithyClient.Command
653
+ class DeleteDataProductCommand extends client.Command
643
654
  .classBuilder()
644
655
  .ep(commonParams)
645
656
  .m(function (Command, cs, config, o) {
646
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
657
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
658
  })
648
659
  .s("DataZone", "DeleteDataProduct", {})
649
660
  .n("DataZoneClient", "DeleteDataProductCommand")
@@ -651,11 +662,11 @@ class DeleteDataProductCommand extends smithyClient.Command
651
662
  .build() {
652
663
  }
653
664
 
654
- class DeleteDataSourceCommand extends smithyClient.Command
665
+ class DeleteDataSourceCommand extends client.Command
655
666
  .classBuilder()
656
667
  .ep(commonParams)
657
668
  .m(function (Command, cs, config, o) {
658
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
669
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
670
  })
660
671
  .s("DataZone", "DeleteDataSource", {})
661
672
  .n("DataZoneClient", "DeleteDataSourceCommand")
@@ -663,11 +674,11 @@ class DeleteDataSourceCommand extends smithyClient.Command
663
674
  .build() {
664
675
  }
665
676
 
666
- class DeleteDomainCommand extends smithyClient.Command
677
+ class DeleteDomainCommand extends client.Command
667
678
  .classBuilder()
668
679
  .ep(commonParams)
669
680
  .m(function (Command, cs, config, o) {
670
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
681
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
682
  })
672
683
  .s("DataZone", "DeleteDomain", {})
673
684
  .n("DataZoneClient", "DeleteDomainCommand")
@@ -675,11 +686,11 @@ class DeleteDomainCommand extends smithyClient.Command
675
686
  .build() {
676
687
  }
677
688
 
678
- class DeleteDomainUnitCommand extends smithyClient.Command
689
+ class DeleteDomainUnitCommand extends client.Command
679
690
  .classBuilder()
680
691
  .ep(commonParams)
681
692
  .m(function (Command, cs, config, o) {
682
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
693
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
694
  })
684
695
  .s("DataZone", "DeleteDomainUnit", {})
685
696
  .n("DataZoneClient", "DeleteDomainUnitCommand")
@@ -687,11 +698,11 @@ class DeleteDomainUnitCommand extends smithyClient.Command
687
698
  .build() {
688
699
  }
689
700
 
690
- class DeleteEnvironmentActionCommand extends smithyClient.Command
701
+ class DeleteEnvironmentActionCommand extends client.Command
691
702
  .classBuilder()
692
703
  .ep(commonParams)
693
704
  .m(function (Command, cs, config, o) {
694
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
705
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
706
  })
696
707
  .s("DataZone", "DeleteEnvironmentAction", {})
697
708
  .n("DataZoneClient", "DeleteEnvironmentActionCommand")
@@ -699,11 +710,11 @@ class DeleteEnvironmentActionCommand extends smithyClient.Command
699
710
  .build() {
700
711
  }
701
712
 
702
- class DeleteEnvironmentBlueprintCommand extends smithyClient.Command
713
+ class DeleteEnvironmentBlueprintCommand extends client.Command
703
714
  .classBuilder()
704
715
  .ep(commonParams)
705
716
  .m(function (Command, cs, config, o) {
706
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
717
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
718
  })
708
719
  .s("DataZone", "DeleteEnvironmentBlueprint", {})
709
720
  .n("DataZoneClient", "DeleteEnvironmentBlueprintCommand")
@@ -711,11 +722,11 @@ class DeleteEnvironmentBlueprintCommand extends smithyClient.Command
711
722
  .build() {
712
723
  }
713
724
 
714
- class DeleteEnvironmentBlueprintConfigurationCommand extends smithyClient.Command
725
+ class DeleteEnvironmentBlueprintConfigurationCommand extends client.Command
715
726
  .classBuilder()
716
727
  .ep(commonParams)
717
728
  .m(function (Command, cs, config, o) {
718
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
729
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
730
  })
720
731
  .s("DataZone", "DeleteEnvironmentBlueprintConfiguration", {})
721
732
  .n("DataZoneClient", "DeleteEnvironmentBlueprintConfigurationCommand")
@@ -723,11 +734,11 @@ class DeleteEnvironmentBlueprintConfigurationCommand extends smithyClient.Comman
723
734
  .build() {
724
735
  }
725
736
 
726
- class DeleteEnvironmentCommand extends smithyClient.Command
737
+ class DeleteEnvironmentCommand extends client.Command
727
738
  .classBuilder()
728
739
  .ep(commonParams)
729
740
  .m(function (Command, cs, config, o) {
730
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
741
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
742
  })
732
743
  .s("DataZone", "DeleteEnvironment", {})
733
744
  .n("DataZoneClient", "DeleteEnvironmentCommand")
@@ -735,11 +746,11 @@ class DeleteEnvironmentCommand extends smithyClient.Command
735
746
  .build() {
736
747
  }
737
748
 
738
- class DeleteEnvironmentProfileCommand extends smithyClient.Command
749
+ class DeleteEnvironmentProfileCommand extends client.Command
739
750
  .classBuilder()
740
751
  .ep(commonParams)
741
752
  .m(function (Command, cs, config, o) {
742
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
753
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
754
  })
744
755
  .s("DataZone", "DeleteEnvironmentProfile", {})
745
756
  .n("DataZoneClient", "DeleteEnvironmentProfileCommand")
@@ -747,11 +758,11 @@ class DeleteEnvironmentProfileCommand extends smithyClient.Command
747
758
  .build() {
748
759
  }
749
760
 
750
- class DeleteFormTypeCommand extends smithyClient.Command
761
+ class DeleteFormTypeCommand extends client.Command
751
762
  .classBuilder()
752
763
  .ep(commonParams)
753
764
  .m(function (Command, cs, config, o) {
754
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
765
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
766
  })
756
767
  .s("DataZone", "DeleteFormType", {})
757
768
  .n("DataZoneClient", "DeleteFormTypeCommand")
@@ -759,11 +770,11 @@ class DeleteFormTypeCommand extends smithyClient.Command
759
770
  .build() {
760
771
  }
761
772
 
762
- class DeleteGlossaryCommand extends smithyClient.Command
773
+ class DeleteGlossaryCommand extends client.Command
763
774
  .classBuilder()
764
775
  .ep(commonParams)
765
776
  .m(function (Command, cs, config, o) {
766
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
777
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
778
  })
768
779
  .s("DataZone", "DeleteGlossary", {})
769
780
  .n("DataZoneClient", "DeleteGlossaryCommand")
@@ -771,11 +782,11 @@ class DeleteGlossaryCommand extends smithyClient.Command
771
782
  .build() {
772
783
  }
773
784
 
774
- class DeleteGlossaryTermCommand extends smithyClient.Command
785
+ class DeleteGlossaryTermCommand extends client.Command
775
786
  .classBuilder()
776
787
  .ep(commonParams)
777
788
  .m(function (Command, cs, config, o) {
778
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
789
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
790
  })
780
791
  .s("DataZone", "DeleteGlossaryTerm", {})
781
792
  .n("DataZoneClient", "DeleteGlossaryTermCommand")
@@ -783,11 +794,11 @@ class DeleteGlossaryTermCommand extends smithyClient.Command
783
794
  .build() {
784
795
  }
785
796
 
786
- class DeleteListingCommand extends smithyClient.Command
797
+ class DeleteListingCommand extends client.Command
787
798
  .classBuilder()
788
799
  .ep(commonParams)
789
800
  .m(function (Command, cs, config, o) {
790
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
801
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
802
  })
792
803
  .s("DataZone", "DeleteListing", {})
793
804
  .n("DataZoneClient", "DeleteListingCommand")
@@ -795,11 +806,23 @@ class DeleteListingCommand extends smithyClient.Command
795
806
  .build() {
796
807
  }
797
808
 
798
- class DeleteProjectCommand extends smithyClient.Command
809
+ class DeleteNotebookCommand extends client.Command
799
810
  .classBuilder()
800
811
  .ep(commonParams)
801
812
  .m(function (Command, cs, config, o) {
802
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
813
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
814
+ })
815
+ .s("DataZone", "DeleteNotebook", {})
816
+ .n("DataZoneClient", "DeleteNotebookCommand")
817
+ .sc(schemas_0.DeleteNotebook$)
818
+ .build() {
819
+ }
820
+
821
+ class DeleteProjectCommand extends client.Command
822
+ .classBuilder()
823
+ .ep(commonParams)
824
+ .m(function (Command, cs, config, o) {
825
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
826
  })
804
827
  .s("DataZone", "DeleteProject", {})
805
828
  .n("DataZoneClient", "DeleteProjectCommand")
@@ -807,11 +830,11 @@ class DeleteProjectCommand extends smithyClient.Command
807
830
  .build() {
808
831
  }
809
832
 
810
- class DeleteProjectMembershipCommand extends smithyClient.Command
833
+ class DeleteProjectMembershipCommand extends client.Command
811
834
  .classBuilder()
812
835
  .ep(commonParams)
813
836
  .m(function (Command, cs, config, o) {
814
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
837
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
838
  })
816
839
  .s("DataZone", "DeleteProjectMembership", {})
817
840
  .n("DataZoneClient", "DeleteProjectMembershipCommand")
@@ -819,11 +842,11 @@ class DeleteProjectMembershipCommand extends smithyClient.Command
819
842
  .build() {
820
843
  }
821
844
 
822
- class DeleteProjectProfileCommand extends smithyClient.Command
845
+ class DeleteProjectProfileCommand extends client.Command
823
846
  .classBuilder()
824
847
  .ep(commonParams)
825
848
  .m(function (Command, cs, config, o) {
826
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
849
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
850
  })
828
851
  .s("DataZone", "DeleteProjectProfile", {})
829
852
  .n("DataZoneClient", "DeleteProjectProfileCommand")
@@ -831,11 +854,11 @@ class DeleteProjectProfileCommand extends smithyClient.Command
831
854
  .build() {
832
855
  }
833
856
 
834
- class DeleteRuleCommand extends smithyClient.Command
857
+ class DeleteRuleCommand extends client.Command
835
858
  .classBuilder()
836
859
  .ep(commonParams)
837
860
  .m(function (Command, cs, config, o) {
838
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
861
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
862
  })
840
863
  .s("DataZone", "DeleteRule", {})
841
864
  .n("DataZoneClient", "DeleteRuleCommand")
@@ -843,11 +866,11 @@ class DeleteRuleCommand extends smithyClient.Command
843
866
  .build() {
844
867
  }
845
868
 
846
- class DeleteSubscriptionGrantCommand extends smithyClient.Command
869
+ class DeleteSubscriptionGrantCommand extends client.Command
847
870
  .classBuilder()
848
871
  .ep(commonParams)
849
872
  .m(function (Command, cs, config, o) {
850
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
873
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
874
  })
852
875
  .s("DataZone", "DeleteSubscriptionGrant", {})
853
876
  .n("DataZoneClient", "DeleteSubscriptionGrantCommand")
@@ -855,11 +878,11 @@ class DeleteSubscriptionGrantCommand extends smithyClient.Command
855
878
  .build() {
856
879
  }
857
880
 
858
- class DeleteSubscriptionRequestCommand extends smithyClient.Command
881
+ class DeleteSubscriptionRequestCommand extends client.Command
859
882
  .classBuilder()
860
883
  .ep(commonParams)
861
884
  .m(function (Command, cs, config, o) {
862
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
885
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
886
  })
864
887
  .s("DataZone", "DeleteSubscriptionRequest", {})
865
888
  .n("DataZoneClient", "DeleteSubscriptionRequestCommand")
@@ -867,11 +890,11 @@ class DeleteSubscriptionRequestCommand extends smithyClient.Command
867
890
  .build() {
868
891
  }
869
892
 
870
- class DeleteSubscriptionTargetCommand extends smithyClient.Command
893
+ class DeleteSubscriptionTargetCommand extends client.Command
871
894
  .classBuilder()
872
895
  .ep(commonParams)
873
896
  .m(function (Command, cs, config, o) {
874
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
897
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
898
  })
876
899
  .s("DataZone", "DeleteSubscriptionTarget", {})
877
900
  .n("DataZoneClient", "DeleteSubscriptionTargetCommand")
@@ -879,11 +902,11 @@ class DeleteSubscriptionTargetCommand extends smithyClient.Command
879
902
  .build() {
880
903
  }
881
904
 
882
- class DeleteTimeSeriesDataPointsCommand extends smithyClient.Command
905
+ class DeleteTimeSeriesDataPointsCommand extends client.Command
883
906
  .classBuilder()
884
907
  .ep(commonParams)
885
908
  .m(function (Command, cs, config, o) {
886
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
909
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
910
  })
888
911
  .s("DataZone", "DeleteTimeSeriesDataPoints", {})
889
912
  .n("DataZoneClient", "DeleteTimeSeriesDataPointsCommand")
@@ -891,11 +914,11 @@ class DeleteTimeSeriesDataPointsCommand extends smithyClient.Command
891
914
  .build() {
892
915
  }
893
916
 
894
- class DisassociateEnvironmentRoleCommand extends smithyClient.Command
917
+ class DisassociateEnvironmentRoleCommand extends client.Command
895
918
  .classBuilder()
896
919
  .ep(commonParams)
897
920
  .m(function (Command, cs, config, o) {
898
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
921
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
922
  })
900
923
  .s("DataZone", "DisassociateEnvironmentRole", {})
901
924
  .n("DataZoneClient", "DisassociateEnvironmentRoleCommand")
@@ -903,11 +926,11 @@ class DisassociateEnvironmentRoleCommand extends smithyClient.Command
903
926
  .build() {
904
927
  }
905
928
 
906
- class DisassociateGovernedTermsCommand extends smithyClient.Command
929
+ class DisassociateGovernedTermsCommand extends client.Command
907
930
  .classBuilder()
908
931
  .ep(commonParams)
909
932
  .m(function (Command, cs, config, o) {
910
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
933
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
934
  })
912
935
  .s("DataZone", "DisassociateGovernedTerms", {})
913
936
  .n("DataZoneClient", "DisassociateGovernedTermsCommand")
@@ -915,11 +938,11 @@ class DisassociateGovernedTermsCommand extends smithyClient.Command
915
938
  .build() {
916
939
  }
917
940
 
918
- class GetAccountPoolCommand extends smithyClient.Command
941
+ class GetAccountPoolCommand extends client.Command
919
942
  .classBuilder()
920
943
  .ep(commonParams)
921
944
  .m(function (Command, cs, config, o) {
922
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
945
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
946
  })
924
947
  .s("DataZone", "GetAccountPool", {})
925
948
  .n("DataZoneClient", "GetAccountPoolCommand")
@@ -927,11 +950,11 @@ class GetAccountPoolCommand extends smithyClient.Command
927
950
  .build() {
928
951
  }
929
952
 
930
- class GetAssetCommand extends smithyClient.Command
953
+ class GetAssetCommand extends client.Command
931
954
  .classBuilder()
932
955
  .ep(commonParams)
933
956
  .m(function (Command, cs, config, o) {
934
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
957
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
958
  })
936
959
  .s("DataZone", "GetAsset", {})
937
960
  .n("DataZoneClient", "GetAssetCommand")
@@ -939,11 +962,11 @@ class GetAssetCommand extends smithyClient.Command
939
962
  .build() {
940
963
  }
941
964
 
942
- class GetAssetFilterCommand extends smithyClient.Command
965
+ class GetAssetFilterCommand extends client.Command
943
966
  .classBuilder()
944
967
  .ep(commonParams)
945
968
  .m(function (Command, cs, config, o) {
946
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
969
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
970
  })
948
971
  .s("DataZone", "GetAssetFilter", {})
949
972
  .n("DataZoneClient", "GetAssetFilterCommand")
@@ -951,11 +974,11 @@ class GetAssetFilterCommand extends smithyClient.Command
951
974
  .build() {
952
975
  }
953
976
 
954
- class GetAssetTypeCommand extends smithyClient.Command
977
+ class GetAssetTypeCommand extends client.Command
955
978
  .classBuilder()
956
979
  .ep(commonParams)
957
980
  .m(function (Command, cs, config, o) {
958
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
981
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
982
  })
960
983
  .s("DataZone", "GetAssetType", {})
961
984
  .n("DataZoneClient", "GetAssetTypeCommand")
@@ -963,11 +986,11 @@ class GetAssetTypeCommand extends smithyClient.Command
963
986
  .build() {
964
987
  }
965
988
 
966
- class GetConnectionCommand extends smithyClient.Command
989
+ class GetConnectionCommand extends client.Command
967
990
  .classBuilder()
968
991
  .ep(commonParams)
969
992
  .m(function (Command, cs, config, o) {
970
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
993
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
994
  })
972
995
  .s("DataZone", "GetConnection", {})
973
996
  .n("DataZoneClient", "GetConnectionCommand")
@@ -975,11 +998,11 @@ class GetConnectionCommand extends smithyClient.Command
975
998
  .build() {
976
999
  }
977
1000
 
978
- class GetDataExportConfigurationCommand extends smithyClient.Command
1001
+ class GetDataExportConfigurationCommand extends client.Command
979
1002
  .classBuilder()
980
1003
  .ep(commonParams)
981
1004
  .m(function (Command, cs, config, o) {
982
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1005
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
1006
  })
984
1007
  .s("DataZone", "GetDataExportConfiguration", {})
985
1008
  .n("DataZoneClient", "GetDataExportConfigurationCommand")
@@ -987,11 +1010,11 @@ class GetDataExportConfigurationCommand extends smithyClient.Command
987
1010
  .build() {
988
1011
  }
989
1012
 
990
- class GetDataProductCommand extends smithyClient.Command
1013
+ class GetDataProductCommand extends client.Command
991
1014
  .classBuilder()
992
1015
  .ep(commonParams)
993
1016
  .m(function (Command, cs, config, o) {
994
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1017
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
1018
  })
996
1019
  .s("DataZone", "GetDataProduct", {})
997
1020
  .n("DataZoneClient", "GetDataProductCommand")
@@ -999,11 +1022,11 @@ class GetDataProductCommand extends smithyClient.Command
999
1022
  .build() {
1000
1023
  }
1001
1024
 
1002
- class GetDataSourceCommand extends smithyClient.Command
1025
+ class GetDataSourceCommand extends client.Command
1003
1026
  .classBuilder()
1004
1027
  .ep(commonParams)
1005
1028
  .m(function (Command, cs, config, o) {
1006
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1029
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
1030
  })
1008
1031
  .s("DataZone", "GetDataSource", {})
1009
1032
  .n("DataZoneClient", "GetDataSourceCommand")
@@ -1011,11 +1034,11 @@ class GetDataSourceCommand extends smithyClient.Command
1011
1034
  .build() {
1012
1035
  }
1013
1036
 
1014
- class GetDataSourceRunCommand extends smithyClient.Command
1037
+ class GetDataSourceRunCommand extends client.Command
1015
1038
  .classBuilder()
1016
1039
  .ep(commonParams)
1017
1040
  .m(function (Command, cs, config, o) {
1018
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1041
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
1042
  })
1020
1043
  .s("DataZone", "GetDataSourceRun", {})
1021
1044
  .n("DataZoneClient", "GetDataSourceRunCommand")
@@ -1023,11 +1046,11 @@ class GetDataSourceRunCommand extends smithyClient.Command
1023
1046
  .build() {
1024
1047
  }
1025
1048
 
1026
- class GetDomainCommand extends smithyClient.Command
1049
+ class GetDomainCommand extends client.Command
1027
1050
  .classBuilder()
1028
1051
  .ep(commonParams)
1029
1052
  .m(function (Command, cs, config, o) {
1030
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1053
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
1054
  })
1032
1055
  .s("DataZone", "GetDomain", {})
1033
1056
  .n("DataZoneClient", "GetDomainCommand")
@@ -1035,11 +1058,11 @@ class GetDomainCommand extends smithyClient.Command
1035
1058
  .build() {
1036
1059
  }
1037
1060
 
1038
- class GetDomainUnitCommand extends smithyClient.Command
1061
+ class GetDomainUnitCommand extends client.Command
1039
1062
  .classBuilder()
1040
1063
  .ep(commonParams)
1041
1064
  .m(function (Command, cs, config, o) {
1042
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1065
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
1066
  })
1044
1067
  .s("DataZone", "GetDomainUnit", {})
1045
1068
  .n("DataZoneClient", "GetDomainUnitCommand")
@@ -1047,11 +1070,11 @@ class GetDomainUnitCommand extends smithyClient.Command
1047
1070
  .build() {
1048
1071
  }
1049
1072
 
1050
- class GetEnvironmentActionCommand extends smithyClient.Command
1073
+ class GetEnvironmentActionCommand extends client.Command
1051
1074
  .classBuilder()
1052
1075
  .ep(commonParams)
1053
1076
  .m(function (Command, cs, config, o) {
1054
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1077
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
1078
  })
1056
1079
  .s("DataZone", "GetEnvironmentAction", {})
1057
1080
  .n("DataZoneClient", "GetEnvironmentActionCommand")
@@ -1059,11 +1082,11 @@ class GetEnvironmentActionCommand extends smithyClient.Command
1059
1082
  .build() {
1060
1083
  }
1061
1084
 
1062
- class GetEnvironmentBlueprintCommand extends smithyClient.Command
1085
+ class GetEnvironmentBlueprintCommand extends client.Command
1063
1086
  .classBuilder()
1064
1087
  .ep(commonParams)
1065
1088
  .m(function (Command, cs, config, o) {
1066
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1089
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
1090
  })
1068
1091
  .s("DataZone", "GetEnvironmentBlueprint", {})
1069
1092
  .n("DataZoneClient", "GetEnvironmentBlueprintCommand")
@@ -1071,11 +1094,11 @@ class GetEnvironmentBlueprintCommand extends smithyClient.Command
1071
1094
  .build() {
1072
1095
  }
1073
1096
 
1074
- class GetEnvironmentBlueprintConfigurationCommand extends smithyClient.Command
1097
+ class GetEnvironmentBlueprintConfigurationCommand extends client.Command
1075
1098
  .classBuilder()
1076
1099
  .ep(commonParams)
1077
1100
  .m(function (Command, cs, config, o) {
1078
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1101
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
1102
  })
1080
1103
  .s("DataZone", "GetEnvironmentBlueprintConfiguration", {})
1081
1104
  .n("DataZoneClient", "GetEnvironmentBlueprintConfigurationCommand")
@@ -1083,11 +1106,11 @@ class GetEnvironmentBlueprintConfigurationCommand extends smithyClient.Command
1083
1106
  .build() {
1084
1107
  }
1085
1108
 
1086
- class GetEnvironmentCommand extends smithyClient.Command
1109
+ class GetEnvironmentCommand extends client.Command
1087
1110
  .classBuilder()
1088
1111
  .ep(commonParams)
1089
1112
  .m(function (Command, cs, config, o) {
1090
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1113
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
1114
  })
1092
1115
  .s("DataZone", "GetEnvironment", {})
1093
1116
  .n("DataZoneClient", "GetEnvironmentCommand")
@@ -1095,11 +1118,11 @@ class GetEnvironmentCommand extends smithyClient.Command
1095
1118
  .build() {
1096
1119
  }
1097
1120
 
1098
- class GetEnvironmentCredentialsCommand extends smithyClient.Command
1121
+ class GetEnvironmentCredentialsCommand extends client.Command
1099
1122
  .classBuilder()
1100
1123
  .ep(commonParams)
1101
1124
  .m(function (Command, cs, config, o) {
1102
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1125
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1103
1126
  })
1104
1127
  .s("DataZone", "GetEnvironmentCredentials", {})
1105
1128
  .n("DataZoneClient", "GetEnvironmentCredentialsCommand")
@@ -1107,11 +1130,11 @@ class GetEnvironmentCredentialsCommand extends smithyClient.Command
1107
1130
  .build() {
1108
1131
  }
1109
1132
 
1110
- class GetEnvironmentProfileCommand extends smithyClient.Command
1133
+ class GetEnvironmentProfileCommand extends client.Command
1111
1134
  .classBuilder()
1112
1135
  .ep(commonParams)
1113
1136
  .m(function (Command, cs, config, o) {
1114
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1137
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1115
1138
  })
1116
1139
  .s("DataZone", "GetEnvironmentProfile", {})
1117
1140
  .n("DataZoneClient", "GetEnvironmentProfileCommand")
@@ -1119,11 +1142,11 @@ class GetEnvironmentProfileCommand extends smithyClient.Command
1119
1142
  .build() {
1120
1143
  }
1121
1144
 
1122
- class GetFormTypeCommand extends smithyClient.Command
1145
+ class GetFormTypeCommand extends client.Command
1123
1146
  .classBuilder()
1124
1147
  .ep(commonParams)
1125
1148
  .m(function (Command, cs, config, o) {
1126
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1149
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1127
1150
  })
1128
1151
  .s("DataZone", "GetFormType", {})
1129
1152
  .n("DataZoneClient", "GetFormTypeCommand")
@@ -1131,11 +1154,11 @@ class GetFormTypeCommand extends smithyClient.Command
1131
1154
  .build() {
1132
1155
  }
1133
1156
 
1134
- class GetGlossaryCommand extends smithyClient.Command
1157
+ class GetGlossaryCommand extends client.Command
1135
1158
  .classBuilder()
1136
1159
  .ep(commonParams)
1137
1160
  .m(function (Command, cs, config, o) {
1138
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1161
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1139
1162
  })
1140
1163
  .s("DataZone", "GetGlossary", {})
1141
1164
  .n("DataZoneClient", "GetGlossaryCommand")
@@ -1143,11 +1166,11 @@ class GetGlossaryCommand extends smithyClient.Command
1143
1166
  .build() {
1144
1167
  }
1145
1168
 
1146
- class GetGlossaryTermCommand extends smithyClient.Command
1169
+ class GetGlossaryTermCommand extends client.Command
1147
1170
  .classBuilder()
1148
1171
  .ep(commonParams)
1149
1172
  .m(function (Command, cs, config, o) {
1150
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1173
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1151
1174
  })
1152
1175
  .s("DataZone", "GetGlossaryTerm", {})
1153
1176
  .n("DataZoneClient", "GetGlossaryTermCommand")
@@ -1155,11 +1178,11 @@ class GetGlossaryTermCommand extends smithyClient.Command
1155
1178
  .build() {
1156
1179
  }
1157
1180
 
1158
- class GetGroupProfileCommand extends smithyClient.Command
1181
+ class GetGroupProfileCommand extends client.Command
1159
1182
  .classBuilder()
1160
1183
  .ep(commonParams)
1161
1184
  .m(function (Command, cs, config, o) {
1162
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1185
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
1186
  })
1164
1187
  .s("DataZone", "GetGroupProfile", {})
1165
1188
  .n("DataZoneClient", "GetGroupProfileCommand")
@@ -1167,11 +1190,11 @@ class GetGroupProfileCommand extends smithyClient.Command
1167
1190
  .build() {
1168
1191
  }
1169
1192
 
1170
- class GetIamPortalLoginUrlCommand extends smithyClient.Command
1193
+ class GetIamPortalLoginUrlCommand extends client.Command
1171
1194
  .classBuilder()
1172
1195
  .ep(commonParams)
1173
1196
  .m(function (Command, cs, config, o) {
1174
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1197
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
1198
  })
1176
1199
  .s("DataZone", "GetIamPortalLoginUrl", {})
1177
1200
  .n("DataZoneClient", "GetIamPortalLoginUrlCommand")
@@ -1179,11 +1202,11 @@ class GetIamPortalLoginUrlCommand extends smithyClient.Command
1179
1202
  .build() {
1180
1203
  }
1181
1204
 
1182
- class GetJobRunCommand extends smithyClient.Command
1205
+ class GetJobRunCommand extends client.Command
1183
1206
  .classBuilder()
1184
1207
  .ep(commonParams)
1185
1208
  .m(function (Command, cs, config, o) {
1186
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1209
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
1210
  })
1188
1211
  .s("DataZone", "GetJobRun", {})
1189
1212
  .n("DataZoneClient", "GetJobRunCommand")
@@ -1191,11 +1214,11 @@ class GetJobRunCommand extends smithyClient.Command
1191
1214
  .build() {
1192
1215
  }
1193
1216
 
1194
- class GetLineageEventCommand extends smithyClient.Command
1217
+ class GetLineageEventCommand extends client.Command
1195
1218
  .classBuilder()
1196
1219
  .ep(commonParams)
1197
1220
  .m(function (Command, cs, config, o) {
1198
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1221
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
1222
  })
1200
1223
  .s("DataZone", "GetLineageEvent", {})
1201
1224
  .n("DataZoneClient", "GetLineageEventCommand")
@@ -1203,11 +1226,11 @@ class GetLineageEventCommand extends smithyClient.Command
1203
1226
  .build() {
1204
1227
  }
1205
1228
 
1206
- class GetLineageNodeCommand extends smithyClient.Command
1229
+ class GetLineageNodeCommand extends client.Command
1207
1230
  .classBuilder()
1208
1231
  .ep(commonParams)
1209
1232
  .m(function (Command, cs, config, o) {
1210
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1233
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
1234
  })
1212
1235
  .s("DataZone", "GetLineageNode", {})
1213
1236
  .n("DataZoneClient", "GetLineageNodeCommand")
@@ -1215,11 +1238,11 @@ class GetLineageNodeCommand extends smithyClient.Command
1215
1238
  .build() {
1216
1239
  }
1217
1240
 
1218
- class GetListingCommand extends smithyClient.Command
1241
+ class GetListingCommand extends client.Command
1219
1242
  .classBuilder()
1220
1243
  .ep(commonParams)
1221
1244
  .m(function (Command, cs, config, o) {
1222
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1245
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
1246
  })
1224
1247
  .s("DataZone", "GetListing", {})
1225
1248
  .n("DataZoneClient", "GetListingCommand")
@@ -1227,11 +1250,11 @@ class GetListingCommand extends smithyClient.Command
1227
1250
  .build() {
1228
1251
  }
1229
1252
 
1230
- class GetMetadataGenerationRunCommand extends smithyClient.Command
1253
+ class GetMetadataGenerationRunCommand extends client.Command
1231
1254
  .classBuilder()
1232
1255
  .ep(commonParams)
1233
1256
  .m(function (Command, cs, config, o) {
1234
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1257
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
1258
  })
1236
1259
  .s("DataZone", "GetMetadataGenerationRun", {})
1237
1260
  .n("DataZoneClient", "GetMetadataGenerationRunCommand")
@@ -1239,11 +1262,35 @@ class GetMetadataGenerationRunCommand extends smithyClient.Command
1239
1262
  .build() {
1240
1263
  }
1241
1264
 
1242
- class GetNotebookRunCommand extends smithyClient.Command
1265
+ class GetNotebookCommand extends client.Command
1266
+ .classBuilder()
1267
+ .ep(commonParams)
1268
+ .m(function (Command, cs, config, o) {
1269
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1270
+ })
1271
+ .s("DataZone", "GetNotebook", {})
1272
+ .n("DataZoneClient", "GetNotebookCommand")
1273
+ .sc(schemas_0.GetNotebook$)
1274
+ .build() {
1275
+ }
1276
+
1277
+ class GetNotebookExportCommand extends client.Command
1243
1278
  .classBuilder()
1244
1279
  .ep(commonParams)
1245
1280
  .m(function (Command, cs, config, o) {
1246
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1281
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1282
+ })
1283
+ .s("DataZone", "GetNotebookExport", {})
1284
+ .n("DataZoneClient", "GetNotebookExportCommand")
1285
+ .sc(schemas_0.GetNotebookExport$)
1286
+ .build() {
1287
+ }
1288
+
1289
+ class GetNotebookRunCommand extends client.Command
1290
+ .classBuilder()
1291
+ .ep(commonParams)
1292
+ .m(function (Command, cs, config, o) {
1293
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
1294
  })
1248
1295
  .s("DataZone", "GetNotebookRun", {})
1249
1296
  .n("DataZoneClient", "GetNotebookRunCommand")
@@ -1251,11 +1298,11 @@ class GetNotebookRunCommand extends smithyClient.Command
1251
1298
  .build() {
1252
1299
  }
1253
1300
 
1254
- class GetProjectCommand extends smithyClient.Command
1301
+ class GetProjectCommand extends client.Command
1255
1302
  .classBuilder()
1256
1303
  .ep(commonParams)
1257
1304
  .m(function (Command, cs, config, o) {
1258
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1305
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
1306
  })
1260
1307
  .s("DataZone", "GetProject", {})
1261
1308
  .n("DataZoneClient", "GetProjectCommand")
@@ -1263,11 +1310,11 @@ class GetProjectCommand extends smithyClient.Command
1263
1310
  .build() {
1264
1311
  }
1265
1312
 
1266
- class GetProjectProfileCommand extends smithyClient.Command
1313
+ class GetProjectProfileCommand extends client.Command
1267
1314
  .classBuilder()
1268
1315
  .ep(commonParams)
1269
1316
  .m(function (Command, cs, config, o) {
1270
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1317
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1271
1318
  })
1272
1319
  .s("DataZone", "GetProjectProfile", {})
1273
1320
  .n("DataZoneClient", "GetProjectProfileCommand")
@@ -1275,11 +1322,11 @@ class GetProjectProfileCommand extends smithyClient.Command
1275
1322
  .build() {
1276
1323
  }
1277
1324
 
1278
- class GetRuleCommand extends smithyClient.Command
1325
+ class GetRuleCommand extends client.Command
1279
1326
  .classBuilder()
1280
1327
  .ep(commonParams)
1281
1328
  .m(function (Command, cs, config, o) {
1282
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1329
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1283
1330
  })
1284
1331
  .s("DataZone", "GetRule", {})
1285
1332
  .n("DataZoneClient", "GetRuleCommand")
@@ -1287,11 +1334,11 @@ class GetRuleCommand extends smithyClient.Command
1287
1334
  .build() {
1288
1335
  }
1289
1336
 
1290
- class GetSubscriptionCommand extends smithyClient.Command
1337
+ class GetSubscriptionCommand extends client.Command
1291
1338
  .classBuilder()
1292
1339
  .ep(commonParams)
1293
1340
  .m(function (Command, cs, config, o) {
1294
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1341
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1295
1342
  })
1296
1343
  .s("DataZone", "GetSubscription", {})
1297
1344
  .n("DataZoneClient", "GetSubscriptionCommand")
@@ -1299,11 +1346,11 @@ class GetSubscriptionCommand extends smithyClient.Command
1299
1346
  .build() {
1300
1347
  }
1301
1348
 
1302
- class GetSubscriptionGrantCommand extends smithyClient.Command
1349
+ class GetSubscriptionGrantCommand extends client.Command
1303
1350
  .classBuilder()
1304
1351
  .ep(commonParams)
1305
1352
  .m(function (Command, cs, config, o) {
1306
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1353
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1307
1354
  })
1308
1355
  .s("DataZone", "GetSubscriptionGrant", {})
1309
1356
  .n("DataZoneClient", "GetSubscriptionGrantCommand")
@@ -1311,11 +1358,11 @@ class GetSubscriptionGrantCommand extends smithyClient.Command
1311
1358
  .build() {
1312
1359
  }
1313
1360
 
1314
- class GetSubscriptionRequestDetailsCommand extends smithyClient.Command
1361
+ class GetSubscriptionRequestDetailsCommand extends client.Command
1315
1362
  .classBuilder()
1316
1363
  .ep(commonParams)
1317
1364
  .m(function (Command, cs, config, o) {
1318
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1365
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1319
1366
  })
1320
1367
  .s("DataZone", "GetSubscriptionRequestDetails", {})
1321
1368
  .n("DataZoneClient", "GetSubscriptionRequestDetailsCommand")
@@ -1323,11 +1370,11 @@ class GetSubscriptionRequestDetailsCommand extends smithyClient.Command
1323
1370
  .build() {
1324
1371
  }
1325
1372
 
1326
- class GetSubscriptionTargetCommand extends smithyClient.Command
1373
+ class GetSubscriptionTargetCommand extends client.Command
1327
1374
  .classBuilder()
1328
1375
  .ep(commonParams)
1329
1376
  .m(function (Command, cs, config, o) {
1330
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1377
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
1378
  })
1332
1379
  .s("DataZone", "GetSubscriptionTarget", {})
1333
1380
  .n("DataZoneClient", "GetSubscriptionTargetCommand")
@@ -1335,11 +1382,11 @@ class GetSubscriptionTargetCommand extends smithyClient.Command
1335
1382
  .build() {
1336
1383
  }
1337
1384
 
1338
- class GetTimeSeriesDataPointCommand extends smithyClient.Command
1385
+ class GetTimeSeriesDataPointCommand extends client.Command
1339
1386
  .classBuilder()
1340
1387
  .ep(commonParams)
1341
1388
  .m(function (Command, cs, config, o) {
1342
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1389
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
1390
  })
1344
1391
  .s("DataZone", "GetTimeSeriesDataPoint", {})
1345
1392
  .n("DataZoneClient", "GetTimeSeriesDataPointCommand")
@@ -1347,11 +1394,11 @@ class GetTimeSeriesDataPointCommand extends smithyClient.Command
1347
1394
  .build() {
1348
1395
  }
1349
1396
 
1350
- class GetUserProfileCommand extends smithyClient.Command
1397
+ class GetUserProfileCommand extends client.Command
1351
1398
  .classBuilder()
1352
1399
  .ep(commonParams)
1353
1400
  .m(function (Command, cs, config, o) {
1354
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1401
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1355
1402
  })
1356
1403
  .s("DataZone", "GetUserProfile", {})
1357
1404
  .n("DataZoneClient", "GetUserProfileCommand")
@@ -1359,11 +1406,11 @@ class GetUserProfileCommand extends smithyClient.Command
1359
1406
  .build() {
1360
1407
  }
1361
1408
 
1362
- class ListAccountPoolsCommand extends smithyClient.Command
1409
+ class ListAccountPoolsCommand extends client.Command
1363
1410
  .classBuilder()
1364
1411
  .ep(commonParams)
1365
1412
  .m(function (Command, cs, config, o) {
1366
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1413
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1367
1414
  })
1368
1415
  .s("DataZone", "ListAccountPools", {})
1369
1416
  .n("DataZoneClient", "ListAccountPoolsCommand")
@@ -1371,11 +1418,11 @@ class ListAccountPoolsCommand extends smithyClient.Command
1371
1418
  .build() {
1372
1419
  }
1373
1420
 
1374
- class ListAccountsInAccountPoolCommand extends smithyClient.Command
1421
+ class ListAccountsInAccountPoolCommand extends client.Command
1375
1422
  .classBuilder()
1376
1423
  .ep(commonParams)
1377
1424
  .m(function (Command, cs, config, o) {
1378
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1425
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1379
1426
  })
1380
1427
  .s("DataZone", "ListAccountsInAccountPool", {})
1381
1428
  .n("DataZoneClient", "ListAccountsInAccountPoolCommand")
@@ -1383,11 +1430,11 @@ class ListAccountsInAccountPoolCommand extends smithyClient.Command
1383
1430
  .build() {
1384
1431
  }
1385
1432
 
1386
- class ListAssetFiltersCommand extends smithyClient.Command
1433
+ class ListAssetFiltersCommand extends client.Command
1387
1434
  .classBuilder()
1388
1435
  .ep(commonParams)
1389
1436
  .m(function (Command, cs, config, o) {
1390
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1437
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1391
1438
  })
1392
1439
  .s("DataZone", "ListAssetFilters", {})
1393
1440
  .n("DataZoneClient", "ListAssetFiltersCommand")
@@ -1395,11 +1442,11 @@ class ListAssetFiltersCommand extends smithyClient.Command
1395
1442
  .build() {
1396
1443
  }
1397
1444
 
1398
- class ListAssetRevisionsCommand extends smithyClient.Command
1445
+ class ListAssetRevisionsCommand extends client.Command
1399
1446
  .classBuilder()
1400
1447
  .ep(commonParams)
1401
1448
  .m(function (Command, cs, config, o) {
1402
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1449
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1403
1450
  })
1404
1451
  .s("DataZone", "ListAssetRevisions", {})
1405
1452
  .n("DataZoneClient", "ListAssetRevisionsCommand")
@@ -1407,11 +1454,11 @@ class ListAssetRevisionsCommand extends smithyClient.Command
1407
1454
  .build() {
1408
1455
  }
1409
1456
 
1410
- class ListConnectionsCommand extends smithyClient.Command
1457
+ class ListConnectionsCommand extends client.Command
1411
1458
  .classBuilder()
1412
1459
  .ep(commonParams)
1413
1460
  .m(function (Command, cs, config, o) {
1414
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1461
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1415
1462
  })
1416
1463
  .s("DataZone", "ListConnections", {})
1417
1464
  .n("DataZoneClient", "ListConnectionsCommand")
@@ -1419,11 +1466,11 @@ class ListConnectionsCommand extends smithyClient.Command
1419
1466
  .build() {
1420
1467
  }
1421
1468
 
1422
- class ListDataProductRevisionsCommand extends smithyClient.Command
1469
+ class ListDataProductRevisionsCommand extends client.Command
1423
1470
  .classBuilder()
1424
1471
  .ep(commonParams)
1425
1472
  .m(function (Command, cs, config, o) {
1426
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1473
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1427
1474
  })
1428
1475
  .s("DataZone", "ListDataProductRevisions", {})
1429
1476
  .n("DataZoneClient", "ListDataProductRevisionsCommand")
@@ -1431,11 +1478,11 @@ class ListDataProductRevisionsCommand extends smithyClient.Command
1431
1478
  .build() {
1432
1479
  }
1433
1480
 
1434
- class ListDataSourceRunActivitiesCommand extends smithyClient.Command
1481
+ class ListDataSourceRunActivitiesCommand extends client.Command
1435
1482
  .classBuilder()
1436
1483
  .ep(commonParams)
1437
1484
  .m(function (Command, cs, config, o) {
1438
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1485
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1439
1486
  })
1440
1487
  .s("DataZone", "ListDataSourceRunActivities", {})
1441
1488
  .n("DataZoneClient", "ListDataSourceRunActivitiesCommand")
@@ -1443,11 +1490,11 @@ class ListDataSourceRunActivitiesCommand extends smithyClient.Command
1443
1490
  .build() {
1444
1491
  }
1445
1492
 
1446
- class ListDataSourceRunsCommand extends smithyClient.Command
1493
+ class ListDataSourceRunsCommand extends client.Command
1447
1494
  .classBuilder()
1448
1495
  .ep(commonParams)
1449
1496
  .m(function (Command, cs, config, o) {
1450
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1497
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1451
1498
  })
1452
1499
  .s("DataZone", "ListDataSourceRuns", {})
1453
1500
  .n("DataZoneClient", "ListDataSourceRunsCommand")
@@ -1455,11 +1502,11 @@ class ListDataSourceRunsCommand extends smithyClient.Command
1455
1502
  .build() {
1456
1503
  }
1457
1504
 
1458
- class ListDataSourcesCommand extends smithyClient.Command
1505
+ class ListDataSourcesCommand extends client.Command
1459
1506
  .classBuilder()
1460
1507
  .ep(commonParams)
1461
1508
  .m(function (Command, cs, config, o) {
1462
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1509
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
1510
  })
1464
1511
  .s("DataZone", "ListDataSources", {})
1465
1512
  .n("DataZoneClient", "ListDataSourcesCommand")
@@ -1467,11 +1514,11 @@ class ListDataSourcesCommand extends smithyClient.Command
1467
1514
  .build() {
1468
1515
  }
1469
1516
 
1470
- class ListDomainsCommand extends smithyClient.Command
1517
+ class ListDomainsCommand extends client.Command
1471
1518
  .classBuilder()
1472
1519
  .ep(commonParams)
1473
1520
  .m(function (Command, cs, config, o) {
1474
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1521
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1475
1522
  })
1476
1523
  .s("DataZone", "ListDomains", {})
1477
1524
  .n("DataZoneClient", "ListDomainsCommand")
@@ -1479,11 +1526,11 @@ class ListDomainsCommand extends smithyClient.Command
1479
1526
  .build() {
1480
1527
  }
1481
1528
 
1482
- class ListDomainUnitsForParentCommand extends smithyClient.Command
1529
+ class ListDomainUnitsForParentCommand extends client.Command
1483
1530
  .classBuilder()
1484
1531
  .ep(commonParams)
1485
1532
  .m(function (Command, cs, config, o) {
1486
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1533
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1487
1534
  })
1488
1535
  .s("DataZone", "ListDomainUnitsForParent", {})
1489
1536
  .n("DataZoneClient", "ListDomainUnitsForParentCommand")
@@ -1491,11 +1538,11 @@ class ListDomainUnitsForParentCommand extends smithyClient.Command
1491
1538
  .build() {
1492
1539
  }
1493
1540
 
1494
- class ListEntityOwnersCommand extends smithyClient.Command
1541
+ class ListEntityOwnersCommand extends client.Command
1495
1542
  .classBuilder()
1496
1543
  .ep(commonParams)
1497
1544
  .m(function (Command, cs, config, o) {
1498
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1545
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1499
1546
  })
1500
1547
  .s("DataZone", "ListEntityOwners", {})
1501
1548
  .n("DataZoneClient", "ListEntityOwnersCommand")
@@ -1503,11 +1550,11 @@ class ListEntityOwnersCommand extends smithyClient.Command
1503
1550
  .build() {
1504
1551
  }
1505
1552
 
1506
- class ListEnvironmentActionsCommand extends smithyClient.Command
1553
+ class ListEnvironmentActionsCommand extends client.Command
1507
1554
  .classBuilder()
1508
1555
  .ep(commonParams)
1509
1556
  .m(function (Command, cs, config, o) {
1510
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1557
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1511
1558
  })
1512
1559
  .s("DataZone", "ListEnvironmentActions", {})
1513
1560
  .n("DataZoneClient", "ListEnvironmentActionsCommand")
@@ -1515,11 +1562,11 @@ class ListEnvironmentActionsCommand extends smithyClient.Command
1515
1562
  .build() {
1516
1563
  }
1517
1564
 
1518
- class ListEnvironmentBlueprintConfigurationsCommand extends smithyClient.Command
1565
+ class ListEnvironmentBlueprintConfigurationsCommand extends client.Command
1519
1566
  .classBuilder()
1520
1567
  .ep(commonParams)
1521
1568
  .m(function (Command, cs, config, o) {
1522
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1569
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1523
1570
  })
1524
1571
  .s("DataZone", "ListEnvironmentBlueprintConfigurations", {})
1525
1572
  .n("DataZoneClient", "ListEnvironmentBlueprintConfigurationsCommand")
@@ -1527,11 +1574,11 @@ class ListEnvironmentBlueprintConfigurationsCommand extends smithyClient.Command
1527
1574
  .build() {
1528
1575
  }
1529
1576
 
1530
- class ListEnvironmentBlueprintsCommand extends smithyClient.Command
1577
+ class ListEnvironmentBlueprintsCommand extends client.Command
1531
1578
  .classBuilder()
1532
1579
  .ep(commonParams)
1533
1580
  .m(function (Command, cs, config, o) {
1534
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1581
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1535
1582
  })
1536
1583
  .s("DataZone", "ListEnvironmentBlueprints", {})
1537
1584
  .n("DataZoneClient", "ListEnvironmentBlueprintsCommand")
@@ -1539,11 +1586,11 @@ class ListEnvironmentBlueprintsCommand extends smithyClient.Command
1539
1586
  .build() {
1540
1587
  }
1541
1588
 
1542
- class ListEnvironmentProfilesCommand extends smithyClient.Command
1589
+ class ListEnvironmentProfilesCommand extends client.Command
1543
1590
  .classBuilder()
1544
1591
  .ep(commonParams)
1545
1592
  .m(function (Command, cs, config, o) {
1546
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1593
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1547
1594
  })
1548
1595
  .s("DataZone", "ListEnvironmentProfiles", {})
1549
1596
  .n("DataZoneClient", "ListEnvironmentProfilesCommand")
@@ -1551,11 +1598,11 @@ class ListEnvironmentProfilesCommand extends smithyClient.Command
1551
1598
  .build() {
1552
1599
  }
1553
1600
 
1554
- class ListEnvironmentsCommand extends smithyClient.Command
1601
+ class ListEnvironmentsCommand extends client.Command
1555
1602
  .classBuilder()
1556
1603
  .ep(commonParams)
1557
1604
  .m(function (Command, cs, config, o) {
1558
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1605
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1559
1606
  })
1560
1607
  .s("DataZone", "ListEnvironments", {})
1561
1608
  .n("DataZoneClient", "ListEnvironmentsCommand")
@@ -1563,11 +1610,11 @@ class ListEnvironmentsCommand extends smithyClient.Command
1563
1610
  .build() {
1564
1611
  }
1565
1612
 
1566
- class ListJobRunsCommand extends smithyClient.Command
1613
+ class ListJobRunsCommand extends client.Command
1567
1614
  .classBuilder()
1568
1615
  .ep(commonParams)
1569
1616
  .m(function (Command, cs, config, o) {
1570
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1617
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1571
1618
  })
1572
1619
  .s("DataZone", "ListJobRuns", {})
1573
1620
  .n("DataZoneClient", "ListJobRunsCommand")
@@ -1575,11 +1622,11 @@ class ListJobRunsCommand extends smithyClient.Command
1575
1622
  .build() {
1576
1623
  }
1577
1624
 
1578
- class ListLineageEventsCommand extends smithyClient.Command
1625
+ class ListLineageEventsCommand extends client.Command
1579
1626
  .classBuilder()
1580
1627
  .ep(commonParams)
1581
1628
  .m(function (Command, cs, config, o) {
1582
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1629
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1583
1630
  })
1584
1631
  .s("DataZone", "ListLineageEvents", {})
1585
1632
  .n("DataZoneClient", "ListLineageEventsCommand")
@@ -1587,11 +1634,11 @@ class ListLineageEventsCommand extends smithyClient.Command
1587
1634
  .build() {
1588
1635
  }
1589
1636
 
1590
- class ListLineageNodeHistoryCommand extends smithyClient.Command
1637
+ class ListLineageNodeHistoryCommand extends client.Command
1591
1638
  .classBuilder()
1592
1639
  .ep(commonParams)
1593
1640
  .m(function (Command, cs, config, o) {
1594
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1641
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1595
1642
  })
1596
1643
  .s("DataZone", "ListLineageNodeHistory", {})
1597
1644
  .n("DataZoneClient", "ListLineageNodeHistoryCommand")
@@ -1599,11 +1646,11 @@ class ListLineageNodeHistoryCommand extends smithyClient.Command
1599
1646
  .build() {
1600
1647
  }
1601
1648
 
1602
- class ListMetadataGenerationRunsCommand extends smithyClient.Command
1649
+ class ListMetadataGenerationRunsCommand extends client.Command
1603
1650
  .classBuilder()
1604
1651
  .ep(commonParams)
1605
1652
  .m(function (Command, cs, config, o) {
1606
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1653
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1607
1654
  })
1608
1655
  .s("DataZone", "ListMetadataGenerationRuns", {})
1609
1656
  .n("DataZoneClient", "ListMetadataGenerationRunsCommand")
@@ -1611,11 +1658,11 @@ class ListMetadataGenerationRunsCommand extends smithyClient.Command
1611
1658
  .build() {
1612
1659
  }
1613
1660
 
1614
- class ListNotebookRunsCommand extends smithyClient.Command
1661
+ class ListNotebookRunsCommand extends client.Command
1615
1662
  .classBuilder()
1616
1663
  .ep(commonParams)
1617
1664
  .m(function (Command, cs, config, o) {
1618
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1665
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
1666
  })
1620
1667
  .s("DataZone", "ListNotebookRuns", {})
1621
1668
  .n("DataZoneClient", "ListNotebookRunsCommand")
@@ -1623,11 +1670,23 @@ class ListNotebookRunsCommand extends smithyClient.Command
1623
1670
  .build() {
1624
1671
  }
1625
1672
 
1626
- class ListNotificationsCommand extends smithyClient.Command
1673
+ class ListNotebooksCommand extends client.Command
1674
+ .classBuilder()
1675
+ .ep(commonParams)
1676
+ .m(function (Command, cs, config, o) {
1677
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1678
+ })
1679
+ .s("DataZone", "ListNotebooks", {})
1680
+ .n("DataZoneClient", "ListNotebooksCommand")
1681
+ .sc(schemas_0.ListNotebooks$)
1682
+ .build() {
1683
+ }
1684
+
1685
+ class ListNotificationsCommand extends client.Command
1627
1686
  .classBuilder()
1628
1687
  .ep(commonParams)
1629
1688
  .m(function (Command, cs, config, o) {
1630
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1689
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1631
1690
  })
1632
1691
  .s("DataZone", "ListNotifications", {})
1633
1692
  .n("DataZoneClient", "ListNotificationsCommand")
@@ -1635,11 +1694,11 @@ class ListNotificationsCommand extends smithyClient.Command
1635
1694
  .build() {
1636
1695
  }
1637
1696
 
1638
- class ListPolicyGrantsCommand extends smithyClient.Command
1697
+ class ListPolicyGrantsCommand extends client.Command
1639
1698
  .classBuilder()
1640
1699
  .ep(commonParams)
1641
1700
  .m(function (Command, cs, config, o) {
1642
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1701
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1643
1702
  })
1644
1703
  .s("DataZone", "ListPolicyGrants", {})
1645
1704
  .n("DataZoneClient", "ListPolicyGrantsCommand")
@@ -1647,11 +1706,11 @@ class ListPolicyGrantsCommand extends smithyClient.Command
1647
1706
  .build() {
1648
1707
  }
1649
1708
 
1650
- class ListProjectMembershipsCommand extends smithyClient.Command
1709
+ class ListProjectMembershipsCommand extends client.Command
1651
1710
  .classBuilder()
1652
1711
  .ep(commonParams)
1653
1712
  .m(function (Command, cs, config, o) {
1654
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1713
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1655
1714
  })
1656
1715
  .s("DataZone", "ListProjectMemberships", {})
1657
1716
  .n("DataZoneClient", "ListProjectMembershipsCommand")
@@ -1659,11 +1718,11 @@ class ListProjectMembershipsCommand extends smithyClient.Command
1659
1718
  .build() {
1660
1719
  }
1661
1720
 
1662
- class ListProjectProfilesCommand extends smithyClient.Command
1721
+ class ListProjectProfilesCommand extends client.Command
1663
1722
  .classBuilder()
1664
1723
  .ep(commonParams)
1665
1724
  .m(function (Command, cs, config, o) {
1666
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1725
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
1726
  })
1668
1727
  .s("DataZone", "ListProjectProfiles", {})
1669
1728
  .n("DataZoneClient", "ListProjectProfilesCommand")
@@ -1671,11 +1730,11 @@ class ListProjectProfilesCommand extends smithyClient.Command
1671
1730
  .build() {
1672
1731
  }
1673
1732
 
1674
- class ListProjectsCommand extends smithyClient.Command
1733
+ class ListProjectsCommand extends client.Command
1675
1734
  .classBuilder()
1676
1735
  .ep(commonParams)
1677
1736
  .m(function (Command, cs, config, o) {
1678
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1737
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1679
1738
  })
1680
1739
  .s("DataZone", "ListProjects", {})
1681
1740
  .n("DataZoneClient", "ListProjectsCommand")
@@ -1683,11 +1742,11 @@ class ListProjectsCommand extends smithyClient.Command
1683
1742
  .build() {
1684
1743
  }
1685
1744
 
1686
- class ListRulesCommand extends smithyClient.Command
1745
+ class ListRulesCommand extends client.Command
1687
1746
  .classBuilder()
1688
1747
  .ep(commonParams)
1689
1748
  .m(function (Command, cs, config, o) {
1690
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1749
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1691
1750
  })
1692
1751
  .s("DataZone", "ListRules", {})
1693
1752
  .n("DataZoneClient", "ListRulesCommand")
@@ -1695,11 +1754,11 @@ class ListRulesCommand extends smithyClient.Command
1695
1754
  .build() {
1696
1755
  }
1697
1756
 
1698
- class ListSubscriptionGrantsCommand extends smithyClient.Command
1757
+ class ListSubscriptionGrantsCommand extends client.Command
1699
1758
  .classBuilder()
1700
1759
  .ep(commonParams)
1701
1760
  .m(function (Command, cs, config, o) {
1702
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1761
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1703
1762
  })
1704
1763
  .s("DataZone", "ListSubscriptionGrants", {})
1705
1764
  .n("DataZoneClient", "ListSubscriptionGrantsCommand")
@@ -1707,11 +1766,11 @@ class ListSubscriptionGrantsCommand extends smithyClient.Command
1707
1766
  .build() {
1708
1767
  }
1709
1768
 
1710
- class ListSubscriptionRequestsCommand extends smithyClient.Command
1769
+ class ListSubscriptionRequestsCommand extends client.Command
1711
1770
  .classBuilder()
1712
1771
  .ep(commonParams)
1713
1772
  .m(function (Command, cs, config, o) {
1714
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1773
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1715
1774
  })
1716
1775
  .s("DataZone", "ListSubscriptionRequests", {})
1717
1776
  .n("DataZoneClient", "ListSubscriptionRequestsCommand")
@@ -1719,11 +1778,11 @@ class ListSubscriptionRequestsCommand extends smithyClient.Command
1719
1778
  .build() {
1720
1779
  }
1721
1780
 
1722
- class ListSubscriptionsCommand extends smithyClient.Command
1781
+ class ListSubscriptionsCommand extends client.Command
1723
1782
  .classBuilder()
1724
1783
  .ep(commonParams)
1725
1784
  .m(function (Command, cs, config, o) {
1726
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1785
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1727
1786
  })
1728
1787
  .s("DataZone", "ListSubscriptions", {})
1729
1788
  .n("DataZoneClient", "ListSubscriptionsCommand")
@@ -1731,11 +1790,11 @@ class ListSubscriptionsCommand extends smithyClient.Command
1731
1790
  .build() {
1732
1791
  }
1733
1792
 
1734
- class ListSubscriptionTargetsCommand extends smithyClient.Command
1793
+ class ListSubscriptionTargetsCommand extends client.Command
1735
1794
  .classBuilder()
1736
1795
  .ep(commonParams)
1737
1796
  .m(function (Command, cs, config, o) {
1738
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1797
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1739
1798
  })
1740
1799
  .s("DataZone", "ListSubscriptionTargets", {})
1741
1800
  .n("DataZoneClient", "ListSubscriptionTargetsCommand")
@@ -1743,11 +1802,11 @@ class ListSubscriptionTargetsCommand extends smithyClient.Command
1743
1802
  .build() {
1744
1803
  }
1745
1804
 
1746
- class ListTagsForResourceCommand extends smithyClient.Command
1805
+ class ListTagsForResourceCommand extends client.Command
1747
1806
  .classBuilder()
1748
1807
  .ep(commonParams)
1749
1808
  .m(function (Command, cs, config, o) {
1750
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1809
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1751
1810
  })
1752
1811
  .s("DataZone", "ListTagsForResource", {})
1753
1812
  .n("DataZoneClient", "ListTagsForResourceCommand")
@@ -1755,11 +1814,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1755
1814
  .build() {
1756
1815
  }
1757
1816
 
1758
- class ListTimeSeriesDataPointsCommand extends smithyClient.Command
1817
+ class ListTimeSeriesDataPointsCommand extends client.Command
1759
1818
  .classBuilder()
1760
1819
  .ep(commonParams)
1761
1820
  .m(function (Command, cs, config, o) {
1762
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1821
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1763
1822
  })
1764
1823
  .s("DataZone", "ListTimeSeriesDataPoints", {})
1765
1824
  .n("DataZoneClient", "ListTimeSeriesDataPointsCommand")
@@ -1767,11 +1826,11 @@ class ListTimeSeriesDataPointsCommand extends smithyClient.Command
1767
1826
  .build() {
1768
1827
  }
1769
1828
 
1770
- class PostLineageEventCommand extends smithyClient.Command
1829
+ class PostLineageEventCommand extends client.Command
1771
1830
  .classBuilder()
1772
1831
  .ep(commonParams)
1773
1832
  .m(function (Command, cs, config, o) {
1774
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1833
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
1834
  })
1776
1835
  .s("DataZone", "PostLineageEvent", {})
1777
1836
  .n("DataZoneClient", "PostLineageEventCommand")
@@ -1779,11 +1838,11 @@ class PostLineageEventCommand extends smithyClient.Command
1779
1838
  .build() {
1780
1839
  }
1781
1840
 
1782
- class PostTimeSeriesDataPointsCommand extends smithyClient.Command
1841
+ class PostTimeSeriesDataPointsCommand extends client.Command
1783
1842
  .classBuilder()
1784
1843
  .ep(commonParams)
1785
1844
  .m(function (Command, cs, config, o) {
1786
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1845
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1787
1846
  })
1788
1847
  .s("DataZone", "PostTimeSeriesDataPoints", {})
1789
1848
  .n("DataZoneClient", "PostTimeSeriesDataPointsCommand")
@@ -1791,11 +1850,11 @@ class PostTimeSeriesDataPointsCommand extends smithyClient.Command
1791
1850
  .build() {
1792
1851
  }
1793
1852
 
1794
- class PutDataExportConfigurationCommand extends smithyClient.Command
1853
+ class PutDataExportConfigurationCommand extends client.Command
1795
1854
  .classBuilder()
1796
1855
  .ep(commonParams)
1797
1856
  .m(function (Command, cs, config, o) {
1798
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1857
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1799
1858
  })
1800
1859
  .s("DataZone", "PutDataExportConfiguration", {})
1801
1860
  .n("DataZoneClient", "PutDataExportConfigurationCommand")
@@ -1803,11 +1862,11 @@ class PutDataExportConfigurationCommand extends smithyClient.Command
1803
1862
  .build() {
1804
1863
  }
1805
1864
 
1806
- class PutEnvironmentBlueprintConfigurationCommand extends smithyClient.Command
1865
+ class PutEnvironmentBlueprintConfigurationCommand extends client.Command
1807
1866
  .classBuilder()
1808
1867
  .ep(commonParams)
1809
1868
  .m(function (Command, cs, config, o) {
1810
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1869
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1811
1870
  })
1812
1871
  .s("DataZone", "PutEnvironmentBlueprintConfiguration", {})
1813
1872
  .n("DataZoneClient", "PutEnvironmentBlueprintConfigurationCommand")
@@ -1815,11 +1874,11 @@ class PutEnvironmentBlueprintConfigurationCommand extends smithyClient.Command
1815
1874
  .build() {
1816
1875
  }
1817
1876
 
1818
- class QueryGraphCommand extends smithyClient.Command
1877
+ class QueryGraphCommand extends client.Command
1819
1878
  .classBuilder()
1820
1879
  .ep(commonParams)
1821
1880
  .m(function (Command, cs, config, o) {
1822
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1881
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1823
1882
  })
1824
1883
  .s("DataZone", "QueryGraph", {})
1825
1884
  .n("DataZoneClient", "QueryGraphCommand")
@@ -1827,11 +1886,11 @@ class QueryGraphCommand extends smithyClient.Command
1827
1886
  .build() {
1828
1887
  }
1829
1888
 
1830
- class RejectPredictionsCommand extends smithyClient.Command
1889
+ class RejectPredictionsCommand extends client.Command
1831
1890
  .classBuilder()
1832
1891
  .ep(commonParams)
1833
1892
  .m(function (Command, cs, config, o) {
1834
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1893
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1835
1894
  })
1836
1895
  .s("DataZone", "RejectPredictions", {})
1837
1896
  .n("DataZoneClient", "RejectPredictionsCommand")
@@ -1839,11 +1898,11 @@ class RejectPredictionsCommand extends smithyClient.Command
1839
1898
  .build() {
1840
1899
  }
1841
1900
 
1842
- class RejectSubscriptionRequestCommand extends smithyClient.Command
1901
+ class RejectSubscriptionRequestCommand extends client.Command
1843
1902
  .classBuilder()
1844
1903
  .ep(commonParams)
1845
1904
  .m(function (Command, cs, config, o) {
1846
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1905
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1847
1906
  })
1848
1907
  .s("DataZone", "RejectSubscriptionRequest", {})
1849
1908
  .n("DataZoneClient", "RejectSubscriptionRequestCommand")
@@ -1851,11 +1910,11 @@ class RejectSubscriptionRequestCommand extends smithyClient.Command
1851
1910
  .build() {
1852
1911
  }
1853
1912
 
1854
- class RemoveEntityOwnerCommand extends smithyClient.Command
1913
+ class RemoveEntityOwnerCommand extends client.Command
1855
1914
  .classBuilder()
1856
1915
  .ep(commonParams)
1857
1916
  .m(function (Command, cs, config, o) {
1858
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1917
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1859
1918
  })
1860
1919
  .s("DataZone", "RemoveEntityOwner", {})
1861
1920
  .n("DataZoneClient", "RemoveEntityOwnerCommand")
@@ -1863,11 +1922,11 @@ class RemoveEntityOwnerCommand extends smithyClient.Command
1863
1922
  .build() {
1864
1923
  }
1865
1924
 
1866
- class RemovePolicyGrantCommand extends smithyClient.Command
1925
+ class RemovePolicyGrantCommand extends client.Command
1867
1926
  .classBuilder()
1868
1927
  .ep(commonParams)
1869
1928
  .m(function (Command, cs, config, o) {
1870
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1929
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1871
1930
  })
1872
1931
  .s("DataZone", "RemovePolicyGrant", {})
1873
1932
  .n("DataZoneClient", "RemovePolicyGrantCommand")
@@ -1875,11 +1934,11 @@ class RemovePolicyGrantCommand extends smithyClient.Command
1875
1934
  .build() {
1876
1935
  }
1877
1936
 
1878
- class RevokeSubscriptionCommand extends smithyClient.Command
1937
+ class RevokeSubscriptionCommand extends client.Command
1879
1938
  .classBuilder()
1880
1939
  .ep(commonParams)
1881
1940
  .m(function (Command, cs, config, o) {
1882
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1941
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1883
1942
  })
1884
1943
  .s("DataZone", "RevokeSubscription", {})
1885
1944
  .n("DataZoneClient", "RevokeSubscriptionCommand")
@@ -1887,11 +1946,11 @@ class RevokeSubscriptionCommand extends smithyClient.Command
1887
1946
  .build() {
1888
1947
  }
1889
1948
 
1890
- class SearchCommand extends smithyClient.Command
1949
+ class SearchCommand extends client.Command
1891
1950
  .classBuilder()
1892
1951
  .ep(commonParams)
1893
1952
  .m(function (Command, cs, config, o) {
1894
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1953
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1895
1954
  })
1896
1955
  .s("DataZone", "Search", {})
1897
1956
  .n("DataZoneClient", "SearchCommand")
@@ -1899,11 +1958,11 @@ class SearchCommand extends smithyClient.Command
1899
1958
  .build() {
1900
1959
  }
1901
1960
 
1902
- class SearchGroupProfilesCommand extends smithyClient.Command
1961
+ class SearchGroupProfilesCommand extends client.Command
1903
1962
  .classBuilder()
1904
1963
  .ep(commonParams)
1905
1964
  .m(function (Command, cs, config, o) {
1906
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1965
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1907
1966
  })
1908
1967
  .s("DataZone", "SearchGroupProfiles", {})
1909
1968
  .n("DataZoneClient", "SearchGroupProfilesCommand")
@@ -1911,11 +1970,11 @@ class SearchGroupProfilesCommand extends smithyClient.Command
1911
1970
  .build() {
1912
1971
  }
1913
1972
 
1914
- class SearchListingsCommand extends smithyClient.Command
1973
+ class SearchListingsCommand extends client.Command
1915
1974
  .classBuilder()
1916
1975
  .ep(commonParams)
1917
1976
  .m(function (Command, cs, config, o) {
1918
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1977
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1919
1978
  })
1920
1979
  .s("DataZone", "SearchListings", {})
1921
1980
  .n("DataZoneClient", "SearchListingsCommand")
@@ -1923,11 +1982,11 @@ class SearchListingsCommand extends smithyClient.Command
1923
1982
  .build() {
1924
1983
  }
1925
1984
 
1926
- class SearchTypesCommand extends smithyClient.Command
1985
+ class SearchTypesCommand extends client.Command
1927
1986
  .classBuilder()
1928
1987
  .ep(commonParams)
1929
1988
  .m(function (Command, cs, config, o) {
1930
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1989
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1931
1990
  })
1932
1991
  .s("DataZone", "SearchTypes", {})
1933
1992
  .n("DataZoneClient", "SearchTypesCommand")
@@ -1935,11 +1994,11 @@ class SearchTypesCommand extends smithyClient.Command
1935
1994
  .build() {
1936
1995
  }
1937
1996
 
1938
- class SearchUserProfilesCommand extends smithyClient.Command
1997
+ class SearchUserProfilesCommand extends client.Command
1939
1998
  .classBuilder()
1940
1999
  .ep(commonParams)
1941
2000
  .m(function (Command, cs, config, o) {
1942
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2001
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1943
2002
  })
1944
2003
  .s("DataZone", "SearchUserProfiles", {})
1945
2004
  .n("DataZoneClient", "SearchUserProfilesCommand")
@@ -1947,11 +2006,11 @@ class SearchUserProfilesCommand extends smithyClient.Command
1947
2006
  .build() {
1948
2007
  }
1949
2008
 
1950
- class StartDataSourceRunCommand extends smithyClient.Command
2009
+ class StartDataSourceRunCommand extends client.Command
1951
2010
  .classBuilder()
1952
2011
  .ep(commonParams)
1953
2012
  .m(function (Command, cs, config, o) {
1954
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2013
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1955
2014
  })
1956
2015
  .s("DataZone", "StartDataSourceRun", {})
1957
2016
  .n("DataZoneClient", "StartDataSourceRunCommand")
@@ -1959,11 +2018,11 @@ class StartDataSourceRunCommand extends smithyClient.Command
1959
2018
  .build() {
1960
2019
  }
1961
2020
 
1962
- class StartMetadataGenerationRunCommand extends smithyClient.Command
2021
+ class StartMetadataGenerationRunCommand extends client.Command
1963
2022
  .classBuilder()
1964
2023
  .ep(commonParams)
1965
2024
  .m(function (Command, cs, config, o) {
1966
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2025
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1967
2026
  })
1968
2027
  .s("DataZone", "StartMetadataGenerationRun", {})
1969
2028
  .n("DataZoneClient", "StartMetadataGenerationRunCommand")
@@ -1971,11 +2030,35 @@ class StartMetadataGenerationRunCommand extends smithyClient.Command
1971
2030
  .build() {
1972
2031
  }
1973
2032
 
1974
- class StartNotebookRunCommand extends smithyClient.Command
2033
+ class StartNotebookExportCommand extends client.Command
1975
2034
  .classBuilder()
1976
2035
  .ep(commonParams)
1977
2036
  .m(function (Command, cs, config, o) {
1978
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2037
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2038
+ })
2039
+ .s("DataZone", "StartNotebookExport", {})
2040
+ .n("DataZoneClient", "StartNotebookExportCommand")
2041
+ .sc(schemas_0.StartNotebookExport$)
2042
+ .build() {
2043
+ }
2044
+
2045
+ class StartNotebookImportCommand extends client.Command
2046
+ .classBuilder()
2047
+ .ep(commonParams)
2048
+ .m(function (Command, cs, config, o) {
2049
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2050
+ })
2051
+ .s("DataZone", "StartNotebookImport", {})
2052
+ .n("DataZoneClient", "StartNotebookImportCommand")
2053
+ .sc(schemas_0.StartNotebookImport$)
2054
+ .build() {
2055
+ }
2056
+
2057
+ class StartNotebookRunCommand extends client.Command
2058
+ .classBuilder()
2059
+ .ep(commonParams)
2060
+ .m(function (Command, cs, config, o) {
2061
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1979
2062
  })
1980
2063
  .s("DataZone", "StartNotebookRun", {})
1981
2064
  .n("DataZoneClient", "StartNotebookRunCommand")
@@ -1983,11 +2066,11 @@ class StartNotebookRunCommand extends smithyClient.Command
1983
2066
  .build() {
1984
2067
  }
1985
2068
 
1986
- class StopNotebookRunCommand extends smithyClient.Command
2069
+ class StopNotebookRunCommand extends client.Command
1987
2070
  .classBuilder()
1988
2071
  .ep(commonParams)
1989
2072
  .m(function (Command, cs, config, o) {
1990
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2073
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1991
2074
  })
1992
2075
  .s("DataZone", "StopNotebookRun", {})
1993
2076
  .n("DataZoneClient", "StopNotebookRunCommand")
@@ -1995,11 +2078,11 @@ class StopNotebookRunCommand extends smithyClient.Command
1995
2078
  .build() {
1996
2079
  }
1997
2080
 
1998
- class TagResourceCommand extends smithyClient.Command
2081
+ class TagResourceCommand extends client.Command
1999
2082
  .classBuilder()
2000
2083
  .ep(commonParams)
2001
2084
  .m(function (Command, cs, config, o) {
2002
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2085
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2003
2086
  })
2004
2087
  .s("DataZone", "TagResource", {})
2005
2088
  .n("DataZoneClient", "TagResourceCommand")
@@ -2007,11 +2090,11 @@ class TagResourceCommand extends smithyClient.Command
2007
2090
  .build() {
2008
2091
  }
2009
2092
 
2010
- class UntagResourceCommand extends smithyClient.Command
2093
+ class UntagResourceCommand extends client.Command
2011
2094
  .classBuilder()
2012
2095
  .ep(commonParams)
2013
2096
  .m(function (Command, cs, config, o) {
2014
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2097
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2015
2098
  })
2016
2099
  .s("DataZone", "UntagResource", {})
2017
2100
  .n("DataZoneClient", "UntagResourceCommand")
@@ -2019,11 +2102,11 @@ class UntagResourceCommand extends smithyClient.Command
2019
2102
  .build() {
2020
2103
  }
2021
2104
 
2022
- class UpdateAccountPoolCommand extends smithyClient.Command
2105
+ class UpdateAccountPoolCommand extends client.Command
2023
2106
  .classBuilder()
2024
2107
  .ep(commonParams)
2025
2108
  .m(function (Command, cs, config, o) {
2026
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2109
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2027
2110
  })
2028
2111
  .s("DataZone", "UpdateAccountPool", {})
2029
2112
  .n("DataZoneClient", "UpdateAccountPoolCommand")
@@ -2031,11 +2114,11 @@ class UpdateAccountPoolCommand extends smithyClient.Command
2031
2114
  .build() {
2032
2115
  }
2033
2116
 
2034
- class UpdateAssetFilterCommand extends smithyClient.Command
2117
+ class UpdateAssetFilterCommand extends client.Command
2035
2118
  .classBuilder()
2036
2119
  .ep(commonParams)
2037
2120
  .m(function (Command, cs, config, o) {
2038
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2121
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2039
2122
  })
2040
2123
  .s("DataZone", "UpdateAssetFilter", {})
2041
2124
  .n("DataZoneClient", "UpdateAssetFilterCommand")
@@ -2043,11 +2126,11 @@ class UpdateAssetFilterCommand extends smithyClient.Command
2043
2126
  .build() {
2044
2127
  }
2045
2128
 
2046
- class UpdateConnectionCommand extends smithyClient.Command
2129
+ class UpdateConnectionCommand extends client.Command
2047
2130
  .classBuilder()
2048
2131
  .ep(commonParams)
2049
2132
  .m(function (Command, cs, config, o) {
2050
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2133
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2051
2134
  })
2052
2135
  .s("DataZone", "UpdateConnection", {})
2053
2136
  .n("DataZoneClient", "UpdateConnectionCommand")
@@ -2055,11 +2138,11 @@ class UpdateConnectionCommand extends smithyClient.Command
2055
2138
  .build() {
2056
2139
  }
2057
2140
 
2058
- class UpdateDataSourceCommand extends smithyClient.Command
2141
+ class UpdateDataSourceCommand extends client.Command
2059
2142
  .classBuilder()
2060
2143
  .ep(commonParams)
2061
2144
  .m(function (Command, cs, config, o) {
2062
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2145
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2063
2146
  })
2064
2147
  .s("DataZone", "UpdateDataSource", {})
2065
2148
  .n("DataZoneClient", "UpdateDataSourceCommand")
@@ -2067,11 +2150,11 @@ class UpdateDataSourceCommand extends smithyClient.Command
2067
2150
  .build() {
2068
2151
  }
2069
2152
 
2070
- class UpdateDomainCommand extends smithyClient.Command
2153
+ class UpdateDomainCommand extends client.Command
2071
2154
  .classBuilder()
2072
2155
  .ep(commonParams)
2073
2156
  .m(function (Command, cs, config, o) {
2074
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2157
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2075
2158
  })
2076
2159
  .s("DataZone", "UpdateDomain", {})
2077
2160
  .n("DataZoneClient", "UpdateDomainCommand")
@@ -2079,11 +2162,11 @@ class UpdateDomainCommand extends smithyClient.Command
2079
2162
  .build() {
2080
2163
  }
2081
2164
 
2082
- class UpdateDomainUnitCommand extends smithyClient.Command
2165
+ class UpdateDomainUnitCommand extends client.Command
2083
2166
  .classBuilder()
2084
2167
  .ep(commonParams)
2085
2168
  .m(function (Command, cs, config, o) {
2086
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2169
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2087
2170
  })
2088
2171
  .s("DataZone", "UpdateDomainUnit", {})
2089
2172
  .n("DataZoneClient", "UpdateDomainUnitCommand")
@@ -2091,11 +2174,11 @@ class UpdateDomainUnitCommand extends smithyClient.Command
2091
2174
  .build() {
2092
2175
  }
2093
2176
 
2094
- class UpdateEnvironmentActionCommand extends smithyClient.Command
2177
+ class UpdateEnvironmentActionCommand extends client.Command
2095
2178
  .classBuilder()
2096
2179
  .ep(commonParams)
2097
2180
  .m(function (Command, cs, config, o) {
2098
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2181
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2099
2182
  })
2100
2183
  .s("DataZone", "UpdateEnvironmentAction", {})
2101
2184
  .n("DataZoneClient", "UpdateEnvironmentActionCommand")
@@ -2103,11 +2186,11 @@ class UpdateEnvironmentActionCommand extends smithyClient.Command
2103
2186
  .build() {
2104
2187
  }
2105
2188
 
2106
- class UpdateEnvironmentBlueprintCommand extends smithyClient.Command
2189
+ class UpdateEnvironmentBlueprintCommand extends client.Command
2107
2190
  .classBuilder()
2108
2191
  .ep(commonParams)
2109
2192
  .m(function (Command, cs, config, o) {
2110
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2193
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2111
2194
  })
2112
2195
  .s("DataZone", "UpdateEnvironmentBlueprint", {})
2113
2196
  .n("DataZoneClient", "UpdateEnvironmentBlueprintCommand")
@@ -2115,11 +2198,11 @@ class UpdateEnvironmentBlueprintCommand extends smithyClient.Command
2115
2198
  .build() {
2116
2199
  }
2117
2200
 
2118
- class UpdateEnvironmentCommand extends smithyClient.Command
2201
+ class UpdateEnvironmentCommand extends client.Command
2119
2202
  .classBuilder()
2120
2203
  .ep(commonParams)
2121
2204
  .m(function (Command, cs, config, o) {
2122
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2205
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2123
2206
  })
2124
2207
  .s("DataZone", "UpdateEnvironment", {})
2125
2208
  .n("DataZoneClient", "UpdateEnvironmentCommand")
@@ -2127,11 +2210,11 @@ class UpdateEnvironmentCommand extends smithyClient.Command
2127
2210
  .build() {
2128
2211
  }
2129
2212
 
2130
- class UpdateEnvironmentProfileCommand extends smithyClient.Command
2213
+ class UpdateEnvironmentProfileCommand extends client.Command
2131
2214
  .classBuilder()
2132
2215
  .ep(commonParams)
2133
2216
  .m(function (Command, cs, config, o) {
2134
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2217
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2135
2218
  })
2136
2219
  .s("DataZone", "UpdateEnvironmentProfile", {})
2137
2220
  .n("DataZoneClient", "UpdateEnvironmentProfileCommand")
@@ -2139,11 +2222,11 @@ class UpdateEnvironmentProfileCommand extends smithyClient.Command
2139
2222
  .build() {
2140
2223
  }
2141
2224
 
2142
- class UpdateGlossaryCommand extends smithyClient.Command
2225
+ class UpdateGlossaryCommand extends client.Command
2143
2226
  .classBuilder()
2144
2227
  .ep(commonParams)
2145
2228
  .m(function (Command, cs, config, o) {
2146
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2229
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2147
2230
  })
2148
2231
  .s("DataZone", "UpdateGlossary", {})
2149
2232
  .n("DataZoneClient", "UpdateGlossaryCommand")
@@ -2151,11 +2234,11 @@ class UpdateGlossaryCommand extends smithyClient.Command
2151
2234
  .build() {
2152
2235
  }
2153
2236
 
2154
- class UpdateGlossaryTermCommand extends smithyClient.Command
2237
+ class UpdateGlossaryTermCommand extends client.Command
2155
2238
  .classBuilder()
2156
2239
  .ep(commonParams)
2157
2240
  .m(function (Command, cs, config, o) {
2158
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2241
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2159
2242
  })
2160
2243
  .s("DataZone", "UpdateGlossaryTerm", {})
2161
2244
  .n("DataZoneClient", "UpdateGlossaryTermCommand")
@@ -2163,11 +2246,11 @@ class UpdateGlossaryTermCommand extends smithyClient.Command
2163
2246
  .build() {
2164
2247
  }
2165
2248
 
2166
- class UpdateGroupProfileCommand extends smithyClient.Command
2249
+ class UpdateGroupProfileCommand extends client.Command
2167
2250
  .classBuilder()
2168
2251
  .ep(commonParams)
2169
2252
  .m(function (Command, cs, config, o) {
2170
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2253
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2171
2254
  })
2172
2255
  .s("DataZone", "UpdateGroupProfile", {})
2173
2256
  .n("DataZoneClient", "UpdateGroupProfileCommand")
@@ -2175,11 +2258,23 @@ class UpdateGroupProfileCommand extends smithyClient.Command
2175
2258
  .build() {
2176
2259
  }
2177
2260
 
2178
- class UpdateProjectCommand extends smithyClient.Command
2261
+ class UpdateNotebookCommand extends client.Command
2262
+ .classBuilder()
2263
+ .ep(commonParams)
2264
+ .m(function (Command, cs, config, o) {
2265
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2266
+ })
2267
+ .s("DataZone", "UpdateNotebook", {})
2268
+ .n("DataZoneClient", "UpdateNotebookCommand")
2269
+ .sc(schemas_0.UpdateNotebook$)
2270
+ .build() {
2271
+ }
2272
+
2273
+ class UpdateProjectCommand extends client.Command
2179
2274
  .classBuilder()
2180
2275
  .ep(commonParams)
2181
2276
  .m(function (Command, cs, config, o) {
2182
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2277
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2183
2278
  })
2184
2279
  .s("DataZone", "UpdateProject", {})
2185
2280
  .n("DataZoneClient", "UpdateProjectCommand")
@@ -2187,11 +2282,11 @@ class UpdateProjectCommand extends smithyClient.Command
2187
2282
  .build() {
2188
2283
  }
2189
2284
 
2190
- class UpdateProjectProfileCommand extends smithyClient.Command
2285
+ class UpdateProjectProfileCommand extends client.Command
2191
2286
  .classBuilder()
2192
2287
  .ep(commonParams)
2193
2288
  .m(function (Command, cs, config, o) {
2194
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2289
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2195
2290
  })
2196
2291
  .s("DataZone", "UpdateProjectProfile", {})
2197
2292
  .n("DataZoneClient", "UpdateProjectProfileCommand")
@@ -2199,11 +2294,11 @@ class UpdateProjectProfileCommand extends smithyClient.Command
2199
2294
  .build() {
2200
2295
  }
2201
2296
 
2202
- class UpdateRootDomainUnitOwnerCommand extends smithyClient.Command
2297
+ class UpdateRootDomainUnitOwnerCommand extends client.Command
2203
2298
  .classBuilder()
2204
2299
  .ep(commonParams)
2205
2300
  .m(function (Command, cs, config, o) {
2206
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2301
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2207
2302
  })
2208
2303
  .s("DataZone", "UpdateRootDomainUnitOwner", {})
2209
2304
  .n("DataZoneClient", "UpdateRootDomainUnitOwnerCommand")
@@ -2211,11 +2306,11 @@ class UpdateRootDomainUnitOwnerCommand extends smithyClient.Command
2211
2306
  .build() {
2212
2307
  }
2213
2308
 
2214
- class UpdateRuleCommand extends smithyClient.Command
2309
+ class UpdateRuleCommand extends client.Command
2215
2310
  .classBuilder()
2216
2311
  .ep(commonParams)
2217
2312
  .m(function (Command, cs, config, o) {
2218
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2313
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2219
2314
  })
2220
2315
  .s("DataZone", "UpdateRule", {})
2221
2316
  .n("DataZoneClient", "UpdateRuleCommand")
@@ -2223,11 +2318,11 @@ class UpdateRuleCommand extends smithyClient.Command
2223
2318
  .build() {
2224
2319
  }
2225
2320
 
2226
- class UpdateSubscriptionGrantStatusCommand extends smithyClient.Command
2321
+ class UpdateSubscriptionGrantStatusCommand extends client.Command
2227
2322
  .classBuilder()
2228
2323
  .ep(commonParams)
2229
2324
  .m(function (Command, cs, config, o) {
2230
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2325
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2231
2326
  })
2232
2327
  .s("DataZone", "UpdateSubscriptionGrantStatus", {})
2233
2328
  .n("DataZoneClient", "UpdateSubscriptionGrantStatusCommand")
@@ -2235,11 +2330,11 @@ class UpdateSubscriptionGrantStatusCommand extends smithyClient.Command
2235
2330
  .build() {
2236
2331
  }
2237
2332
 
2238
- class UpdateSubscriptionRequestCommand extends smithyClient.Command
2333
+ class UpdateSubscriptionRequestCommand extends client.Command
2239
2334
  .classBuilder()
2240
2335
  .ep(commonParams)
2241
2336
  .m(function (Command, cs, config, o) {
2242
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2337
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2243
2338
  })
2244
2339
  .s("DataZone", "UpdateSubscriptionRequest", {})
2245
2340
  .n("DataZoneClient", "UpdateSubscriptionRequestCommand")
@@ -2247,11 +2342,11 @@ class UpdateSubscriptionRequestCommand extends smithyClient.Command
2247
2342
  .build() {
2248
2343
  }
2249
2344
 
2250
- class UpdateSubscriptionTargetCommand extends smithyClient.Command
2345
+ class UpdateSubscriptionTargetCommand extends client.Command
2251
2346
  .classBuilder()
2252
2347
  .ep(commonParams)
2253
2348
  .m(function (Command, cs, config, o) {
2254
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2349
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2255
2350
  })
2256
2351
  .s("DataZone", "UpdateSubscriptionTarget", {})
2257
2352
  .n("DataZoneClient", "UpdateSubscriptionTargetCommand")
@@ -2259,11 +2354,11 @@ class UpdateSubscriptionTargetCommand extends smithyClient.Command
2259
2354
  .build() {
2260
2355
  }
2261
2356
 
2262
- class UpdateUserProfileCommand extends smithyClient.Command
2357
+ class UpdateUserProfileCommand extends client.Command
2263
2358
  .classBuilder()
2264
2359
  .ep(commonParams)
2265
2360
  .m(function (Command, cs, config, o) {
2266
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2361
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2267
2362
  })
2268
2363
  .s("DataZone", "UpdateUserProfile", {})
2269
2364
  .n("DataZoneClient", "UpdateUserProfileCommand")
@@ -2315,6 +2410,8 @@ const paginateListMetadataGenerationRuns = core.createPaginator(DataZoneClient,
2315
2410
 
2316
2411
  const paginateListNotebookRuns = core.createPaginator(DataZoneClient, ListNotebookRunsCommand, "nextToken", "nextToken", "maxResults");
2317
2412
 
2413
+ const paginateListNotebooks = core.createPaginator(DataZoneClient, ListNotebooksCommand, "nextToken", "nextToken", "maxResults");
2414
+
2318
2415
  const paginateListNotifications = core.createPaginator(DataZoneClient, ListNotificationsCommand, "nextToken", "nextToken", "maxResults");
2319
2416
 
2320
2417
  const paginateListPolicyGrants = core.createPaginator(DataZoneClient, ListPolicyGrantsCommand, "nextToken", "nextToken", "maxResults");
@@ -2380,6 +2477,7 @@ const commands = {
2380
2477
  CreateGlossaryTermCommand,
2381
2478
  CreateGroupProfileCommand,
2382
2479
  CreateListingChangeSetCommand,
2480
+ CreateNotebookCommand,
2383
2481
  CreateProjectCommand,
2384
2482
  CreateProjectMembershipCommand,
2385
2483
  CreateProjectProfileCommand,
@@ -2407,6 +2505,7 @@ const commands = {
2407
2505
  DeleteGlossaryCommand,
2408
2506
  DeleteGlossaryTermCommand,
2409
2507
  DeleteListingCommand,
2508
+ DeleteNotebookCommand,
2410
2509
  DeleteProjectCommand,
2411
2510
  DeleteProjectMembershipCommand,
2412
2511
  DeleteProjectProfileCommand,
@@ -2444,6 +2543,8 @@ const commands = {
2444
2543
  GetLineageNodeCommand,
2445
2544
  GetListingCommand,
2446
2545
  GetMetadataGenerationRunCommand,
2546
+ GetNotebookCommand,
2547
+ GetNotebookExportCommand,
2447
2548
  GetNotebookRunCommand,
2448
2549
  GetProjectCommand,
2449
2550
  GetProjectProfileCommand,
@@ -2476,6 +2577,7 @@ const commands = {
2476
2577
  ListLineageNodeHistoryCommand,
2477
2578
  ListMetadataGenerationRunsCommand,
2478
2579
  ListNotebookRunsCommand,
2580
+ ListNotebooksCommand,
2479
2581
  ListNotificationsCommand,
2480
2582
  ListPolicyGrantsCommand,
2481
2583
  ListProjectMembershipsCommand,
@@ -2505,6 +2607,8 @@ const commands = {
2505
2607
  SearchUserProfilesCommand,
2506
2608
  StartDataSourceRunCommand,
2507
2609
  StartMetadataGenerationRunCommand,
2610
+ StartNotebookExportCommand,
2611
+ StartNotebookImportCommand,
2508
2612
  StartNotebookRunCommand,
2509
2613
  StopNotebookRunCommand,
2510
2614
  TagResourceCommand,
@@ -2522,6 +2626,7 @@ const commands = {
2522
2626
  UpdateGlossaryCommand,
2523
2627
  UpdateGlossaryTermCommand,
2524
2628
  UpdateGroupProfileCommand,
2629
+ UpdateNotebookCommand,
2525
2630
  UpdateProjectCommand,
2526
2631
  UpdateProjectProfileCommand,
2527
2632
  UpdateRootDomainUnitOwnerCommand,
@@ -2554,6 +2659,7 @@ const paginators = {
2554
2659
  paginateListLineageNodeHistory,
2555
2660
  paginateListMetadataGenerationRuns,
2556
2661
  paginateListNotebookRuns,
2662
+ paginateListNotebooks,
2557
2663
  paginateListNotifications,
2558
2664
  paginateListPolicyGrants,
2559
2665
  paginateListProjectMemberships,
@@ -2574,7 +2680,7 @@ const paginators = {
2574
2680
  };
2575
2681
  class DataZone extends DataZoneClient {
2576
2682
  }
2577
- smithyClient.createAggregatedClient(commands, DataZone, { paginators });
2683
+ client.createAggregatedClient(commands, DataZone, { paginators });
2578
2684
 
2579
2685
  const AcceptRuleBehavior = {
2580
2686
  ALL: "ALL",
@@ -2924,6 +3030,13 @@ const EntityType = {
2924
3030
  ASSET: "ASSET",
2925
3031
  DATA_PRODUCT: "DATA_PRODUCT",
2926
3032
  };
3033
+ const PackageManager = {
3034
+ UV: "UV",
3035
+ };
3036
+ const NotebookStatus = {
3037
+ ACTIVE: "ACTIVE",
3038
+ ARCHIVED: "ARCHIVED",
3039
+ };
2927
3040
  const UserDesignation = {
2928
3041
  PROJECT_CATALOG_CONSUMER: "PROJECT_CATALOG_CONSUMER",
2929
3042
  PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD",
@@ -3127,8 +3240,14 @@ const MetadataGenerationRunStatus = {
3127
3240
  const MetadataGenerationTargetType = {
3128
3241
  ASSET: "ASSET",
3129
3242
  };
3130
- const PackageManager = {
3131
- UV: "UV",
3243
+ const FileFormat = {
3244
+ IPYNB: "IPYNB",
3245
+ PDF: "PDF",
3246
+ };
3247
+ const NotebookExportStatus = {
3248
+ FAILED: "FAILED",
3249
+ IN_PROGRESS: "IN_PROGRESS",
3250
+ SUCCEEDED: "SUCCEEDED",
3132
3251
  };
3133
3252
  const NetworkAccessType = {
3134
3253
  PUBLIC_INTERNET_ONLY: "PUBLIC_INTERNET_ONLY",
@@ -3198,8 +3317,8 @@ const UserSearchType = {
3198
3317
  SSO_USER: "SSO_USER",
3199
3318
  };
3200
3319
 
3201
- exports.$Command = smithyClient.Command;
3202
- exports.__Client = smithyClient.Client;
3320
+ exports.$Command = client.Command;
3321
+ exports.__Client = client.Client;
3203
3322
  exports.DataZoneServiceException = DataZoneServiceException.DataZoneServiceException;
3204
3323
  exports.AcceptPredictionsCommand = AcceptPredictionsCommand;
3205
3324
  exports.AcceptRuleBehavior = AcceptRuleBehavior;
@@ -3242,6 +3361,7 @@ exports.CreateGlossaryCommand = CreateGlossaryCommand;
3242
3361
  exports.CreateGlossaryTermCommand = CreateGlossaryTermCommand;
3243
3362
  exports.CreateGroupProfileCommand = CreateGroupProfileCommand;
3244
3363
  exports.CreateListingChangeSetCommand = CreateListingChangeSetCommand;
3364
+ exports.CreateNotebookCommand = CreateNotebookCommand;
3245
3365
  exports.CreateProjectCommand = CreateProjectCommand;
3246
3366
  exports.CreateProjectMembershipCommand = CreateProjectMembershipCommand;
3247
3367
  exports.CreateProjectProfileCommand = CreateProjectProfileCommand;
@@ -3279,6 +3399,7 @@ exports.DeleteFormTypeCommand = DeleteFormTypeCommand;
3279
3399
  exports.DeleteGlossaryCommand = DeleteGlossaryCommand;
3280
3400
  exports.DeleteGlossaryTermCommand = DeleteGlossaryTermCommand;
3281
3401
  exports.DeleteListingCommand = DeleteListingCommand;
3402
+ exports.DeleteNotebookCommand = DeleteNotebookCommand;
3282
3403
  exports.DeleteProjectCommand = DeleteProjectCommand;
3283
3404
  exports.DeleteProjectMembershipCommand = DeleteProjectMembershipCommand;
3284
3405
  exports.DeleteProjectProfileCommand = DeleteProjectProfileCommand;
@@ -3299,6 +3420,7 @@ exports.EdgeDirection = EdgeDirection;
3299
3420
  exports.EnableSetting = EnableSetting;
3300
3421
  exports.EntityType = EntityType;
3301
3422
  exports.EnvironmentStatus = EnvironmentStatus;
3423
+ exports.FileFormat = FileFormat;
3302
3424
  exports.FilterExpressionType = FilterExpressionType;
3303
3425
  exports.FilterOperator = FilterOperator;
3304
3426
  exports.FilterStatus = FilterStatus;
@@ -3330,6 +3452,8 @@ exports.GetLineageEventCommand = GetLineageEventCommand;
3330
3452
  exports.GetLineageNodeCommand = GetLineageNodeCommand;
3331
3453
  exports.GetListingCommand = GetListingCommand;
3332
3454
  exports.GetMetadataGenerationRunCommand = GetMetadataGenerationRunCommand;
3455
+ exports.GetNotebookCommand = GetNotebookCommand;
3456
+ exports.GetNotebookExportCommand = GetNotebookExportCommand;
3333
3457
  exports.GetNotebookRunCommand = GetNotebookRunCommand;
3334
3458
  exports.GetProjectCommand = GetProjectCommand;
3335
3459
  exports.GetProjectProfileCommand = GetProjectProfileCommand;
@@ -3378,6 +3502,7 @@ exports.ListLineageEventsCommand = ListLineageEventsCommand;
3378
3502
  exports.ListLineageNodeHistoryCommand = ListLineageNodeHistoryCommand;
3379
3503
  exports.ListMetadataGenerationRunsCommand = ListMetadataGenerationRunsCommand;
3380
3504
  exports.ListNotebookRunsCommand = ListNotebookRunsCommand;
3505
+ exports.ListNotebooksCommand = ListNotebooksCommand;
3381
3506
  exports.ListNotificationsCommand = ListNotificationsCommand;
3382
3507
  exports.ListPolicyGrantsCommand = ListPolicyGrantsCommand;
3383
3508
  exports.ListProjectMembershipsCommand = ListProjectMembershipsCommand;
@@ -3396,7 +3521,9 @@ exports.MetadataGenerationRunStatus = MetadataGenerationRunStatus;
3396
3521
  exports.MetadataGenerationRunType = MetadataGenerationRunType;
3397
3522
  exports.MetadataGenerationTargetType = MetadataGenerationTargetType;
3398
3523
  exports.NetworkAccessType = NetworkAccessType;
3524
+ exports.NotebookExportStatus = NotebookExportStatus;
3399
3525
  exports.NotebookRunStatus = NotebookRunStatus;
3526
+ exports.NotebookStatus = NotebookStatus;
3400
3527
  exports.NotificationResourceType = NotificationResourceType;
3401
3528
  exports.NotificationRole = NotificationRole;
3402
3529
  exports.NotificationType = NotificationType;
@@ -3441,6 +3568,8 @@ exports.SortKey = SortKey;
3441
3568
  exports.SortOrder = SortOrder;
3442
3569
  exports.StartDataSourceRunCommand = StartDataSourceRunCommand;
3443
3570
  exports.StartMetadataGenerationRunCommand = StartMetadataGenerationRunCommand;
3571
+ exports.StartNotebookExportCommand = StartNotebookExportCommand;
3572
+ exports.StartNotebookImportCommand = StartNotebookImportCommand;
3444
3573
  exports.StartNotebookRunCommand = StartNotebookRunCommand;
3445
3574
  exports.Status = Status;
3446
3575
  exports.StopNotebookRunCommand = StopNotebookRunCommand;
@@ -3470,6 +3599,7 @@ exports.UpdateEnvironmentProfileCommand = UpdateEnvironmentProfileCommand;
3470
3599
  exports.UpdateGlossaryCommand = UpdateGlossaryCommand;
3471
3600
  exports.UpdateGlossaryTermCommand = UpdateGlossaryTermCommand;
3472
3601
  exports.UpdateGroupProfileCommand = UpdateGroupProfileCommand;
3602
+ exports.UpdateNotebookCommand = UpdateNotebookCommand;
3473
3603
  exports.UpdateProjectCommand = UpdateProjectCommand;
3474
3604
  exports.UpdateProjectProfileCommand = UpdateProjectProfileCommand;
3475
3605
  exports.UpdateRootDomainUnitOwnerCommand = UpdateRootDomainUnitOwnerCommand;
@@ -3506,6 +3636,7 @@ exports.paginateListLineageEvents = paginateListLineageEvents;
3506
3636
  exports.paginateListLineageNodeHistory = paginateListLineageNodeHistory;
3507
3637
  exports.paginateListMetadataGenerationRuns = paginateListMetadataGenerationRuns;
3508
3638
  exports.paginateListNotebookRuns = paginateListNotebookRuns;
3639
+ exports.paginateListNotebooks = paginateListNotebooks;
3509
3640
  exports.paginateListNotifications = paginateListNotifications;
3510
3641
  exports.paginateListPolicyGrants = paginateListPolicyGrants;
3511
3642
  exports.paginateListProjectMemberships = paginateListProjectMemberships;