@aws-sdk/client-datazone 3.1045.0 → 3.1046.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 (575) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +376 -377
  5. package/dist-cjs/models/DataZoneServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/DataZone.js +1 -1
  10. package/dist-es/DataZoneClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptPredictionsCommand.js +2 -2
  13. package/dist-es/commands/AcceptSubscriptionRequestCommand.js +2 -2
  14. package/dist-es/commands/AddEntityOwnerCommand.js +2 -2
  15. package/dist-es/commands/AddPolicyGrantCommand.js +2 -2
  16. package/dist-es/commands/AssociateEnvironmentRoleCommand.js +2 -2
  17. package/dist-es/commands/AssociateGovernedTermsCommand.js +2 -2
  18. package/dist-es/commands/BatchGetAttributesMetadataCommand.js +2 -2
  19. package/dist-es/commands/BatchPutAttributesMetadataCommand.js +2 -2
  20. package/dist-es/commands/CancelMetadataGenerationRunCommand.js +2 -2
  21. package/dist-es/commands/CancelSubscriptionCommand.js +2 -2
  22. package/dist-es/commands/CreateAccountPoolCommand.js +2 -2
  23. package/dist-es/commands/CreateAssetCommand.js +2 -2
  24. package/dist-es/commands/CreateAssetFilterCommand.js +2 -2
  25. package/dist-es/commands/CreateAssetRevisionCommand.js +2 -2
  26. package/dist-es/commands/CreateAssetTypeCommand.js +2 -2
  27. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  28. package/dist-es/commands/CreateDataProductCommand.js +2 -2
  29. package/dist-es/commands/CreateDataProductRevisionCommand.js +2 -2
  30. package/dist-es/commands/CreateDataSourceCommand.js +2 -2
  31. package/dist-es/commands/CreateDomainCommand.js +2 -2
  32. package/dist-es/commands/CreateDomainUnitCommand.js +2 -2
  33. package/dist-es/commands/CreateEnvironmentActionCommand.js +2 -2
  34. package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +2 -2
  35. package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
  36. package/dist-es/commands/CreateEnvironmentProfileCommand.js +2 -2
  37. package/dist-es/commands/CreateFormTypeCommand.js +2 -2
  38. package/dist-es/commands/CreateGlossaryCommand.js +2 -2
  39. package/dist-es/commands/CreateGlossaryTermCommand.js +2 -2
  40. package/dist-es/commands/CreateGroupProfileCommand.js +2 -2
  41. package/dist-es/commands/CreateListingChangeSetCommand.js +2 -2
  42. package/dist-es/commands/CreateProjectCommand.js +2 -2
  43. package/dist-es/commands/CreateProjectMembershipCommand.js +2 -2
  44. package/dist-es/commands/CreateProjectProfileCommand.js +2 -2
  45. package/dist-es/commands/CreateRuleCommand.js +2 -2
  46. package/dist-es/commands/CreateSubscriptionGrantCommand.js +2 -2
  47. package/dist-es/commands/CreateSubscriptionRequestCommand.js +2 -2
  48. package/dist-es/commands/CreateSubscriptionTargetCommand.js +2 -2
  49. package/dist-es/commands/CreateUserProfileCommand.js +2 -2
  50. package/dist-es/commands/DeleteAccountPoolCommand.js +2 -2
  51. package/dist-es/commands/DeleteAssetCommand.js +2 -2
  52. package/dist-es/commands/DeleteAssetFilterCommand.js +2 -2
  53. package/dist-es/commands/DeleteAssetTypeCommand.js +2 -2
  54. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  55. package/dist-es/commands/DeleteDataExportConfigurationCommand.js +2 -2
  56. package/dist-es/commands/DeleteDataProductCommand.js +2 -2
  57. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  58. package/dist-es/commands/DeleteDomainCommand.js +2 -2
  59. package/dist-es/commands/DeleteDomainUnitCommand.js +2 -2
  60. package/dist-es/commands/DeleteEnvironmentActionCommand.js +2 -2
  61. package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +2 -2
  62. package/dist-es/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +2 -2
  63. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -2
  64. package/dist-es/commands/DeleteEnvironmentProfileCommand.js +2 -2
  65. package/dist-es/commands/DeleteFormTypeCommand.js +2 -2
  66. package/dist-es/commands/DeleteGlossaryCommand.js +2 -2
  67. package/dist-es/commands/DeleteGlossaryTermCommand.js +2 -2
  68. package/dist-es/commands/DeleteListingCommand.js +2 -2
  69. package/dist-es/commands/DeleteProjectCommand.js +2 -2
  70. package/dist-es/commands/DeleteProjectMembershipCommand.js +2 -2
  71. package/dist-es/commands/DeleteProjectProfileCommand.js +2 -2
  72. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  73. package/dist-es/commands/DeleteSubscriptionGrantCommand.js +2 -2
  74. package/dist-es/commands/DeleteSubscriptionRequestCommand.js +2 -2
  75. package/dist-es/commands/DeleteSubscriptionTargetCommand.js +2 -2
  76. package/dist-es/commands/DeleteTimeSeriesDataPointsCommand.js +2 -2
  77. package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +2 -2
  78. package/dist-es/commands/DisassociateGovernedTermsCommand.js +2 -2
  79. package/dist-es/commands/GetAccountPoolCommand.js +2 -2
  80. package/dist-es/commands/GetAssetCommand.js +2 -2
  81. package/dist-es/commands/GetAssetFilterCommand.js +2 -2
  82. package/dist-es/commands/GetAssetTypeCommand.js +2 -2
  83. package/dist-es/commands/GetConnectionCommand.js +2 -2
  84. package/dist-es/commands/GetDataExportConfigurationCommand.js +2 -2
  85. package/dist-es/commands/GetDataProductCommand.js +2 -2
  86. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  87. package/dist-es/commands/GetDataSourceRunCommand.js +2 -2
  88. package/dist-es/commands/GetDomainCommand.js +2 -2
  89. package/dist-es/commands/GetDomainUnitCommand.js +2 -2
  90. package/dist-es/commands/GetEnvironmentActionCommand.js +2 -2
  91. package/dist-es/commands/GetEnvironmentBlueprintCommand.js +2 -2
  92. package/dist-es/commands/GetEnvironmentBlueprintConfigurationCommand.js +2 -2
  93. package/dist-es/commands/GetEnvironmentCommand.js +2 -2
  94. package/dist-es/commands/GetEnvironmentCredentialsCommand.js +2 -2
  95. package/dist-es/commands/GetEnvironmentProfileCommand.js +2 -2
  96. package/dist-es/commands/GetFormTypeCommand.js +2 -2
  97. package/dist-es/commands/GetGlossaryCommand.js +2 -2
  98. package/dist-es/commands/GetGlossaryTermCommand.js +2 -2
  99. package/dist-es/commands/GetGroupProfileCommand.js +2 -2
  100. package/dist-es/commands/GetIamPortalLoginUrlCommand.js +2 -2
  101. package/dist-es/commands/GetJobRunCommand.js +2 -2
  102. package/dist-es/commands/GetLineageEventCommand.js +2 -2
  103. package/dist-es/commands/GetLineageNodeCommand.js +2 -2
  104. package/dist-es/commands/GetListingCommand.js +2 -2
  105. package/dist-es/commands/GetMetadataGenerationRunCommand.js +2 -2
  106. package/dist-es/commands/GetNotebookRunCommand.js +2 -2
  107. package/dist-es/commands/GetProjectCommand.js +2 -2
  108. package/dist-es/commands/GetProjectProfileCommand.js +2 -2
  109. package/dist-es/commands/GetRuleCommand.js +2 -2
  110. package/dist-es/commands/GetSubscriptionCommand.js +2 -2
  111. package/dist-es/commands/GetSubscriptionGrantCommand.js +2 -2
  112. package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +2 -2
  113. package/dist-es/commands/GetSubscriptionTargetCommand.js +2 -2
  114. package/dist-es/commands/GetTimeSeriesDataPointCommand.js +2 -2
  115. package/dist-es/commands/GetUserProfileCommand.js +2 -2
  116. package/dist-es/commands/ListAccountPoolsCommand.js +2 -2
  117. package/dist-es/commands/ListAccountsInAccountPoolCommand.js +2 -2
  118. package/dist-es/commands/ListAssetFiltersCommand.js +2 -2
  119. package/dist-es/commands/ListAssetRevisionsCommand.js +2 -2
  120. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  121. package/dist-es/commands/ListDataProductRevisionsCommand.js +2 -2
  122. package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +2 -2
  123. package/dist-es/commands/ListDataSourceRunsCommand.js +2 -2
  124. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  125. package/dist-es/commands/ListDomainUnitsForParentCommand.js +2 -2
  126. package/dist-es/commands/ListDomainsCommand.js +2 -2
  127. package/dist-es/commands/ListEntityOwnersCommand.js +2 -2
  128. package/dist-es/commands/ListEnvironmentActionsCommand.js +2 -2
  129. package/dist-es/commands/ListEnvironmentBlueprintConfigurationsCommand.js +2 -2
  130. package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +2 -2
  131. package/dist-es/commands/ListEnvironmentProfilesCommand.js +2 -2
  132. package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
  133. package/dist-es/commands/ListJobRunsCommand.js +2 -2
  134. package/dist-es/commands/ListLineageEventsCommand.js +2 -2
  135. package/dist-es/commands/ListLineageNodeHistoryCommand.js +2 -2
  136. package/dist-es/commands/ListMetadataGenerationRunsCommand.js +2 -2
  137. package/dist-es/commands/ListNotebookRunsCommand.js +2 -2
  138. package/dist-es/commands/ListNotificationsCommand.js +2 -2
  139. package/dist-es/commands/ListPolicyGrantsCommand.js +2 -2
  140. package/dist-es/commands/ListProjectMembershipsCommand.js +2 -2
  141. package/dist-es/commands/ListProjectProfilesCommand.js +2 -2
  142. package/dist-es/commands/ListProjectsCommand.js +2 -2
  143. package/dist-es/commands/ListRulesCommand.js +2 -2
  144. package/dist-es/commands/ListSubscriptionGrantsCommand.js +2 -2
  145. package/dist-es/commands/ListSubscriptionRequestsCommand.js +2 -2
  146. package/dist-es/commands/ListSubscriptionTargetsCommand.js +2 -2
  147. package/dist-es/commands/ListSubscriptionsCommand.js +2 -2
  148. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  149. package/dist-es/commands/ListTimeSeriesDataPointsCommand.js +2 -2
  150. package/dist-es/commands/PostLineageEventCommand.js +2 -2
  151. package/dist-es/commands/PostTimeSeriesDataPointsCommand.js +2 -2
  152. package/dist-es/commands/PutDataExportConfigurationCommand.js +2 -2
  153. package/dist-es/commands/PutEnvironmentBlueprintConfigurationCommand.js +2 -2
  154. package/dist-es/commands/QueryGraphCommand.js +2 -2
  155. package/dist-es/commands/RejectPredictionsCommand.js +2 -2
  156. package/dist-es/commands/RejectSubscriptionRequestCommand.js +2 -2
  157. package/dist-es/commands/RemoveEntityOwnerCommand.js +2 -2
  158. package/dist-es/commands/RemovePolicyGrantCommand.js +2 -2
  159. package/dist-es/commands/RevokeSubscriptionCommand.js +2 -2
  160. package/dist-es/commands/SearchCommand.js +2 -2
  161. package/dist-es/commands/SearchGroupProfilesCommand.js +2 -2
  162. package/dist-es/commands/SearchListingsCommand.js +2 -2
  163. package/dist-es/commands/SearchTypesCommand.js +2 -2
  164. package/dist-es/commands/SearchUserProfilesCommand.js +2 -2
  165. package/dist-es/commands/StartDataSourceRunCommand.js +2 -2
  166. package/dist-es/commands/StartMetadataGenerationRunCommand.js +2 -2
  167. package/dist-es/commands/StartNotebookRunCommand.js +2 -2
  168. package/dist-es/commands/StopNotebookRunCommand.js +2 -2
  169. package/dist-es/commands/TagResourceCommand.js +2 -2
  170. package/dist-es/commands/UntagResourceCommand.js +2 -2
  171. package/dist-es/commands/UpdateAccountPoolCommand.js +2 -2
  172. package/dist-es/commands/UpdateAssetFilterCommand.js +2 -2
  173. package/dist-es/commands/UpdateConnectionCommand.js +2 -2
  174. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  175. package/dist-es/commands/UpdateDomainCommand.js +2 -2
  176. package/dist-es/commands/UpdateDomainUnitCommand.js +2 -2
  177. package/dist-es/commands/UpdateEnvironmentActionCommand.js +2 -2
  178. package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +2 -2
  179. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
  180. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +2 -2
  181. package/dist-es/commands/UpdateGlossaryCommand.js +2 -2
  182. package/dist-es/commands/UpdateGlossaryTermCommand.js +2 -2
  183. package/dist-es/commands/UpdateGroupProfileCommand.js +2 -2
  184. package/dist-es/commands/UpdateProjectCommand.js +2 -2
  185. package/dist-es/commands/UpdateProjectProfileCommand.js +2 -2
  186. package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +2 -2
  187. package/dist-es/commands/UpdateRuleCommand.js +2 -2
  188. package/dist-es/commands/UpdateSubscriptionGrantStatusCommand.js +2 -2
  189. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +2 -2
  190. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +2 -2
  191. package/dist-es/commands/UpdateUserProfileCommand.js +2 -2
  192. package/dist-es/endpoint/bdd.js +1 -1
  193. package/dist-es/endpoint/endpointResolver.js +1 -1
  194. package/dist-es/models/DataZoneServiceException.js +1 -1
  195. package/dist-es/runtimeConfig.browser.js +4 -6
  196. package/dist-es/runtimeConfig.js +4 -8
  197. package/dist-es/runtimeConfig.shared.js +3 -4
  198. package/dist-es/runtimeExtensions.js +2 -2
  199. package/dist-types/DataZoneClient.d.ts +5 -5
  200. package/dist-types/commands/AcceptPredictionsCommand.d.ts +6 -4
  201. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +6 -4
  202. package/dist-types/commands/AddEntityOwnerCommand.d.ts +6 -4
  203. package/dist-types/commands/AddPolicyGrantCommand.d.ts +6 -4
  204. package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +6 -4
  205. package/dist-types/commands/AssociateGovernedTermsCommand.d.ts +6 -4
  206. package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +6 -4
  207. package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +6 -4
  208. package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +6 -4
  209. package/dist-types/commands/CancelSubscriptionCommand.d.ts +6 -4
  210. package/dist-types/commands/CreateAccountPoolCommand.d.ts +6 -4
  211. package/dist-types/commands/CreateAssetCommand.d.ts +6 -4
  212. package/dist-types/commands/CreateAssetFilterCommand.d.ts +6 -4
  213. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +6 -4
  214. package/dist-types/commands/CreateAssetTypeCommand.d.ts +6 -4
  215. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
  216. package/dist-types/commands/CreateDataProductCommand.d.ts +6 -4
  217. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +6 -4
  218. package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -4
  219. package/dist-types/commands/CreateDomainCommand.d.ts +6 -4
  220. package/dist-types/commands/CreateDomainUnitCommand.d.ts +6 -4
  221. package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +6 -4
  222. package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +6 -4
  223. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -4
  224. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +6 -4
  225. package/dist-types/commands/CreateFormTypeCommand.d.ts +6 -4
  226. package/dist-types/commands/CreateGlossaryCommand.d.ts +6 -4
  227. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +6 -4
  228. package/dist-types/commands/CreateGroupProfileCommand.d.ts +6 -4
  229. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +6 -4
  230. package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
  231. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +6 -4
  232. package/dist-types/commands/CreateProjectProfileCommand.d.ts +6 -4
  233. package/dist-types/commands/CreateRuleCommand.d.ts +6 -4
  234. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +6 -4
  235. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +6 -4
  236. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +6 -4
  237. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -4
  238. package/dist-types/commands/DeleteAccountPoolCommand.d.ts +6 -4
  239. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -4
  240. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +6 -4
  241. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +6 -4
  242. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
  243. package/dist-types/commands/DeleteDataExportConfigurationCommand.d.ts +6 -4
  244. package/dist-types/commands/DeleteDataProductCommand.d.ts +6 -4
  245. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
  246. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -4
  247. package/dist-types/commands/DeleteDomainUnitCommand.d.ts +6 -4
  248. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +6 -4
  249. package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +6 -4
  250. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  251. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -4
  252. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +6 -4
  253. package/dist-types/commands/DeleteFormTypeCommand.d.ts +6 -4
  254. package/dist-types/commands/DeleteGlossaryCommand.d.ts +6 -4
  255. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +6 -4
  256. package/dist-types/commands/DeleteListingCommand.d.ts +6 -4
  257. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
  258. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +6 -4
  259. package/dist-types/commands/DeleteProjectProfileCommand.d.ts +6 -4
  260. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -4
  261. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +6 -4
  262. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +6 -4
  263. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +6 -4
  264. package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +6 -4
  265. package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +6 -4
  266. package/dist-types/commands/DisassociateGovernedTermsCommand.d.ts +6 -4
  267. package/dist-types/commands/GetAccountPoolCommand.d.ts +6 -4
  268. package/dist-types/commands/GetAssetCommand.d.ts +6 -4
  269. package/dist-types/commands/GetAssetFilterCommand.d.ts +6 -4
  270. package/dist-types/commands/GetAssetTypeCommand.d.ts +6 -4
  271. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  272. package/dist-types/commands/GetDataExportConfigurationCommand.d.ts +6 -4
  273. package/dist-types/commands/GetDataProductCommand.d.ts +6 -4
  274. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
  275. package/dist-types/commands/GetDataSourceRunCommand.d.ts +6 -4
  276. package/dist-types/commands/GetDomainCommand.d.ts +6 -4
  277. package/dist-types/commands/GetDomainUnitCommand.d.ts +6 -4
  278. package/dist-types/commands/GetEnvironmentActionCommand.d.ts +6 -4
  279. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +6 -4
  280. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  281. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -4
  282. package/dist-types/commands/GetEnvironmentCredentialsCommand.d.ts +6 -4
  283. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +6 -4
  284. package/dist-types/commands/GetFormTypeCommand.d.ts +6 -4
  285. package/dist-types/commands/GetGlossaryCommand.d.ts +6 -4
  286. package/dist-types/commands/GetGlossaryTermCommand.d.ts +6 -4
  287. package/dist-types/commands/GetGroupProfileCommand.d.ts +6 -4
  288. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +6 -4
  289. package/dist-types/commands/GetJobRunCommand.d.ts +6 -4
  290. package/dist-types/commands/GetLineageEventCommand.d.ts +7 -5
  291. package/dist-types/commands/GetLineageNodeCommand.d.ts +6 -4
  292. package/dist-types/commands/GetListingCommand.d.ts +6 -4
  293. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +6 -4
  294. package/dist-types/commands/GetNotebookRunCommand.d.ts +6 -4
  295. package/dist-types/commands/GetProjectCommand.d.ts +6 -4
  296. package/dist-types/commands/GetProjectProfileCommand.d.ts +6 -4
  297. package/dist-types/commands/GetRuleCommand.d.ts +6 -4
  298. package/dist-types/commands/GetSubscriptionCommand.d.ts +6 -4
  299. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +6 -4
  300. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +6 -4
  301. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +6 -4
  302. package/dist-types/commands/GetTimeSeriesDataPointCommand.d.ts +6 -4
  303. package/dist-types/commands/GetUserProfileCommand.d.ts +6 -4
  304. package/dist-types/commands/ListAccountPoolsCommand.d.ts +6 -4
  305. package/dist-types/commands/ListAccountsInAccountPoolCommand.d.ts +6 -4
  306. package/dist-types/commands/ListAssetFiltersCommand.d.ts +6 -4
  307. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +6 -4
  308. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
  309. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +6 -4
  310. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +6 -4
  311. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +6 -4
  312. package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
  313. package/dist-types/commands/ListDomainUnitsForParentCommand.d.ts +6 -4
  314. package/dist-types/commands/ListDomainsCommand.d.ts +6 -4
  315. package/dist-types/commands/ListEntityOwnersCommand.d.ts +6 -4
  316. package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +6 -4
  317. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +6 -4
  318. package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +6 -4
  319. package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +6 -4
  320. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -4
  321. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -4
  322. package/dist-types/commands/ListLineageEventsCommand.d.ts +6 -4
  323. package/dist-types/commands/ListLineageNodeHistoryCommand.d.ts +6 -4
  324. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +6 -4
  325. package/dist-types/commands/ListNotebookRunsCommand.d.ts +6 -4
  326. package/dist-types/commands/ListNotificationsCommand.d.ts +6 -4
  327. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +6 -4
  328. package/dist-types/commands/ListProjectMembershipsCommand.d.ts +6 -4
  329. package/dist-types/commands/ListProjectProfilesCommand.d.ts +6 -4
  330. package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
  331. package/dist-types/commands/ListRulesCommand.d.ts +6 -4
  332. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +6 -4
  333. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +6 -4
  334. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +6 -4
  335. package/dist-types/commands/ListSubscriptionsCommand.d.ts +6 -4
  336. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  337. package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +6 -4
  338. package/dist-types/commands/PostLineageEventCommand.d.ts +6 -4
  339. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +6 -4
  340. package/dist-types/commands/PutDataExportConfigurationCommand.d.ts +6 -4
  341. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  342. package/dist-types/commands/QueryGraphCommand.d.ts +6 -4
  343. package/dist-types/commands/RejectPredictionsCommand.d.ts +6 -4
  344. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +6 -4
  345. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +6 -4
  346. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +6 -4
  347. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +6 -4
  348. package/dist-types/commands/SearchCommand.d.ts +6 -4
  349. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +6 -4
  350. package/dist-types/commands/SearchListingsCommand.d.ts +6 -4
  351. package/dist-types/commands/SearchTypesCommand.d.ts +6 -4
  352. package/dist-types/commands/SearchUserProfilesCommand.d.ts +6 -4
  353. package/dist-types/commands/StartDataSourceRunCommand.d.ts +6 -4
  354. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +6 -4
  355. package/dist-types/commands/StartNotebookRunCommand.d.ts +6 -4
  356. package/dist-types/commands/StopNotebookRunCommand.d.ts +6 -4
  357. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  358. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  359. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +6 -4
  360. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +6 -4
  361. package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -4
  362. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
  363. package/dist-types/commands/UpdateDomainCommand.d.ts +6 -4
  364. package/dist-types/commands/UpdateDomainUnitCommand.d.ts +6 -4
  365. package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +6 -4
  366. package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +6 -4
  367. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -4
  368. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +6 -4
  369. package/dist-types/commands/UpdateGlossaryCommand.d.ts +6 -4
  370. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +6 -4
  371. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +6 -4
  372. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
  373. package/dist-types/commands/UpdateProjectProfileCommand.d.ts +6 -4
  374. package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +6 -4
  375. package/dist-types/commands/UpdateRuleCommand.d.ts +6 -4
  376. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -4
  377. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +6 -4
  378. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +6 -4
  379. package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -4
  380. package/dist-types/endpoint/bdd.d.ts +1 -1
  381. package/dist-types/extensionConfiguration.d.ts +1 -1
  382. package/dist-types/models/DataZoneServiceException.d.ts +1 -1
  383. package/dist-types/models/errors.d.ts +1 -1
  384. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  385. package/dist-types/runtimeConfig.d.ts +2 -2
  386. package/dist-types/runtimeConfig.native.d.ts +2 -2
  387. package/dist-types/ts3.4/DataZoneClient.d.ts +8 -14
  388. package/dist-types/ts3.4/commands/AcceptPredictionsCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/AcceptSubscriptionRequestCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/AddEntityOwnerCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/AssociateEnvironmentRoleCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/AssociateGovernedTermsCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +6 -4
  396. package/dist-types/ts3.4/commands/CancelMetadataGenerationRunCommand.d.ts +6 -4
  397. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/CreateAccountPoolCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +6 -4
  401. package/dist-types/ts3.4/commands/CreateAssetRevisionCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/CreateAssetTypeCommand.d.ts +6 -4
  403. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
  404. package/dist-types/ts3.4/commands/CreateDataProductCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/commands/CreateDataProductRevisionCommand.d.ts +6 -4
  406. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +6 -4
  407. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +6 -4
  408. package/dist-types/ts3.4/commands/CreateDomainUnitCommand.d.ts +6 -4
  409. package/dist-types/ts3.4/commands/CreateEnvironmentActionCommand.d.ts +6 -4
  410. package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +6 -4
  411. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +6 -4
  412. package/dist-types/ts3.4/commands/CreateEnvironmentProfileCommand.d.ts +6 -4
  413. package/dist-types/ts3.4/commands/CreateFormTypeCommand.d.ts +6 -4
  414. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +6 -4
  415. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +6 -4
  416. package/dist-types/ts3.4/commands/CreateGroupProfileCommand.d.ts +6 -4
  417. package/dist-types/ts3.4/commands/CreateListingChangeSetCommand.d.ts +6 -4
  418. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
  419. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +6 -4
  420. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +6 -4
  421. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +6 -4
  424. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +6 -4
  425. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/DeleteAccountPoolCommand.d.ts +6 -4
  427. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +6 -4
  428. package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +6 -4
  429. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
  431. package/dist-types/ts3.4/commands/DeleteDataExportConfigurationCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
  434. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/DeleteDomainUnitCommand.d.ts +6 -4
  436. package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +6 -4
  440. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +6 -4
  445. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +6 -4
  452. package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/DisassociateGovernedTermsCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/GetAccountPoolCommand.d.ts +6 -4
  456. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +6 -8
  457. package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  460. package/dist-types/ts3.4/commands/GetDataExportConfigurationCommand.d.ts +6 -4
  461. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +6 -4
  462. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
  463. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +6 -4
  464. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +6 -8
  465. package/dist-types/ts3.4/commands/GetDomainUnitCommand.d.ts +6 -4
  466. package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +6 -4
  467. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +6 -4
  468. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  469. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +6 -4
  470. package/dist-types/ts3.4/commands/GetEnvironmentCredentialsCommand.d.ts +6 -4
  471. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +6 -4
  472. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +6 -4
  473. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +6 -4
  474. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +6 -4
  475. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +6 -4
  476. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +6 -4
  477. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +6 -8
  478. package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +7 -5
  479. package/dist-types/ts3.4/commands/GetLineageNodeCommand.d.ts +6 -4
  480. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +6 -4
  481. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +6 -4
  482. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +6 -4
  483. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +6 -4
  484. package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +6 -4
  485. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +6 -4
  486. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +6 -4
  487. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +6 -4
  488. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +6 -4
  489. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +6 -4
  490. package/dist-types/ts3.4/commands/GetTimeSeriesDataPointCommand.d.ts +6 -4
  491. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +6 -4
  492. package/dist-types/ts3.4/commands/ListAccountPoolsCommand.d.ts +6 -4
  493. package/dist-types/ts3.4/commands/ListAccountsInAccountPoolCommand.d.ts +6 -4
  494. package/dist-types/ts3.4/commands/ListAssetFiltersCommand.d.ts +6 -4
  495. package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +6 -4
  496. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
  497. package/dist-types/ts3.4/commands/ListDataProductRevisionsCommand.d.ts +6 -4
  498. package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +6 -4
  499. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +6 -4
  500. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
  501. package/dist-types/ts3.4/commands/ListDomainUnitsForParentCommand.d.ts +6 -4
  502. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +6 -4
  503. package/dist-types/ts3.4/commands/ListEntityOwnersCommand.d.ts +6 -4
  504. package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +6 -4
  505. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +6 -4
  506. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +6 -4
  507. package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +6 -4
  508. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +6 -4
  509. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +6 -4
  510. package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +6 -4
  511. package/dist-types/ts3.4/commands/ListLineageNodeHistoryCommand.d.ts +6 -4
  512. package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +6 -4
  513. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +6 -4
  514. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +6 -4
  515. package/dist-types/ts3.4/commands/ListPolicyGrantsCommand.d.ts +6 -4
  516. package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +6 -4
  517. package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +6 -4
  518. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
  519. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +6 -8
  520. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +6 -4
  521. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +6 -4
  522. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +6 -4
  523. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +6 -4
  524. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  525. package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +6 -4
  526. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +6 -4
  527. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +6 -4
  528. package/dist-types/ts3.4/commands/PutDataExportConfigurationCommand.d.ts +6 -4
  529. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +6 -4
  530. package/dist-types/ts3.4/commands/QueryGraphCommand.d.ts +6 -4
  531. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +6 -4
  532. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +6 -4
  533. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +6 -4
  534. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +6 -4
  535. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +6 -4
  536. package/dist-types/ts3.4/commands/SearchCommand.d.ts +6 -4
  537. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +6 -4
  538. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +6 -4
  539. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +6 -4
  540. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +6 -4
  541. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +6 -4
  542. package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +6 -4
  543. package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +6 -4
  544. package/dist-types/ts3.4/commands/StopNotebookRunCommand.d.ts +6 -4
  545. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  546. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  547. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +6 -4
  548. package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +6 -4
  549. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +6 -4
  550. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
  551. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +6 -4
  552. package/dist-types/ts3.4/commands/UpdateDomainUnitCommand.d.ts +6 -4
  553. package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +6 -4
  554. package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +6 -4
  555. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +6 -4
  556. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +6 -4
  557. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +6 -4
  558. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +6 -4
  559. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +6 -4
  560. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
  561. package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +6 -4
  562. package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +6 -4
  563. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +6 -4
  564. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +6 -4
  565. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +6 -4
  566. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +6 -4
  567. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +6 -4
  568. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  569. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  570. package/dist-types/ts3.4/models/DataZoneServiceException.d.ts +1 -1
  571. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  572. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  573. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  574. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  575. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateAssetTypeInput, CreateAssetTypeOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateAssetTypeCommandInput extends CreateAssetTypeInput {
22
22
  export interface CreateAssetTypeCommandOutput extends CreateAssetTypeOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateAssetTypeCommand_base: {
25
- new (input: CreateAssetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAssetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAssetTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a custom asset type.</p> <p>Prerequisites:</p> <ul> <li> <p>The <code>formsInput</code> field is required, however, can be passed as empty (e.g. <code>-forms-input \{\})</code>. </p> </li> <li> <p>You must have <code>CreateAssetType</code> permissions.</p> </li> <li> <p>The domain-identifier and owning-project-identifier must be valid and active.</p> </li> <li> <p>The name of the asset type must be unique within the domain — duplicate names will cause failure.</p> </li> <li> <p>JSON input must be valid — incorrect formatting causes Invalid JSON errors.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateConnectionCommandInput extends CreateConnectionInput {
22
22
  export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateConnectionCommand_base: {
25
- new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateDataProductInput, CreateDataProductOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataProductCommandInput extends CreateDataProductInput {
22
22
  export interface CreateDataProductCommandOutput extends CreateDataProductOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataProductCommand_base: {
25
- new (input: CreateDataProductCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataProductCommandInput, CreateDataProductCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataProductCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataProductCommandInput, CreateDataProductCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataProductCommandInput): import("@smithy/core/client").CommandImpl<CreateDataProductCommandInput, CreateDataProductCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataProductCommandInput): import("@smithy/core/client").CommandImpl<CreateDataProductCommandInput, CreateDataProductCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a data product.</p> <p>A data product is a comprehensive package that combines data assets with their associated metadata, documentation, and access controls. It's designed to serve specific business needs or use cases, making it easier for users to find and consume data appropriately. Data products include important information about data quality, freshness, and usage guidelines, effectively bridging the gap between data producers and consumers while ensuring proper governance.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain must exist and be accessible. </p> </li> <li> <p>The owning project must be valid and active.</p> </li> <li> <p>The name must be unique within the domain (no existing data product with the same name).</p> </li> <li> <p>User must have create permissions for data products in the project.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateDataProductRevisionInput, CreateDataProductRevisionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataProductRevisionCommandInput extends CreateDataProduct
22
22
  export interface CreateDataProductRevisionCommandOutput extends CreateDataProductRevisionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataProductRevisionCommand_base: {
25
- new (input: CreateDataProductRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataProductRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataProductRevisionCommandInput): import("@smithy/core/client").CommandImpl<CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataProductRevisionCommandInput): import("@smithy/core/client").CommandImpl<CreateDataProductRevisionCommandInput, CreateDataProductRevisionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a data product revision.</p> <p>Prerequisites:</p> <ul> <li> <p>The original data product must exist in the given domain. </p> </li> <li> <p>User must have permissions on the data product.</p> </li> <li> <p>The domain must be valid and accessible.</p> </li> <li> <p>The new revision name must comply with naming constraints (if required).</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateDataSourceInput, CreateDataSourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataSourceCommandInput extends CreateDataSourceInput {
22
22
  export interface CreateDataSourceCommandOutput extends CreateDataSourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataSourceCommand_base: {
25
- new (input: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Amazon DataZone data source.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateDomainInput, CreateDomainOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDomainCommandInput extends CreateDomainInput {
22
22
  export interface CreateDomainCommandOutput extends CreateDomainOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDomainCommand_base: {
25
- new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Amazon DataZone domain.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateDomainUnitInput, CreateDomainUnitOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDomainUnitCommandInput extends CreateDomainUnitInput {
22
22
  export interface CreateDomainUnitCommandOutput extends CreateDomainUnitOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDomainUnitCommand_base: {
25
- new (input: CreateDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainUnitCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDomainUnitCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainUnitCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a domain unit in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateEnvironmentActionInput, CreateEnvironmentActionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateEnvironmentActionCommandInput extends CreateEnvironmentAc
22
22
  export interface CreateEnvironmentActionCommandOutput extends CreateEnvironmentActionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEnvironmentActionCommand_base: {
25
- new (input: CreateEnvironmentActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEnvironmentActionCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEnvironmentActionCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateEnvironmentBlueprintInput, CreateEnvironmentBlueprintOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateEnvironmentBlueprintCommandInput extends CreateEnvironmen
22
22
  export interface CreateEnvironmentBlueprintCommandOutput extends CreateEnvironmentBlueprintOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEnvironmentBlueprintCommand_base: {
25
- new (input: CreateEnvironmentBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentBlueprintCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEnvironmentBlueprintCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEnvironmentBlueprintCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a Amazon DataZone blueprint.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateEnvironmentInput, CreateEnvironmentOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
22
22
  export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEnvironmentCommand_base: {
25
- new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create an Amazon DataZone environment.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateEnvironmentProfileInput, CreateEnvironmentProfileOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateEnvironmentProfileCommandInput extends CreateEnvironmentP
22
22
  export interface CreateEnvironmentProfileCommandOutput extends CreateEnvironmentProfileOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEnvironmentProfileCommand_base: {
25
- new (input: CreateEnvironmentProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEnvironmentProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEnvironmentProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEnvironmentProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Amazon DataZone environment profile.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateFormTypeInput, CreateFormTypeOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateFormTypeCommandInput extends CreateFormTypeInput {
22
22
  export interface CreateFormTypeCommandOutput extends CreateFormTypeOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateFormTypeCommand_base: {
25
- new (input: CreateFormTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFormTypeCommandInput, CreateFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFormTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFormTypeCommandInput, CreateFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateFormTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateFormTypeCommandInput, CreateFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateFormTypeCommandInput): import("@smithy/core/client").CommandImpl<CreateFormTypeCommandInput, CreateFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a metadata form type.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain must exist and be in an <code>ENABLED</code> state. </p> </li> <li> <p>The owning project must exist and be accessible.</p> </li> <li> <p>The name must be unique within the domain.</p> </li> </ul> <p>For custom form types, to indicate that a field should be searchable, annotate it with <code>@amazon.datazone#searchable</code>. By default, searchable fields are indexed for semantic search, where related query terms will match the attribute value even if they are not stemmed or keyword matches. To indicate that a field should be indexed for lexical search (which disables semantic search but supports stemmed and partial matches), annotate it with <code>@amazon.datazone#searchable(modes:["LEXICAL"])</code>. To indicate that a field should be indexed for technical identifier search (for more information on technical identifier search, see: <a href="https://aws.amazon.com/blogs/big-data/streamline-data-discovery-with-precise-technical-identifier-search-in-amazon-sagemaker-unified-studio/">https://aws.amazon.com/blogs/big-data/streamline-data-discovery-with-precise-technical-identifier-search-in-amazon-sagemaker-unified-studio/</a>), annotate it with <code>@amazon.datazone#searchable(modes:["TECHNICAL"])</code>.</p> <p>To denote that a field will store glossary term ids (which are filterable via the Search/SearchListings APIs), annotate it with <code>@amazon.datazone#glossaryterm("$\{GLOSSARY_ID\}")</code>, where <code>$\{GLOSSARY_ID\}</code> is the id of the glossary that the glossary terms stored in the field belong to. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateGlossaryInput, CreateGlossaryOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateGlossaryCommandInput extends CreateGlossaryInput {
22
22
  export interface CreateGlossaryCommandOutput extends CreateGlossaryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGlossaryCommand_base: {
25
- new (input: CreateGlossaryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlossaryCommandInput, CreateGlossaryCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGlossaryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlossaryCommandInput, CreateGlossaryCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGlossaryCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryCommandInput, CreateGlossaryCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGlossaryCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryCommandInput, CreateGlossaryCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Amazon DataZone business glossary.</p> <p>Specifies that this is a create glossary policy.</p> <p>A glossary serves as the central repository for business terminology and definitions within an organization. It helps establish and maintain a common language across different departments and teams, reducing miscommunication and ensuring consistent interpretation of business concepts. Glossaries can include hierarchical relationships between terms, cross-references, and links to actual data assets, making them invaluable for both business users and technical teams trying to understand and use data correctly.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain must exist and be in an active state. </p> </li> <li> <p>Owning project must exist and be accessible by the caller.</p> </li> <li> <p>The glossary name must be unique within the domain.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateGlossaryTermInput, CreateGlossaryTermOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateGlossaryTermCommandInput extends CreateGlossaryTermInput
22
22
  export interface CreateGlossaryTermCommandOutput extends CreateGlossaryTermOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGlossaryTermCommand_base: {
25
- new (input: CreateGlossaryTermCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGlossaryTermCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGlossaryTermCommandInput): import("@smithy/core/client").CommandImpl<CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a business glossary term.</p> <p>A glossary term represents an individual entry within the Amazon DataZone glossary, serving as a standardized definition for a specific business concept or data element. Each term can include rich metadata such as detailed definitions, synonyms, related terms, and usage examples. Glossary terms can be linked directly to data assets, providing business context to technical data elements. This linking capability helps users understand the business meaning of data fields and ensures consistent interpretation across different systems and teams. Terms can also have relationships with other terms, creating a semantic network that reflects the complexity of business concepts.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain must exist. </p> </li> <li> <p>Glossary must exist.</p> </li> <li> <p>The term name must be unique within the glossary.</p> </li> <li> <p>Ensure term does not conflict with existing terms in hierarchy.</p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateGroupProfileInput, CreateGroupProfileOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateGroupProfileCommandInput extends CreateGroupProfileInput
22
22
  export interface CreateGroupProfileCommandOutput extends CreateGroupProfileOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGroupProfileCommand_base: {
25
- new (input: CreateGroupProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGroupProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGroupProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGroupProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a group profile in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateListingChangeSetInput, CreateListingChangeSetOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateListingChangeSetCommandInput extends CreateListingChangeS
22
22
  export interface CreateListingChangeSetCommandOutput extends CreateListingChangeSetOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateListingChangeSetCommand_base: {
25
- new (input: CreateListingChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateListingChangeSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateListingChangeSetCommandInput): import("@smithy/core/client").CommandImpl<CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateListingChangeSetCommandInput): import("@smithy/core/client").CommandImpl<CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateProjectInput, CreateProjectOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateProjectCommandInput extends CreateProjectInput {
22
22
  export interface CreateProjectCommandOutput extends CreateProjectOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateProjectCommand_base: {
25
- new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProjectCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectCommandInput, CreateProjectCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an Amazon DataZone project.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateProjectMembershipInput, CreateProjectMembershipOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateProjectMembershipCommandInput extends CreateProjectMember
22
22
  export interface CreateProjectMembershipCommandOutput extends CreateProjectMembershipOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateProjectMembershipCommand_base: {
25
- new (input: CreateProjectMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProjectMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateProjectMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProjectMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a project membership in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateProjectProfileInput, CreateProjectProfileOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateProjectProfileCommandInput extends CreateProjectProfileIn
22
22
  export interface CreateProjectProfileCommandOutput extends CreateProjectProfileOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateProjectProfileCommand_base: {
25
- new (input: CreateProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateProjectProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateProjectProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProjectProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateProjectProfileCommandInput, CreateProjectProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a project profile.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateRuleCommandInput extends CreateRuleInput {
22
22
  export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRuleCommand_base: {
25
- new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateSubscriptionGrantInput, CreateSubscriptionGrantOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateSubscriptionGrantCommandInput extends CreateSubscriptionG
22
22
  export interface CreateSubscriptionGrantCommandOutput extends CreateSubscriptionGrantOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSubscriptionGrantCommand_base: {
25
- new (input: CreateSubscriptionGrantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSubscriptionGrantCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSubscriptionGrantCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSubscriptionGrantCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a subsscription grant in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateSubscriptionRequestInput, CreateSubscriptionRequestOutput } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface CreateSubscriptionRequestCommandInput extends CreateSubscriptio
22
22
  export interface CreateSubscriptionRequestCommandOutput extends CreateSubscriptionRequestOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSubscriptionRequestCommand_base: {
25
- new (input: CreateSubscriptionRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSubscriptionRequestCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSubscriptionRequestCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSubscriptionRequestCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a subscription request in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateSubscriptionTargetInput, CreateSubscriptionTargetOutput } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface CreateSubscriptionTargetCommandInput extends CreateSubscription
22
22
  export interface CreateSubscriptionTargetCommandOutput extends CreateSubscriptionTargetOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSubscriptionTargetCommand_base: {
25
- new (input: CreateSubscriptionTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSubscriptionTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSubscriptionTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSubscriptionTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a subscription target in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { CreateUserProfileInput, CreateUserProfileOutput } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface CreateUserProfileCommandInput extends CreateUserProfileInput {
22
22
  export interface CreateUserProfileCommandOutput extends CreateUserProfileOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateUserProfileCommand_base: {
25
- new (input: CreateUserProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserProfileCommandInput, CreateUserProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateUserProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserProfileCommandInput, CreateUserProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateUserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateUserProfileCommandInput, CreateUserProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateUserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateUserProfileCommandInput, CreateUserProfileCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a user profile in Amazon DataZone.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
4
  import type { DeleteAccountPoolInput, DeleteAccountPoolOutput } from "../models/models_1";
@@ -22,9 +22,11 @@ export interface DeleteAccountPoolCommandInput extends DeleteAccountPoolInput {
22
22
  export interface DeleteAccountPoolCommandOutput extends DeleteAccountPoolOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccountPoolCommand_base: {
25
- new (input: DeleteAccountPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccountPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAccountPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccountPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an account pool.</p>