@aws-sdk/client-datazone 3.1045.0 → 3.1046.0

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