@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,1193 @@
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@smithy/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ AcceptPredictionsCommandInput,
8
+ AcceptPredictionsCommandOutput,
9
+ } from "../commands/AcceptPredictionsCommand";
10
+ import {
11
+ AcceptSubscriptionRequestCommandInput,
12
+ AcceptSubscriptionRequestCommandOutput,
13
+ } from "../commands/AcceptSubscriptionRequestCommand";
14
+ import {
15
+ CancelSubscriptionCommandInput,
16
+ CancelSubscriptionCommandOutput,
17
+ } from "../commands/CancelSubscriptionCommand";
18
+ import {
19
+ CreateAssetCommandInput,
20
+ CreateAssetCommandOutput,
21
+ } from "../commands/CreateAssetCommand";
22
+ import {
23
+ CreateAssetRevisionCommandInput,
24
+ CreateAssetRevisionCommandOutput,
25
+ } from "../commands/CreateAssetRevisionCommand";
26
+ import {
27
+ CreateAssetTypeCommandInput,
28
+ CreateAssetTypeCommandOutput,
29
+ } from "../commands/CreateAssetTypeCommand";
30
+ import {
31
+ CreateDataSourceCommandInput,
32
+ CreateDataSourceCommandOutput,
33
+ } from "../commands/CreateDataSourceCommand";
34
+ import {
35
+ CreateDomainCommandInput,
36
+ CreateDomainCommandOutput,
37
+ } from "../commands/CreateDomainCommand";
38
+ import {
39
+ CreateEnvironmentCommandInput,
40
+ CreateEnvironmentCommandOutput,
41
+ } from "../commands/CreateEnvironmentCommand";
42
+ import {
43
+ CreateEnvironmentProfileCommandInput,
44
+ CreateEnvironmentProfileCommandOutput,
45
+ } from "../commands/CreateEnvironmentProfileCommand";
46
+ import {
47
+ CreateFormTypeCommandInput,
48
+ CreateFormTypeCommandOutput,
49
+ } from "../commands/CreateFormTypeCommand";
50
+ import {
51
+ CreateGlossaryCommandInput,
52
+ CreateGlossaryCommandOutput,
53
+ } from "../commands/CreateGlossaryCommand";
54
+ import {
55
+ CreateGlossaryTermCommandInput,
56
+ CreateGlossaryTermCommandOutput,
57
+ } from "../commands/CreateGlossaryTermCommand";
58
+ import {
59
+ CreateGroupProfileCommandInput,
60
+ CreateGroupProfileCommandOutput,
61
+ } from "../commands/CreateGroupProfileCommand";
62
+ import {
63
+ CreateListingChangeSetCommandInput,
64
+ CreateListingChangeSetCommandOutput,
65
+ } from "../commands/CreateListingChangeSetCommand";
66
+ import {
67
+ CreateProjectCommandInput,
68
+ CreateProjectCommandOutput,
69
+ } from "../commands/CreateProjectCommand";
70
+ import {
71
+ CreateProjectMembershipCommandInput,
72
+ CreateProjectMembershipCommandOutput,
73
+ } from "../commands/CreateProjectMembershipCommand";
74
+ import {
75
+ CreateSubscriptionGrantCommandInput,
76
+ CreateSubscriptionGrantCommandOutput,
77
+ } from "../commands/CreateSubscriptionGrantCommand";
78
+ import {
79
+ CreateSubscriptionRequestCommandInput,
80
+ CreateSubscriptionRequestCommandOutput,
81
+ } from "../commands/CreateSubscriptionRequestCommand";
82
+ import {
83
+ CreateSubscriptionTargetCommandInput,
84
+ CreateSubscriptionTargetCommandOutput,
85
+ } from "../commands/CreateSubscriptionTargetCommand";
86
+ import {
87
+ CreateUserProfileCommandInput,
88
+ CreateUserProfileCommandOutput,
89
+ } from "../commands/CreateUserProfileCommand";
90
+ import {
91
+ DeleteAssetCommandInput,
92
+ DeleteAssetCommandOutput,
93
+ } from "../commands/DeleteAssetCommand";
94
+ import {
95
+ DeleteAssetTypeCommandInput,
96
+ DeleteAssetTypeCommandOutput,
97
+ } from "../commands/DeleteAssetTypeCommand";
98
+ import {
99
+ DeleteDataSourceCommandInput,
100
+ DeleteDataSourceCommandOutput,
101
+ } from "../commands/DeleteDataSourceCommand";
102
+ import {
103
+ DeleteDomainCommandInput,
104
+ DeleteDomainCommandOutput,
105
+ } from "../commands/DeleteDomainCommand";
106
+ import {
107
+ DeleteEnvironmentBlueprintConfigurationCommandInput,
108
+ DeleteEnvironmentBlueprintConfigurationCommandOutput,
109
+ } from "../commands/DeleteEnvironmentBlueprintConfigurationCommand";
110
+ import {
111
+ DeleteEnvironmentCommandInput,
112
+ DeleteEnvironmentCommandOutput,
113
+ } from "../commands/DeleteEnvironmentCommand";
114
+ import {
115
+ DeleteEnvironmentProfileCommandInput,
116
+ DeleteEnvironmentProfileCommandOutput,
117
+ } from "../commands/DeleteEnvironmentProfileCommand";
118
+ import {
119
+ DeleteFormTypeCommandInput,
120
+ DeleteFormTypeCommandOutput,
121
+ } from "../commands/DeleteFormTypeCommand";
122
+ import {
123
+ DeleteGlossaryCommandInput,
124
+ DeleteGlossaryCommandOutput,
125
+ } from "../commands/DeleteGlossaryCommand";
126
+ import {
127
+ DeleteGlossaryTermCommandInput,
128
+ DeleteGlossaryTermCommandOutput,
129
+ } from "../commands/DeleteGlossaryTermCommand";
130
+ import {
131
+ DeleteListingCommandInput,
132
+ DeleteListingCommandOutput,
133
+ } from "../commands/DeleteListingCommand";
134
+ import {
135
+ DeleteProjectCommandInput,
136
+ DeleteProjectCommandOutput,
137
+ } from "../commands/DeleteProjectCommand";
138
+ import {
139
+ DeleteProjectMembershipCommandInput,
140
+ DeleteProjectMembershipCommandOutput,
141
+ } from "../commands/DeleteProjectMembershipCommand";
142
+ import {
143
+ DeleteSubscriptionGrantCommandInput,
144
+ DeleteSubscriptionGrantCommandOutput,
145
+ } from "../commands/DeleteSubscriptionGrantCommand";
146
+ import {
147
+ DeleteSubscriptionRequestCommandInput,
148
+ DeleteSubscriptionRequestCommandOutput,
149
+ } from "../commands/DeleteSubscriptionRequestCommand";
150
+ import {
151
+ DeleteSubscriptionTargetCommandInput,
152
+ DeleteSubscriptionTargetCommandOutput,
153
+ } from "../commands/DeleteSubscriptionTargetCommand";
154
+ import {
155
+ GetAssetCommandInput,
156
+ GetAssetCommandOutput,
157
+ } from "../commands/GetAssetCommand";
158
+ import {
159
+ GetAssetTypeCommandInput,
160
+ GetAssetTypeCommandOutput,
161
+ } from "../commands/GetAssetTypeCommand";
162
+ import {
163
+ GetDataSourceCommandInput,
164
+ GetDataSourceCommandOutput,
165
+ } from "../commands/GetDataSourceCommand";
166
+ import {
167
+ GetDataSourceRunCommandInput,
168
+ GetDataSourceRunCommandOutput,
169
+ } from "../commands/GetDataSourceRunCommand";
170
+ import {
171
+ GetDomainCommandInput,
172
+ GetDomainCommandOutput,
173
+ } from "../commands/GetDomainCommand";
174
+ import {
175
+ GetEnvironmentBlueprintCommandInput,
176
+ GetEnvironmentBlueprintCommandOutput,
177
+ } from "../commands/GetEnvironmentBlueprintCommand";
178
+ import {
179
+ GetEnvironmentBlueprintConfigurationCommandInput,
180
+ GetEnvironmentBlueprintConfigurationCommandOutput,
181
+ } from "../commands/GetEnvironmentBlueprintConfigurationCommand";
182
+ import {
183
+ GetEnvironmentCommandInput,
184
+ GetEnvironmentCommandOutput,
185
+ } from "../commands/GetEnvironmentCommand";
186
+ import {
187
+ GetEnvironmentProfileCommandInput,
188
+ GetEnvironmentProfileCommandOutput,
189
+ } from "../commands/GetEnvironmentProfileCommand";
190
+ import {
191
+ GetFormTypeCommandInput,
192
+ GetFormTypeCommandOutput,
193
+ } from "../commands/GetFormTypeCommand";
194
+ import {
195
+ GetGlossaryCommandInput,
196
+ GetGlossaryCommandOutput,
197
+ } from "../commands/GetGlossaryCommand";
198
+ import {
199
+ GetGlossaryTermCommandInput,
200
+ GetGlossaryTermCommandOutput,
201
+ } from "../commands/GetGlossaryTermCommand";
202
+ import {
203
+ GetGroupProfileCommandInput,
204
+ GetGroupProfileCommandOutput,
205
+ } from "../commands/GetGroupProfileCommand";
206
+ import {
207
+ GetIamPortalLoginUrlCommandInput,
208
+ GetIamPortalLoginUrlCommandOutput,
209
+ } from "../commands/GetIamPortalLoginUrlCommand";
210
+ import {
211
+ GetListingCommandInput,
212
+ GetListingCommandOutput,
213
+ } from "../commands/GetListingCommand";
214
+ import {
215
+ GetProjectCommandInput,
216
+ GetProjectCommandOutput,
217
+ } from "../commands/GetProjectCommand";
218
+ import {
219
+ GetSubscriptionCommandInput,
220
+ GetSubscriptionCommandOutput,
221
+ } from "../commands/GetSubscriptionCommand";
222
+ import {
223
+ GetSubscriptionGrantCommandInput,
224
+ GetSubscriptionGrantCommandOutput,
225
+ } from "../commands/GetSubscriptionGrantCommand";
226
+ import {
227
+ GetSubscriptionRequestDetailsCommandInput,
228
+ GetSubscriptionRequestDetailsCommandOutput,
229
+ } from "../commands/GetSubscriptionRequestDetailsCommand";
230
+ import {
231
+ GetSubscriptionTargetCommandInput,
232
+ GetSubscriptionTargetCommandOutput,
233
+ } from "../commands/GetSubscriptionTargetCommand";
234
+ import {
235
+ GetUserProfileCommandInput,
236
+ GetUserProfileCommandOutput,
237
+ } from "../commands/GetUserProfileCommand";
238
+ import {
239
+ ListAssetRevisionsCommandInput,
240
+ ListAssetRevisionsCommandOutput,
241
+ } from "../commands/ListAssetRevisionsCommand";
242
+ import {
243
+ ListDataSourceRunActivitiesCommandInput,
244
+ ListDataSourceRunActivitiesCommandOutput,
245
+ } from "../commands/ListDataSourceRunActivitiesCommand";
246
+ import {
247
+ ListDataSourceRunsCommandInput,
248
+ ListDataSourceRunsCommandOutput,
249
+ } from "../commands/ListDataSourceRunsCommand";
250
+ import {
251
+ ListDataSourcesCommandInput,
252
+ ListDataSourcesCommandOutput,
253
+ } from "../commands/ListDataSourcesCommand";
254
+ import {
255
+ ListDomainsCommandInput,
256
+ ListDomainsCommandOutput,
257
+ } from "../commands/ListDomainsCommand";
258
+ import {
259
+ ListEnvironmentBlueprintConfigurationsCommandInput,
260
+ ListEnvironmentBlueprintConfigurationsCommandOutput,
261
+ } from "../commands/ListEnvironmentBlueprintConfigurationsCommand";
262
+ import {
263
+ ListEnvironmentBlueprintsCommandInput,
264
+ ListEnvironmentBlueprintsCommandOutput,
265
+ } from "../commands/ListEnvironmentBlueprintsCommand";
266
+ import {
267
+ ListEnvironmentProfilesCommandInput,
268
+ ListEnvironmentProfilesCommandOutput,
269
+ } from "../commands/ListEnvironmentProfilesCommand";
270
+ import {
271
+ ListEnvironmentsCommandInput,
272
+ ListEnvironmentsCommandOutput,
273
+ } from "../commands/ListEnvironmentsCommand";
274
+ import {
275
+ ListNotificationsCommandInput,
276
+ ListNotificationsCommandOutput,
277
+ } from "../commands/ListNotificationsCommand";
278
+ import {
279
+ ListProjectMembershipsCommandInput,
280
+ ListProjectMembershipsCommandOutput,
281
+ } from "../commands/ListProjectMembershipsCommand";
282
+ import {
283
+ ListProjectsCommandInput,
284
+ ListProjectsCommandOutput,
285
+ } from "../commands/ListProjectsCommand";
286
+ import {
287
+ ListSubscriptionGrantsCommandInput,
288
+ ListSubscriptionGrantsCommandOutput,
289
+ } from "../commands/ListSubscriptionGrantsCommand";
290
+ import {
291
+ ListSubscriptionRequestsCommandInput,
292
+ ListSubscriptionRequestsCommandOutput,
293
+ } from "../commands/ListSubscriptionRequestsCommand";
294
+ import {
295
+ ListSubscriptionsCommandInput,
296
+ ListSubscriptionsCommandOutput,
297
+ } from "../commands/ListSubscriptionsCommand";
298
+ import {
299
+ ListSubscriptionTargetsCommandInput,
300
+ ListSubscriptionTargetsCommandOutput,
301
+ } from "../commands/ListSubscriptionTargetsCommand";
302
+ import {
303
+ ListTagsForResourceCommandInput,
304
+ ListTagsForResourceCommandOutput,
305
+ } from "../commands/ListTagsForResourceCommand";
306
+ import {
307
+ PutEnvironmentBlueprintConfigurationCommandInput,
308
+ PutEnvironmentBlueprintConfigurationCommandOutput,
309
+ } from "../commands/PutEnvironmentBlueprintConfigurationCommand";
310
+ import {
311
+ RejectPredictionsCommandInput,
312
+ RejectPredictionsCommandOutput,
313
+ } from "../commands/RejectPredictionsCommand";
314
+ import {
315
+ RejectSubscriptionRequestCommandInput,
316
+ RejectSubscriptionRequestCommandOutput,
317
+ } from "../commands/RejectSubscriptionRequestCommand";
318
+ import {
319
+ RevokeSubscriptionCommandInput,
320
+ RevokeSubscriptionCommandOutput,
321
+ } from "../commands/RevokeSubscriptionCommand";
322
+ import {
323
+ SearchCommandInput,
324
+ SearchCommandOutput,
325
+ } from "../commands/SearchCommand";
326
+ import {
327
+ SearchGroupProfilesCommandInput,
328
+ SearchGroupProfilesCommandOutput,
329
+ } from "../commands/SearchGroupProfilesCommand";
330
+ import {
331
+ SearchListingsCommandInput,
332
+ SearchListingsCommandOutput,
333
+ } from "../commands/SearchListingsCommand";
334
+ import {
335
+ SearchTypesCommandInput,
336
+ SearchTypesCommandOutput,
337
+ } from "../commands/SearchTypesCommand";
338
+ import {
339
+ SearchUserProfilesCommandInput,
340
+ SearchUserProfilesCommandOutput,
341
+ } from "../commands/SearchUserProfilesCommand";
342
+ import {
343
+ StartDataSourceRunCommandInput,
344
+ StartDataSourceRunCommandOutput,
345
+ } from "../commands/StartDataSourceRunCommand";
346
+ import {
347
+ TagResourceCommandInput,
348
+ TagResourceCommandOutput,
349
+ } from "../commands/TagResourceCommand";
350
+ import {
351
+ UntagResourceCommandInput,
352
+ UntagResourceCommandOutput,
353
+ } from "../commands/UntagResourceCommand";
354
+ import {
355
+ UpdateDataSourceCommandInput,
356
+ UpdateDataSourceCommandOutput,
357
+ } from "../commands/UpdateDataSourceCommand";
358
+ import {
359
+ UpdateDomainCommandInput,
360
+ UpdateDomainCommandOutput,
361
+ } from "../commands/UpdateDomainCommand";
362
+ import {
363
+ UpdateEnvironmentCommandInput,
364
+ UpdateEnvironmentCommandOutput,
365
+ } from "../commands/UpdateEnvironmentCommand";
366
+ import {
367
+ UpdateEnvironmentProfileCommandInput,
368
+ UpdateEnvironmentProfileCommandOutput,
369
+ } from "../commands/UpdateEnvironmentProfileCommand";
370
+ import {
371
+ UpdateGlossaryCommandInput,
372
+ UpdateGlossaryCommandOutput,
373
+ } from "../commands/UpdateGlossaryCommand";
374
+ import {
375
+ UpdateGlossaryTermCommandInput,
376
+ UpdateGlossaryTermCommandOutput,
377
+ } from "../commands/UpdateGlossaryTermCommand";
378
+ import {
379
+ UpdateGroupProfileCommandInput,
380
+ UpdateGroupProfileCommandOutput,
381
+ } from "../commands/UpdateGroupProfileCommand";
382
+ import {
383
+ UpdateProjectCommandInput,
384
+ UpdateProjectCommandOutput,
385
+ } from "../commands/UpdateProjectCommand";
386
+ import {
387
+ UpdateSubscriptionGrantStatusCommandInput,
388
+ UpdateSubscriptionGrantStatusCommandOutput,
389
+ } from "../commands/UpdateSubscriptionGrantStatusCommand";
390
+ import {
391
+ UpdateSubscriptionRequestCommandInput,
392
+ UpdateSubscriptionRequestCommandOutput,
393
+ } from "../commands/UpdateSubscriptionRequestCommand";
394
+ import {
395
+ UpdateSubscriptionTargetCommandInput,
396
+ UpdateSubscriptionTargetCommandOutput,
397
+ } from "../commands/UpdateSubscriptionTargetCommand";
398
+ import {
399
+ UpdateUserProfileCommandInput,
400
+ UpdateUserProfileCommandOutput,
401
+ } from "../commands/UpdateUserProfileCommand";
402
+ export declare const se_AcceptPredictionsCommand: (
403
+ input: AcceptPredictionsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const se_AcceptSubscriptionRequestCommand: (
407
+ input: AcceptSubscriptionRequestCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const se_CancelSubscriptionCommand: (
411
+ input: CancelSubscriptionCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const se_CreateAssetCommand: (
415
+ input: CreateAssetCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const se_CreateAssetRevisionCommand: (
419
+ input: CreateAssetRevisionCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const se_CreateAssetTypeCommand: (
423
+ input: CreateAssetTypeCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const se_CreateDataSourceCommand: (
427
+ input: CreateDataSourceCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const se_CreateDomainCommand: (
431
+ input: CreateDomainCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const se_CreateEnvironmentCommand: (
435
+ input: CreateEnvironmentCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const se_CreateEnvironmentProfileCommand: (
439
+ input: CreateEnvironmentProfileCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const se_CreateFormTypeCommand: (
443
+ input: CreateFormTypeCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const se_CreateGlossaryCommand: (
447
+ input: CreateGlossaryCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const se_CreateGlossaryTermCommand: (
451
+ input: CreateGlossaryTermCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const se_CreateGroupProfileCommand: (
455
+ input: CreateGroupProfileCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const se_CreateListingChangeSetCommand: (
459
+ input: CreateListingChangeSetCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const se_CreateProjectCommand: (
463
+ input: CreateProjectCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const se_CreateProjectMembershipCommand: (
467
+ input: CreateProjectMembershipCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const se_CreateSubscriptionGrantCommand: (
471
+ input: CreateSubscriptionGrantCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const se_CreateSubscriptionRequestCommand: (
475
+ input: CreateSubscriptionRequestCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const se_CreateSubscriptionTargetCommand: (
479
+ input: CreateSubscriptionTargetCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const se_CreateUserProfileCommand: (
483
+ input: CreateUserProfileCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const se_DeleteAssetCommand: (
487
+ input: DeleteAssetCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const se_DeleteAssetTypeCommand: (
491
+ input: DeleteAssetTypeCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const se_DeleteDataSourceCommand: (
495
+ input: DeleteDataSourceCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const se_DeleteDomainCommand: (
499
+ input: DeleteDomainCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const se_DeleteEnvironmentCommand: (
503
+ input: DeleteEnvironmentCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const se_DeleteEnvironmentBlueprintConfigurationCommand: (
507
+ input: DeleteEnvironmentBlueprintConfigurationCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const se_DeleteEnvironmentProfileCommand: (
511
+ input: DeleteEnvironmentProfileCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const se_DeleteFormTypeCommand: (
515
+ input: DeleteFormTypeCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const se_DeleteGlossaryCommand: (
519
+ input: DeleteGlossaryCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const se_DeleteGlossaryTermCommand: (
523
+ input: DeleteGlossaryTermCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const se_DeleteListingCommand: (
527
+ input: DeleteListingCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const se_DeleteProjectCommand: (
531
+ input: DeleteProjectCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const se_DeleteProjectMembershipCommand: (
535
+ input: DeleteProjectMembershipCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const se_DeleteSubscriptionGrantCommand: (
539
+ input: DeleteSubscriptionGrantCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const se_DeleteSubscriptionRequestCommand: (
543
+ input: DeleteSubscriptionRequestCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const se_DeleteSubscriptionTargetCommand: (
547
+ input: DeleteSubscriptionTargetCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const se_GetAssetCommand: (
551
+ input: GetAssetCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const se_GetAssetTypeCommand: (
555
+ input: GetAssetTypeCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const se_GetDataSourceCommand: (
559
+ input: GetDataSourceCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const se_GetDataSourceRunCommand: (
563
+ input: GetDataSourceRunCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const se_GetDomainCommand: (
567
+ input: GetDomainCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const se_GetEnvironmentCommand: (
571
+ input: GetEnvironmentCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const se_GetEnvironmentBlueprintCommand: (
575
+ input: GetEnvironmentBlueprintCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const se_GetEnvironmentBlueprintConfigurationCommand: (
579
+ input: GetEnvironmentBlueprintConfigurationCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const se_GetEnvironmentProfileCommand: (
583
+ input: GetEnvironmentProfileCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const se_GetFormTypeCommand: (
587
+ input: GetFormTypeCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const se_GetGlossaryCommand: (
591
+ input: GetGlossaryCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const se_GetGlossaryTermCommand: (
595
+ input: GetGlossaryTermCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const se_GetGroupProfileCommand: (
599
+ input: GetGroupProfileCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const se_GetIamPortalLoginUrlCommand: (
603
+ input: GetIamPortalLoginUrlCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const se_GetListingCommand: (
607
+ input: GetListingCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const se_GetProjectCommand: (
611
+ input: GetProjectCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const se_GetSubscriptionCommand: (
615
+ input: GetSubscriptionCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const se_GetSubscriptionGrantCommand: (
619
+ input: GetSubscriptionGrantCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const se_GetSubscriptionRequestDetailsCommand: (
623
+ input: GetSubscriptionRequestDetailsCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const se_GetSubscriptionTargetCommand: (
627
+ input: GetSubscriptionTargetCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const se_GetUserProfileCommand: (
631
+ input: GetUserProfileCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const se_ListAssetRevisionsCommand: (
635
+ input: ListAssetRevisionsCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const se_ListDataSourceRunActivitiesCommand: (
639
+ input: ListDataSourceRunActivitiesCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const se_ListDataSourceRunsCommand: (
643
+ input: ListDataSourceRunsCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const se_ListDataSourcesCommand: (
647
+ input: ListDataSourcesCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const se_ListDomainsCommand: (
651
+ input: ListDomainsCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const se_ListEnvironmentBlueprintConfigurationsCommand: (
655
+ input: ListEnvironmentBlueprintConfigurationsCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const se_ListEnvironmentBlueprintsCommand: (
659
+ input: ListEnvironmentBlueprintsCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const se_ListEnvironmentProfilesCommand: (
663
+ input: ListEnvironmentProfilesCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const se_ListEnvironmentsCommand: (
667
+ input: ListEnvironmentsCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const se_ListNotificationsCommand: (
671
+ input: ListNotificationsCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const se_ListProjectMembershipsCommand: (
675
+ input: ListProjectMembershipsCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const se_ListProjectsCommand: (
679
+ input: ListProjectsCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const se_ListSubscriptionGrantsCommand: (
683
+ input: ListSubscriptionGrantsCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const se_ListSubscriptionRequestsCommand: (
687
+ input: ListSubscriptionRequestsCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const se_ListSubscriptionsCommand: (
691
+ input: ListSubscriptionsCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const se_ListSubscriptionTargetsCommand: (
695
+ input: ListSubscriptionTargetsCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const se_ListTagsForResourceCommand: (
699
+ input: ListTagsForResourceCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const se_PutEnvironmentBlueprintConfigurationCommand: (
703
+ input: PutEnvironmentBlueprintConfigurationCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const se_RejectPredictionsCommand: (
707
+ input: RejectPredictionsCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const se_RejectSubscriptionRequestCommand: (
711
+ input: RejectSubscriptionRequestCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const se_RevokeSubscriptionCommand: (
715
+ input: RevokeSubscriptionCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const se_SearchCommand: (
719
+ input: SearchCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const se_SearchGroupProfilesCommand: (
723
+ input: SearchGroupProfilesCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const se_SearchListingsCommand: (
727
+ input: SearchListingsCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const se_SearchTypesCommand: (
731
+ input: SearchTypesCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
734
+ export declare const se_SearchUserProfilesCommand: (
735
+ input: SearchUserProfilesCommandInput,
736
+ context: __SerdeContext
737
+ ) => Promise<__HttpRequest>;
738
+ export declare const se_StartDataSourceRunCommand: (
739
+ input: StartDataSourceRunCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
742
+ export declare const se_TagResourceCommand: (
743
+ input: TagResourceCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const se_UntagResourceCommand: (
747
+ input: UntagResourceCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
750
+ export declare const se_UpdateDataSourceCommand: (
751
+ input: UpdateDataSourceCommandInput,
752
+ context: __SerdeContext
753
+ ) => Promise<__HttpRequest>;
754
+ export declare const se_UpdateDomainCommand: (
755
+ input: UpdateDomainCommandInput,
756
+ context: __SerdeContext
757
+ ) => Promise<__HttpRequest>;
758
+ export declare const se_UpdateEnvironmentCommand: (
759
+ input: UpdateEnvironmentCommandInput,
760
+ context: __SerdeContext
761
+ ) => Promise<__HttpRequest>;
762
+ export declare const se_UpdateEnvironmentProfileCommand: (
763
+ input: UpdateEnvironmentProfileCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const se_UpdateGlossaryCommand: (
767
+ input: UpdateGlossaryCommandInput,
768
+ context: __SerdeContext
769
+ ) => Promise<__HttpRequest>;
770
+ export declare const se_UpdateGlossaryTermCommand: (
771
+ input: UpdateGlossaryTermCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
774
+ export declare const se_UpdateGroupProfileCommand: (
775
+ input: UpdateGroupProfileCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const se_UpdateProjectCommand: (
779
+ input: UpdateProjectCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
782
+ export declare const se_UpdateSubscriptionGrantStatusCommand: (
783
+ input: UpdateSubscriptionGrantStatusCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
786
+ export declare const se_UpdateSubscriptionRequestCommand: (
787
+ input: UpdateSubscriptionRequestCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
790
+ export declare const se_UpdateSubscriptionTargetCommand: (
791
+ input: UpdateSubscriptionTargetCommandInput,
792
+ context: __SerdeContext
793
+ ) => Promise<__HttpRequest>;
794
+ export declare const se_UpdateUserProfileCommand: (
795
+ input: UpdateUserProfileCommandInput,
796
+ context: __SerdeContext
797
+ ) => Promise<__HttpRequest>;
798
+ export declare const de_AcceptPredictionsCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<AcceptPredictionsCommandOutput>;
802
+ export declare const de_AcceptSubscriptionRequestCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<AcceptSubscriptionRequestCommandOutput>;
806
+ export declare const de_CancelSubscriptionCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<CancelSubscriptionCommandOutput>;
810
+ export declare const de_CreateAssetCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<CreateAssetCommandOutput>;
814
+ export declare const de_CreateAssetRevisionCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<CreateAssetRevisionCommandOutput>;
818
+ export declare const de_CreateAssetTypeCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<CreateAssetTypeCommandOutput>;
822
+ export declare const de_CreateDataSourceCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<CreateDataSourceCommandOutput>;
826
+ export declare const de_CreateDomainCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<CreateDomainCommandOutput>;
830
+ export declare const de_CreateEnvironmentCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<CreateEnvironmentCommandOutput>;
834
+ export declare const de_CreateEnvironmentProfileCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<CreateEnvironmentProfileCommandOutput>;
838
+ export declare const de_CreateFormTypeCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<CreateFormTypeCommandOutput>;
842
+ export declare const de_CreateGlossaryCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<CreateGlossaryCommandOutput>;
846
+ export declare const de_CreateGlossaryTermCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<CreateGlossaryTermCommandOutput>;
850
+ export declare const de_CreateGroupProfileCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<CreateGroupProfileCommandOutput>;
854
+ export declare const de_CreateListingChangeSetCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<CreateListingChangeSetCommandOutput>;
858
+ export declare const de_CreateProjectCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<CreateProjectCommandOutput>;
862
+ export declare const de_CreateProjectMembershipCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<CreateProjectMembershipCommandOutput>;
866
+ export declare const de_CreateSubscriptionGrantCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<CreateSubscriptionGrantCommandOutput>;
870
+ export declare const de_CreateSubscriptionRequestCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<CreateSubscriptionRequestCommandOutput>;
874
+ export declare const de_CreateSubscriptionTargetCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<CreateSubscriptionTargetCommandOutput>;
878
+ export declare const de_CreateUserProfileCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<CreateUserProfileCommandOutput>;
882
+ export declare const de_DeleteAssetCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<DeleteAssetCommandOutput>;
886
+ export declare const de_DeleteAssetTypeCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<DeleteAssetTypeCommandOutput>;
890
+ export declare const de_DeleteDataSourceCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<DeleteDataSourceCommandOutput>;
894
+ export declare const de_DeleteDomainCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<DeleteDomainCommandOutput>;
898
+ export declare const de_DeleteEnvironmentCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<DeleteEnvironmentCommandOutput>;
902
+ export declare const de_DeleteEnvironmentBlueprintConfigurationCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<DeleteEnvironmentBlueprintConfigurationCommandOutput>;
906
+ export declare const de_DeleteEnvironmentProfileCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<DeleteEnvironmentProfileCommandOutput>;
910
+ export declare const de_DeleteFormTypeCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<DeleteFormTypeCommandOutput>;
914
+ export declare const de_DeleteGlossaryCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<DeleteGlossaryCommandOutput>;
918
+ export declare const de_DeleteGlossaryTermCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<DeleteGlossaryTermCommandOutput>;
922
+ export declare const de_DeleteListingCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<DeleteListingCommandOutput>;
926
+ export declare const de_DeleteProjectCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<DeleteProjectCommandOutput>;
930
+ export declare const de_DeleteProjectMembershipCommand: (
931
+ output: __HttpResponse,
932
+ context: __SerdeContext
933
+ ) => Promise<DeleteProjectMembershipCommandOutput>;
934
+ export declare const de_DeleteSubscriptionGrantCommand: (
935
+ output: __HttpResponse,
936
+ context: __SerdeContext
937
+ ) => Promise<DeleteSubscriptionGrantCommandOutput>;
938
+ export declare const de_DeleteSubscriptionRequestCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<DeleteSubscriptionRequestCommandOutput>;
942
+ export declare const de_DeleteSubscriptionTargetCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<DeleteSubscriptionTargetCommandOutput>;
946
+ export declare const de_GetAssetCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<GetAssetCommandOutput>;
950
+ export declare const de_GetAssetTypeCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<GetAssetTypeCommandOutput>;
954
+ export declare const de_GetDataSourceCommand: (
955
+ output: __HttpResponse,
956
+ context: __SerdeContext
957
+ ) => Promise<GetDataSourceCommandOutput>;
958
+ export declare const de_GetDataSourceRunCommand: (
959
+ output: __HttpResponse,
960
+ context: __SerdeContext
961
+ ) => Promise<GetDataSourceRunCommandOutput>;
962
+ export declare const de_GetDomainCommand: (
963
+ output: __HttpResponse,
964
+ context: __SerdeContext
965
+ ) => Promise<GetDomainCommandOutput>;
966
+ export declare const de_GetEnvironmentCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<GetEnvironmentCommandOutput>;
970
+ export declare const de_GetEnvironmentBlueprintCommand: (
971
+ output: __HttpResponse,
972
+ context: __SerdeContext
973
+ ) => Promise<GetEnvironmentBlueprintCommandOutput>;
974
+ export declare const de_GetEnvironmentBlueprintConfigurationCommand: (
975
+ output: __HttpResponse,
976
+ context: __SerdeContext
977
+ ) => Promise<GetEnvironmentBlueprintConfigurationCommandOutput>;
978
+ export declare const de_GetEnvironmentProfileCommand: (
979
+ output: __HttpResponse,
980
+ context: __SerdeContext
981
+ ) => Promise<GetEnvironmentProfileCommandOutput>;
982
+ export declare const de_GetFormTypeCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<GetFormTypeCommandOutput>;
986
+ export declare const de_GetGlossaryCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<GetGlossaryCommandOutput>;
990
+ export declare const de_GetGlossaryTermCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<GetGlossaryTermCommandOutput>;
994
+ export declare const de_GetGroupProfileCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<GetGroupProfileCommandOutput>;
998
+ export declare const de_GetIamPortalLoginUrlCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<GetIamPortalLoginUrlCommandOutput>;
1002
+ export declare const de_GetListingCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<GetListingCommandOutput>;
1006
+ export declare const de_GetProjectCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<GetProjectCommandOutput>;
1010
+ export declare const de_GetSubscriptionCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<GetSubscriptionCommandOutput>;
1014
+ export declare const de_GetSubscriptionGrantCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<GetSubscriptionGrantCommandOutput>;
1018
+ export declare const de_GetSubscriptionRequestDetailsCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<GetSubscriptionRequestDetailsCommandOutput>;
1022
+ export declare const de_GetSubscriptionTargetCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<GetSubscriptionTargetCommandOutput>;
1026
+ export declare const de_GetUserProfileCommand: (
1027
+ output: __HttpResponse,
1028
+ context: __SerdeContext
1029
+ ) => Promise<GetUserProfileCommandOutput>;
1030
+ export declare const de_ListAssetRevisionsCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<ListAssetRevisionsCommandOutput>;
1034
+ export declare const de_ListDataSourceRunActivitiesCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<ListDataSourceRunActivitiesCommandOutput>;
1038
+ export declare const de_ListDataSourceRunsCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<ListDataSourceRunsCommandOutput>;
1042
+ export declare const de_ListDataSourcesCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<ListDataSourcesCommandOutput>;
1046
+ export declare const de_ListDomainsCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<ListDomainsCommandOutput>;
1050
+ export declare const de_ListEnvironmentBlueprintConfigurationsCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<ListEnvironmentBlueprintConfigurationsCommandOutput>;
1054
+ export declare const de_ListEnvironmentBlueprintsCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<ListEnvironmentBlueprintsCommandOutput>;
1058
+ export declare const de_ListEnvironmentProfilesCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<ListEnvironmentProfilesCommandOutput>;
1062
+ export declare const de_ListEnvironmentsCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<ListEnvironmentsCommandOutput>;
1066
+ export declare const de_ListNotificationsCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<ListNotificationsCommandOutput>;
1070
+ export declare const de_ListProjectMembershipsCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<ListProjectMembershipsCommandOutput>;
1074
+ export declare const de_ListProjectsCommand: (
1075
+ output: __HttpResponse,
1076
+ context: __SerdeContext
1077
+ ) => Promise<ListProjectsCommandOutput>;
1078
+ export declare const de_ListSubscriptionGrantsCommand: (
1079
+ output: __HttpResponse,
1080
+ context: __SerdeContext
1081
+ ) => Promise<ListSubscriptionGrantsCommandOutput>;
1082
+ export declare const de_ListSubscriptionRequestsCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<ListSubscriptionRequestsCommandOutput>;
1086
+ export declare const de_ListSubscriptionsCommand: (
1087
+ output: __HttpResponse,
1088
+ context: __SerdeContext
1089
+ ) => Promise<ListSubscriptionsCommandOutput>;
1090
+ export declare const de_ListSubscriptionTargetsCommand: (
1091
+ output: __HttpResponse,
1092
+ context: __SerdeContext
1093
+ ) => Promise<ListSubscriptionTargetsCommandOutput>;
1094
+ export declare const de_ListTagsForResourceCommand: (
1095
+ output: __HttpResponse,
1096
+ context: __SerdeContext
1097
+ ) => Promise<ListTagsForResourceCommandOutput>;
1098
+ export declare const de_PutEnvironmentBlueprintConfigurationCommand: (
1099
+ output: __HttpResponse,
1100
+ context: __SerdeContext
1101
+ ) => Promise<PutEnvironmentBlueprintConfigurationCommandOutput>;
1102
+ export declare const de_RejectPredictionsCommand: (
1103
+ output: __HttpResponse,
1104
+ context: __SerdeContext
1105
+ ) => Promise<RejectPredictionsCommandOutput>;
1106
+ export declare const de_RejectSubscriptionRequestCommand: (
1107
+ output: __HttpResponse,
1108
+ context: __SerdeContext
1109
+ ) => Promise<RejectSubscriptionRequestCommandOutput>;
1110
+ export declare const de_RevokeSubscriptionCommand: (
1111
+ output: __HttpResponse,
1112
+ context: __SerdeContext
1113
+ ) => Promise<RevokeSubscriptionCommandOutput>;
1114
+ export declare const de_SearchCommand: (
1115
+ output: __HttpResponse,
1116
+ context: __SerdeContext
1117
+ ) => Promise<SearchCommandOutput>;
1118
+ export declare const de_SearchGroupProfilesCommand: (
1119
+ output: __HttpResponse,
1120
+ context: __SerdeContext
1121
+ ) => Promise<SearchGroupProfilesCommandOutput>;
1122
+ export declare const de_SearchListingsCommand: (
1123
+ output: __HttpResponse,
1124
+ context: __SerdeContext
1125
+ ) => Promise<SearchListingsCommandOutput>;
1126
+ export declare const de_SearchTypesCommand: (
1127
+ output: __HttpResponse,
1128
+ context: __SerdeContext
1129
+ ) => Promise<SearchTypesCommandOutput>;
1130
+ export declare const de_SearchUserProfilesCommand: (
1131
+ output: __HttpResponse,
1132
+ context: __SerdeContext
1133
+ ) => Promise<SearchUserProfilesCommandOutput>;
1134
+ export declare const de_StartDataSourceRunCommand: (
1135
+ output: __HttpResponse,
1136
+ context: __SerdeContext
1137
+ ) => Promise<StartDataSourceRunCommandOutput>;
1138
+ export declare const de_TagResourceCommand: (
1139
+ output: __HttpResponse,
1140
+ context: __SerdeContext
1141
+ ) => Promise<TagResourceCommandOutput>;
1142
+ export declare const de_UntagResourceCommand: (
1143
+ output: __HttpResponse,
1144
+ context: __SerdeContext
1145
+ ) => Promise<UntagResourceCommandOutput>;
1146
+ export declare const de_UpdateDataSourceCommand: (
1147
+ output: __HttpResponse,
1148
+ context: __SerdeContext
1149
+ ) => Promise<UpdateDataSourceCommandOutput>;
1150
+ export declare const de_UpdateDomainCommand: (
1151
+ output: __HttpResponse,
1152
+ context: __SerdeContext
1153
+ ) => Promise<UpdateDomainCommandOutput>;
1154
+ export declare const de_UpdateEnvironmentCommand: (
1155
+ output: __HttpResponse,
1156
+ context: __SerdeContext
1157
+ ) => Promise<UpdateEnvironmentCommandOutput>;
1158
+ export declare const de_UpdateEnvironmentProfileCommand: (
1159
+ output: __HttpResponse,
1160
+ context: __SerdeContext
1161
+ ) => Promise<UpdateEnvironmentProfileCommandOutput>;
1162
+ export declare const de_UpdateGlossaryCommand: (
1163
+ output: __HttpResponse,
1164
+ context: __SerdeContext
1165
+ ) => Promise<UpdateGlossaryCommandOutput>;
1166
+ export declare const de_UpdateGlossaryTermCommand: (
1167
+ output: __HttpResponse,
1168
+ context: __SerdeContext
1169
+ ) => Promise<UpdateGlossaryTermCommandOutput>;
1170
+ export declare const de_UpdateGroupProfileCommand: (
1171
+ output: __HttpResponse,
1172
+ context: __SerdeContext
1173
+ ) => Promise<UpdateGroupProfileCommandOutput>;
1174
+ export declare const de_UpdateProjectCommand: (
1175
+ output: __HttpResponse,
1176
+ context: __SerdeContext
1177
+ ) => Promise<UpdateProjectCommandOutput>;
1178
+ export declare const de_UpdateSubscriptionGrantStatusCommand: (
1179
+ output: __HttpResponse,
1180
+ context: __SerdeContext
1181
+ ) => Promise<UpdateSubscriptionGrantStatusCommandOutput>;
1182
+ export declare const de_UpdateSubscriptionRequestCommand: (
1183
+ output: __HttpResponse,
1184
+ context: __SerdeContext
1185
+ ) => Promise<UpdateSubscriptionRequestCommandOutput>;
1186
+ export declare const de_UpdateSubscriptionTargetCommand: (
1187
+ output: __HttpResponse,
1188
+ context: __SerdeContext
1189
+ ) => Promise<UpdateSubscriptionTargetCommandOutput>;
1190
+ export declare const de_UpdateUserProfileCommand: (
1191
+ output: __HttpResponse,
1192
+ context: __SerdeContext
1193
+ ) => Promise<UpdateUserProfileCommandOutput>;