@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,272 @@
1
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
3
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
+ import { Credentials as __Credentials } from "@aws-sdk/types";
5
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
6
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
7
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
8
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
9
+ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
10
+ import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
11
+ import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
12
+ import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
13
+ import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "./commands/CancelSubscriptionCommand";
14
+ import { CreateAssetCommandInput, CreateAssetCommandOutput } from "./commands/CreateAssetCommand";
15
+ import { CreateAssetRevisionCommandInput, CreateAssetRevisionCommandOutput } from "./commands/CreateAssetRevisionCommand";
16
+ import { CreateAssetTypeCommandInput, CreateAssetTypeCommandOutput } from "./commands/CreateAssetTypeCommand";
17
+ import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "./commands/CreateDataSourceCommand";
18
+ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
19
+ import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
20
+ import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "./commands/CreateEnvironmentProfileCommand";
21
+ import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "./commands/CreateFormTypeCommand";
22
+ import { CreateGlossaryCommandInput, CreateGlossaryCommandOutput } from "./commands/CreateGlossaryCommand";
23
+ import { CreateGlossaryTermCommandInput, CreateGlossaryTermCommandOutput } from "./commands/CreateGlossaryTermCommand";
24
+ import { CreateGroupProfileCommandInput, CreateGroupProfileCommandOutput } from "./commands/CreateGroupProfileCommand";
25
+ import { CreateListingChangeSetCommandInput, CreateListingChangeSetCommandOutput } from "./commands/CreateListingChangeSetCommand";
26
+ import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
27
+ import { CreateProjectMembershipCommandInput, CreateProjectMembershipCommandOutput } from "./commands/CreateProjectMembershipCommand";
28
+ import { CreateSubscriptionGrantCommandInput, CreateSubscriptionGrantCommandOutput } from "./commands/CreateSubscriptionGrantCommand";
29
+ import { CreateSubscriptionRequestCommandInput, CreateSubscriptionRequestCommandOutput } from "./commands/CreateSubscriptionRequestCommand";
30
+ import { CreateSubscriptionTargetCommandInput, CreateSubscriptionTargetCommandOutput } from "./commands/CreateSubscriptionTargetCommand";
31
+ import { CreateUserProfileCommandInput, CreateUserProfileCommandOutput } from "./commands/CreateUserProfileCommand";
32
+ import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
33
+ import { DeleteAssetTypeCommandInput, DeleteAssetTypeCommandOutput } from "./commands/DeleteAssetTypeCommand";
34
+ import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
35
+ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
36
+ import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
37
+ import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
38
+ import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "./commands/DeleteEnvironmentProfileCommand";
39
+ import { DeleteFormTypeCommandInput, DeleteFormTypeCommandOutput } from "./commands/DeleteFormTypeCommand";
40
+ import { DeleteGlossaryCommandInput, DeleteGlossaryCommandOutput } from "./commands/DeleteGlossaryCommand";
41
+ import { DeleteGlossaryTermCommandInput, DeleteGlossaryTermCommandOutput } from "./commands/DeleteGlossaryTermCommand";
42
+ import { DeleteListingCommandInput, DeleteListingCommandOutput } from "./commands/DeleteListingCommand";
43
+ import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
44
+ import { DeleteProjectMembershipCommandInput, DeleteProjectMembershipCommandOutput } from "./commands/DeleteProjectMembershipCommand";
45
+ import { DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput } from "./commands/DeleteSubscriptionGrantCommand";
46
+ import { DeleteSubscriptionRequestCommandInput, DeleteSubscriptionRequestCommandOutput } from "./commands/DeleteSubscriptionRequestCommand";
47
+ import { DeleteSubscriptionTargetCommandInput, DeleteSubscriptionTargetCommandOutput } from "./commands/DeleteSubscriptionTargetCommand";
48
+ import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
49
+ import { GetAssetTypeCommandInput, GetAssetTypeCommandOutput } from "./commands/GetAssetTypeCommand";
50
+ import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
51
+ import { GetDataSourceRunCommandInput, GetDataSourceRunCommandOutput } from "./commands/GetDataSourceRunCommand";
52
+ import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
53
+ import { GetEnvironmentBlueprintCommandInput, GetEnvironmentBlueprintCommandOutput } from "./commands/GetEnvironmentBlueprintCommand";
54
+ import { GetEnvironmentBlueprintConfigurationCommandInput, GetEnvironmentBlueprintConfigurationCommandOutput } from "./commands/GetEnvironmentBlueprintConfigurationCommand";
55
+ import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
56
+ import { GetEnvironmentProfileCommandInput, GetEnvironmentProfileCommandOutput } from "./commands/GetEnvironmentProfileCommand";
57
+ import { GetFormTypeCommandInput, GetFormTypeCommandOutput } from "./commands/GetFormTypeCommand";
58
+ import { GetGlossaryCommandInput, GetGlossaryCommandOutput } from "./commands/GetGlossaryCommand";
59
+ import { GetGlossaryTermCommandInput, GetGlossaryTermCommandOutput } from "./commands/GetGlossaryTermCommand";
60
+ import { GetGroupProfileCommandInput, GetGroupProfileCommandOutput } from "./commands/GetGroupProfileCommand";
61
+ import { GetIamPortalLoginUrlCommandInput, GetIamPortalLoginUrlCommandOutput } from "./commands/GetIamPortalLoginUrlCommand";
62
+ import { GetListingCommandInput, GetListingCommandOutput } from "./commands/GetListingCommand";
63
+ import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
64
+ import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "./commands/GetSubscriptionCommand";
65
+ import { GetSubscriptionGrantCommandInput, GetSubscriptionGrantCommandOutput } from "./commands/GetSubscriptionGrantCommand";
66
+ import { GetSubscriptionRequestDetailsCommandInput, GetSubscriptionRequestDetailsCommandOutput } from "./commands/GetSubscriptionRequestDetailsCommand";
67
+ import { GetSubscriptionTargetCommandInput, GetSubscriptionTargetCommandOutput } from "./commands/GetSubscriptionTargetCommand";
68
+ import { GetUserProfileCommandInput, GetUserProfileCommandOutput } from "./commands/GetUserProfileCommand";
69
+ import { ListAssetRevisionsCommandInput, ListAssetRevisionsCommandOutput } from "./commands/ListAssetRevisionsCommand";
70
+ import { ListDataSourceRunActivitiesCommandInput, ListDataSourceRunActivitiesCommandOutput } from "./commands/ListDataSourceRunActivitiesCommand";
71
+ import { ListDataSourceRunsCommandInput, ListDataSourceRunsCommandOutput } from "./commands/ListDataSourceRunsCommand";
72
+ import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "./commands/ListDataSourcesCommand";
73
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
74
+ import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "./commands/ListEnvironmentBlueprintConfigurationsCommand";
75
+ import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "./commands/ListEnvironmentBlueprintsCommand";
76
+ import { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "./commands/ListEnvironmentProfilesCommand";
77
+ import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
78
+ import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
79
+ import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "./commands/ListProjectMembershipsCommand";
80
+ import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
81
+ import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "./commands/ListSubscriptionGrantsCommand";
82
+ import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "./commands/ListSubscriptionRequestsCommand";
83
+ import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "./commands/ListSubscriptionsCommand";
84
+ import { ListSubscriptionTargetsCommandInput, ListSubscriptionTargetsCommandOutput } from "./commands/ListSubscriptionTargetsCommand";
85
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
86
+ import { PutEnvironmentBlueprintConfigurationCommandInput, PutEnvironmentBlueprintConfigurationCommandOutput } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
87
+ import { RejectPredictionsCommandInput, RejectPredictionsCommandOutput } from "./commands/RejectPredictionsCommand";
88
+ import { RejectSubscriptionRequestCommandInput, RejectSubscriptionRequestCommandOutput } from "./commands/RejectSubscriptionRequestCommand";
89
+ import { RevokeSubscriptionCommandInput, RevokeSubscriptionCommandOutput } from "./commands/RevokeSubscriptionCommand";
90
+ import { SearchCommandInput, SearchCommandOutput } from "./commands/SearchCommand";
91
+ import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "./commands/SearchGroupProfilesCommand";
92
+ import { SearchListingsCommandInput, SearchListingsCommandOutput } from "./commands/SearchListingsCommand";
93
+ import { SearchTypesCommandInput, SearchTypesCommandOutput } from "./commands/SearchTypesCommand";
94
+ import { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput } from "./commands/SearchUserProfilesCommand";
95
+ import { StartDataSourceRunCommandInput, StartDataSourceRunCommandOutput } from "./commands/StartDataSourceRunCommand";
96
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
97
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
98
+ import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
99
+ import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "./commands/UpdateDomainCommand";
100
+ import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
101
+ import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "./commands/UpdateEnvironmentProfileCommand";
102
+ import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "./commands/UpdateGlossaryCommand";
103
+ import { UpdateGlossaryTermCommandInput, UpdateGlossaryTermCommandOutput } from "./commands/UpdateGlossaryTermCommand";
104
+ import { UpdateGroupProfileCommandInput, UpdateGroupProfileCommandOutput } from "./commands/UpdateGroupProfileCommand";
105
+ import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
106
+ import { UpdateSubscriptionGrantStatusCommandInput, UpdateSubscriptionGrantStatusCommandOutput } from "./commands/UpdateSubscriptionGrantStatusCommand";
107
+ import { UpdateSubscriptionRequestCommandInput, UpdateSubscriptionRequestCommandOutput } from "./commands/UpdateSubscriptionRequestCommand";
108
+ import { UpdateSubscriptionTargetCommandInput, UpdateSubscriptionTargetCommandOutput } from "./commands/UpdateSubscriptionTargetCommand";
109
+ import { UpdateUserProfileCommandInput, UpdateUserProfileCommandOutput } from "./commands/UpdateUserProfileCommand";
110
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
111
+ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
112
+ export { __Client };
113
+ /**
114
+ * @public
115
+ */
116
+ export type ServiceInputTypes = AcceptPredictionsCommandInput | AcceptSubscriptionRequestCommandInput | CancelSubscriptionCommandInput | CreateAssetCommandInput | CreateAssetRevisionCommandInput | CreateAssetTypeCommandInput | CreateDataSourceCommandInput | CreateDomainCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentProfileCommandInput | CreateFormTypeCommandInput | CreateGlossaryCommandInput | CreateGlossaryTermCommandInput | CreateGroupProfileCommandInput | CreateListingChangeSetCommandInput | CreateProjectCommandInput | CreateProjectMembershipCommandInput | CreateSubscriptionGrantCommandInput | CreateSubscriptionRequestCommandInput | CreateSubscriptionTargetCommandInput | CreateUserProfileCommandInput | DeleteAssetCommandInput | DeleteAssetTypeCommandInput | DeleteDataSourceCommandInput | DeleteDomainCommandInput | DeleteEnvironmentBlueprintConfigurationCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentProfileCommandInput | DeleteFormTypeCommandInput | DeleteGlossaryCommandInput | DeleteGlossaryTermCommandInput | DeleteListingCommandInput | DeleteProjectCommandInput | DeleteProjectMembershipCommandInput | DeleteSubscriptionGrantCommandInput | DeleteSubscriptionRequestCommandInput | DeleteSubscriptionTargetCommandInput | GetAssetCommandInput | GetAssetTypeCommandInput | GetDataSourceCommandInput | GetDataSourceRunCommandInput | GetDomainCommandInput | GetEnvironmentBlueprintCommandInput | GetEnvironmentBlueprintConfigurationCommandInput | GetEnvironmentCommandInput | GetEnvironmentProfileCommandInput | GetFormTypeCommandInput | GetGlossaryCommandInput | GetGlossaryTermCommandInput | GetGroupProfileCommandInput | GetIamPortalLoginUrlCommandInput | GetListingCommandInput | GetProjectCommandInput | GetSubscriptionCommandInput | GetSubscriptionGrantCommandInput | GetSubscriptionRequestDetailsCommandInput | GetSubscriptionTargetCommandInput | GetUserProfileCommandInput | ListAssetRevisionsCommandInput | ListDataSourceRunActivitiesCommandInput | ListDataSourceRunsCommandInput | ListDataSourcesCommandInput | ListDomainsCommandInput | ListEnvironmentBlueprintConfigurationsCommandInput | ListEnvironmentBlueprintsCommandInput | ListEnvironmentProfilesCommandInput | ListEnvironmentsCommandInput | ListNotificationsCommandInput | ListProjectMembershipsCommandInput | ListProjectsCommandInput | ListSubscriptionGrantsCommandInput | ListSubscriptionRequestsCommandInput | ListSubscriptionTargetsCommandInput | ListSubscriptionsCommandInput | ListTagsForResourceCommandInput | PutEnvironmentBlueprintConfigurationCommandInput | RejectPredictionsCommandInput | RejectSubscriptionRequestCommandInput | RevokeSubscriptionCommandInput | SearchCommandInput | SearchGroupProfilesCommandInput | SearchListingsCommandInput | SearchTypesCommandInput | SearchUserProfilesCommandInput | StartDataSourceRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataSourceCommandInput | UpdateDomainCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentProfileCommandInput | UpdateGlossaryCommandInput | UpdateGlossaryTermCommandInput | UpdateGroupProfileCommandInput | UpdateProjectCommandInput | UpdateSubscriptionGrantStatusCommandInput | UpdateSubscriptionRequestCommandInput | UpdateSubscriptionTargetCommandInput | UpdateUserProfileCommandInput;
117
+ /**
118
+ * @public
119
+ */
120
+ export type ServiceOutputTypes = AcceptPredictionsCommandOutput | AcceptSubscriptionRequestCommandOutput | CancelSubscriptionCommandOutput | CreateAssetCommandOutput | CreateAssetRevisionCommandOutput | CreateAssetTypeCommandOutput | CreateDataSourceCommandOutput | CreateDomainCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentProfileCommandOutput | CreateFormTypeCommandOutput | CreateGlossaryCommandOutput | CreateGlossaryTermCommandOutput | CreateGroupProfileCommandOutput | CreateListingChangeSetCommandOutput | CreateProjectCommandOutput | CreateProjectMembershipCommandOutput | CreateSubscriptionGrantCommandOutput | CreateSubscriptionRequestCommandOutput | CreateSubscriptionTargetCommandOutput | CreateUserProfileCommandOutput | DeleteAssetCommandOutput | DeleteAssetTypeCommandOutput | DeleteDataSourceCommandOutput | DeleteDomainCommandOutput | DeleteEnvironmentBlueprintConfigurationCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentProfileCommandOutput | DeleteFormTypeCommandOutput | DeleteGlossaryCommandOutput | DeleteGlossaryTermCommandOutput | DeleteListingCommandOutput | DeleteProjectCommandOutput | DeleteProjectMembershipCommandOutput | DeleteSubscriptionGrantCommandOutput | DeleteSubscriptionRequestCommandOutput | DeleteSubscriptionTargetCommandOutput | GetAssetCommandOutput | GetAssetTypeCommandOutput | GetDataSourceCommandOutput | GetDataSourceRunCommandOutput | GetDomainCommandOutput | GetEnvironmentBlueprintCommandOutput | GetEnvironmentBlueprintConfigurationCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentProfileCommandOutput | GetFormTypeCommandOutput | GetGlossaryCommandOutput | GetGlossaryTermCommandOutput | GetGroupProfileCommandOutput | GetIamPortalLoginUrlCommandOutput | GetListingCommandOutput | GetProjectCommandOutput | GetSubscriptionCommandOutput | GetSubscriptionGrantCommandOutput | GetSubscriptionRequestDetailsCommandOutput | GetSubscriptionTargetCommandOutput | GetUserProfileCommandOutput | ListAssetRevisionsCommandOutput | ListDataSourceRunActivitiesCommandOutput | ListDataSourceRunsCommandOutput | ListDataSourcesCommandOutput | ListDomainsCommandOutput | ListEnvironmentBlueprintConfigurationsCommandOutput | ListEnvironmentBlueprintsCommandOutput | ListEnvironmentProfilesCommandOutput | ListEnvironmentsCommandOutput | ListNotificationsCommandOutput | ListProjectMembershipsCommandOutput | ListProjectsCommandOutput | ListSubscriptionGrantsCommandOutput | ListSubscriptionRequestsCommandOutput | ListSubscriptionTargetsCommandOutput | ListSubscriptionsCommandOutput | ListTagsForResourceCommandOutput | PutEnvironmentBlueprintConfigurationCommandOutput | RejectPredictionsCommandOutput | RejectSubscriptionRequestCommandOutput | RevokeSubscriptionCommandOutput | SearchCommandOutput | SearchGroupProfilesCommandOutput | SearchListingsCommandOutput | SearchTypesCommandOutput | SearchUserProfilesCommandOutput | StartDataSourceRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataSourceCommandOutput | UpdateDomainCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentProfileCommandOutput | UpdateGlossaryCommandOutput | UpdateGlossaryTermCommandOutput | UpdateGroupProfileCommandOutput | UpdateProjectCommandOutput | UpdateSubscriptionGrantStatusCommandOutput | UpdateSubscriptionRequestCommandOutput | UpdateSubscriptionTargetCommandOutput | UpdateUserProfileCommandOutput;
121
+ /**
122
+ * @public
123
+ */
124
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
125
+ /**
126
+ * The HTTP handler to use. Fetch in browser and Https in Nodejs.
127
+ */
128
+ requestHandler?: __HttpHandler;
129
+ /**
130
+ * A constructor for a class implementing the {@link @smithy/types#ChecksumConstructor} interface
131
+ * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
132
+ * @internal
133
+ */
134
+ sha256?: __ChecksumConstructor | __HashConstructor;
135
+ /**
136
+ * The function that will be used to convert strings into HTTP endpoints.
137
+ * @internal
138
+ */
139
+ urlParser?: __UrlParser;
140
+ /**
141
+ * A function that can calculate the length of a request body.
142
+ * @internal
143
+ */
144
+ bodyLengthChecker?: __BodyLengthCalculator;
145
+ /**
146
+ * A function that converts a stream into an array of bytes.
147
+ * @internal
148
+ */
149
+ streamCollector?: __StreamCollector;
150
+ /**
151
+ * The function that will be used to convert a base64-encoded string to a byte array.
152
+ * @internal
153
+ */
154
+ base64Decoder?: __Decoder;
155
+ /**
156
+ * The function that will be used to convert binary data to a base64-encoded string.
157
+ * @internal
158
+ */
159
+ base64Encoder?: __Encoder;
160
+ /**
161
+ * The function that will be used to convert a UTF8-encoded string to a byte array.
162
+ * @internal
163
+ */
164
+ utf8Decoder?: __Decoder;
165
+ /**
166
+ * The function that will be used to convert binary data to a UTF-8 encoded string.
167
+ * @internal
168
+ */
169
+ utf8Encoder?: __Encoder;
170
+ /**
171
+ * The runtime environment.
172
+ * @internal
173
+ */
174
+ runtime?: string;
175
+ /**
176
+ * Disable dynamically changing the endpoint of the client based on the hostPrefix
177
+ * trait of an operation.
178
+ */
179
+ disableHostPrefix?: boolean;
180
+ /**
181
+ * Unique service identifier.
182
+ * @internal
183
+ */
184
+ serviceId?: string;
185
+ /**
186
+ * Enables IPv6/IPv4 dualstack endpoint.
187
+ */
188
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
189
+ /**
190
+ * Enables FIPS compatible endpoints.
191
+ */
192
+ useFipsEndpoint?: boolean | __Provider<boolean>;
193
+ /**
194
+ * The AWS region to which this client will send requests
195
+ */
196
+ region?: string | __Provider<string>;
197
+ /**
198
+ * Default credentials provider; Not available in browser runtime.
199
+ * @internal
200
+ */
201
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
202
+ /**
203
+ * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
204
+ * @internal
205
+ */
206
+ defaultUserAgentProvider?: Provider<__UserAgent>;
207
+ /**
208
+ * Value for how many times a request will be made at most in case of retry.
209
+ */
210
+ maxAttempts?: number | __Provider<number>;
211
+ /**
212
+ * Specifies which retry algorithm to use.
213
+ * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/Enum/RETRY_MODES/
214
+ *
215
+ */
216
+ retryMode?: string | __Provider<string>;
217
+ /**
218
+ * Optional logger for logging debug/info/warn/error.
219
+ */
220
+ logger?: __Logger;
221
+ /**
222
+ * Optional extensions
223
+ */
224
+ extensions?: RuntimeExtension[];
225
+ /**
226
+ * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
227
+ */
228
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
229
+ }
230
+ /**
231
+ * @public
232
+ */
233
+ export type DataZoneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
234
+ /**
235
+ * @public
236
+ *
237
+ * The configuration interface of DataZoneClient class constructor that set the region, credentials and other options.
238
+ */
239
+ export interface DataZoneClientConfig extends DataZoneClientConfigType {
240
+ }
241
+ /**
242
+ * @public
243
+ */
244
+ export type DataZoneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
245
+ /**
246
+ * @public
247
+ *
248
+ * The resolved configuration interface of DataZoneClient class. This is resolved and normalized from the {@link DataZoneClientConfig | constructor configuration interface}.
249
+ */
250
+ export interface DataZoneClientResolvedConfig extends DataZoneClientResolvedConfigType {
251
+ }
252
+ /**
253
+ * @public
254
+ * <p>Amazon DataZone is a data management service that enables you to catalog, discover,
255
+ * govern, share, and analyze your data. With Amazon DataZone, you can share and access your
256
+ * data across accounts and supported regions. Amazon DataZone simplifies your experience
257
+ * across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon
258
+ * Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
259
+ */
260
+ export declare class DataZoneClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataZoneClientResolvedConfig> {
261
+ /**
262
+ * The resolved configuration of DataZoneClient class. This is resolved and normalized from the {@link DataZoneClientConfig | constructor configuration interface}.
263
+ */
264
+ readonly config: DataZoneClientResolvedConfig;
265
+ constructor(...[configuration]: __CheckOptionalClientConfig<DataZoneClientConfig>);
266
+ /**
267
+ * Destroy underlying resources, like sockets. It's usually not necessary to do this.
268
+ * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
269
+ * Otherwise, sockets might stay open for quite a long time before the server terminates them.
270
+ */
271
+ destroy(): void;
272
+ }
@@ -0,0 +1,110 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
5
+ import { AcceptPredictionsInput, AcceptPredictionsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link AcceptPredictionsCommand}.
14
+ */
15
+ export interface AcceptPredictionsCommandInput extends AcceptPredictionsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link AcceptPredictionsCommand}.
21
+ */
22
+ export interface AcceptPredictionsCommandOutput extends AcceptPredictionsOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Accepts automatically generated business-friendly metadata for your Amazon DataZone
27
+ * assets.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { DataZoneClient, AcceptPredictionsCommand } from "@aws-sdk/client-datazone"; // ES Modules import
32
+ * // const { DataZoneClient, AcceptPredictionsCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
33
+ * const client = new DataZoneClient(config);
34
+ * const input = { // AcceptPredictionsInput
35
+ * domainIdentifier: "STRING_VALUE", // required
36
+ * identifier: "STRING_VALUE", // required
37
+ * revision: "STRING_VALUE",
38
+ * acceptRule: { // AcceptRule
39
+ * rule: "ALL" || "NONE",
40
+ * threshold: Number("float"),
41
+ * },
42
+ * acceptChoices: [ // AcceptChoices
43
+ * { // AcceptChoice
44
+ * predictionTarget: "STRING_VALUE",
45
+ * predictionChoice: Number("int"),
46
+ * },
47
+ * ],
48
+ * clientToken: "STRING_VALUE",
49
+ * };
50
+ * const command = new AcceptPredictionsCommand(input);
51
+ * const response = await client.send(command);
52
+ * // { // AcceptPredictionsOutput
53
+ * // domainId: "STRING_VALUE", // required
54
+ * // assetId: "STRING_VALUE", // required
55
+ * // revision: "STRING_VALUE", // required
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param AcceptPredictionsCommandInput - {@link AcceptPredictionsCommandInput}
61
+ * @returns {@link AcceptPredictionsCommandOutput}
62
+ * @see {@link AcceptPredictionsCommandInput} for command's `input` shape.
63
+ * @see {@link AcceptPredictionsCommandOutput} for command's `response` shape.
64
+ * @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
65
+ *
66
+ * @throws {@link AccessDeniedException} (client fault)
67
+ * <p>You do not have sufficient access to perform this action.</p>
68
+ *
69
+ * @throws {@link ConflictException} (client fault)
70
+ * <p>There is a conflict while performing this action.</p>
71
+ *
72
+ * @throws {@link InternalServerException} (server fault)
73
+ * <p>The request has failed because of an unknown error, exception or failure.</p>
74
+ *
75
+ * @throws {@link ResourceNotFoundException} (client fault)
76
+ * <p>The specified resource cannot be found.</p>
77
+ *
78
+ * @throws {@link ThrottlingException} (client fault)
79
+ * <p>The request was denied due to request throttling.</p>
80
+ *
81
+ * @throws {@link ValidationException} (client fault)
82
+ * <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
83
+ *
84
+ * @throws {@link UnauthorizedException} (client fault)
85
+ * <p>You do not have permission to perform this action.</p>
86
+ *
87
+ * @throws {@link DataZoneServiceException}
88
+ * <p>Base exception class for all service exceptions from DataZone service.</p>
89
+ *
90
+ */
91
+ export declare class AcceptPredictionsCommand extends $Command<AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput, DataZoneClientResolvedConfig> {
92
+ readonly input: AcceptPredictionsCommandInput;
93
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
97
+ constructor(input: AcceptPredictionsCommandInput);
98
+ /**
99
+ * @internal
100
+ */
101
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataZoneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
105
+ private serialize;
106
+ /**
107
+ * @internal
108
+ */
109
+ private deserialize;
110
+ }
@@ -0,0 +1,137 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
5
+ import { AcceptSubscriptionRequestInput, AcceptSubscriptionRequestOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link AcceptSubscriptionRequestCommand}.
14
+ */
15
+ export interface AcceptSubscriptionRequestCommandInput extends AcceptSubscriptionRequestInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link AcceptSubscriptionRequestCommand}.
21
+ */
22
+ export interface AcceptSubscriptionRequestCommandOutput extends AcceptSubscriptionRequestOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Accepts a subscription request to a specific asset. </p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { DataZoneClient, AcceptSubscriptionRequestCommand } from "@aws-sdk/client-datazone"; // ES Modules import
31
+ * // const { DataZoneClient, AcceptSubscriptionRequestCommand } = require("@aws-sdk/client-datazone"); // CommonJS import
32
+ * const client = new DataZoneClient(config);
33
+ * const input = { // AcceptSubscriptionRequestInput
34
+ * domainIdentifier: "STRING_VALUE", // required
35
+ * identifier: "STRING_VALUE", // required
36
+ * decisionComment: "STRING_VALUE",
37
+ * };
38
+ * const command = new AcceptSubscriptionRequestCommand(input);
39
+ * const response = await client.send(command);
40
+ * // { // AcceptSubscriptionRequestOutput
41
+ * // id: "STRING_VALUE", // required
42
+ * // createdBy: "STRING_VALUE", // required
43
+ * // updatedBy: "STRING_VALUE",
44
+ * // domainId: "STRING_VALUE", // required
45
+ * // status: "PENDING" || "ACCEPTED" || "REJECTED", // required
46
+ * // createdAt: new Date("TIMESTAMP"), // required
47
+ * // updatedAt: new Date("TIMESTAMP"), // required
48
+ * // requestReason: "STRING_VALUE", // required
49
+ * // subscribedPrincipals: [ // SubscribedPrincipals // required
50
+ * // { // SubscribedPrincipal Union: only one key present
51
+ * // project: { // SubscribedProject
52
+ * // id: "STRING_VALUE",
53
+ * // name: "STRING_VALUE",
54
+ * // },
55
+ * // },
56
+ * // ],
57
+ * // subscribedListings: [ // SubscribedListings // required
58
+ * // { // SubscribedListing
59
+ * // id: "STRING_VALUE", // required
60
+ * // revision: "STRING_VALUE",
61
+ * // name: "STRING_VALUE", // required
62
+ * // description: "STRING_VALUE", // required
63
+ * // item: { // SubscribedListingItem Union: only one key present
64
+ * // assetListing: { // SubscribedAssetListing
65
+ * // entityId: "STRING_VALUE",
66
+ * // entityRevision: "STRING_VALUE",
67
+ * // entityType: "STRING_VALUE",
68
+ * // forms: "STRING_VALUE",
69
+ * // glossaryTerms: [ // DetailedGlossaryTerms
70
+ * // { // DetailedGlossaryTerm
71
+ * // name: "STRING_VALUE",
72
+ * // shortDescription: "STRING_VALUE",
73
+ * // },
74
+ * // ],
75
+ * // },
76
+ * // },
77
+ * // ownerProjectId: "STRING_VALUE", // required
78
+ * // ownerProjectName: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // reviewerId: "STRING_VALUE",
82
+ * // decisionComment: "STRING_VALUE",
83
+ * // };
84
+ *
85
+ * ```
86
+ *
87
+ * @param AcceptSubscriptionRequestCommandInput - {@link AcceptSubscriptionRequestCommandInput}
88
+ * @returns {@link AcceptSubscriptionRequestCommandOutput}
89
+ * @see {@link AcceptSubscriptionRequestCommandInput} for command's `input` shape.
90
+ * @see {@link AcceptSubscriptionRequestCommandOutput} for command's `response` shape.
91
+ * @see {@link DataZoneClientResolvedConfig | config} for DataZoneClient's `config` shape.
92
+ *
93
+ * @throws {@link AccessDeniedException} (client fault)
94
+ * <p>You do not have sufficient access to perform this action.</p>
95
+ *
96
+ * @throws {@link ConflictException} (client fault)
97
+ * <p>There is a conflict while performing this action.</p>
98
+ *
99
+ * @throws {@link InternalServerException} (server fault)
100
+ * <p>The request has failed because of an unknown error, exception or failure.</p>
101
+ *
102
+ * @throws {@link ResourceNotFoundException} (client fault)
103
+ * <p>The specified resource cannot be found.</p>
104
+ *
105
+ * @throws {@link ThrottlingException} (client fault)
106
+ * <p>The request was denied due to request throttling.</p>
107
+ *
108
+ * @throws {@link ValidationException} (client fault)
109
+ * <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
110
+ *
111
+ * @throws {@link UnauthorizedException} (client fault)
112
+ * <p>You do not have permission to perform this action.</p>
113
+ *
114
+ * @throws {@link DataZoneServiceException}
115
+ * <p>Base exception class for all service exceptions from DataZone service.</p>
116
+ *
117
+ */
118
+ export declare class AcceptSubscriptionRequestCommand extends $Command<AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig> {
119
+ readonly input: AcceptSubscriptionRequestCommandInput;
120
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
+ /**
122
+ * @public
123
+ */
124
+ constructor(input: AcceptSubscriptionRequestCommandInput);
125
+ /**
126
+ * @internal
127
+ */
128
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataZoneClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput>;
129
+ /**
130
+ * @internal
131
+ */
132
+ private serialize;
133
+ /**
134
+ * @internal
135
+ */
136
+ private deserialize;
137
+ }