@aws-sdk/client-datazone 3.425.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 (563) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +1001 -0
  3. package/dist-cjs/DataZone.js +209 -0
  4. package/dist-cjs/DataZoneClient.js +43 -0
  5. package/dist-cjs/commands/AcceptPredictionsCommand.js +50 -0
  6. package/dist-cjs/commands/AcceptSubscriptionRequestCommand.js +51 -0
  7. package/dist-cjs/commands/CancelSubscriptionCommand.js +51 -0
  8. package/dist-cjs/commands/CreateAssetCommand.js +51 -0
  9. package/dist-cjs/commands/CreateAssetRevisionCommand.js +51 -0
  10. package/dist-cjs/commands/CreateAssetTypeCommand.js +51 -0
  11. package/dist-cjs/commands/CreateDataSourceCommand.js +51 -0
  12. package/dist-cjs/commands/CreateDomainCommand.js +50 -0
  13. package/dist-cjs/commands/CreateEnvironmentCommand.js +51 -0
  14. package/dist-cjs/commands/CreateEnvironmentProfileCommand.js +51 -0
  15. package/dist-cjs/commands/CreateFormTypeCommand.js +51 -0
  16. package/dist-cjs/commands/CreateGlossaryCommand.js +51 -0
  17. package/dist-cjs/commands/CreateGlossaryTermCommand.js +51 -0
  18. package/dist-cjs/commands/CreateGroupProfileCommand.js +51 -0
  19. package/dist-cjs/commands/CreateListingChangeSetCommand.js +50 -0
  20. package/dist-cjs/commands/CreateProjectCommand.js +51 -0
  21. package/dist-cjs/commands/CreateProjectMembershipCommand.js +50 -0
  22. package/dist-cjs/commands/CreateSubscriptionGrantCommand.js +50 -0
  23. package/dist-cjs/commands/CreateSubscriptionRequestCommand.js +51 -0
  24. package/dist-cjs/commands/CreateSubscriptionTargetCommand.js +51 -0
  25. package/dist-cjs/commands/CreateUserProfileCommand.js +51 -0
  26. package/dist-cjs/commands/DeleteAssetCommand.js +50 -0
  27. package/dist-cjs/commands/DeleteAssetTypeCommand.js +50 -0
  28. package/dist-cjs/commands/DeleteDataSourceCommand.js +51 -0
  29. package/dist-cjs/commands/DeleteDomainCommand.js +50 -0
  30. package/dist-cjs/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +50 -0
  31. package/dist-cjs/commands/DeleteEnvironmentCommand.js +50 -0
  32. package/dist-cjs/commands/DeleteEnvironmentProfileCommand.js +50 -0
  33. package/dist-cjs/commands/DeleteFormTypeCommand.js +50 -0
  34. package/dist-cjs/commands/DeleteGlossaryCommand.js +50 -0
  35. package/dist-cjs/commands/DeleteGlossaryTermCommand.js +50 -0
  36. package/dist-cjs/commands/DeleteListingCommand.js +50 -0
  37. package/dist-cjs/commands/DeleteProjectCommand.js +50 -0
  38. package/dist-cjs/commands/DeleteProjectMembershipCommand.js +50 -0
  39. package/dist-cjs/commands/DeleteSubscriptionGrantCommand.js +50 -0
  40. package/dist-cjs/commands/DeleteSubscriptionRequestCommand.js +50 -0
  41. package/dist-cjs/commands/DeleteSubscriptionTargetCommand.js +50 -0
  42. package/dist-cjs/commands/GetAssetCommand.js +51 -0
  43. package/dist-cjs/commands/GetAssetTypeCommand.js +51 -0
  44. package/dist-cjs/commands/GetDataSourceCommand.js +51 -0
  45. package/dist-cjs/commands/GetDataSourceRunCommand.js +50 -0
  46. package/dist-cjs/commands/GetDomainCommand.js +50 -0
  47. package/dist-cjs/commands/GetEnvironmentBlueprintCommand.js +51 -0
  48. package/dist-cjs/commands/GetEnvironmentBlueprintConfigurationCommand.js +50 -0
  49. package/dist-cjs/commands/GetEnvironmentCommand.js +51 -0
  50. package/dist-cjs/commands/GetEnvironmentProfileCommand.js +51 -0
  51. package/dist-cjs/commands/GetFormTypeCommand.js +51 -0
  52. package/dist-cjs/commands/GetGlossaryCommand.js +51 -0
  53. package/dist-cjs/commands/GetGlossaryTermCommand.js +51 -0
  54. package/dist-cjs/commands/GetGroupProfileCommand.js +51 -0
  55. package/dist-cjs/commands/GetIamPortalLoginUrlCommand.js +50 -0
  56. package/dist-cjs/commands/GetListingCommand.js +51 -0
  57. package/dist-cjs/commands/GetProjectCommand.js +51 -0
  58. package/dist-cjs/commands/GetSubscriptionCommand.js +51 -0
  59. package/dist-cjs/commands/GetSubscriptionGrantCommand.js +50 -0
  60. package/dist-cjs/commands/GetSubscriptionRequestDetailsCommand.js +51 -0
  61. package/dist-cjs/commands/GetSubscriptionTargetCommand.js +51 -0
  62. package/dist-cjs/commands/GetUserProfileCommand.js +51 -0
  63. package/dist-cjs/commands/ListAssetRevisionsCommand.js +50 -0
  64. package/dist-cjs/commands/ListDataSourceRunActivitiesCommand.js +51 -0
  65. package/dist-cjs/commands/ListDataSourceRunsCommand.js +50 -0
  66. package/dist-cjs/commands/ListDataSourcesCommand.js +51 -0
  67. package/dist-cjs/commands/ListDomainsCommand.js +51 -0
  68. package/dist-cjs/commands/ListEnvironmentBlueprintConfigurationsCommand.js +50 -0
  69. package/dist-cjs/commands/ListEnvironmentBlueprintsCommand.js +51 -0
  70. package/dist-cjs/commands/ListEnvironmentProfilesCommand.js +51 -0
  71. package/dist-cjs/commands/ListEnvironmentsCommand.js +51 -0
  72. package/dist-cjs/commands/ListNotificationsCommand.js +51 -0
  73. package/dist-cjs/commands/ListProjectMembershipsCommand.js +50 -0
  74. package/dist-cjs/commands/ListProjectsCommand.js +51 -0
  75. package/dist-cjs/commands/ListSubscriptionGrantsCommand.js +50 -0
  76. package/dist-cjs/commands/ListSubscriptionRequestsCommand.js +51 -0
  77. package/dist-cjs/commands/ListSubscriptionTargetsCommand.js +51 -0
  78. package/dist-cjs/commands/ListSubscriptionsCommand.js +51 -0
  79. package/dist-cjs/commands/ListTagsForResourceCommand.js +50 -0
  80. package/dist-cjs/commands/PutEnvironmentBlueprintConfigurationCommand.js +50 -0
  81. package/dist-cjs/commands/RejectPredictionsCommand.js +50 -0
  82. package/dist-cjs/commands/RejectSubscriptionRequestCommand.js +51 -0
  83. package/dist-cjs/commands/RevokeSubscriptionCommand.js +51 -0
  84. package/dist-cjs/commands/SearchCommand.js +51 -0
  85. package/dist-cjs/commands/SearchGroupProfilesCommand.js +51 -0
  86. package/dist-cjs/commands/SearchListingsCommand.js +51 -0
  87. package/dist-cjs/commands/SearchTypesCommand.js +51 -0
  88. package/dist-cjs/commands/SearchUserProfilesCommand.js +51 -0
  89. package/dist-cjs/commands/StartDataSourceRunCommand.js +50 -0
  90. package/dist-cjs/commands/TagResourceCommand.js +50 -0
  91. package/dist-cjs/commands/UntagResourceCommand.js +50 -0
  92. package/dist-cjs/commands/UpdateDataSourceCommand.js +51 -0
  93. package/dist-cjs/commands/UpdateDomainCommand.js +50 -0
  94. package/dist-cjs/commands/UpdateEnvironmentCommand.js +51 -0
  95. package/dist-cjs/commands/UpdateEnvironmentProfileCommand.js +51 -0
  96. package/dist-cjs/commands/UpdateGlossaryCommand.js +51 -0
  97. package/dist-cjs/commands/UpdateGlossaryTermCommand.js +51 -0
  98. package/dist-cjs/commands/UpdateGroupProfileCommand.js +51 -0
  99. package/dist-cjs/commands/UpdateProjectCommand.js +51 -0
  100. package/dist-cjs/commands/UpdateSubscriptionGrantStatusCommand.js +50 -0
  101. package/dist-cjs/commands/UpdateSubscriptionRequestCommand.js +51 -0
  102. package/dist-cjs/commands/UpdateSubscriptionTargetCommand.js +51 -0
  103. package/dist-cjs/commands/UpdateUserProfileCommand.js +51 -0
  104. package/dist-cjs/commands/index.js +102 -0
  105. package/dist-cjs/endpoint/EndpointParameters.js +11 -0
  106. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  107. package/dist-cjs/endpoint/ruleset.js +7 -0
  108. package/dist-cjs/extensionConfiguration.js +2 -0
  109. package/dist-cjs/index.js +11 -0
  110. package/dist-cjs/models/DataZoneServiceException.js +12 -0
  111. package/dist-cjs/models/index.js +5 -0
  112. package/dist-cjs/models/models_0.js +1180 -0
  113. package/dist-cjs/models/models_1.js +278 -0
  114. package/dist-cjs/pagination/Interfaces.js +2 -0
  115. package/dist-cjs/pagination/ListAssetRevisionsPaginator.js +29 -0
  116. package/dist-cjs/pagination/ListDataSourceRunActivitiesPaginator.js +29 -0
  117. package/dist-cjs/pagination/ListDataSourceRunsPaginator.js +29 -0
  118. package/dist-cjs/pagination/ListDataSourcesPaginator.js +29 -0
  119. package/dist-cjs/pagination/ListDomainsPaginator.js +29 -0
  120. package/dist-cjs/pagination/ListEnvironmentBlueprintConfigurationsPaginator.js +29 -0
  121. package/dist-cjs/pagination/ListEnvironmentBlueprintsPaginator.js +29 -0
  122. package/dist-cjs/pagination/ListEnvironmentProfilesPaginator.js +29 -0
  123. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +29 -0
  124. package/dist-cjs/pagination/ListNotificationsPaginator.js +29 -0
  125. package/dist-cjs/pagination/ListProjectMembershipsPaginator.js +29 -0
  126. package/dist-cjs/pagination/ListProjectsPaginator.js +29 -0
  127. package/dist-cjs/pagination/ListSubscriptionGrantsPaginator.js +29 -0
  128. package/dist-cjs/pagination/ListSubscriptionRequestsPaginator.js +29 -0
  129. package/dist-cjs/pagination/ListSubscriptionTargetsPaginator.js +29 -0
  130. package/dist-cjs/pagination/ListSubscriptionsPaginator.js +29 -0
  131. package/dist-cjs/pagination/SearchGroupProfilesPaginator.js +29 -0
  132. package/dist-cjs/pagination/SearchListingsPaginator.js +29 -0
  133. package/dist-cjs/pagination/SearchPaginator.js +29 -0
  134. package/dist-cjs/pagination/SearchTypesPaginator.js +29 -0
  135. package/dist-cjs/pagination/SearchUserProfilesPaginator.js +29 -0
  136. package/dist-cjs/pagination/index.js +25 -0
  137. package/dist-cjs/protocols/Aws_restJson1.js +8736 -0
  138. package/dist-cjs/runtimeConfig.browser.js +39 -0
  139. package/dist-cjs/runtimeConfig.js +48 -0
  140. package/dist-cjs/runtimeConfig.native.js +15 -0
  141. package/dist-cjs/runtimeConfig.shared.js +22 -0
  142. package/dist-cjs/runtimeExtensions.js +22 -0
  143. package/dist-es/DataZone.js +205 -0
  144. package/dist-es/DataZoneClient.js +39 -0
  145. package/dist-es/commands/AcceptPredictionsCommand.js +46 -0
  146. package/dist-es/commands/AcceptSubscriptionRequestCommand.js +47 -0
  147. package/dist-es/commands/CancelSubscriptionCommand.js +47 -0
  148. package/dist-es/commands/CreateAssetCommand.js +47 -0
  149. package/dist-es/commands/CreateAssetRevisionCommand.js +47 -0
  150. package/dist-es/commands/CreateAssetTypeCommand.js +47 -0
  151. package/dist-es/commands/CreateDataSourceCommand.js +47 -0
  152. package/dist-es/commands/CreateDomainCommand.js +46 -0
  153. package/dist-es/commands/CreateEnvironmentCommand.js +47 -0
  154. package/dist-es/commands/CreateEnvironmentProfileCommand.js +47 -0
  155. package/dist-es/commands/CreateFormTypeCommand.js +47 -0
  156. package/dist-es/commands/CreateGlossaryCommand.js +47 -0
  157. package/dist-es/commands/CreateGlossaryTermCommand.js +47 -0
  158. package/dist-es/commands/CreateGroupProfileCommand.js +47 -0
  159. package/dist-es/commands/CreateListingChangeSetCommand.js +46 -0
  160. package/dist-es/commands/CreateProjectCommand.js +47 -0
  161. package/dist-es/commands/CreateProjectMembershipCommand.js +46 -0
  162. package/dist-es/commands/CreateSubscriptionGrantCommand.js +46 -0
  163. package/dist-es/commands/CreateSubscriptionRequestCommand.js +47 -0
  164. package/dist-es/commands/CreateSubscriptionTargetCommand.js +47 -0
  165. package/dist-es/commands/CreateUserProfileCommand.js +47 -0
  166. package/dist-es/commands/DeleteAssetCommand.js +46 -0
  167. package/dist-es/commands/DeleteAssetTypeCommand.js +46 -0
  168. package/dist-es/commands/DeleteDataSourceCommand.js +47 -0
  169. package/dist-es/commands/DeleteDomainCommand.js +46 -0
  170. package/dist-es/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +46 -0
  171. package/dist-es/commands/DeleteEnvironmentCommand.js +46 -0
  172. package/dist-es/commands/DeleteEnvironmentProfileCommand.js +46 -0
  173. package/dist-es/commands/DeleteFormTypeCommand.js +46 -0
  174. package/dist-es/commands/DeleteGlossaryCommand.js +46 -0
  175. package/dist-es/commands/DeleteGlossaryTermCommand.js +46 -0
  176. package/dist-es/commands/DeleteListingCommand.js +46 -0
  177. package/dist-es/commands/DeleteProjectCommand.js +46 -0
  178. package/dist-es/commands/DeleteProjectMembershipCommand.js +46 -0
  179. package/dist-es/commands/DeleteSubscriptionGrantCommand.js +46 -0
  180. package/dist-es/commands/DeleteSubscriptionRequestCommand.js +46 -0
  181. package/dist-es/commands/DeleteSubscriptionTargetCommand.js +46 -0
  182. package/dist-es/commands/GetAssetCommand.js +47 -0
  183. package/dist-es/commands/GetAssetTypeCommand.js +47 -0
  184. package/dist-es/commands/GetDataSourceCommand.js +47 -0
  185. package/dist-es/commands/GetDataSourceRunCommand.js +46 -0
  186. package/dist-es/commands/GetDomainCommand.js +46 -0
  187. package/dist-es/commands/GetEnvironmentBlueprintCommand.js +47 -0
  188. package/dist-es/commands/GetEnvironmentBlueprintConfigurationCommand.js +46 -0
  189. package/dist-es/commands/GetEnvironmentCommand.js +47 -0
  190. package/dist-es/commands/GetEnvironmentProfileCommand.js +47 -0
  191. package/dist-es/commands/GetFormTypeCommand.js +47 -0
  192. package/dist-es/commands/GetGlossaryCommand.js +47 -0
  193. package/dist-es/commands/GetGlossaryTermCommand.js +47 -0
  194. package/dist-es/commands/GetGroupProfileCommand.js +47 -0
  195. package/dist-es/commands/GetIamPortalLoginUrlCommand.js +46 -0
  196. package/dist-es/commands/GetListingCommand.js +47 -0
  197. package/dist-es/commands/GetProjectCommand.js +47 -0
  198. package/dist-es/commands/GetSubscriptionCommand.js +47 -0
  199. package/dist-es/commands/GetSubscriptionGrantCommand.js +46 -0
  200. package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +47 -0
  201. package/dist-es/commands/GetSubscriptionTargetCommand.js +47 -0
  202. package/dist-es/commands/GetUserProfileCommand.js +47 -0
  203. package/dist-es/commands/ListAssetRevisionsCommand.js +46 -0
  204. package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +47 -0
  205. package/dist-es/commands/ListDataSourceRunsCommand.js +46 -0
  206. package/dist-es/commands/ListDataSourcesCommand.js +47 -0
  207. package/dist-es/commands/ListDomainsCommand.js +47 -0
  208. package/dist-es/commands/ListEnvironmentBlueprintConfigurationsCommand.js +46 -0
  209. package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +47 -0
  210. package/dist-es/commands/ListEnvironmentProfilesCommand.js +47 -0
  211. package/dist-es/commands/ListEnvironmentsCommand.js +47 -0
  212. package/dist-es/commands/ListNotificationsCommand.js +47 -0
  213. package/dist-es/commands/ListProjectMembershipsCommand.js +46 -0
  214. package/dist-es/commands/ListProjectsCommand.js +47 -0
  215. package/dist-es/commands/ListSubscriptionGrantsCommand.js +46 -0
  216. package/dist-es/commands/ListSubscriptionRequestsCommand.js +47 -0
  217. package/dist-es/commands/ListSubscriptionTargetsCommand.js +47 -0
  218. package/dist-es/commands/ListSubscriptionsCommand.js +47 -0
  219. package/dist-es/commands/ListTagsForResourceCommand.js +46 -0
  220. package/dist-es/commands/PutEnvironmentBlueprintConfigurationCommand.js +46 -0
  221. package/dist-es/commands/RejectPredictionsCommand.js +46 -0
  222. package/dist-es/commands/RejectSubscriptionRequestCommand.js +47 -0
  223. package/dist-es/commands/RevokeSubscriptionCommand.js +47 -0
  224. package/dist-es/commands/SearchCommand.js +47 -0
  225. package/dist-es/commands/SearchGroupProfilesCommand.js +47 -0
  226. package/dist-es/commands/SearchListingsCommand.js +47 -0
  227. package/dist-es/commands/SearchTypesCommand.js +47 -0
  228. package/dist-es/commands/SearchUserProfilesCommand.js +47 -0
  229. package/dist-es/commands/StartDataSourceRunCommand.js +46 -0
  230. package/dist-es/commands/TagResourceCommand.js +46 -0
  231. package/dist-es/commands/UntagResourceCommand.js +46 -0
  232. package/dist-es/commands/UpdateDataSourceCommand.js +47 -0
  233. package/dist-es/commands/UpdateDomainCommand.js +46 -0
  234. package/dist-es/commands/UpdateEnvironmentCommand.js +47 -0
  235. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +47 -0
  236. package/dist-es/commands/UpdateGlossaryCommand.js +47 -0
  237. package/dist-es/commands/UpdateGlossaryTermCommand.js +47 -0
  238. package/dist-es/commands/UpdateGroupProfileCommand.js +47 -0
  239. package/dist-es/commands/UpdateProjectCommand.js +47 -0
  240. package/dist-es/commands/UpdateSubscriptionGrantStatusCommand.js +46 -0
  241. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +47 -0
  242. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +47 -0
  243. package/dist-es/commands/UpdateUserProfileCommand.js +47 -0
  244. package/dist-es/commands/index.js +99 -0
  245. package/dist-es/endpoint/EndpointParameters.js +7 -0
  246. package/dist-es/endpoint/endpointResolver.js +8 -0
  247. package/dist-es/endpoint/ruleset.js +4 -0
  248. package/dist-es/extensionConfiguration.js +1 -0
  249. package/dist-es/index.js +6 -0
  250. package/dist-es/models/DataZoneServiceException.js +8 -0
  251. package/dist-es/models/index.js +2 -0
  252. package/dist-es/models/models_0.js +1070 -0
  253. package/dist-es/models/models_1.js +244 -0
  254. package/dist-es/pagination/Interfaces.js +1 -0
  255. package/dist-es/pagination/ListAssetRevisionsPaginator.js +25 -0
  256. package/dist-es/pagination/ListDataSourceRunActivitiesPaginator.js +25 -0
  257. package/dist-es/pagination/ListDataSourceRunsPaginator.js +25 -0
  258. package/dist-es/pagination/ListDataSourcesPaginator.js +25 -0
  259. package/dist-es/pagination/ListDomainsPaginator.js +25 -0
  260. package/dist-es/pagination/ListEnvironmentBlueprintConfigurationsPaginator.js +25 -0
  261. package/dist-es/pagination/ListEnvironmentBlueprintsPaginator.js +25 -0
  262. package/dist-es/pagination/ListEnvironmentProfilesPaginator.js +25 -0
  263. package/dist-es/pagination/ListEnvironmentsPaginator.js +25 -0
  264. package/dist-es/pagination/ListNotificationsPaginator.js +25 -0
  265. package/dist-es/pagination/ListProjectMembershipsPaginator.js +25 -0
  266. package/dist-es/pagination/ListProjectsPaginator.js +25 -0
  267. package/dist-es/pagination/ListSubscriptionGrantsPaginator.js +25 -0
  268. package/dist-es/pagination/ListSubscriptionRequestsPaginator.js +25 -0
  269. package/dist-es/pagination/ListSubscriptionTargetsPaginator.js +25 -0
  270. package/dist-es/pagination/ListSubscriptionsPaginator.js +25 -0
  271. package/dist-es/pagination/SearchGroupProfilesPaginator.js +25 -0
  272. package/dist-es/pagination/SearchListingsPaginator.js +25 -0
  273. package/dist-es/pagination/SearchPaginator.js +25 -0
  274. package/dist-es/pagination/SearchTypesPaginator.js +25 -0
  275. package/dist-es/pagination/SearchUserProfilesPaginator.js +25 -0
  276. package/dist-es/pagination/index.js +22 -0
  277. package/dist-es/protocols/Aws_restJson1.js +8532 -0
  278. package/dist-es/runtimeConfig.browser.js +34 -0
  279. package/dist-es/runtimeConfig.js +43 -0
  280. package/dist-es/runtimeConfig.native.js +11 -0
  281. package/dist-es/runtimeConfig.shared.js +18 -0
  282. package/dist-es/runtimeExtensions.js +18 -0
  283. package/dist-types/DataZone.d.ts +707 -0
  284. package/dist-types/DataZoneClient.d.ts +272 -0
  285. package/dist-types/commands/AcceptPredictionsCommand.d.ts +110 -0
  286. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +137 -0
  287. package/dist-types/commands/CancelSubscriptionCommand.d.ts +131 -0
  288. package/dist-types/commands/CreateAssetCommand.d.ts +160 -0
  289. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +155 -0
  290. package/dist-types/commands/CreateAssetTypeCommand.d.ts +121 -0
  291. package/dist-types/commands/CreateDataSourceCommand.d.ts +246 -0
  292. package/dist-types/commands/CreateDomainCommand.d.ts +122 -0
  293. package/dist-types/commands/CreateEnvironmentCommand.d.ts +175 -0
  294. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +129 -0
  295. package/dist-types/commands/CreateFormTypeCommand.d.ts +107 -0
  296. package/dist-types/commands/CreateGlossaryCommand.d.ts +104 -0
  297. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +125 -0
  298. package/dist-types/commands/CreateGroupProfileCommand.d.ts +96 -0
  299. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +104 -0
  300. package/dist-types/commands/CreateProjectCommand.d.ts +111 -0
  301. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +95 -0
  302. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +136 -0
  303. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +149 -0
  304. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +135 -0
  305. package/dist-types/commands/CreateUserProfileCommand.d.ts +107 -0
  306. package/dist-types/commands/DeleteAssetCommand.d.ts +90 -0
  307. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +93 -0
  308. package/dist-types/commands/DeleteDataSourceCommand.d.ts +179 -0
  309. package/dist-types/commands/DeleteDomainCommand.d.ts +95 -0
  310. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +87 -0
  311. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +90 -0
  312. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +90 -0
  313. package/dist-types/commands/DeleteFormTypeCommand.d.ts +93 -0
  314. package/dist-types/commands/DeleteGlossaryCommand.d.ts +93 -0
  315. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +93 -0
  316. package/dist-types/commands/DeleteListingCommand.d.ts +93 -0
  317. package/dist-types/commands/DeleteProjectCommand.d.ts +90 -0
  318. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +97 -0
  319. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +122 -0
  320. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +93 -0
  321. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +94 -0
  322. package/dist-types/commands/GetAssetCommand.d.ts +128 -0
  323. package/dist-types/commands/GetAssetTypeCommand.d.ts +110 -0
  324. package/dist-types/commands/GetDataSourceCommand.d.ts +182 -0
  325. package/dist-types/commands/GetDataSourceRunCommand.d.ts +119 -0
  326. package/dist-types/commands/GetDomainCommand.d.ts +110 -0
  327. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +119 -0
  328. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +105 -0
  329. package/dist-types/commands/GetEnvironmentCommand.d.ts +160 -0
  330. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +112 -0
  331. package/dist-types/commands/GetFormTypeCommand.d.ts +111 -0
  332. package/dist-types/commands/GetGlossaryCommand.d.ts +101 -0
  333. package/dist-types/commands/GetGlossaryTermCommand.d.ts +110 -0
  334. package/dist-types/commands/GetGroupProfileCommand.d.ts +95 -0
  335. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +95 -0
  336. package/dist-types/commands/GetListingCommand.d.ts +118 -0
  337. package/dist-types/commands/GetProjectCommand.d.ts +101 -0
  338. package/dist-types/commands/GetSubscriptionCommand.d.ts +128 -0
  339. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +119 -0
  340. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +133 -0
  341. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +116 -0
  342. package/dist-types/commands/GetUserProfileCommand.d.ts +106 -0
  343. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +103 -0
  344. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +118 -0
  345. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +125 -0
  346. package/dist-types/commands/ListDataSourcesCommand.d.ts +128 -0
  347. package/dist-types/commands/ListDomainsCommand.d.ts +112 -0
  348. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +111 -0
  349. package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +110 -0
  350. package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +110 -0
  351. package/dist-types/commands/ListEnvironmentsCommand.d.ts +115 -0
  352. package/dist-types/commands/ListNotificationsCommand.d.ts +125 -0
  353. package/dist-types/commands/ListProjectMembershipsCommand.d.ts +109 -0
  354. package/dist-types/commands/ListProjectsCommand.d.ts +104 -0
  355. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +131 -0
  356. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +145 -0
  357. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +125 -0
  358. package/dist-types/commands/ListSubscriptionsCommand.d.ts +141 -0
  359. package/dist-types/commands/ListTagsForResourceCommand.d.ts +93 -0
  360. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +118 -0
  361. package/dist-types/commands/RejectPredictionsCommand.d.ts +109 -0
  362. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +137 -0
  363. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +132 -0
  364. package/dist-types/commands/SearchCommand.d.ts +221 -0
  365. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +103 -0
  366. package/dist-types/commands/SearchListingsCommand.d.ts +153 -0
  367. package/dist-types/commands/SearchTypesCommand.d.ts +171 -0
  368. package/dist-types/commands/SearchUserProfilesCommand.d.ts +113 -0
  369. package/dist-types/commands/StartDataSourceRunCommand.d.ts +120 -0
  370. package/dist-types/commands/TagResourceCommand.d.ts +92 -0
  371. package/dist-types/commands/UntagResourceCommand.d.ts +89 -0
  372. package/dist-types/commands/UpdateDataSourceCommand.d.ts +243 -0
  373. package/dist-types/commands/UpdateDomainCommand.d.ts +113 -0
  374. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +168 -0
  375. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +128 -0
  376. package/dist-types/commands/UpdateGlossaryCommand.d.ts +104 -0
  377. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +122 -0
  378. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +96 -0
  379. package/dist-types/commands/UpdateProjectCommand.d.ts +112 -0
  380. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +128 -0
  381. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +137 -0
  382. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +134 -0
  383. package/dist-types/commands/UpdateUserProfileCommand.d.ts +107 -0
  384. package/dist-types/commands/index.d.ts +99 -0
  385. package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
  386. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  387. package/dist-types/endpoint/ruleset.d.ts +2 -0
  388. package/dist-types/extensionConfiguration.d.ts +8 -0
  389. package/dist-types/index.d.ts +16 -0
  390. package/dist-types/models/DataZoneServiceException.d.ts +13 -0
  391. package/dist-types/models/index.d.ts +2 -0
  392. package/dist-types/models/models_0.d.ts +9539 -0
  393. package/dist-types/models/models_1.d.ts +2259 -0
  394. package/dist-types/pagination/Interfaces.d.ts +8 -0
  395. package/dist-types/pagination/ListAssetRevisionsPaginator.d.ts +7 -0
  396. package/dist-types/pagination/ListDataSourceRunActivitiesPaginator.d.ts +7 -0
  397. package/dist-types/pagination/ListDataSourceRunsPaginator.d.ts +7 -0
  398. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +7 -0
  399. package/dist-types/pagination/ListDomainsPaginator.d.ts +7 -0
  400. package/dist-types/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +7 -0
  401. package/dist-types/pagination/ListEnvironmentBlueprintsPaginator.d.ts +7 -0
  402. package/dist-types/pagination/ListEnvironmentProfilesPaginator.d.ts +7 -0
  403. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +7 -0
  404. package/dist-types/pagination/ListNotificationsPaginator.d.ts +7 -0
  405. package/dist-types/pagination/ListProjectMembershipsPaginator.d.ts +7 -0
  406. package/dist-types/pagination/ListProjectsPaginator.d.ts +7 -0
  407. package/dist-types/pagination/ListSubscriptionGrantsPaginator.d.ts +7 -0
  408. package/dist-types/pagination/ListSubscriptionRequestsPaginator.d.ts +7 -0
  409. package/dist-types/pagination/ListSubscriptionTargetsPaginator.d.ts +7 -0
  410. package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +7 -0
  411. package/dist-types/pagination/SearchGroupProfilesPaginator.d.ts +7 -0
  412. package/dist-types/pagination/SearchListingsPaginator.d.ts +7 -0
  413. package/dist-types/pagination/SearchPaginator.d.ts +7 -0
  414. package/dist-types/pagination/SearchTypesPaginator.d.ts +7 -0
  415. package/dist-types/pagination/SearchUserProfilesPaginator.d.ts +7 -0
  416. package/dist-types/pagination/index.d.ts +22 -0
  417. package/dist-types/protocols/Aws_restJson1.d.ts +893 -0
  418. package/dist-types/runtimeConfig.browser.d.ts +46 -0
  419. package/dist-types/runtimeConfig.d.ts +46 -0
  420. package/dist-types/runtimeConfig.native.d.ts +45 -0
  421. package/dist-types/runtimeConfig.shared.d.ts +19 -0
  422. package/dist-types/runtimeExtensions.d.ts +17 -0
  423. package/dist-types/ts3.4/DataZone.d.ts +1712 -0
  424. package/dist-types/ts3.4/DataZoneClient.d.ts +712 -0
  425. package/dist-types/ts3.4/commands/AcceptPredictionsCommand.d.ts +38 -0
  426. package/dist-types/ts3.4/commands/AcceptSubscriptionRequestCommand.d.ts +42 -0
  427. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +39 -0
  428. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +35 -0
  429. package/dist-types/ts3.4/commands/CreateAssetRevisionCommand.d.ts +39 -0
  430. package/dist-types/ts3.4/commands/CreateAssetTypeCommand.d.ts +38 -0
  431. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +38 -0
  432. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +35 -0
  433. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -0
  434. package/dist-types/ts3.4/commands/CreateEnvironmentProfileCommand.d.ts +42 -0
  435. package/dist-types/ts3.4/commands/CreateFormTypeCommand.d.ts +35 -0
  436. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +35 -0
  437. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +39 -0
  438. package/dist-types/ts3.4/commands/CreateGroupProfileCommand.d.ts +39 -0
  439. package/dist-types/ts3.4/commands/CreateListingChangeSetCommand.d.ts +42 -0
  440. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
  441. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +42 -0
  442. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +42 -0
  443. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +42 -0
  444. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +42 -0
  445. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +38 -0
  446. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +35 -0
  447. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +38 -0
  448. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +38 -0
  449. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +35 -0
  450. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +42 -0
  451. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -0
  452. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +38 -0
  453. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +35 -0
  454. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +35 -0
  455. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +39 -0
  456. package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +35 -0
  457. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -0
  458. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +42 -0
  459. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +42 -0
  460. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +38 -0
  461. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +38 -0
  462. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +35 -0
  463. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +35 -0
  464. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +35 -0
  465. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +38 -0
  466. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +35 -0
  467. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +42 -0
  468. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +42 -0
  469. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +35 -0
  470. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +42 -0
  471. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +35 -0
  472. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +35 -0
  473. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +38 -0
  474. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +38 -0
  475. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +42 -0
  476. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +35 -0
  477. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +35 -0
  478. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +38 -0
  479. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +42 -0
  480. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +42 -0
  481. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +42 -0
  482. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +35 -0
  483. package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +39 -0
  484. package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +42 -0
  485. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +39 -0
  486. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +38 -0
  487. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +35 -0
  488. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +42 -0
  489. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +42 -0
  490. package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +42 -0
  491. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +38 -0
  492. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +38 -0
  493. package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +42 -0
  494. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
  495. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +42 -0
  496. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +42 -0
  497. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +40 -0
  498. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +38 -0
  499. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  500. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +42 -0
  501. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +38 -0
  502. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +42 -0
  503. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +39 -0
  504. package/dist-types/ts3.4/commands/SearchCommand.d.ts +33 -0
  505. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +39 -0
  506. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +35 -0
  507. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +35 -0
  508. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +39 -0
  509. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +39 -0
  510. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  511. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  512. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +38 -0
  513. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +35 -0
  514. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -0
  515. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +42 -0
  516. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +35 -0
  517. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +39 -0
  518. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +39 -0
  519. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +35 -0
  520. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +42 -0
  521. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +42 -0
  522. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +42 -0
  523. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +38 -0
  524. package/dist-types/ts3.4/commands/index.d.ts +99 -0
  525. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +31 -0
  526. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  527. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  528. package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  529. package/dist-types/ts3.4/index.d.ts +7 -0
  530. package/dist-types/ts3.4/models/DataZoneServiceException.d.ts +8 -0
  531. package/dist-types/ts3.4/models/index.d.ts +2 -0
  532. package/dist-types/ts3.4/models/models_0.d.ts +2702 -0
  533. package/dist-types/ts3.4/models/models_1.d.ts +685 -0
  534. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  535. package/dist-types/ts3.4/pagination/ListAssetRevisionsPaginator.d.ts +11 -0
  536. package/dist-types/ts3.4/pagination/ListDataSourceRunActivitiesPaginator.d.ts +11 -0
  537. package/dist-types/ts3.4/pagination/ListDataSourceRunsPaginator.d.ts +11 -0
  538. package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -0
  539. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -0
  540. package/dist-types/ts3.4/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +11 -0
  541. package/dist-types/ts3.4/pagination/ListEnvironmentBlueprintsPaginator.d.ts +11 -0
  542. package/dist-types/ts3.4/pagination/ListEnvironmentProfilesPaginator.d.ts +11 -0
  543. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -0
  544. package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -0
  545. package/dist-types/ts3.4/pagination/ListProjectMembershipsPaginator.d.ts +11 -0
  546. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -0
  547. package/dist-types/ts3.4/pagination/ListSubscriptionGrantsPaginator.d.ts +11 -0
  548. package/dist-types/ts3.4/pagination/ListSubscriptionRequestsPaginator.d.ts +11 -0
  549. package/dist-types/ts3.4/pagination/ListSubscriptionTargetsPaginator.d.ts +11 -0
  550. package/dist-types/ts3.4/pagination/ListSubscriptionsPaginator.d.ts +11 -0
  551. package/dist-types/ts3.4/pagination/SearchGroupProfilesPaginator.d.ts +11 -0
  552. package/dist-types/ts3.4/pagination/SearchListingsPaginator.d.ts +11 -0
  553. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +11 -0
  554. package/dist-types/ts3.4/pagination/SearchTypesPaginator.d.ts +11 -0
  555. package/dist-types/ts3.4/pagination/SearchUserProfilesPaginator.d.ts +11 -0
  556. package/dist-types/ts3.4/pagination/index.d.ts +22 -0
  557. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1193 -0
  558. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
  559. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
  560. package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
  561. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
  562. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  563. package/package.json +102 -0
@@ -0,0 +1,2259 @@
1
+ import { AssetItem, AssetListingItem, AssetTypeItem, ConfigurableEnvironmentAction, CustomParameter, DataProductSummary, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, Model, ProvisioningProperties, Resource, SortOrder, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
2
+ /**
3
+ * @public
4
+ * <p>The details of the subscription target.</p>
5
+ */
6
+ export interface SubscriptionTargetSummary {
7
+ /**
8
+ * @public
9
+ * <p>The identifier of the subscription target.</p>
10
+ */
11
+ id: string | undefined;
12
+ /**
13
+ * @public
14
+ * <p>The authorized principals included in the subscription target.</p>
15
+ */
16
+ authorizedPrincipals: string[] | undefined;
17
+ /**
18
+ * @public
19
+ * <p>The identifier of the Amazon DataZone domain in which the subscription target exists.</p>
20
+ */
21
+ domainId: string | undefined;
22
+ /**
23
+ * @public
24
+ * <p>The identifier of the project specified in the subscription target.</p>
25
+ */
26
+ projectId: string | undefined;
27
+ /**
28
+ * @public
29
+ * <p>The identifier of the environment of the subscription target.</p>
30
+ */
31
+ environmentId: string | undefined;
32
+ /**
33
+ * @public
34
+ * <p>The name of the subscription target.</p>
35
+ */
36
+ name: string | undefined;
37
+ /**
38
+ * @public
39
+ * <p>The type of the subscription target.</p>
40
+ */
41
+ type: string | undefined;
42
+ /**
43
+ * @public
44
+ * <p>The Amazon DataZone user who created the subscription target.</p>
45
+ */
46
+ createdBy: string | undefined;
47
+ /**
48
+ * @public
49
+ * <p>The Amazon DataZone user who updated the subscription target.</p>
50
+ */
51
+ updatedBy?: string;
52
+ /**
53
+ * @public
54
+ * <p>The timestamp of when the subscription target was created.</p>
55
+ */
56
+ createdAt: Date | undefined;
57
+ /**
58
+ * @public
59
+ * <p>The timestamp of when the subscription target was updated.</p>
60
+ */
61
+ updatedAt?: Date;
62
+ /**
63
+ * @public
64
+ * <p>The manage access role specified in the subscription target.</p>
65
+ */
66
+ manageAccessRole: string | undefined;
67
+ /**
68
+ * @public
69
+ * <p>The asset types included in the subscription target.</p>
70
+ */
71
+ applicableAssetTypes: string[] | undefined;
72
+ /**
73
+ * @public
74
+ * <p>The configuration of the subscription target.</p>
75
+ */
76
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
77
+ /**
78
+ * @public
79
+ * <p>The provider of the subscription target.</p>
80
+ */
81
+ provider: string | undefined;
82
+ }
83
+ /**
84
+ * @public
85
+ */
86
+ export interface ListSubscriptionTargetsOutput {
87
+ /**
88
+ * @public
89
+ * <p>The results of the <code>ListSubscriptionTargets</code> action.</p>
90
+ */
91
+ items: SubscriptionTargetSummary[] | undefined;
92
+ /**
93
+ * @public
94
+ * <p>When the number of subscription targets is greater than the default value for the
95
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
96
+ * <code>MaxResults</code> that is less than the number of subscription targets, the
97
+ * response includes a pagination token named <code>NextToken</code>. You can specify this
98
+ * <code>NextToken</code> value in a subsequent call to
99
+ * <code>ListSubscriptionTargets</code> to list the next set of subscription
100
+ * targets.</p>
101
+ */
102
+ nextToken?: string;
103
+ }
104
+ /**
105
+ * @public
106
+ */
107
+ export interface ListTagsForResourceRequest {
108
+ /**
109
+ * @public
110
+ * <p>The ARN of the resource whose tags you want to list.</p>
111
+ */
112
+ resourceArn: string | undefined;
113
+ }
114
+ /**
115
+ * @public
116
+ */
117
+ export interface ListTagsForResourceResponse {
118
+ /**
119
+ * @public
120
+ * <p>The tags of the specified resource.</p>
121
+ */
122
+ tags?: Record<string, string>;
123
+ }
124
+ /**
125
+ * @public
126
+ * <p>The details of the automatically generated business metadata that is rejected.</p>
127
+ */
128
+ export interface RejectChoice {
129
+ /**
130
+ * @public
131
+ * <p>Specifies the target (for example, a column name) where a prediction can be
132
+ * rejected.</p>
133
+ */
134
+ predictionTarget?: string;
135
+ /**
136
+ * @public
137
+ * <p>Specifies the the automatically generated business metadata that can be rejected.</p>
138
+ */
139
+ predictionChoices?: number[];
140
+ }
141
+ /**
142
+ * @public
143
+ * @enum
144
+ */
145
+ export declare const RejectRuleBehavior: {
146
+ readonly ALL: "ALL";
147
+ readonly NONE: "NONE";
148
+ };
149
+ /**
150
+ * @public
151
+ */
152
+ export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
153
+ /**
154
+ * @public
155
+ * <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
156
+ */
157
+ export interface RejectRule {
158
+ /**
159
+ * @public
160
+ * <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
161
+ */
162
+ rule?: RejectRuleBehavior | string;
163
+ /**
164
+ * @public
165
+ * <p>The confidence score that specifies the condition at which a prediction can be
166
+ * rejected.</p>
167
+ */
168
+ threshold?: number;
169
+ }
170
+ /**
171
+ * @public
172
+ */
173
+ export interface RejectPredictionsInput {
174
+ /**
175
+ * @public
176
+ * <p>The identifier of the Amazon DataZone domain.</p>
177
+ */
178
+ domainIdentifier: string | undefined;
179
+ /**
180
+ * @public
181
+ * <p>The identifier of the prediction.</p>
182
+ */
183
+ identifier: string | undefined;
184
+ /**
185
+ * @public
186
+ * <p/>
187
+ */
188
+ revision?: string;
189
+ /**
190
+ * @public
191
+ * <p/>
192
+ */
193
+ rejectRule?: RejectRule;
194
+ /**
195
+ * @public
196
+ * <p/>
197
+ */
198
+ rejectChoices?: RejectChoice[];
199
+ /**
200
+ * @public
201
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
202
+ * request.</p>
203
+ */
204
+ clientToken?: string;
205
+ }
206
+ /**
207
+ * @public
208
+ */
209
+ export interface RejectPredictionsOutput {
210
+ /**
211
+ * @public
212
+ * <p/>
213
+ */
214
+ domainId: string | undefined;
215
+ /**
216
+ * @public
217
+ * <p/>
218
+ */
219
+ assetId: string | undefined;
220
+ /**
221
+ * @public
222
+ * <p/>
223
+ */
224
+ assetRevision: string | undefined;
225
+ }
226
+ /**
227
+ * @public
228
+ */
229
+ export interface RejectSubscriptionRequestInput {
230
+ /**
231
+ * @public
232
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was
233
+ * rejected.</p>
234
+ */
235
+ domainIdentifier: string | undefined;
236
+ /**
237
+ * @public
238
+ * <p>The identifier of the subscription request that was rejected.</p>
239
+ */
240
+ identifier: string | undefined;
241
+ /**
242
+ * @public
243
+ * <p>The decision comment of the rejected subscription request.</p>
244
+ */
245
+ decisionComment?: string;
246
+ }
247
+ /**
248
+ * @public
249
+ */
250
+ export interface RejectSubscriptionRequestOutput {
251
+ /**
252
+ * @public
253
+ * <p>The identifier of the subscription request that was rejected.</p>
254
+ */
255
+ id: string | undefined;
256
+ /**
257
+ * @public
258
+ * <p>The timestamp of when the subscription request was rejected.</p>
259
+ */
260
+ createdBy: string | undefined;
261
+ /**
262
+ * @public
263
+ * <p>The Amazon DataZone user who updated the subscription request.</p>
264
+ */
265
+ updatedBy?: string;
266
+ /**
267
+ * @public
268
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was
269
+ * rejected.</p>
270
+ */
271
+ domainId: string | undefined;
272
+ /**
273
+ * @public
274
+ * <p>The status of the subscription request.</p>
275
+ */
276
+ status: SubscriptionRequestStatus | string | undefined;
277
+ /**
278
+ * @public
279
+ * <p>The timestamp of when the subscription request was rejected.</p>
280
+ */
281
+ createdAt: Date | undefined;
282
+ /**
283
+ * @public
284
+ * <p>The timestamp of when the subscription request was updated.</p>
285
+ */
286
+ updatedAt: Date | undefined;
287
+ /**
288
+ * @public
289
+ * <p>The reason for the subscription request.</p>
290
+ */
291
+ requestReason: string | undefined;
292
+ /**
293
+ * @public
294
+ * <p>The subscribed principals of the subscription request.</p>
295
+ */
296
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
297
+ /**
298
+ * @public
299
+ * <p>The subscribed listings of the subscription request.</p>
300
+ */
301
+ subscribedListings: SubscribedListing[] | undefined;
302
+ /**
303
+ * @public
304
+ * <p>The identifier of the subscription request reviewer.</p>
305
+ */
306
+ reviewerId?: string;
307
+ /**
308
+ * @public
309
+ * <p>The decision comment of the rejected subscription request.</p>
310
+ */
311
+ decisionComment?: string;
312
+ }
313
+ /**
314
+ * @public
315
+ */
316
+ export interface RevokeSubscriptionInput {
317
+ /**
318
+ * @public
319
+ * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
320
+ */
321
+ domainIdentifier: string | undefined;
322
+ /**
323
+ * @public
324
+ * <p>The identifier of the revoked subscription.</p>
325
+ */
326
+ identifier: string | undefined;
327
+ /**
328
+ * @public
329
+ * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
330
+ */
331
+ retainPermissions?: boolean;
332
+ }
333
+ /**
334
+ * @public
335
+ */
336
+ export interface RevokeSubscriptionOutput {
337
+ /**
338
+ * @public
339
+ * <p>The identifier of the revoked subscription.</p>
340
+ */
341
+ id: string | undefined;
342
+ /**
343
+ * @public
344
+ * <p>The identifier of the user who revoked the subscription.</p>
345
+ */
346
+ createdBy: string | undefined;
347
+ /**
348
+ * @public
349
+ * <p>The Amazon DataZone user who revoked the subscription.</p>
350
+ */
351
+ updatedBy?: string;
352
+ /**
353
+ * @public
354
+ * <p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>
355
+ */
356
+ domainId: string | undefined;
357
+ /**
358
+ * @public
359
+ * <p>The status of the revoked subscription.</p>
360
+ */
361
+ status: SubscriptionStatus | string | undefined;
362
+ /**
363
+ * @public
364
+ * <p>The timestamp of when the subscription was revoked.</p>
365
+ */
366
+ createdAt: Date | undefined;
367
+ /**
368
+ * @public
369
+ * <p>The timestamp of when the subscription was revoked.</p>
370
+ */
371
+ updatedAt: Date | undefined;
372
+ /**
373
+ * @public
374
+ * <p>The subscribed principal of the revoked subscription.</p>
375
+ */
376
+ subscribedPrincipal: SubscribedPrincipal | undefined;
377
+ /**
378
+ * @public
379
+ * <p>The subscribed listing of the revoked subscription.</p>
380
+ */
381
+ subscribedListing: SubscribedListing | undefined;
382
+ /**
383
+ * @public
384
+ * <p>The identifier of the subscription request for the revoked subscription.</p>
385
+ */
386
+ subscriptionRequestId?: string;
387
+ /**
388
+ * @public
389
+ * <p>Specifies whether permissions are retained when the subscription is revoked.</p>
390
+ */
391
+ retainPermissions?: boolean;
392
+ }
393
+ /**
394
+ * @public
395
+ * @enum
396
+ */
397
+ export declare const SearchOutputAdditionalAttribute: {
398
+ readonly FORMS: "FORMS";
399
+ };
400
+ /**
401
+ * @public
402
+ */
403
+ export type SearchOutputAdditionalAttribute = (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
404
+ /**
405
+ * @public
406
+ * <p>A search filter in Amazon DataZone.</p>
407
+ */
408
+ export interface Filter {
409
+ /**
410
+ * @public
411
+ * <p>A search filter attribute in Amazon DataZone.</p>
412
+ */
413
+ attribute: string | undefined;
414
+ /**
415
+ * @public
416
+ * <p>A search filter value in Amazon DataZone.</p>
417
+ */
418
+ value: string | undefined;
419
+ }
420
+ /**
421
+ * @public
422
+ * <p>The details of the search.</p>
423
+ */
424
+ export interface SearchInItem {
425
+ /**
426
+ * @public
427
+ * <p>The search attribute.</p>
428
+ */
429
+ attribute: string | undefined;
430
+ }
431
+ /**
432
+ * @public
433
+ * @enum
434
+ */
435
+ export declare const InventorySearchScope: {
436
+ readonly ASSET: "ASSET";
437
+ readonly GLOSSARY: "GLOSSARY";
438
+ readonly GLOSSARY_TERM: "GLOSSARY_TERM";
439
+ };
440
+ /**
441
+ * @public
442
+ */
443
+ export type InventorySearchScope = (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
444
+ /**
445
+ * @public
446
+ * <p>The details of the way to sort search results.</p>
447
+ */
448
+ export interface SearchSort {
449
+ /**
450
+ * @public
451
+ * <p>The attribute detail of the way to sort search results.</p>
452
+ */
453
+ attribute: string | undefined;
454
+ /**
455
+ * @public
456
+ * <p>The order detail of the wya to sort search results.</p>
457
+ */
458
+ order?: SortOrder | string;
459
+ }
460
+ /**
461
+ * @public
462
+ * <p>The details of a business glossary.</p>
463
+ */
464
+ export interface GlossaryItem {
465
+ /**
466
+ * @public
467
+ * <p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>
468
+ */
469
+ domainId: string | undefined;
470
+ /**
471
+ * @public
472
+ * <p>The identifier of the glossary.</p>
473
+ */
474
+ id: string | undefined;
475
+ /**
476
+ * @public
477
+ * <p>The name of the glossary.</p>
478
+ */
479
+ name: string | undefined;
480
+ /**
481
+ * @public
482
+ * <p>The identifier of the project that owns the business glosary.</p>
483
+ */
484
+ owningProjectId: string | undefined;
485
+ /**
486
+ * @public
487
+ * <p>The business glossary description.</p>
488
+ */
489
+ description?: string;
490
+ /**
491
+ * @public
492
+ * <p>The business glossary status.</p>
493
+ */
494
+ status: GlossaryStatus | string | undefined;
495
+ /**
496
+ * @public
497
+ * <p>The timestamp of when the glossary was created.</p>
498
+ */
499
+ createdAt?: Date;
500
+ /**
501
+ * @public
502
+ * <p>The Amazon DataZone user who created the glossary.</p>
503
+ */
504
+ createdBy?: string;
505
+ /**
506
+ * @public
507
+ * <p>The timestamp of when the business glossary was updated.</p>
508
+ */
509
+ updatedAt?: Date;
510
+ /**
511
+ * @public
512
+ * <p>The Amazon DataZone user who updated the business glossary.</p>
513
+ */
514
+ updatedBy?: string;
515
+ }
516
+ /**
517
+ * @public
518
+ * <p>The details of a business glossary term.</p>
519
+ */
520
+ export interface GlossaryTermItem {
521
+ /**
522
+ * @public
523
+ * <p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>
524
+ */
525
+ domainId: string | undefined;
526
+ /**
527
+ * @public
528
+ * <p>The identifier of the business glossary to which the term belongs.</p>
529
+ */
530
+ glossaryId: string | undefined;
531
+ /**
532
+ * @public
533
+ * <p>The identifier of the business glossary term.</p>
534
+ */
535
+ id: string | undefined;
536
+ /**
537
+ * @public
538
+ * <p>The name of the business glossary term.</p>
539
+ */
540
+ name: string | undefined;
541
+ /**
542
+ * @public
543
+ * <p>The short description of the business glossary term.</p>
544
+ */
545
+ shortDescription?: string;
546
+ /**
547
+ * @public
548
+ * <p>The long description of the business glossary term.</p>
549
+ */
550
+ longDescription?: string;
551
+ /**
552
+ * @public
553
+ * <p>The relations of the business glossary term.</p>
554
+ */
555
+ termRelations?: TermRelations;
556
+ /**
557
+ * @public
558
+ * <p>The status of the business glossary term.</p>
559
+ */
560
+ status: GlossaryTermStatus | string | undefined;
561
+ /**
562
+ * @public
563
+ * <p>The timestamp of when a business glossary term was created.</p>
564
+ */
565
+ createdAt?: Date;
566
+ /**
567
+ * @public
568
+ * <p>The Amazon DataZone user who created the business glossary.</p>
569
+ */
570
+ createdBy?: string;
571
+ /**
572
+ * @public
573
+ * <p>The timestamp of when a business glossary term was updated.</p>
574
+ */
575
+ updatedAt?: Date;
576
+ /**
577
+ * @public
578
+ * <p>The Amazon DataZone user who updated the business glossary term.</p>
579
+ */
580
+ updatedBy?: string;
581
+ }
582
+ /**
583
+ * @public
584
+ * <p>The details of the search results.</p>
585
+ */
586
+ export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.DataProductItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
587
+ /**
588
+ * @public
589
+ */
590
+ export declare namespace SearchInventoryResultItem {
591
+ /**
592
+ * @public
593
+ * <p>The glossary item included in the search results.</p>
594
+ */
595
+ interface GlossaryItemMember {
596
+ glossaryItem: GlossaryItem;
597
+ glossaryTermItem?: never;
598
+ assetItem?: never;
599
+ dataProductItem?: never;
600
+ $unknown?: never;
601
+ }
602
+ /**
603
+ * @public
604
+ * <p>The glossary term item included in the search results.</p>
605
+ */
606
+ interface GlossaryTermItemMember {
607
+ glossaryItem?: never;
608
+ glossaryTermItem: GlossaryTermItem;
609
+ assetItem?: never;
610
+ dataProductItem?: never;
611
+ $unknown?: never;
612
+ }
613
+ /**
614
+ * @public
615
+ * <p>The asset item included in the search results.</p>
616
+ */
617
+ interface AssetItemMember {
618
+ glossaryItem?: never;
619
+ glossaryTermItem?: never;
620
+ assetItem: AssetItem;
621
+ dataProductItem?: never;
622
+ $unknown?: never;
623
+ }
624
+ /**
625
+ * @public
626
+ * <p>The data product item included in the search results.</p>
627
+ */
628
+ interface DataProductItemMember {
629
+ glossaryItem?: never;
630
+ glossaryTermItem?: never;
631
+ assetItem?: never;
632
+ dataProductItem: DataProductSummary;
633
+ $unknown?: never;
634
+ }
635
+ /**
636
+ * @public
637
+ */
638
+ interface $UnknownMember {
639
+ glossaryItem?: never;
640
+ glossaryTermItem?: never;
641
+ assetItem?: never;
642
+ dataProductItem?: never;
643
+ $unknown: [string, any];
644
+ }
645
+ interface Visitor<T> {
646
+ glossaryItem: (value: GlossaryItem) => T;
647
+ glossaryTermItem: (value: GlossaryTermItem) => T;
648
+ assetItem: (value: AssetItem) => T;
649
+ dataProductItem: (value: DataProductSummary) => T;
650
+ _: (name: string, value: any) => T;
651
+ }
652
+ const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
653
+ }
654
+ /**
655
+ * @public
656
+ */
657
+ export interface SearchOutput {
658
+ /**
659
+ * @public
660
+ * <p>The results of the <code>Search</code> action.</p>
661
+ */
662
+ items?: SearchInventoryResultItem[];
663
+ /**
664
+ * @public
665
+ * <p>When the number of results is greater than the default value for the
666
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
667
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
668
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
669
+ * value in a subsequent call to <code>Search</code> to list the next set of results.</p>
670
+ */
671
+ nextToken?: string;
672
+ /**
673
+ * @public
674
+ * <p>Total number of search results.</p>
675
+ */
676
+ totalMatchCount?: number;
677
+ }
678
+ /**
679
+ * @public
680
+ * @enum
681
+ */
682
+ export declare const GroupSearchType: {
683
+ readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
684
+ readonly SSO_GROUP: "SSO_GROUP";
685
+ };
686
+ /**
687
+ * @public
688
+ */
689
+ export type GroupSearchType = (typeof GroupSearchType)[keyof typeof GroupSearchType];
690
+ /**
691
+ * @public
692
+ */
693
+ export interface SearchGroupProfilesInput {
694
+ /**
695
+ * @public
696
+ * <p>The identifier of the Amazon DataZone domain in which you want to search group
697
+ * profiles.</p>
698
+ */
699
+ domainIdentifier: string | undefined;
700
+ /**
701
+ * @public
702
+ * <p>The group type for which to search.</p>
703
+ */
704
+ groupType: GroupSearchType | string | undefined;
705
+ /**
706
+ * @public
707
+ * <p>Specifies the text for which to search.</p>
708
+ */
709
+ searchText?: string;
710
+ /**
711
+ * @public
712
+ * <p>The maximum number of results to return in a single call to
713
+ * <code>SearchGroupProfiles</code>. When the number of results to be listed is greater
714
+ * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
715
+ * value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the
716
+ * next set of results. </p>
717
+ */
718
+ maxResults?: number;
719
+ /**
720
+ * @public
721
+ * <p>When the number of results is greater than the default value for the
722
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
723
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
724
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
725
+ * value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
726
+ * results.</p>
727
+ */
728
+ nextToken?: string;
729
+ }
730
+ /**
731
+ * @public
732
+ * <p>The details of a group profile.</p>
733
+ */
734
+ export interface GroupProfileSummary {
735
+ /**
736
+ * @public
737
+ * <p>The ID of the Amazon DataZone domain of a group profile.</p>
738
+ */
739
+ domainId?: string;
740
+ /**
741
+ * @public
742
+ * <p>The ID of a group profile.</p>
743
+ */
744
+ id?: string;
745
+ /**
746
+ * @public
747
+ * <p>The status of a group profile.</p>
748
+ */
749
+ status?: GroupProfileStatus | string;
750
+ /**
751
+ * @public
752
+ * <p>The group name of a group profile.</p>
753
+ */
754
+ groupName?: string;
755
+ }
756
+ /**
757
+ * @public
758
+ */
759
+ export interface SearchGroupProfilesOutput {
760
+ /**
761
+ * @public
762
+ * <p>The results of the <code>SearchGroupProfiles</code> action.</p>
763
+ */
764
+ items?: GroupProfileSummary[];
765
+ /**
766
+ * @public
767
+ * <p>When the number of results is greater than the default value for the
768
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
769
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
770
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
771
+ * value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
772
+ * results.</p>
773
+ */
774
+ nextToken?: string;
775
+ }
776
+ /**
777
+ * @public
778
+ * <p>The details of the results of the <code>SearchListings</code> action.</p>
779
+ */
780
+ export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResultItem.$UnknownMember;
781
+ /**
782
+ * @public
783
+ */
784
+ export declare namespace SearchResultItem {
785
+ /**
786
+ * @public
787
+ * <p>The asset listing included in the results of the <code>SearchListings</code>
788
+ * action.</p>
789
+ */
790
+ interface AssetListingMember {
791
+ assetListing: AssetListingItem;
792
+ $unknown?: never;
793
+ }
794
+ /**
795
+ * @public
796
+ */
797
+ interface $UnknownMember {
798
+ assetListing?: never;
799
+ $unknown: [string, any];
800
+ }
801
+ interface Visitor<T> {
802
+ assetListing: (value: AssetListingItem) => T;
803
+ _: (name: string, value: any) => T;
804
+ }
805
+ const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
806
+ }
807
+ /**
808
+ * @public
809
+ */
810
+ export interface SearchListingsOutput {
811
+ /**
812
+ * @public
813
+ * <p>The results of the <code>SearchListings</code> action.</p>
814
+ */
815
+ items?: SearchResultItem[];
816
+ /**
817
+ * @public
818
+ * <p>When the number of results is greater than the default value for the
819
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
820
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
821
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
822
+ * value in a subsequent call to <code>SearchListings</code> to list the next set of
823
+ * results.</p>
824
+ */
825
+ nextToken?: string;
826
+ /**
827
+ * @public
828
+ * <p>Total number of search results.</p>
829
+ */
830
+ totalMatchCount?: number;
831
+ }
832
+ /**
833
+ * @public
834
+ * @enum
835
+ */
836
+ export declare const TypesSearchScope: {
837
+ readonly ASSET_TYPE: "ASSET_TYPE";
838
+ readonly FORM_TYPE: "FORM_TYPE";
839
+ };
840
+ /**
841
+ * @public
842
+ */
843
+ export type TypesSearchScope = (typeof TypesSearchScope)[keyof typeof TypesSearchScope];
844
+ /**
845
+ * @public
846
+ * <p>The details of the metadata form type.</p>
847
+ */
848
+ export interface FormTypeData {
849
+ /**
850
+ * @public
851
+ * <p>The identifier of the Amazon DataZone domain in which the form type exists.</p>
852
+ */
853
+ domainId: string | undefined;
854
+ /**
855
+ * @public
856
+ * <p>The name of the form type.</p>
857
+ */
858
+ name: string | undefined;
859
+ /**
860
+ * @public
861
+ * <p>The revision of the form type.</p>
862
+ */
863
+ revision: string | undefined;
864
+ /**
865
+ * @public
866
+ * <p>The model of the form type.</p>
867
+ */
868
+ model?: Model;
869
+ /**
870
+ * @public
871
+ * <p>The status of the form type.</p>
872
+ */
873
+ status?: FormTypeStatus | string;
874
+ /**
875
+ * @public
876
+ * <p>The identifier of the project that owns the form type.</p>
877
+ */
878
+ owningProjectId?: string;
879
+ /**
880
+ * @public
881
+ * <p>The identifier of the Amazon DataZone domain in which the form type was originally
882
+ * created.</p>
883
+ */
884
+ originDomainId?: string;
885
+ /**
886
+ * @public
887
+ * <p>The identifier of the project in which the form type was originally created.</p>
888
+ */
889
+ originProjectId?: string;
890
+ /**
891
+ * @public
892
+ * <p>The timestamp of when the metadata form type was created.</p>
893
+ */
894
+ createdAt?: Date;
895
+ /**
896
+ * @public
897
+ * <p>The Amazon DataZone user who created teh metadata form type.</p>
898
+ */
899
+ createdBy?: string;
900
+ /**
901
+ * @public
902
+ * <p>The description of the metadata form type.</p>
903
+ */
904
+ description?: string;
905
+ /**
906
+ * @public
907
+ * <p>The imports specified in the form type.</p>
908
+ */
909
+ imports?: Import[];
910
+ }
911
+ /**
912
+ * @public
913
+ * <p>The details of the results of the <code>SearchTypes</code> action.</p>
914
+ */
915
+ export type SearchTypesResultItem = SearchTypesResultItem.AssetTypeItemMember | SearchTypesResultItem.FormTypeItemMember | SearchTypesResultItem.$UnknownMember;
916
+ /**
917
+ * @public
918
+ */
919
+ export declare namespace SearchTypesResultItem {
920
+ /**
921
+ * @public
922
+ * <p>The asset type included in the results of the <code>SearchTypes</code> action.</p>
923
+ */
924
+ interface AssetTypeItemMember {
925
+ assetTypeItem: AssetTypeItem;
926
+ formTypeItem?: never;
927
+ $unknown?: never;
928
+ }
929
+ /**
930
+ * @public
931
+ * <p>The form type included in the results of the <code>SearchTypes</code> action.</p>
932
+ */
933
+ interface FormTypeItemMember {
934
+ assetTypeItem?: never;
935
+ formTypeItem: FormTypeData;
936
+ $unknown?: never;
937
+ }
938
+ /**
939
+ * @public
940
+ */
941
+ interface $UnknownMember {
942
+ assetTypeItem?: never;
943
+ formTypeItem?: never;
944
+ $unknown: [string, any];
945
+ }
946
+ interface Visitor<T> {
947
+ assetTypeItem: (value: AssetTypeItem) => T;
948
+ formTypeItem: (value: FormTypeData) => T;
949
+ _: (name: string, value: any) => T;
950
+ }
951
+ const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
952
+ }
953
+ /**
954
+ * @public
955
+ */
956
+ export interface SearchTypesOutput {
957
+ /**
958
+ * @public
959
+ * <p>The results of the <code>SearchTypes</code> action.</p>
960
+ */
961
+ items?: SearchTypesResultItem[];
962
+ /**
963
+ * @public
964
+ * <p>When the number of results is greater than the default value for the
965
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
966
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
967
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
968
+ * value in a subsequent call to <code>SearchTypes</code> to list the next set of
969
+ * results.</p>
970
+ */
971
+ nextToken?: string;
972
+ /**
973
+ * @public
974
+ * <p>Total number of search results.</p>
975
+ */
976
+ totalMatchCount?: number;
977
+ }
978
+ /**
979
+ * @public
980
+ * @enum
981
+ */
982
+ export declare const UserSearchType: {
983
+ readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
984
+ readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
985
+ readonly DATAZONE_USER: "DATAZONE_USER";
986
+ readonly SSO_USER: "SSO_USER";
987
+ };
988
+ /**
989
+ * @public
990
+ */
991
+ export type UserSearchType = (typeof UserSearchType)[keyof typeof UserSearchType];
992
+ /**
993
+ * @public
994
+ */
995
+ export interface SearchUserProfilesInput {
996
+ /**
997
+ * @public
998
+ * <p>The identifier of the Amazon DataZone domain in which you want to search user
999
+ * profiles.</p>
1000
+ */
1001
+ domainIdentifier: string | undefined;
1002
+ /**
1003
+ * @public
1004
+ * <p>Specifies the user type for the <code>SearchUserProfiles</code> action.</p>
1005
+ */
1006
+ userType: UserSearchType | string | undefined;
1007
+ /**
1008
+ * @public
1009
+ * <p>Specifies the text for which to search.</p>
1010
+ */
1011
+ searchText?: string;
1012
+ /**
1013
+ * @public
1014
+ * <p>The maximum number of results to return in a single call to
1015
+ * <code>SearchUserProfiles</code>. When the number of results to be listed is greater than
1016
+ * the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value
1017
+ * that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next
1018
+ * set of results. </p>
1019
+ */
1020
+ maxResults?: number;
1021
+ /**
1022
+ * @public
1023
+ * <p>When the number of results is greater than the default value for the
1024
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1025
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
1026
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1027
+ * value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
1028
+ * results.</p>
1029
+ */
1030
+ nextToken?: string;
1031
+ }
1032
+ /**
1033
+ * @public
1034
+ * <p>The details of the user profile.</p>
1035
+ */
1036
+ export interface UserProfileSummary {
1037
+ /**
1038
+ * @public
1039
+ * <p>The ID of the Amazon DataZone domain of the user profile.</p>
1040
+ */
1041
+ domainId?: string;
1042
+ /**
1043
+ * @public
1044
+ * <p>The ID of the user profile.</p>
1045
+ */
1046
+ id?: string;
1047
+ /**
1048
+ * @public
1049
+ * <p>The type of the user profile.</p>
1050
+ */
1051
+ type?: UserProfileType | string;
1052
+ /**
1053
+ * @public
1054
+ * <p>The status of the user profile.</p>
1055
+ */
1056
+ status?: UserProfileStatus | string;
1057
+ /**
1058
+ * @public
1059
+ * <p>The details of the user profile.</p>
1060
+ */
1061
+ details?: UserProfileDetails;
1062
+ }
1063
+ /**
1064
+ * @public
1065
+ */
1066
+ export interface SearchUserProfilesOutput {
1067
+ /**
1068
+ * @public
1069
+ * <p>The results of the <code>SearchUserProfiles</code> action.</p>
1070
+ */
1071
+ items?: UserProfileSummary[];
1072
+ /**
1073
+ * @public
1074
+ * <p>When the number of results is greater than the default value for the
1075
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1076
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
1077
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1078
+ * value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
1079
+ * results.</p>
1080
+ */
1081
+ nextToken?: string;
1082
+ }
1083
+ /**
1084
+ * @public
1085
+ */
1086
+ export interface TagResourceRequest {
1087
+ /**
1088
+ * @public
1089
+ * <p>The ARN of the resource to be tagged in Amazon DataZone.</p>
1090
+ */
1091
+ resourceArn: string | undefined;
1092
+ /**
1093
+ * @public
1094
+ * <p>Specifies the tags for the <code>TagResource</code> action.</p>
1095
+ */
1096
+ tags: Record<string, string> | undefined;
1097
+ }
1098
+ /**
1099
+ * @public
1100
+ */
1101
+ export interface TagResourceResponse {
1102
+ }
1103
+ /**
1104
+ * @public
1105
+ */
1106
+ export interface UntagResourceRequest {
1107
+ /**
1108
+ * @public
1109
+ * <p>The ARN of the resource to be untagged in Amazon DataZone.</p>
1110
+ */
1111
+ resourceArn: string | undefined;
1112
+ /**
1113
+ * @public
1114
+ * <p>Specifies the tag keys for the <code>UntagResource</code> action.</p>
1115
+ */
1116
+ tagKeys: string[] | undefined;
1117
+ }
1118
+ /**
1119
+ * @public
1120
+ */
1121
+ export interface UntagResourceResponse {
1122
+ }
1123
+ /**
1124
+ * @public
1125
+ */
1126
+ export interface UpdateEnvironmentInput {
1127
+ /**
1128
+ * @public
1129
+ * <p>The identifier of the domain in which the environment is to be updated.</p>
1130
+ */
1131
+ domainIdentifier: string | undefined;
1132
+ /**
1133
+ * @public
1134
+ * <p>The identifier of the environment that is to be updated.</p>
1135
+ */
1136
+ identifier: string | undefined;
1137
+ /**
1138
+ * @public
1139
+ * <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1140
+ */
1141
+ name?: string;
1142
+ /**
1143
+ * @public
1144
+ * <p>The description to be updated as part of the <code>UpdateEnvironment</code>
1145
+ * action.</p>
1146
+ */
1147
+ description?: string;
1148
+ /**
1149
+ * @public
1150
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
1151
+ * action.</p>
1152
+ */
1153
+ glossaryTerms?: string[];
1154
+ }
1155
+ /**
1156
+ * @public
1157
+ */
1158
+ export interface UpdateEnvironmentOutput {
1159
+ /**
1160
+ * @public
1161
+ * <p>The project identifier of the environment.</p>
1162
+ */
1163
+ projectId: string | undefined;
1164
+ /**
1165
+ * @public
1166
+ * <p>The identifier of the environment that is to be updated.</p>
1167
+ */
1168
+ id?: string;
1169
+ /**
1170
+ * @public
1171
+ * <p>The identifier of the domain in which the environment is to be updated.</p>
1172
+ */
1173
+ domainId: string | undefined;
1174
+ /**
1175
+ * @public
1176
+ * <p>The Amazon DataZone user who created the environment.</p>
1177
+ */
1178
+ createdBy: string | undefined;
1179
+ /**
1180
+ * @public
1181
+ * <p>The timestamp of when the environment was created.</p>
1182
+ */
1183
+ createdAt?: Date;
1184
+ /**
1185
+ * @public
1186
+ * <p>The timestamp of when the environment was updated.</p>
1187
+ */
1188
+ updatedAt?: Date;
1189
+ /**
1190
+ * @public
1191
+ * <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1192
+ */
1193
+ name: string | undefined;
1194
+ /**
1195
+ * @public
1196
+ * <p>The description to be updated as part of the <code>UpdateEnvironment</code>
1197
+ * action.</p>
1198
+ */
1199
+ description?: string;
1200
+ /**
1201
+ * @public
1202
+ * <p>The profile identifier of the environment.</p>
1203
+ */
1204
+ environmentProfileId: string | undefined;
1205
+ /**
1206
+ * @public
1207
+ * <p>The identifier of the Amazon Web Services account in which the environment is to be
1208
+ * updated.</p>
1209
+ */
1210
+ awsAccountId?: string;
1211
+ /**
1212
+ * @public
1213
+ * <p>The Amazon Web Services Region in which the environment is updated.</p>
1214
+ */
1215
+ awsAccountRegion?: string;
1216
+ /**
1217
+ * @public
1218
+ * <p>The provider identifier of the environment.</p>
1219
+ */
1220
+ provider: string | undefined;
1221
+ /**
1222
+ * @public
1223
+ * <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code>
1224
+ * action.</p>
1225
+ */
1226
+ provisionedResources?: Resource[];
1227
+ /**
1228
+ * @public
1229
+ * <p>The status to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1230
+ */
1231
+ status?: EnvironmentStatus | string;
1232
+ /**
1233
+ * @public
1234
+ * <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code>
1235
+ * action.</p>
1236
+ */
1237
+ environmentActions?: ConfigurableEnvironmentAction[];
1238
+ /**
1239
+ * @public
1240
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
1241
+ * action.</p>
1242
+ */
1243
+ glossaryTerms?: string[];
1244
+ /**
1245
+ * @public
1246
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code>
1247
+ * action.</p>
1248
+ */
1249
+ userParameters?: CustomParameter[];
1250
+ /**
1251
+ * @public
1252
+ * <p>The last deployment of the environment.</p>
1253
+ */
1254
+ lastDeployment?: Deployment;
1255
+ /**
1256
+ * @public
1257
+ * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code>
1258
+ * action.</p>
1259
+ */
1260
+ provisioningProperties?: ProvisioningProperties;
1261
+ /**
1262
+ * @public
1263
+ * <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code>
1264
+ * action.</p>
1265
+ */
1266
+ deploymentProperties?: DeploymentProperties;
1267
+ /**
1268
+ * @public
1269
+ * <p>The blueprint identifier of the environment.</p>
1270
+ */
1271
+ environmentBlueprintId?: string;
1272
+ }
1273
+ /**
1274
+ * @public
1275
+ */
1276
+ export interface UpdateEnvironmentProfileInput {
1277
+ /**
1278
+ * @public
1279
+ * <p>The identifier of the Amazon DataZone domain in which an environment profile is to be
1280
+ * updated.</p>
1281
+ */
1282
+ domainIdentifier: string | undefined;
1283
+ /**
1284
+ * @public
1285
+ * <p>The identifier of the environment profile that is to be updated.</p>
1286
+ */
1287
+ identifier: string | undefined;
1288
+ /**
1289
+ * @public
1290
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
1291
+ * action.</p>
1292
+ */
1293
+ name?: string;
1294
+ /**
1295
+ * @public
1296
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
1297
+ * action.</p>
1298
+ */
1299
+ description?: string;
1300
+ /**
1301
+ * @public
1302
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
1303
+ * action.</p>
1304
+ */
1305
+ userParameters?: EnvironmentParameter[];
1306
+ /**
1307
+ * @public
1308
+ * <p>The Amazon Web Services account in which a specified environment profile is to be
1309
+ * udpated.</p>
1310
+ */
1311
+ awsAccountId?: string;
1312
+ /**
1313
+ * @public
1314
+ * <p>The Amazon Web Services Region in which a specified environment profile is to be
1315
+ * updated.</p>
1316
+ */
1317
+ awsAccountRegion?: string;
1318
+ }
1319
+ /**
1320
+ * @public
1321
+ */
1322
+ export interface UpdateEnvironmentProfileOutput {
1323
+ /**
1324
+ * @public
1325
+ * <p>The identifier of the environment profile that is to be udpated.</p>
1326
+ */
1327
+ id: string | undefined;
1328
+ /**
1329
+ * @public
1330
+ * <p>The identifier of the Amazon DataZone domain in which the environment profile is to be
1331
+ * updated.</p>
1332
+ */
1333
+ domainId: string | undefined;
1334
+ /**
1335
+ * @public
1336
+ * <p>The Amazon Web Services account in which a specified environment profile is to be
1337
+ * udpated.</p>
1338
+ */
1339
+ awsAccountId?: string;
1340
+ /**
1341
+ * @public
1342
+ * <p>The Amazon Web Services Region in which a specified environment profile is to be
1343
+ * updated.</p>
1344
+ */
1345
+ awsAccountRegion?: string;
1346
+ /**
1347
+ * @public
1348
+ * <p>The Amazon DataZone user who created the environment profile.</p>
1349
+ */
1350
+ createdBy: string | undefined;
1351
+ /**
1352
+ * @public
1353
+ * <p>The timestamp of when the environment profile was created.</p>
1354
+ */
1355
+ createdAt?: Date;
1356
+ /**
1357
+ * @public
1358
+ * <p>The timestamp of when the environment profile was updated.</p>
1359
+ */
1360
+ updatedAt?: Date;
1361
+ /**
1362
+ * @public
1363
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
1364
+ * action.</p>
1365
+ */
1366
+ name: string | undefined;
1367
+ /**
1368
+ * @public
1369
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
1370
+ * action.</p>
1371
+ */
1372
+ description?: string;
1373
+ /**
1374
+ * @public
1375
+ * <p>The identifier of the blueprint of the environment profile that is to be updated.</p>
1376
+ */
1377
+ environmentBlueprintId: string | undefined;
1378
+ /**
1379
+ * @public
1380
+ * <p>The identifier of the project of the environment profile that is to be updated.</p>
1381
+ */
1382
+ projectId?: string;
1383
+ /**
1384
+ * @public
1385
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
1386
+ * action.</p>
1387
+ */
1388
+ userParameters?: CustomParameter[];
1389
+ }
1390
+ /**
1391
+ * @public
1392
+ */
1393
+ export interface UpdateGroupProfileInput {
1394
+ /**
1395
+ * @public
1396
+ * <p>The identifier of the Amazon DataZone domain in which a group profile is updated.</p>
1397
+ */
1398
+ domainIdentifier: string | undefined;
1399
+ /**
1400
+ * @public
1401
+ * <p>The identifier of the group profile that is updated.</p>
1402
+ */
1403
+ groupIdentifier: string | undefined;
1404
+ /**
1405
+ * @public
1406
+ * <p>The status of the group profile that is updated.</p>
1407
+ */
1408
+ status: GroupProfileStatus | string | undefined;
1409
+ }
1410
+ /**
1411
+ * @public
1412
+ */
1413
+ export interface UpdateGroupProfileOutput {
1414
+ /**
1415
+ * @public
1416
+ * <p>The identifier of the Amazon DataZone domain in which a group profile is updated.</p>
1417
+ */
1418
+ domainId?: string;
1419
+ /**
1420
+ * @public
1421
+ * <p>The identifier of the group profile that is updated.</p>
1422
+ */
1423
+ id?: string;
1424
+ /**
1425
+ * @public
1426
+ * <p>The status of the group profile that is updated.</p>
1427
+ */
1428
+ status?: GroupProfileStatus | string;
1429
+ /**
1430
+ * @public
1431
+ * <p>The name of the group profile that is updated.</p>
1432
+ */
1433
+ groupName?: string;
1434
+ }
1435
+ /**
1436
+ * @public
1437
+ */
1438
+ export interface UpdateProjectInput {
1439
+ /**
1440
+ * @public
1441
+ * <p>The identifier of the Amazon DataZone domain in which a project is to be updated.</p>
1442
+ */
1443
+ domainIdentifier: string | undefined;
1444
+ /**
1445
+ * @public
1446
+ * <p>The identifier of the project that is to be updated.</p>
1447
+ */
1448
+ identifier: string | undefined;
1449
+ /**
1450
+ * @public
1451
+ * <p>The name to be updated as part of the <code>UpdateProject</code> action.</p>
1452
+ */
1453
+ name?: string;
1454
+ /**
1455
+ * @public
1456
+ * <p>The description to be updated as part of the <code>UpdateProject</code> action.</p>
1457
+ */
1458
+ description?: string;
1459
+ /**
1460
+ * @public
1461
+ * <p>The glossary terms to be updated as part of the <code>UpdateProject</code>
1462
+ * action.</p>
1463
+ */
1464
+ glossaryTerms?: string[];
1465
+ }
1466
+ /**
1467
+ * @public
1468
+ */
1469
+ export interface UpdateProjectOutput {
1470
+ /**
1471
+ * @public
1472
+ * <p>The identifier of the Amazon DataZone domain in which a project is updated.</p>
1473
+ */
1474
+ domainId: string | undefined;
1475
+ /**
1476
+ * @public
1477
+ * <p>The identifier of the project that is to be updated.</p>
1478
+ */
1479
+ id: string | undefined;
1480
+ /**
1481
+ * @public
1482
+ * <p>The name of the project that is to be updated.</p>
1483
+ */
1484
+ name: string | undefined;
1485
+ /**
1486
+ * @public
1487
+ * <p>The description of the project that is to be updated.</p>
1488
+ */
1489
+ description?: string;
1490
+ /**
1491
+ * @public
1492
+ * <p>The Amazon DataZone user who created the project.</p>
1493
+ */
1494
+ createdBy: string | undefined;
1495
+ /**
1496
+ * @public
1497
+ * <p>The timestamp of when the project was created.</p>
1498
+ */
1499
+ createdAt?: Date;
1500
+ /**
1501
+ * @public
1502
+ * <p>The timestamp of when the project was last updated.</p>
1503
+ */
1504
+ lastUpdatedAt?: Date;
1505
+ /**
1506
+ * @public
1507
+ * <p>The glossary terms of the project that are to be updated.</p>
1508
+ */
1509
+ glossaryTerms?: string[];
1510
+ }
1511
+ /**
1512
+ * @public
1513
+ */
1514
+ export interface UpdateSubscriptionGrantStatusInput {
1515
+ /**
1516
+ * @public
1517
+ * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
1518
+ * updated.</p>
1519
+ */
1520
+ domainIdentifier: string | undefined;
1521
+ /**
1522
+ * @public
1523
+ * <p>The identifier of the subscription grant the status of which is to be updated.</p>
1524
+ */
1525
+ identifier: string | undefined;
1526
+ /**
1527
+ * @public
1528
+ * <p>The identifier of the asset the subscription grant status of which is to be
1529
+ * updated.</p>
1530
+ */
1531
+ assetIdentifier: string | undefined;
1532
+ /**
1533
+ * @public
1534
+ * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1535
+ * action.</p>
1536
+ */
1537
+ status: SubscriptionGrantStatus | string | undefined;
1538
+ /**
1539
+ * @public
1540
+ * <p>Specifies the error message that is returned if the operation cannot be successfully
1541
+ * completed.</p>
1542
+ */
1543
+ failureCause?: FailureCause;
1544
+ /**
1545
+ * @public
1546
+ * <p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1547
+ * action.</p>
1548
+ */
1549
+ targetName?: string;
1550
+ }
1551
+ /**
1552
+ * @public
1553
+ */
1554
+ export interface UpdateSubscriptionGrantStatusOutput {
1555
+ /**
1556
+ * @public
1557
+ * <p>The identifier of the subscription grant.</p>
1558
+ */
1559
+ id: string | undefined;
1560
+ /**
1561
+ * @public
1562
+ * <p>The Amazon DataZone domain user who created the subscription grant status.</p>
1563
+ */
1564
+ createdBy: string | undefined;
1565
+ /**
1566
+ * @public
1567
+ * <p>The Amazon DataZone user who updated the subscription grant status.</p>
1568
+ */
1569
+ updatedBy?: string;
1570
+ /**
1571
+ * @public
1572
+ * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
1573
+ * updated.</p>
1574
+ */
1575
+ domainId: string | undefined;
1576
+ /**
1577
+ * @public
1578
+ * <p>The timestamp of when the subscription grant status was created.</p>
1579
+ */
1580
+ createdAt: Date | undefined;
1581
+ /**
1582
+ * @public
1583
+ * <p>The timestamp of when the subscription grant status is to be updated.</p>
1584
+ */
1585
+ updatedAt: Date | undefined;
1586
+ /**
1587
+ * @public
1588
+ * <p>The identifier of the subscription target whose subscription grant status is to be
1589
+ * updated.</p>
1590
+ */
1591
+ subscriptionTargetId: string | undefined;
1592
+ /**
1593
+ * @public
1594
+ * <p>The granted entity to be updated as part of the
1595
+ * <code>UpdateSubscriptionGrantStatus</code> action.</p>
1596
+ */
1597
+ grantedEntity: GrantedEntity | undefined;
1598
+ /**
1599
+ * @public
1600
+ * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1601
+ * action.</p>
1602
+ */
1603
+ status: SubscriptionGrantOverallStatus | string | undefined;
1604
+ /**
1605
+ * @public
1606
+ * <p/>
1607
+ */
1608
+ assets?: SubscribedAsset[];
1609
+ /**
1610
+ * @public
1611
+ * <p>The identifier of the subscription.</p>
1612
+ */
1613
+ subscriptionId?: string;
1614
+ }
1615
+ /**
1616
+ * @public
1617
+ */
1618
+ export interface UpdateSubscriptionRequestInput {
1619
+ /**
1620
+ * @public
1621
+ * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
1622
+ * updated.</p>
1623
+ */
1624
+ domainIdentifier: string | undefined;
1625
+ /**
1626
+ * @public
1627
+ * <p>The identifier of the subscription request that is to be updated.</p>
1628
+ */
1629
+ identifier: string | undefined;
1630
+ /**
1631
+ * @public
1632
+ * <p>The reason for the <code>UpdateSubscriptionRequest</code> action.</p>
1633
+ */
1634
+ requestReason: string | undefined;
1635
+ }
1636
+ /**
1637
+ * @public
1638
+ */
1639
+ export interface UpdateSubscriptionRequestOutput {
1640
+ /**
1641
+ * @public
1642
+ * <p>The identifier of the subscription request that is to be updated.</p>
1643
+ */
1644
+ id: string | undefined;
1645
+ /**
1646
+ * @public
1647
+ * <p>The Amazon DataZone user who created the subscription request.</p>
1648
+ */
1649
+ createdBy: string | undefined;
1650
+ /**
1651
+ * @public
1652
+ * <p>The Amazon DataZone user who updated the subscription request.</p>
1653
+ */
1654
+ updatedBy?: string;
1655
+ /**
1656
+ * @public
1657
+ * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
1658
+ * updated.</p>
1659
+ */
1660
+ domainId: string | undefined;
1661
+ /**
1662
+ * @public
1663
+ * <p>The status of the subscription request.</p>
1664
+ */
1665
+ status: SubscriptionRequestStatus | string | undefined;
1666
+ /**
1667
+ * @public
1668
+ * <p>The timestamp of when the subscription request was created.</p>
1669
+ */
1670
+ createdAt: Date | undefined;
1671
+ /**
1672
+ * @public
1673
+ * <p>The timestamp of when the subscription request was updated.</p>
1674
+ */
1675
+ updatedAt: Date | undefined;
1676
+ /**
1677
+ * @public
1678
+ * <p>The reason for the <code>UpdateSubscriptionRequest</code> action.</p>
1679
+ */
1680
+ requestReason: string | undefined;
1681
+ /**
1682
+ * @public
1683
+ * <p>The subscribed principals of the subscription request.</p>
1684
+ */
1685
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
1686
+ /**
1687
+ * @public
1688
+ * <p>The subscribed listings of the subscription request.</p>
1689
+ */
1690
+ subscribedListings: SubscribedListing[] | undefined;
1691
+ /**
1692
+ * @public
1693
+ * <p>The identifier of the Amazon DataZone user who reviews the subscription request.</p>
1694
+ */
1695
+ reviewerId?: string;
1696
+ /**
1697
+ * @public
1698
+ * <p>The decision comment of the <code>UpdateSubscriptionRequest</code> action.</p>
1699
+ */
1700
+ decisionComment?: string;
1701
+ }
1702
+ /**
1703
+ * @public
1704
+ */
1705
+ export interface UpdateSubscriptionTargetInput {
1706
+ /**
1707
+ * @public
1708
+ * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
1709
+ * updated.</p>
1710
+ */
1711
+ domainIdentifier: string | undefined;
1712
+ /**
1713
+ * @public
1714
+ * <p>The identifier of the environment in which a subscription target is to be
1715
+ * updated.</p>
1716
+ */
1717
+ environmentIdentifier: string | undefined;
1718
+ /**
1719
+ * @public
1720
+ * <p>Identifier of the subscription target that is to be updated.</p>
1721
+ */
1722
+ identifier: string | undefined;
1723
+ /**
1724
+ * @public
1725
+ * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
1726
+ * action.</p>
1727
+ */
1728
+ name?: string;
1729
+ /**
1730
+ * @public
1731
+ * <p>The authorized principals to be updated as part of the
1732
+ * <code>UpdateSubscriptionTarget</code> action.</p>
1733
+ */
1734
+ authorizedPrincipals?: string[];
1735
+ /**
1736
+ * @public
1737
+ * <p>The applicable asset types to be updated as part of the
1738
+ * <code>UpdateSubscriptionTarget</code> action.</p>
1739
+ */
1740
+ applicableAssetTypes?: string[];
1741
+ /**
1742
+ * @public
1743
+ * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
1744
+ * action.</p>
1745
+ */
1746
+ subscriptionTargetConfig?: SubscriptionTargetForm[];
1747
+ /**
1748
+ * @public
1749
+ * <p>The manage access role to be updated as part of the
1750
+ * <code>UpdateSubscriptionTarget</code> action.</p>
1751
+ */
1752
+ manageAccessRole?: string;
1753
+ /**
1754
+ * @public
1755
+ * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
1756
+ * action.</p>
1757
+ */
1758
+ provider?: string;
1759
+ }
1760
+ /**
1761
+ * @public
1762
+ */
1763
+ export interface UpdateSubscriptionTargetOutput {
1764
+ /**
1765
+ * @public
1766
+ * <p>Identifier of the subscription target that is to be updated.</p>
1767
+ */
1768
+ id: string | undefined;
1769
+ /**
1770
+ * @public
1771
+ * <p>The authorized principals to be updated as part of the
1772
+ * <code>UpdateSubscriptionTarget</code> action.</p>
1773
+ */
1774
+ authorizedPrincipals: string[] | undefined;
1775
+ /**
1776
+ * @public
1777
+ * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
1778
+ * updated.</p>
1779
+ */
1780
+ domainId: string | undefined;
1781
+ /**
1782
+ * @public
1783
+ * <p>The identifier of the project in which a subscription target is to be updated.</p>
1784
+ */
1785
+ projectId: string | undefined;
1786
+ /**
1787
+ * @public
1788
+ * <p>The identifier of the environment in which a subscription target is to be
1789
+ * updated.</p>
1790
+ */
1791
+ environmentId: string | undefined;
1792
+ /**
1793
+ * @public
1794
+ * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
1795
+ * action.</p>
1796
+ */
1797
+ name: string | undefined;
1798
+ /**
1799
+ * @public
1800
+ * <p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code>
1801
+ * action.</p>
1802
+ */
1803
+ type: string | undefined;
1804
+ /**
1805
+ * @public
1806
+ * <p>The Amazon DataZone user who created the subscription target.</p>
1807
+ */
1808
+ createdBy: string | undefined;
1809
+ /**
1810
+ * @public
1811
+ * <p>The Amazon DataZone user who updated the subscription target.</p>
1812
+ */
1813
+ updatedBy?: string;
1814
+ /**
1815
+ * @public
1816
+ * <p>The timestamp of when a subscription target was created.</p>
1817
+ */
1818
+ createdAt: Date | undefined;
1819
+ /**
1820
+ * @public
1821
+ * <p>The timestamp of when the subscription target was updated.</p>
1822
+ */
1823
+ updatedAt?: Date;
1824
+ /**
1825
+ * @public
1826
+ * <p>The manage access role to be updated as part of the
1827
+ * <code>UpdateSubscriptionTarget</code> action.</p>
1828
+ */
1829
+ manageAccessRole: string | undefined;
1830
+ /**
1831
+ * @public
1832
+ * <p>The applicable asset types to be updated as part of the
1833
+ * <code>UpdateSubscriptionTarget</code> action.</p>
1834
+ */
1835
+ applicableAssetTypes: string[] | undefined;
1836
+ /**
1837
+ * @public
1838
+ * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
1839
+ * action.</p>
1840
+ */
1841
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
1842
+ /**
1843
+ * @public
1844
+ * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
1845
+ * action.</p>
1846
+ */
1847
+ provider: string | undefined;
1848
+ }
1849
+ /**
1850
+ * @public
1851
+ */
1852
+ export interface UpdateUserProfileInput {
1853
+ /**
1854
+ * @public
1855
+ * <p>The identifier of the Amazon DataZone domain in which a user profile is updated.</p>
1856
+ */
1857
+ domainIdentifier: string | undefined;
1858
+ /**
1859
+ * @public
1860
+ * <p>The identifier of the user whose user profile is to be updated.</p>
1861
+ */
1862
+ userIdentifier: string | undefined;
1863
+ /**
1864
+ * @public
1865
+ * <p>The type of the user profile that are to be updated.</p>
1866
+ */
1867
+ type?: UserProfileType | string;
1868
+ /**
1869
+ * @public
1870
+ * <p>The status of the user profile that are to be updated.</p>
1871
+ */
1872
+ status: UserProfileStatus | string | undefined;
1873
+ }
1874
+ /**
1875
+ * @public
1876
+ */
1877
+ export interface UpdateUserProfileOutput {
1878
+ /**
1879
+ * @public
1880
+ * <p>The identifier of the Amazon DataZone domain in which a user profile is updated.</p>
1881
+ */
1882
+ domainId?: string;
1883
+ /**
1884
+ * @public
1885
+ * <p>The identifier of the user profile.</p>
1886
+ */
1887
+ id?: string;
1888
+ /**
1889
+ * @public
1890
+ * <p>The type of the user profile.</p>
1891
+ */
1892
+ type?: UserProfileType | string;
1893
+ /**
1894
+ * @public
1895
+ * <p>The status of the user profile.</p>
1896
+ */
1897
+ status?: UserProfileStatus | string;
1898
+ /**
1899
+ * @public
1900
+ * <p>The details of the user profile in Amazon DataZone.</p>
1901
+ */
1902
+ details?: UserProfileDetails;
1903
+ }
1904
+ /**
1905
+ * @public
1906
+ * <p>A search filter clause in Amazon DataZone.</p>
1907
+ */
1908
+ export type FilterClause = FilterClause.AndMember | FilterClause.FilterMember | FilterClause.OrMember | FilterClause.$UnknownMember;
1909
+ /**
1910
+ * @public
1911
+ */
1912
+ export declare namespace FilterClause {
1913
+ /**
1914
+ * @public
1915
+ * <p>A search filter in Amazon DataZone.</p>
1916
+ */
1917
+ interface FilterMember {
1918
+ filter: Filter;
1919
+ and?: never;
1920
+ or?: never;
1921
+ $unknown?: never;
1922
+ }
1923
+ /**
1924
+ * @public
1925
+ * <p>The 'and' search filter clause in Amazon DataZone.</p>
1926
+ */
1927
+ interface AndMember {
1928
+ filter?: never;
1929
+ and: FilterClause[];
1930
+ or?: never;
1931
+ $unknown?: never;
1932
+ }
1933
+ /**
1934
+ * @public
1935
+ * <p>The 'or' search filter clause in Amazon DataZone.</p>
1936
+ */
1937
+ interface OrMember {
1938
+ filter?: never;
1939
+ and?: never;
1940
+ or: FilterClause[];
1941
+ $unknown?: never;
1942
+ }
1943
+ /**
1944
+ * @public
1945
+ */
1946
+ interface $UnknownMember {
1947
+ filter?: never;
1948
+ and?: never;
1949
+ or?: never;
1950
+ $unknown: [string, any];
1951
+ }
1952
+ interface Visitor<T> {
1953
+ filter: (value: Filter) => T;
1954
+ and: (value: FilterClause[]) => T;
1955
+ or: (value: FilterClause[]) => T;
1956
+ _: (name: string, value: any) => T;
1957
+ }
1958
+ const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
1959
+ }
1960
+ /**
1961
+ * @public
1962
+ */
1963
+ export interface SearchInput {
1964
+ /**
1965
+ * @public
1966
+ * <p>The identifier of the Amazon DataZone domain.</p>
1967
+ */
1968
+ domainIdentifier: string | undefined;
1969
+ /**
1970
+ * @public
1971
+ * <p>The identifier of the owning project specified for the search.</p>
1972
+ */
1973
+ owningProjectIdentifier?: string;
1974
+ /**
1975
+ * @public
1976
+ * <p>The maximum number of results to return in a single call to <code>Search</code>. When
1977
+ * the number of results to be listed is greater than the value of <code>MaxResults</code>,
1978
+ * the response contains a <code>NextToken</code> value that you can use in a subsequent call
1979
+ * to <code>Search</code> to list the next set of results.</p>
1980
+ */
1981
+ maxResults?: number;
1982
+ /**
1983
+ * @public
1984
+ * <p>When the number of results is greater than the default value for the
1985
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1986
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
1987
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1988
+ * value in a subsequent call to <code>Search</code> to list the next set of results.</p>
1989
+ */
1990
+ nextToken?: string;
1991
+ /**
1992
+ * @public
1993
+ * <p>The scope of the search.</p>
1994
+ */
1995
+ searchScope: InventorySearchScope | string | undefined;
1996
+ /**
1997
+ * @public
1998
+ * <p>Specifies the text for which to search.</p>
1999
+ */
2000
+ searchText?: string;
2001
+ /**
2002
+ * @public
2003
+ * <p/>
2004
+ */
2005
+ searchIn?: SearchInItem[];
2006
+ /**
2007
+ * @public
2008
+ * <p>Specifies the search filters.</p>
2009
+ */
2010
+ filters?: FilterClause;
2011
+ /**
2012
+ * @public
2013
+ * <p>Specifies the way in which the search results are to be sorted.</p>
2014
+ */
2015
+ sort?: SearchSort;
2016
+ /**
2017
+ * @public
2018
+ * <p>Specifies additional attributes for the <code>Search</code> action.</p>
2019
+ */
2020
+ additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
2021
+ }
2022
+ /**
2023
+ * @public
2024
+ */
2025
+ export interface SearchListingsInput {
2026
+ /**
2027
+ * @public
2028
+ * <p>The identifier of the domain in which to search listings.</p>
2029
+ */
2030
+ domainIdentifier: string | undefined;
2031
+ /**
2032
+ * @public
2033
+ * <p>Specifies the text for which to search.</p>
2034
+ */
2035
+ searchText?: string;
2036
+ /**
2037
+ * @public
2038
+ * <p/>
2039
+ */
2040
+ searchIn?: SearchInItem[];
2041
+ /**
2042
+ * @public
2043
+ * <p>The maximum number of results to return in a single call to <code>SearchListings</code>.
2044
+ * When the number of results to be listed is greater than the value of
2045
+ * <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
2046
+ * can use in a subsequent call to <code>SearchListings</code> to list the next set of
2047
+ * results. </p>
2048
+ */
2049
+ maxResults?: number;
2050
+ /**
2051
+ * @public
2052
+ * <p>When the number of results is greater than the default value for the
2053
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2054
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
2055
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
2056
+ * value in a subsequent call to <code>SearchListings</code> to list the next set of
2057
+ * results.</p>
2058
+ */
2059
+ nextToken?: string;
2060
+ /**
2061
+ * @public
2062
+ * <p>Specifies the filters for the search of listings.</p>
2063
+ */
2064
+ filters?: FilterClause;
2065
+ /**
2066
+ * @public
2067
+ * <p>Specifies the way for sorting the search results.</p>
2068
+ */
2069
+ sort?: SearchSort;
2070
+ /**
2071
+ * @public
2072
+ * <p>Specifies additional attributes for the search.</p>
2073
+ */
2074
+ additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
2075
+ }
2076
+ /**
2077
+ * @public
2078
+ */
2079
+ export interface SearchTypesInput {
2080
+ /**
2081
+ * @public
2082
+ * <p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code>
2083
+ * action.</p>
2084
+ */
2085
+ domainIdentifier: string | undefined;
2086
+ /**
2087
+ * @public
2088
+ * <p>The maximum number of results to return in a single call to <code>SearchTypes</code>.
2089
+ * When the number of results to be listed is greater than the value of
2090
+ * <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
2091
+ * can use in a subsequent call to <code>SearchTypes</code> to list the next set of results.
2092
+ * </p>
2093
+ */
2094
+ maxResults?: number;
2095
+ /**
2096
+ * @public
2097
+ * <p>When the number of results is greater than the default value for the
2098
+ * <code>MaxResults</code> parameter, or if you explicitly specify a value for
2099
+ * <code>MaxResults</code> that is less than the number of results, the response includes a
2100
+ * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
2101
+ * value in a subsequent call to <code>SearchTypes</code> to list the next set of
2102
+ * results.</p>
2103
+ */
2104
+ nextToken?: string;
2105
+ /**
2106
+ * @public
2107
+ * <p>Specifies the scope of the search for types.</p>
2108
+ */
2109
+ searchScope: TypesSearchScope | string | undefined;
2110
+ /**
2111
+ * @public
2112
+ * <p>Specifies the text for which to search.</p>
2113
+ */
2114
+ searchText?: string;
2115
+ /**
2116
+ * @public
2117
+ * <p/>
2118
+ */
2119
+ searchIn?: SearchInItem[];
2120
+ /**
2121
+ * @public
2122
+ * <p>The filters for the <code>SearchTypes</code> action.</p>
2123
+ */
2124
+ filters?: FilterClause;
2125
+ /**
2126
+ * @public
2127
+ * <p>The specifies the way to sort the <code>SearchTypes</code> results.</p>
2128
+ */
2129
+ sort?: SearchSort;
2130
+ /**
2131
+ * @public
2132
+ * <p/>
2133
+ */
2134
+ managed: boolean | undefined;
2135
+ }
2136
+ /**
2137
+ * @internal
2138
+ */
2139
+ export declare const SubscriptionTargetSummaryFilterSensitiveLog: (obj: SubscriptionTargetSummary) => any;
2140
+ /**
2141
+ * @internal
2142
+ */
2143
+ export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (obj: ListSubscriptionTargetsOutput) => any;
2144
+ /**
2145
+ * @internal
2146
+ */
2147
+ export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (obj: RejectSubscriptionRequestInput) => any;
2148
+ /**
2149
+ * @internal
2150
+ */
2151
+ export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (obj: RejectSubscriptionRequestOutput) => any;
2152
+ /**
2153
+ * @internal
2154
+ */
2155
+ export declare const RevokeSubscriptionOutputFilterSensitiveLog: (obj: RevokeSubscriptionOutput) => any;
2156
+ /**
2157
+ * @internal
2158
+ */
2159
+ export declare const GlossaryItemFilterSensitiveLog: (obj: GlossaryItem) => any;
2160
+ /**
2161
+ * @internal
2162
+ */
2163
+ export declare const GlossaryTermItemFilterSensitiveLog: (obj: GlossaryTermItem) => any;
2164
+ /**
2165
+ * @internal
2166
+ */
2167
+ export declare const SearchInventoryResultItemFilterSensitiveLog: (obj: SearchInventoryResultItem) => any;
2168
+ /**
2169
+ * @internal
2170
+ */
2171
+ export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
2172
+ /**
2173
+ * @internal
2174
+ */
2175
+ export declare const SearchGroupProfilesInputFilterSensitiveLog: (obj: SearchGroupProfilesInput) => any;
2176
+ /**
2177
+ * @internal
2178
+ */
2179
+ export declare const GroupProfileSummaryFilterSensitiveLog: (obj: GroupProfileSummary) => any;
2180
+ /**
2181
+ * @internal
2182
+ */
2183
+ export declare const SearchGroupProfilesOutputFilterSensitiveLog: (obj: SearchGroupProfilesOutput) => any;
2184
+ /**
2185
+ * @internal
2186
+ */
2187
+ export declare const SearchResultItemFilterSensitiveLog: (obj: SearchResultItem) => any;
2188
+ /**
2189
+ * @internal
2190
+ */
2191
+ export declare const SearchListingsOutputFilterSensitiveLog: (obj: SearchListingsOutput) => any;
2192
+ /**
2193
+ * @internal
2194
+ */
2195
+ export declare const FormTypeDataFilterSensitiveLog: (obj: FormTypeData) => any;
2196
+ /**
2197
+ * @internal
2198
+ */
2199
+ export declare const SearchTypesResultItemFilterSensitiveLog: (obj: SearchTypesResultItem) => any;
2200
+ /**
2201
+ * @internal
2202
+ */
2203
+ export declare const SearchTypesOutputFilterSensitiveLog: (obj: SearchTypesOutput) => any;
2204
+ /**
2205
+ * @internal
2206
+ */
2207
+ export declare const SearchUserProfilesInputFilterSensitiveLog: (obj: SearchUserProfilesInput) => any;
2208
+ /**
2209
+ * @internal
2210
+ */
2211
+ export declare const UserProfileSummaryFilterSensitiveLog: (obj: UserProfileSummary) => any;
2212
+ /**
2213
+ * @internal
2214
+ */
2215
+ export declare const SearchUserProfilesOutputFilterSensitiveLog: (obj: SearchUserProfilesOutput) => any;
2216
+ /**
2217
+ * @internal
2218
+ */
2219
+ export declare const UpdateEnvironmentOutputFilterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
2220
+ /**
2221
+ * @internal
2222
+ */
2223
+ export declare const UpdateEnvironmentProfileInputFilterSensitiveLog: (obj: UpdateEnvironmentProfileInput) => any;
2224
+ /**
2225
+ * @internal
2226
+ */
2227
+ export declare const UpdateEnvironmentProfileOutputFilterSensitiveLog: (obj: UpdateEnvironmentProfileOutput) => any;
2228
+ /**
2229
+ * @internal
2230
+ */
2231
+ export declare const UpdateGroupProfileOutputFilterSensitiveLog: (obj: UpdateGroupProfileOutput) => any;
2232
+ /**
2233
+ * @internal
2234
+ */
2235
+ export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
2236
+ /**
2237
+ * @internal
2238
+ */
2239
+ export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
2240
+ /**
2241
+ * @internal
2242
+ */
2243
+ export declare const UpdateSubscriptionRequestInputFilterSensitiveLog: (obj: UpdateSubscriptionRequestInput) => any;
2244
+ /**
2245
+ * @internal
2246
+ */
2247
+ export declare const UpdateSubscriptionRequestOutputFilterSensitiveLog: (obj: UpdateSubscriptionRequestOutput) => any;
2248
+ /**
2249
+ * @internal
2250
+ */
2251
+ export declare const UpdateSubscriptionTargetInputFilterSensitiveLog: (obj: UpdateSubscriptionTargetInput) => any;
2252
+ /**
2253
+ * @internal
2254
+ */
2255
+ export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (obj: UpdateSubscriptionTargetOutput) => any;
2256
+ /**
2257
+ * @internal
2258
+ */
2259
+ export declare const UpdateUserProfileOutputFilterSensitiveLog: (obj: UpdateUserProfileOutput) => any;