@aws-sdk/client-api-gateway 3.1044.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 (407) 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 +264 -265
  5. package/dist-cjs/models/APIGatewayServiceException.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/APIGateway.js +1 -1
  10. package/dist-es/APIGatewayClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateApiKeyCommand.js +2 -2
  13. package/dist-es/commands/CreateAuthorizerCommand.js +2 -2
  14. package/dist-es/commands/CreateBasePathMappingCommand.js +2 -2
  15. package/dist-es/commands/CreateDeploymentCommand.js +2 -2
  16. package/dist-es/commands/CreateDocumentationPartCommand.js +2 -2
  17. package/dist-es/commands/CreateDocumentationVersionCommand.js +2 -2
  18. package/dist-es/commands/CreateDomainNameAccessAssociationCommand.js +2 -2
  19. package/dist-es/commands/CreateDomainNameCommand.js +2 -2
  20. package/dist-es/commands/CreateModelCommand.js +2 -2
  21. package/dist-es/commands/CreateRequestValidatorCommand.js +2 -2
  22. package/dist-es/commands/CreateResourceCommand.js +2 -2
  23. package/dist-es/commands/CreateRestApiCommand.js +2 -2
  24. package/dist-es/commands/CreateStageCommand.js +2 -2
  25. package/dist-es/commands/CreateUsagePlanCommand.js +2 -2
  26. package/dist-es/commands/CreateUsagePlanKeyCommand.js +2 -2
  27. package/dist-es/commands/CreateVpcLinkCommand.js +2 -2
  28. package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
  29. package/dist-es/commands/DeleteAuthorizerCommand.js +2 -2
  30. package/dist-es/commands/DeleteBasePathMappingCommand.js +2 -2
  31. package/dist-es/commands/DeleteClientCertificateCommand.js +2 -2
  32. package/dist-es/commands/DeleteDeploymentCommand.js +2 -2
  33. package/dist-es/commands/DeleteDocumentationPartCommand.js +2 -2
  34. package/dist-es/commands/DeleteDocumentationVersionCommand.js +2 -2
  35. package/dist-es/commands/DeleteDomainNameAccessAssociationCommand.js +2 -2
  36. package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
  37. package/dist-es/commands/DeleteGatewayResponseCommand.js +2 -2
  38. package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
  39. package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -2
  40. package/dist-es/commands/DeleteMethodCommand.js +2 -2
  41. package/dist-es/commands/DeleteMethodResponseCommand.js +2 -2
  42. package/dist-es/commands/DeleteModelCommand.js +2 -2
  43. package/dist-es/commands/DeleteRequestValidatorCommand.js +2 -2
  44. package/dist-es/commands/DeleteResourceCommand.js +2 -2
  45. package/dist-es/commands/DeleteRestApiCommand.js +2 -2
  46. package/dist-es/commands/DeleteStageCommand.js +2 -2
  47. package/dist-es/commands/DeleteUsagePlanCommand.js +2 -2
  48. package/dist-es/commands/DeleteUsagePlanKeyCommand.js +2 -2
  49. package/dist-es/commands/DeleteVpcLinkCommand.js +2 -2
  50. package/dist-es/commands/FlushStageAuthorizersCacheCommand.js +2 -2
  51. package/dist-es/commands/FlushStageCacheCommand.js +2 -2
  52. package/dist-es/commands/GenerateClientCertificateCommand.js +2 -2
  53. package/dist-es/commands/GetAccountCommand.js +2 -2
  54. package/dist-es/commands/GetApiKeyCommand.js +2 -2
  55. package/dist-es/commands/GetApiKeysCommand.js +2 -2
  56. package/dist-es/commands/GetAuthorizerCommand.js +2 -2
  57. package/dist-es/commands/GetAuthorizersCommand.js +2 -2
  58. package/dist-es/commands/GetBasePathMappingCommand.js +2 -2
  59. package/dist-es/commands/GetBasePathMappingsCommand.js +2 -2
  60. package/dist-es/commands/GetClientCertificateCommand.js +2 -2
  61. package/dist-es/commands/GetClientCertificatesCommand.js +2 -2
  62. package/dist-es/commands/GetDeploymentCommand.js +2 -2
  63. package/dist-es/commands/GetDeploymentsCommand.js +2 -2
  64. package/dist-es/commands/GetDocumentationPartCommand.js +2 -2
  65. package/dist-es/commands/GetDocumentationPartsCommand.js +2 -2
  66. package/dist-es/commands/GetDocumentationVersionCommand.js +2 -2
  67. package/dist-es/commands/GetDocumentationVersionsCommand.js +2 -2
  68. package/dist-es/commands/GetDomainNameAccessAssociationsCommand.js +2 -2
  69. package/dist-es/commands/GetDomainNameCommand.js +2 -2
  70. package/dist-es/commands/GetDomainNamesCommand.js +2 -2
  71. package/dist-es/commands/GetExportCommand.js +2 -2
  72. package/dist-es/commands/GetGatewayResponseCommand.js +2 -2
  73. package/dist-es/commands/GetGatewayResponsesCommand.js +2 -2
  74. package/dist-es/commands/GetIntegrationCommand.js +2 -2
  75. package/dist-es/commands/GetIntegrationResponseCommand.js +2 -2
  76. package/dist-es/commands/GetMethodCommand.js +2 -2
  77. package/dist-es/commands/GetMethodResponseCommand.js +2 -2
  78. package/dist-es/commands/GetModelCommand.js +2 -2
  79. package/dist-es/commands/GetModelTemplateCommand.js +2 -2
  80. package/dist-es/commands/GetModelsCommand.js +2 -2
  81. package/dist-es/commands/GetRequestValidatorCommand.js +2 -2
  82. package/dist-es/commands/GetRequestValidatorsCommand.js +2 -2
  83. package/dist-es/commands/GetResourceCommand.js +2 -2
  84. package/dist-es/commands/GetResourcesCommand.js +2 -2
  85. package/dist-es/commands/GetRestApiCommand.js +2 -2
  86. package/dist-es/commands/GetRestApisCommand.js +2 -2
  87. package/dist-es/commands/GetSdkCommand.js +2 -2
  88. package/dist-es/commands/GetSdkTypeCommand.js +2 -2
  89. package/dist-es/commands/GetSdkTypesCommand.js +2 -2
  90. package/dist-es/commands/GetStageCommand.js +2 -2
  91. package/dist-es/commands/GetStagesCommand.js +2 -2
  92. package/dist-es/commands/GetTagsCommand.js +2 -2
  93. package/dist-es/commands/GetUsageCommand.js +2 -2
  94. package/dist-es/commands/GetUsagePlanCommand.js +2 -2
  95. package/dist-es/commands/GetUsagePlanKeyCommand.js +2 -2
  96. package/dist-es/commands/GetUsagePlanKeysCommand.js +2 -2
  97. package/dist-es/commands/GetUsagePlansCommand.js +2 -2
  98. package/dist-es/commands/GetVpcLinkCommand.js +2 -2
  99. package/dist-es/commands/GetVpcLinksCommand.js +2 -2
  100. package/dist-es/commands/ImportApiKeysCommand.js +2 -2
  101. package/dist-es/commands/ImportDocumentationPartsCommand.js +2 -2
  102. package/dist-es/commands/ImportRestApiCommand.js +2 -2
  103. package/dist-es/commands/PutGatewayResponseCommand.js +2 -2
  104. package/dist-es/commands/PutIntegrationCommand.js +2 -2
  105. package/dist-es/commands/PutIntegrationResponseCommand.js +2 -2
  106. package/dist-es/commands/PutMethodCommand.js +2 -2
  107. package/dist-es/commands/PutMethodResponseCommand.js +2 -2
  108. package/dist-es/commands/PutRestApiCommand.js +2 -2
  109. package/dist-es/commands/RejectDomainNameAccessAssociationCommand.js +2 -2
  110. package/dist-es/commands/TagResourceCommand.js +2 -2
  111. package/dist-es/commands/TestInvokeAuthorizerCommand.js +2 -2
  112. package/dist-es/commands/TestInvokeMethodCommand.js +2 -2
  113. package/dist-es/commands/UntagResourceCommand.js +2 -2
  114. package/dist-es/commands/UpdateAccountCommand.js +2 -2
  115. package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
  116. package/dist-es/commands/UpdateAuthorizerCommand.js +2 -2
  117. package/dist-es/commands/UpdateBasePathMappingCommand.js +2 -2
  118. package/dist-es/commands/UpdateClientCertificateCommand.js +2 -2
  119. package/dist-es/commands/UpdateDeploymentCommand.js +2 -2
  120. package/dist-es/commands/UpdateDocumentationPartCommand.js +2 -2
  121. package/dist-es/commands/UpdateDocumentationVersionCommand.js +2 -2
  122. package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
  123. package/dist-es/commands/UpdateGatewayResponseCommand.js +2 -2
  124. package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
  125. package/dist-es/commands/UpdateIntegrationResponseCommand.js +2 -2
  126. package/dist-es/commands/UpdateMethodCommand.js +2 -2
  127. package/dist-es/commands/UpdateMethodResponseCommand.js +2 -2
  128. package/dist-es/commands/UpdateModelCommand.js +2 -2
  129. package/dist-es/commands/UpdateRequestValidatorCommand.js +2 -2
  130. package/dist-es/commands/UpdateResourceCommand.js +2 -2
  131. package/dist-es/commands/UpdateRestApiCommand.js +2 -2
  132. package/dist-es/commands/UpdateStageCommand.js +2 -2
  133. package/dist-es/commands/UpdateUsageCommand.js +2 -2
  134. package/dist-es/commands/UpdateUsagePlanCommand.js +2 -2
  135. package/dist-es/commands/UpdateVpcLinkCommand.js +2 -2
  136. package/dist-es/endpoint/bdd.js +1 -1
  137. package/dist-es/endpoint/endpointResolver.js +1 -1
  138. package/dist-es/models/APIGatewayServiceException.js +1 -1
  139. package/dist-es/runtimeConfig.browser.js +4 -6
  140. package/dist-es/runtimeConfig.js +4 -8
  141. package/dist-es/runtimeConfig.shared.js +3 -4
  142. package/dist-es/runtimeExtensions.js +2 -2
  143. package/dist-types/APIGatewayClient.d.ts +5 -5
  144. package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -4
  145. package/dist-types/commands/CreateAuthorizerCommand.d.ts +6 -4
  146. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +6 -4
  147. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -4
  148. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +6 -4
  149. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +6 -4
  150. package/dist-types/commands/CreateDomainNameAccessAssociationCommand.d.ts +6 -4
  151. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -4
  152. package/dist-types/commands/CreateModelCommand.d.ts +6 -4
  153. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +6 -4
  154. package/dist-types/commands/CreateResourceCommand.d.ts +6 -4
  155. package/dist-types/commands/CreateRestApiCommand.d.ts +6 -4
  156. package/dist-types/commands/CreateStageCommand.d.ts +6 -4
  157. package/dist-types/commands/CreateUsagePlanCommand.d.ts +6 -4
  158. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +6 -4
  159. package/dist-types/commands/CreateVpcLinkCommand.d.ts +6 -4
  160. package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -4
  161. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +6 -4
  162. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +6 -4
  163. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +6 -4
  164. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -4
  165. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +6 -4
  166. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +6 -4
  167. package/dist-types/commands/DeleteDomainNameAccessAssociationCommand.d.ts +6 -4
  168. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -4
  169. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +6 -4
  170. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -4
  171. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -4
  172. package/dist-types/commands/DeleteMethodCommand.d.ts +6 -4
  173. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +6 -4
  174. package/dist-types/commands/DeleteModelCommand.d.ts +6 -4
  175. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +6 -4
  176. package/dist-types/commands/DeleteResourceCommand.d.ts +6 -4
  177. package/dist-types/commands/DeleteRestApiCommand.d.ts +6 -4
  178. package/dist-types/commands/DeleteStageCommand.d.ts +6 -4
  179. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +6 -4
  180. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +6 -4
  181. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +6 -4
  182. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +6 -4
  183. package/dist-types/commands/FlushStageCacheCommand.d.ts +6 -4
  184. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +6 -4
  185. package/dist-types/commands/GetAccountCommand.d.ts +6 -4
  186. package/dist-types/commands/GetApiKeyCommand.d.ts +6 -4
  187. package/dist-types/commands/GetApiKeysCommand.d.ts +6 -4
  188. package/dist-types/commands/GetAuthorizerCommand.d.ts +6 -4
  189. package/dist-types/commands/GetAuthorizersCommand.d.ts +6 -4
  190. package/dist-types/commands/GetBasePathMappingCommand.d.ts +6 -4
  191. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +6 -4
  192. package/dist-types/commands/GetClientCertificateCommand.d.ts +6 -4
  193. package/dist-types/commands/GetClientCertificatesCommand.d.ts +6 -4
  194. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -4
  195. package/dist-types/commands/GetDeploymentsCommand.d.ts +6 -4
  196. package/dist-types/commands/GetDocumentationPartCommand.d.ts +6 -4
  197. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +6 -4
  198. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +6 -4
  199. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +6 -4
  200. package/dist-types/commands/GetDomainNameAccessAssociationsCommand.d.ts +6 -4
  201. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -4
  202. package/dist-types/commands/GetDomainNamesCommand.d.ts +6 -4
  203. package/dist-types/commands/GetExportCommand.d.ts +7 -5
  204. package/dist-types/commands/GetGatewayResponseCommand.d.ts +6 -4
  205. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +6 -4
  206. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -4
  207. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -4
  208. package/dist-types/commands/GetMethodCommand.d.ts +6 -4
  209. package/dist-types/commands/GetMethodResponseCommand.d.ts +6 -4
  210. package/dist-types/commands/GetModelCommand.d.ts +6 -4
  211. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -4
  212. package/dist-types/commands/GetModelsCommand.d.ts +6 -4
  213. package/dist-types/commands/GetRequestValidatorCommand.d.ts +6 -4
  214. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +6 -4
  215. package/dist-types/commands/GetResourceCommand.d.ts +6 -4
  216. package/dist-types/commands/GetResourcesCommand.d.ts +6 -4
  217. package/dist-types/commands/GetRestApiCommand.d.ts +6 -4
  218. package/dist-types/commands/GetRestApisCommand.d.ts +6 -4
  219. package/dist-types/commands/GetSdkCommand.d.ts +7 -5
  220. package/dist-types/commands/GetSdkTypeCommand.d.ts +6 -4
  221. package/dist-types/commands/GetSdkTypesCommand.d.ts +6 -4
  222. package/dist-types/commands/GetStageCommand.d.ts +6 -4
  223. package/dist-types/commands/GetStagesCommand.d.ts +6 -4
  224. package/dist-types/commands/GetTagsCommand.d.ts +6 -4
  225. package/dist-types/commands/GetUsageCommand.d.ts +6 -4
  226. package/dist-types/commands/GetUsagePlanCommand.d.ts +6 -4
  227. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +6 -4
  228. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +6 -4
  229. package/dist-types/commands/GetUsagePlansCommand.d.ts +6 -4
  230. package/dist-types/commands/GetVpcLinkCommand.d.ts +6 -4
  231. package/dist-types/commands/GetVpcLinksCommand.d.ts +6 -4
  232. package/dist-types/commands/ImportApiKeysCommand.d.ts +6 -4
  233. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +6 -4
  234. package/dist-types/commands/ImportRestApiCommand.d.ts +6 -4
  235. package/dist-types/commands/PutGatewayResponseCommand.d.ts +6 -4
  236. package/dist-types/commands/PutIntegrationCommand.d.ts +6 -4
  237. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +6 -4
  238. package/dist-types/commands/PutMethodCommand.d.ts +6 -4
  239. package/dist-types/commands/PutMethodResponseCommand.d.ts +6 -4
  240. package/dist-types/commands/PutRestApiCommand.d.ts +6 -4
  241. package/dist-types/commands/RejectDomainNameAccessAssociationCommand.d.ts +6 -4
  242. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  243. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +6 -4
  244. package/dist-types/commands/TestInvokeMethodCommand.d.ts +6 -4
  245. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  246. package/dist-types/commands/UpdateAccountCommand.d.ts +6 -4
  247. package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -4
  248. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +6 -4
  249. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +6 -4
  250. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +6 -4
  251. package/dist-types/commands/UpdateDeploymentCommand.d.ts +6 -4
  252. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +6 -4
  253. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +6 -4
  254. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -4
  255. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +6 -4
  256. package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -4
  257. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +6 -4
  258. package/dist-types/commands/UpdateMethodCommand.d.ts +6 -4
  259. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +6 -4
  260. package/dist-types/commands/UpdateModelCommand.d.ts +6 -4
  261. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +6 -4
  262. package/dist-types/commands/UpdateResourceCommand.d.ts +6 -4
  263. package/dist-types/commands/UpdateRestApiCommand.d.ts +6 -4
  264. package/dist-types/commands/UpdateStageCommand.d.ts +6 -4
  265. package/dist-types/commands/UpdateUsageCommand.d.ts +6 -4
  266. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +6 -4
  267. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +6 -4
  268. package/dist-types/endpoint/bdd.d.ts +1 -1
  269. package/dist-types/extensionConfiguration.d.ts +1 -1
  270. package/dist-types/models/APIGatewayServiceException.d.ts +1 -1
  271. package/dist-types/models/errors.d.ts +1 -1
  272. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  273. package/dist-types/runtimeConfig.d.ts +2 -2
  274. package/dist-types/runtimeConfig.native.d.ts +2 -2
  275. package/dist-types/ts3.4/APIGatewayClient.d.ts +8 -14
  276. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/CreateDomainNameAccessAssociationCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/DeleteDomainNameAccessAssociationCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +6 -8
  319. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +6 -4
  321. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/GetDomainNameAccessAssociationsCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -9
  336. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +6 -8
  341. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +6 -8
  343. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +6 -8
  345. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +7 -5
  352. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +6 -8
  355. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +6 -8
  356. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +6 -8
  358. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +6 -4
  365. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +6 -4
  366. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +6 -4
  367. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +6 -4
  368. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +6 -4
  369. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +6 -4
  370. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +6 -8
  371. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +6 -4
  372. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +6 -4
  373. package/dist-types/ts3.4/commands/RejectDomainNameAccessAssociationCommand.d.ts +6 -4
  374. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  375. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +6 -4
  376. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +6 -4
  377. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  378. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +6 -4
  379. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +6 -4
  380. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +6 -4
  381. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +6 -4
  382. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +6 -4
  383. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +6 -4
  384. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +6 -4
  385. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +6 -4
  386. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +6 -4
  396. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +6 -4
  397. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  401. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  402. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +1 -1
  403. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  404. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  405. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  406. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  407. package/package.json +14 -36
package/dist-cjs/index.js CHANGED
@@ -5,17 +5,16 @@ var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareSdkApiGateway = require('@aws-sdk/middleware-sdk-api-gateway');
7
7
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
8
- var configResolver = require('@smithy/config-resolver');
9
8
  var core = require('@smithy/core');
9
+ var client = require('@smithy/core/client');
10
+ var config = require('@smithy/core/config');
11
+ var endpoints = require('@smithy/core/endpoints');
12
+ var protocols = require('@smithy/core/protocols');
13
+ var retry = require('@smithy/core/retry');
10
14
  var schema = require('@smithy/core/schema');
11
- var middlewareContentLength = require('@smithy/middleware-content-length');
12
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
13
- var middlewareRetry = require('@smithy/middleware-retry');
14
- var smithyClient = require('@smithy/smithy-client');
15
15
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
16
16
  var runtimeConfig = require('./runtimeConfig');
17
17
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
18
- var protocolHttp = require('@smithy/protocol-http');
19
18
  var schemas_0 = require('./schemas/schemas_0');
20
19
  var errors = require('./models/errors');
21
20
  var APIGatewayServiceException = require('./models/APIGatewayServiceException');
@@ -74,12 +73,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
73
  };
75
74
 
76
75
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
76
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
77
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
78
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
79
  };
81
80
 
82
- class APIGatewayClient extends smithyClient.Client {
81
+ class APIGatewayClient extends client.Client {
83
82
  config;
84
83
  constructor(...[configuration]) {
85
84
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +86,17 @@ class APIGatewayClient extends smithyClient.Client {
87
86
  this.initConfig = _config_0;
88
87
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
88
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
89
+ const _config_3 = retry.resolveRetryConfig(_config_2);
90
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
91
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
92
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
93
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
94
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
95
  this.config = _config_8;
97
96
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
97
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
98
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
99
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
100
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
101
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
102
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -115,11 +114,11 @@ class APIGatewayClient extends smithyClient.Client {
115
114
  }
116
115
  }
117
116
 
118
- class CreateApiKeyCommand extends smithyClient.Command
117
+ class CreateApiKeyCommand extends client.Command
119
118
  .classBuilder()
120
119
  .ep(commonParams)
121
120
  .m(function (Command, cs, config, o) {
122
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
121
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
123
122
  })
124
123
  .s("BackplaneControlService", "CreateApiKey", {})
125
124
  .n("APIGatewayClient", "CreateApiKeyCommand")
@@ -127,11 +126,11 @@ class CreateApiKeyCommand extends smithyClient.Command
127
126
  .build() {
128
127
  }
129
128
 
130
- class CreateAuthorizerCommand extends smithyClient.Command
129
+ class CreateAuthorizerCommand extends client.Command
131
130
  .classBuilder()
132
131
  .ep(commonParams)
133
132
  .m(function (Command, cs, config, o) {
134
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
135
134
  })
136
135
  .s("BackplaneControlService", "CreateAuthorizer", {})
137
136
  .n("APIGatewayClient", "CreateAuthorizerCommand")
@@ -139,11 +138,11 @@ class CreateAuthorizerCommand extends smithyClient.Command
139
138
  .build() {
140
139
  }
141
140
 
142
- class CreateBasePathMappingCommand extends smithyClient.Command
141
+ class CreateBasePathMappingCommand extends client.Command
143
142
  .classBuilder()
144
143
  .ep(commonParams)
145
144
  .m(function (Command, cs, config, o) {
146
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
145
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
147
146
  })
148
147
  .s("BackplaneControlService", "CreateBasePathMapping", {})
149
148
  .n("APIGatewayClient", "CreateBasePathMappingCommand")
@@ -151,11 +150,11 @@ class CreateBasePathMappingCommand extends smithyClient.Command
151
150
  .build() {
152
151
  }
153
152
 
154
- class CreateDeploymentCommand extends smithyClient.Command
153
+ class CreateDeploymentCommand extends client.Command
155
154
  .classBuilder()
156
155
  .ep(commonParams)
157
156
  .m(function (Command, cs, config, o) {
158
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
157
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
159
158
  })
160
159
  .s("BackplaneControlService", "CreateDeployment", {})
161
160
  .n("APIGatewayClient", "CreateDeploymentCommand")
@@ -163,11 +162,11 @@ class CreateDeploymentCommand extends smithyClient.Command
163
162
  .build() {
164
163
  }
165
164
 
166
- class CreateDocumentationPartCommand extends smithyClient.Command
165
+ class CreateDocumentationPartCommand extends client.Command
167
166
  .classBuilder()
168
167
  .ep(commonParams)
169
168
  .m(function (Command, cs, config, o) {
170
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
169
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
171
170
  })
172
171
  .s("BackplaneControlService", "CreateDocumentationPart", {})
173
172
  .n("APIGatewayClient", "CreateDocumentationPartCommand")
@@ -175,11 +174,11 @@ class CreateDocumentationPartCommand extends smithyClient.Command
175
174
  .build() {
176
175
  }
177
176
 
178
- class CreateDocumentationVersionCommand extends smithyClient.Command
177
+ class CreateDocumentationVersionCommand extends client.Command
179
178
  .classBuilder()
180
179
  .ep(commonParams)
181
180
  .m(function (Command, cs, config, o) {
182
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
181
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
183
182
  })
184
183
  .s("BackplaneControlService", "CreateDocumentationVersion", {})
185
184
  .n("APIGatewayClient", "CreateDocumentationVersionCommand")
@@ -187,11 +186,11 @@ class CreateDocumentationVersionCommand extends smithyClient.Command
187
186
  .build() {
188
187
  }
189
188
 
190
- class CreateDomainNameAccessAssociationCommand extends smithyClient.Command
189
+ class CreateDomainNameAccessAssociationCommand extends client.Command
191
190
  .classBuilder()
192
191
  .ep(commonParams)
193
192
  .m(function (Command, cs, config, o) {
194
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
193
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
195
194
  })
196
195
  .s("BackplaneControlService", "CreateDomainNameAccessAssociation", {})
197
196
  .n("APIGatewayClient", "CreateDomainNameAccessAssociationCommand")
@@ -199,11 +198,11 @@ class CreateDomainNameAccessAssociationCommand extends smithyClient.Command
199
198
  .build() {
200
199
  }
201
200
 
202
- class CreateDomainNameCommand extends smithyClient.Command
201
+ class CreateDomainNameCommand extends client.Command
203
202
  .classBuilder()
204
203
  .ep(commonParams)
205
204
  .m(function (Command, cs, config, o) {
206
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
205
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
207
206
  })
208
207
  .s("BackplaneControlService", "CreateDomainName", {})
209
208
  .n("APIGatewayClient", "CreateDomainNameCommand")
@@ -211,11 +210,11 @@ class CreateDomainNameCommand extends smithyClient.Command
211
210
  .build() {
212
211
  }
213
212
 
214
- class CreateModelCommand extends smithyClient.Command
213
+ class CreateModelCommand extends client.Command
215
214
  .classBuilder()
216
215
  .ep(commonParams)
217
216
  .m(function (Command, cs, config, o) {
218
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
217
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
219
218
  })
220
219
  .s("BackplaneControlService", "CreateModel", {})
221
220
  .n("APIGatewayClient", "CreateModelCommand")
@@ -223,11 +222,11 @@ class CreateModelCommand extends smithyClient.Command
223
222
  .build() {
224
223
  }
225
224
 
226
- class CreateRequestValidatorCommand extends smithyClient.Command
225
+ class CreateRequestValidatorCommand extends client.Command
227
226
  .classBuilder()
228
227
  .ep(commonParams)
229
228
  .m(function (Command, cs, config, o) {
230
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
229
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
231
230
  })
232
231
  .s("BackplaneControlService", "CreateRequestValidator", {})
233
232
  .n("APIGatewayClient", "CreateRequestValidatorCommand")
@@ -235,11 +234,11 @@ class CreateRequestValidatorCommand extends smithyClient.Command
235
234
  .build() {
236
235
  }
237
236
 
238
- class CreateResourceCommand extends smithyClient.Command
237
+ class CreateResourceCommand extends client.Command
239
238
  .classBuilder()
240
239
  .ep(commonParams)
241
240
  .m(function (Command, cs, config, o) {
242
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
241
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
243
242
  })
244
243
  .s("BackplaneControlService", "CreateResource", {})
245
244
  .n("APIGatewayClient", "CreateResourceCommand")
@@ -247,11 +246,11 @@ class CreateResourceCommand extends smithyClient.Command
247
246
  .build() {
248
247
  }
249
248
 
250
- class CreateRestApiCommand extends smithyClient.Command
249
+ class CreateRestApiCommand extends client.Command
251
250
  .classBuilder()
252
251
  .ep(commonParams)
253
252
  .m(function (Command, cs, config, o) {
254
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
253
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
255
254
  })
256
255
  .s("BackplaneControlService", "CreateRestApi", {})
257
256
  .n("APIGatewayClient", "CreateRestApiCommand")
@@ -259,11 +258,11 @@ class CreateRestApiCommand extends smithyClient.Command
259
258
  .build() {
260
259
  }
261
260
 
262
- class CreateStageCommand extends smithyClient.Command
261
+ class CreateStageCommand extends client.Command
263
262
  .classBuilder()
264
263
  .ep(commonParams)
265
264
  .m(function (Command, cs, config, o) {
266
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
265
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
267
266
  })
268
267
  .s("BackplaneControlService", "CreateStage", {})
269
268
  .n("APIGatewayClient", "CreateStageCommand")
@@ -271,11 +270,11 @@ class CreateStageCommand extends smithyClient.Command
271
270
  .build() {
272
271
  }
273
272
 
274
- class CreateUsagePlanCommand extends smithyClient.Command
273
+ class CreateUsagePlanCommand extends client.Command
275
274
  .classBuilder()
276
275
  .ep(commonParams)
277
276
  .m(function (Command, cs, config, o) {
278
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
277
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
279
278
  })
280
279
  .s("BackplaneControlService", "CreateUsagePlan", {})
281
280
  .n("APIGatewayClient", "CreateUsagePlanCommand")
@@ -283,11 +282,11 @@ class CreateUsagePlanCommand extends smithyClient.Command
283
282
  .build() {
284
283
  }
285
284
 
286
- class CreateUsagePlanKeyCommand extends smithyClient.Command
285
+ class CreateUsagePlanKeyCommand extends client.Command
287
286
  .classBuilder()
288
287
  .ep(commonParams)
289
288
  .m(function (Command, cs, config, o) {
290
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
289
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
291
290
  })
292
291
  .s("BackplaneControlService", "CreateUsagePlanKey", {})
293
292
  .n("APIGatewayClient", "CreateUsagePlanKeyCommand")
@@ -295,11 +294,11 @@ class CreateUsagePlanKeyCommand extends smithyClient.Command
295
294
  .build() {
296
295
  }
297
296
 
298
- class CreateVpcLinkCommand extends smithyClient.Command
297
+ class CreateVpcLinkCommand extends client.Command
299
298
  .classBuilder()
300
299
  .ep(commonParams)
301
300
  .m(function (Command, cs, config, o) {
302
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
301
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
303
302
  })
304
303
  .s("BackplaneControlService", "CreateVpcLink", {})
305
304
  .n("APIGatewayClient", "CreateVpcLinkCommand")
@@ -307,11 +306,11 @@ class CreateVpcLinkCommand extends smithyClient.Command
307
306
  .build() {
308
307
  }
309
308
 
310
- class DeleteApiKeyCommand extends smithyClient.Command
309
+ class DeleteApiKeyCommand extends client.Command
311
310
  .classBuilder()
312
311
  .ep(commonParams)
313
312
  .m(function (Command, cs, config, o) {
314
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
313
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
315
314
  })
316
315
  .s("BackplaneControlService", "DeleteApiKey", {})
317
316
  .n("APIGatewayClient", "DeleteApiKeyCommand")
@@ -319,11 +318,11 @@ class DeleteApiKeyCommand extends smithyClient.Command
319
318
  .build() {
320
319
  }
321
320
 
322
- class DeleteAuthorizerCommand extends smithyClient.Command
321
+ class DeleteAuthorizerCommand extends client.Command
323
322
  .classBuilder()
324
323
  .ep(commonParams)
325
324
  .m(function (Command, cs, config, o) {
326
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
325
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
327
326
  })
328
327
  .s("BackplaneControlService", "DeleteAuthorizer", {})
329
328
  .n("APIGatewayClient", "DeleteAuthorizerCommand")
@@ -331,11 +330,11 @@ class DeleteAuthorizerCommand extends smithyClient.Command
331
330
  .build() {
332
331
  }
333
332
 
334
- class DeleteBasePathMappingCommand extends smithyClient.Command
333
+ class DeleteBasePathMappingCommand extends client.Command
335
334
  .classBuilder()
336
335
  .ep(commonParams)
337
336
  .m(function (Command, cs, config, o) {
338
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
337
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
339
338
  })
340
339
  .s("BackplaneControlService", "DeleteBasePathMapping", {})
341
340
  .n("APIGatewayClient", "DeleteBasePathMappingCommand")
@@ -343,11 +342,11 @@ class DeleteBasePathMappingCommand extends smithyClient.Command
343
342
  .build() {
344
343
  }
345
344
 
346
- class DeleteClientCertificateCommand extends smithyClient.Command
345
+ class DeleteClientCertificateCommand extends client.Command
347
346
  .classBuilder()
348
347
  .ep(commonParams)
349
348
  .m(function (Command, cs, config, o) {
350
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
349
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
351
350
  })
352
351
  .s("BackplaneControlService", "DeleteClientCertificate", {})
353
352
  .n("APIGatewayClient", "DeleteClientCertificateCommand")
@@ -355,11 +354,11 @@ class DeleteClientCertificateCommand extends smithyClient.Command
355
354
  .build() {
356
355
  }
357
356
 
358
- class DeleteDeploymentCommand extends smithyClient.Command
357
+ class DeleteDeploymentCommand extends client.Command
359
358
  .classBuilder()
360
359
  .ep(commonParams)
361
360
  .m(function (Command, cs, config, o) {
362
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
361
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
363
362
  })
364
363
  .s("BackplaneControlService", "DeleteDeployment", {})
365
364
  .n("APIGatewayClient", "DeleteDeploymentCommand")
@@ -367,11 +366,11 @@ class DeleteDeploymentCommand extends smithyClient.Command
367
366
  .build() {
368
367
  }
369
368
 
370
- class DeleteDocumentationPartCommand extends smithyClient.Command
369
+ class DeleteDocumentationPartCommand extends client.Command
371
370
  .classBuilder()
372
371
  .ep(commonParams)
373
372
  .m(function (Command, cs, config, o) {
374
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
373
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
375
374
  })
376
375
  .s("BackplaneControlService", "DeleteDocumentationPart", {})
377
376
  .n("APIGatewayClient", "DeleteDocumentationPartCommand")
@@ -379,11 +378,11 @@ class DeleteDocumentationPartCommand extends smithyClient.Command
379
378
  .build() {
380
379
  }
381
380
 
382
- class DeleteDocumentationVersionCommand extends smithyClient.Command
381
+ class DeleteDocumentationVersionCommand extends client.Command
383
382
  .classBuilder()
384
383
  .ep(commonParams)
385
384
  .m(function (Command, cs, config, o) {
386
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
385
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
387
386
  })
388
387
  .s("BackplaneControlService", "DeleteDocumentationVersion", {})
389
388
  .n("APIGatewayClient", "DeleteDocumentationVersionCommand")
@@ -391,11 +390,11 @@ class DeleteDocumentationVersionCommand extends smithyClient.Command
391
390
  .build() {
392
391
  }
393
392
 
394
- class DeleteDomainNameAccessAssociationCommand extends smithyClient.Command
393
+ class DeleteDomainNameAccessAssociationCommand extends client.Command
395
394
  .classBuilder()
396
395
  .ep(commonParams)
397
396
  .m(function (Command, cs, config, o) {
398
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
397
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
399
398
  })
400
399
  .s("BackplaneControlService", "DeleteDomainNameAccessAssociation", {})
401
400
  .n("APIGatewayClient", "DeleteDomainNameAccessAssociationCommand")
@@ -403,11 +402,11 @@ class DeleteDomainNameAccessAssociationCommand extends smithyClient.Command
403
402
  .build() {
404
403
  }
405
404
 
406
- class DeleteDomainNameCommand extends smithyClient.Command
405
+ class DeleteDomainNameCommand extends client.Command
407
406
  .classBuilder()
408
407
  .ep(commonParams)
409
408
  .m(function (Command, cs, config, o) {
410
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
409
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
411
410
  })
412
411
  .s("BackplaneControlService", "DeleteDomainName", {})
413
412
  .n("APIGatewayClient", "DeleteDomainNameCommand")
@@ -415,11 +414,11 @@ class DeleteDomainNameCommand extends smithyClient.Command
415
414
  .build() {
416
415
  }
417
416
 
418
- class DeleteGatewayResponseCommand extends smithyClient.Command
417
+ class DeleteGatewayResponseCommand extends client.Command
419
418
  .classBuilder()
420
419
  .ep(commonParams)
421
420
  .m(function (Command, cs, config, o) {
422
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
421
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
423
422
  })
424
423
  .s("BackplaneControlService", "DeleteGatewayResponse", {})
425
424
  .n("APIGatewayClient", "DeleteGatewayResponseCommand")
@@ -427,11 +426,11 @@ class DeleteGatewayResponseCommand extends smithyClient.Command
427
426
  .build() {
428
427
  }
429
428
 
430
- class DeleteIntegrationCommand extends smithyClient.Command
429
+ class DeleteIntegrationCommand extends client.Command
431
430
  .classBuilder()
432
431
  .ep(commonParams)
433
432
  .m(function (Command, cs, config, o) {
434
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
433
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
435
434
  })
436
435
  .s("BackplaneControlService", "DeleteIntegration", {})
437
436
  .n("APIGatewayClient", "DeleteIntegrationCommand")
@@ -439,11 +438,11 @@ class DeleteIntegrationCommand extends smithyClient.Command
439
438
  .build() {
440
439
  }
441
440
 
442
- class DeleteIntegrationResponseCommand extends smithyClient.Command
441
+ class DeleteIntegrationResponseCommand extends client.Command
443
442
  .classBuilder()
444
443
  .ep(commonParams)
445
444
  .m(function (Command, cs, config, o) {
446
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
445
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
447
446
  })
448
447
  .s("BackplaneControlService", "DeleteIntegrationResponse", {})
449
448
  .n("APIGatewayClient", "DeleteIntegrationResponseCommand")
@@ -451,11 +450,11 @@ class DeleteIntegrationResponseCommand extends smithyClient.Command
451
450
  .build() {
452
451
  }
453
452
 
454
- class DeleteMethodCommand extends smithyClient.Command
453
+ class DeleteMethodCommand extends client.Command
455
454
  .classBuilder()
456
455
  .ep(commonParams)
457
456
  .m(function (Command, cs, config, o) {
458
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
457
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
459
458
  })
460
459
  .s("BackplaneControlService", "DeleteMethod", {})
461
460
  .n("APIGatewayClient", "DeleteMethodCommand")
@@ -463,11 +462,11 @@ class DeleteMethodCommand extends smithyClient.Command
463
462
  .build() {
464
463
  }
465
464
 
466
- class DeleteMethodResponseCommand extends smithyClient.Command
465
+ class DeleteMethodResponseCommand extends client.Command
467
466
  .classBuilder()
468
467
  .ep(commonParams)
469
468
  .m(function (Command, cs, config, o) {
470
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
469
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
471
470
  })
472
471
  .s("BackplaneControlService", "DeleteMethodResponse", {})
473
472
  .n("APIGatewayClient", "DeleteMethodResponseCommand")
@@ -475,11 +474,11 @@ class DeleteMethodResponseCommand extends smithyClient.Command
475
474
  .build() {
476
475
  }
477
476
 
478
- class DeleteModelCommand extends smithyClient.Command
477
+ class DeleteModelCommand extends client.Command
479
478
  .classBuilder()
480
479
  .ep(commonParams)
481
480
  .m(function (Command, cs, config, o) {
482
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
481
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
483
482
  })
484
483
  .s("BackplaneControlService", "DeleteModel", {})
485
484
  .n("APIGatewayClient", "DeleteModelCommand")
@@ -487,11 +486,11 @@ class DeleteModelCommand extends smithyClient.Command
487
486
  .build() {
488
487
  }
489
488
 
490
- class DeleteRequestValidatorCommand extends smithyClient.Command
489
+ class DeleteRequestValidatorCommand extends client.Command
491
490
  .classBuilder()
492
491
  .ep(commonParams)
493
492
  .m(function (Command, cs, config, o) {
494
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
493
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
495
494
  })
496
495
  .s("BackplaneControlService", "DeleteRequestValidator", {})
497
496
  .n("APIGatewayClient", "DeleteRequestValidatorCommand")
@@ -499,11 +498,11 @@ class DeleteRequestValidatorCommand extends smithyClient.Command
499
498
  .build() {
500
499
  }
501
500
 
502
- class DeleteResourceCommand extends smithyClient.Command
501
+ class DeleteResourceCommand extends client.Command
503
502
  .classBuilder()
504
503
  .ep(commonParams)
505
504
  .m(function (Command, cs, config, o) {
506
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
505
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
507
506
  })
508
507
  .s("BackplaneControlService", "DeleteResource", {})
509
508
  .n("APIGatewayClient", "DeleteResourceCommand")
@@ -511,11 +510,11 @@ class DeleteResourceCommand extends smithyClient.Command
511
510
  .build() {
512
511
  }
513
512
 
514
- class DeleteRestApiCommand extends smithyClient.Command
513
+ class DeleteRestApiCommand extends client.Command
515
514
  .classBuilder()
516
515
  .ep(commonParams)
517
516
  .m(function (Command, cs, config, o) {
518
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
517
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
519
518
  })
520
519
  .s("BackplaneControlService", "DeleteRestApi", {})
521
520
  .n("APIGatewayClient", "DeleteRestApiCommand")
@@ -523,11 +522,11 @@ class DeleteRestApiCommand extends smithyClient.Command
523
522
  .build() {
524
523
  }
525
524
 
526
- class DeleteStageCommand extends smithyClient.Command
525
+ class DeleteStageCommand extends client.Command
527
526
  .classBuilder()
528
527
  .ep(commonParams)
529
528
  .m(function (Command, cs, config, o) {
530
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
529
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
531
530
  })
532
531
  .s("BackplaneControlService", "DeleteStage", {})
533
532
  .n("APIGatewayClient", "DeleteStageCommand")
@@ -535,11 +534,11 @@ class DeleteStageCommand extends smithyClient.Command
535
534
  .build() {
536
535
  }
537
536
 
538
- class DeleteUsagePlanCommand extends smithyClient.Command
537
+ class DeleteUsagePlanCommand extends client.Command
539
538
  .classBuilder()
540
539
  .ep(commonParams)
541
540
  .m(function (Command, cs, config, o) {
542
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
541
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
543
542
  })
544
543
  .s("BackplaneControlService", "DeleteUsagePlan", {})
545
544
  .n("APIGatewayClient", "DeleteUsagePlanCommand")
@@ -547,11 +546,11 @@ class DeleteUsagePlanCommand extends smithyClient.Command
547
546
  .build() {
548
547
  }
549
548
 
550
- class DeleteUsagePlanKeyCommand extends smithyClient.Command
549
+ class DeleteUsagePlanKeyCommand extends client.Command
551
550
  .classBuilder()
552
551
  .ep(commonParams)
553
552
  .m(function (Command, cs, config, o) {
554
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
553
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
555
554
  })
556
555
  .s("BackplaneControlService", "DeleteUsagePlanKey", {})
557
556
  .n("APIGatewayClient", "DeleteUsagePlanKeyCommand")
@@ -559,11 +558,11 @@ class DeleteUsagePlanKeyCommand extends smithyClient.Command
559
558
  .build() {
560
559
  }
561
560
 
562
- class DeleteVpcLinkCommand extends smithyClient.Command
561
+ class DeleteVpcLinkCommand extends client.Command
563
562
  .classBuilder()
564
563
  .ep(commonParams)
565
564
  .m(function (Command, cs, config, o) {
566
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
565
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
567
566
  })
568
567
  .s("BackplaneControlService", "DeleteVpcLink", {})
569
568
  .n("APIGatewayClient", "DeleteVpcLinkCommand")
@@ -571,11 +570,11 @@ class DeleteVpcLinkCommand extends smithyClient.Command
571
570
  .build() {
572
571
  }
573
572
 
574
- class FlushStageAuthorizersCacheCommand extends smithyClient.Command
573
+ class FlushStageAuthorizersCacheCommand extends client.Command
575
574
  .classBuilder()
576
575
  .ep(commonParams)
577
576
  .m(function (Command, cs, config, o) {
578
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
577
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
579
578
  })
580
579
  .s("BackplaneControlService", "FlushStageAuthorizersCache", {})
581
580
  .n("APIGatewayClient", "FlushStageAuthorizersCacheCommand")
@@ -583,11 +582,11 @@ class FlushStageAuthorizersCacheCommand extends smithyClient.Command
583
582
  .build() {
584
583
  }
585
584
 
586
- class FlushStageCacheCommand extends smithyClient.Command
585
+ class FlushStageCacheCommand extends client.Command
587
586
  .classBuilder()
588
587
  .ep(commonParams)
589
588
  .m(function (Command, cs, config, o) {
590
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
589
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
591
590
  })
592
591
  .s("BackplaneControlService", "FlushStageCache", {})
593
592
  .n("APIGatewayClient", "FlushStageCacheCommand")
@@ -595,11 +594,11 @@ class FlushStageCacheCommand extends smithyClient.Command
595
594
  .build() {
596
595
  }
597
596
 
598
- class GenerateClientCertificateCommand extends smithyClient.Command
597
+ class GenerateClientCertificateCommand extends client.Command
599
598
  .classBuilder()
600
599
  .ep(commonParams)
601
600
  .m(function (Command, cs, config, o) {
602
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
601
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
603
602
  })
604
603
  .s("BackplaneControlService", "GenerateClientCertificate", {})
605
604
  .n("APIGatewayClient", "GenerateClientCertificateCommand")
@@ -607,11 +606,11 @@ class GenerateClientCertificateCommand extends smithyClient.Command
607
606
  .build() {
608
607
  }
609
608
 
610
- class GetAccountCommand extends smithyClient.Command
609
+ class GetAccountCommand extends client.Command
611
610
  .classBuilder()
612
611
  .ep(commonParams)
613
612
  .m(function (Command, cs, config, o) {
614
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
613
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
615
614
  })
616
615
  .s("BackplaneControlService", "GetAccount", {})
617
616
  .n("APIGatewayClient", "GetAccountCommand")
@@ -619,11 +618,11 @@ class GetAccountCommand extends smithyClient.Command
619
618
  .build() {
620
619
  }
621
620
 
622
- class GetApiKeyCommand extends smithyClient.Command
621
+ class GetApiKeyCommand extends client.Command
623
622
  .classBuilder()
624
623
  .ep(commonParams)
625
624
  .m(function (Command, cs, config, o) {
626
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
625
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
627
626
  })
628
627
  .s("BackplaneControlService", "GetApiKey", {})
629
628
  .n("APIGatewayClient", "GetApiKeyCommand")
@@ -631,11 +630,11 @@ class GetApiKeyCommand extends smithyClient.Command
631
630
  .build() {
632
631
  }
633
632
 
634
- class GetApiKeysCommand extends smithyClient.Command
633
+ class GetApiKeysCommand extends client.Command
635
634
  .classBuilder()
636
635
  .ep(commonParams)
637
636
  .m(function (Command, cs, config, o) {
638
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
637
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
639
638
  })
640
639
  .s("BackplaneControlService", "GetApiKeys", {})
641
640
  .n("APIGatewayClient", "GetApiKeysCommand")
@@ -643,11 +642,11 @@ class GetApiKeysCommand extends smithyClient.Command
643
642
  .build() {
644
643
  }
645
644
 
646
- class GetAuthorizerCommand extends smithyClient.Command
645
+ class GetAuthorizerCommand extends client.Command
647
646
  .classBuilder()
648
647
  .ep(commonParams)
649
648
  .m(function (Command, cs, config, o) {
650
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
649
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
651
650
  })
652
651
  .s("BackplaneControlService", "GetAuthorizer", {})
653
652
  .n("APIGatewayClient", "GetAuthorizerCommand")
@@ -655,11 +654,11 @@ class GetAuthorizerCommand extends smithyClient.Command
655
654
  .build() {
656
655
  }
657
656
 
658
- class GetAuthorizersCommand extends smithyClient.Command
657
+ class GetAuthorizersCommand extends client.Command
659
658
  .classBuilder()
660
659
  .ep(commonParams)
661
660
  .m(function (Command, cs, config, o) {
662
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
661
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
663
662
  })
664
663
  .s("BackplaneControlService", "GetAuthorizers", {})
665
664
  .n("APIGatewayClient", "GetAuthorizersCommand")
@@ -667,11 +666,11 @@ class GetAuthorizersCommand extends smithyClient.Command
667
666
  .build() {
668
667
  }
669
668
 
670
- class GetBasePathMappingCommand extends smithyClient.Command
669
+ class GetBasePathMappingCommand extends client.Command
671
670
  .classBuilder()
672
671
  .ep(commonParams)
673
672
  .m(function (Command, cs, config, o) {
674
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
673
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
675
674
  })
676
675
  .s("BackplaneControlService", "GetBasePathMapping", {})
677
676
  .n("APIGatewayClient", "GetBasePathMappingCommand")
@@ -679,11 +678,11 @@ class GetBasePathMappingCommand extends smithyClient.Command
679
678
  .build() {
680
679
  }
681
680
 
682
- class GetBasePathMappingsCommand extends smithyClient.Command
681
+ class GetBasePathMappingsCommand extends client.Command
683
682
  .classBuilder()
684
683
  .ep(commonParams)
685
684
  .m(function (Command, cs, config, o) {
686
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
685
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
687
686
  })
688
687
  .s("BackplaneControlService", "GetBasePathMappings", {})
689
688
  .n("APIGatewayClient", "GetBasePathMappingsCommand")
@@ -691,11 +690,11 @@ class GetBasePathMappingsCommand extends smithyClient.Command
691
690
  .build() {
692
691
  }
693
692
 
694
- class GetClientCertificateCommand extends smithyClient.Command
693
+ class GetClientCertificateCommand extends client.Command
695
694
  .classBuilder()
696
695
  .ep(commonParams)
697
696
  .m(function (Command, cs, config, o) {
698
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
697
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
699
698
  })
700
699
  .s("BackplaneControlService", "GetClientCertificate", {})
701
700
  .n("APIGatewayClient", "GetClientCertificateCommand")
@@ -703,11 +702,11 @@ class GetClientCertificateCommand extends smithyClient.Command
703
702
  .build() {
704
703
  }
705
704
 
706
- class GetClientCertificatesCommand extends smithyClient.Command
705
+ class GetClientCertificatesCommand extends client.Command
707
706
  .classBuilder()
708
707
  .ep(commonParams)
709
708
  .m(function (Command, cs, config, o) {
710
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
709
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
711
710
  })
712
711
  .s("BackplaneControlService", "GetClientCertificates", {})
713
712
  .n("APIGatewayClient", "GetClientCertificatesCommand")
@@ -715,11 +714,11 @@ class GetClientCertificatesCommand extends smithyClient.Command
715
714
  .build() {
716
715
  }
717
716
 
718
- class GetDeploymentCommand extends smithyClient.Command
717
+ class GetDeploymentCommand extends client.Command
719
718
  .classBuilder()
720
719
  .ep(commonParams)
721
720
  .m(function (Command, cs, config, o) {
722
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
721
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
723
722
  })
724
723
  .s("BackplaneControlService", "GetDeployment", {})
725
724
  .n("APIGatewayClient", "GetDeploymentCommand")
@@ -727,11 +726,11 @@ class GetDeploymentCommand extends smithyClient.Command
727
726
  .build() {
728
727
  }
729
728
 
730
- class GetDeploymentsCommand extends smithyClient.Command
729
+ class GetDeploymentsCommand extends client.Command
731
730
  .classBuilder()
732
731
  .ep(commonParams)
733
732
  .m(function (Command, cs, config, o) {
734
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
733
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
735
734
  })
736
735
  .s("BackplaneControlService", "GetDeployments", {})
737
736
  .n("APIGatewayClient", "GetDeploymentsCommand")
@@ -739,11 +738,11 @@ class GetDeploymentsCommand extends smithyClient.Command
739
738
  .build() {
740
739
  }
741
740
 
742
- class GetDocumentationPartCommand extends smithyClient.Command
741
+ class GetDocumentationPartCommand extends client.Command
743
742
  .classBuilder()
744
743
  .ep(commonParams)
745
744
  .m(function (Command, cs, config, o) {
746
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
745
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
747
746
  })
748
747
  .s("BackplaneControlService", "GetDocumentationPart", {})
749
748
  .n("APIGatewayClient", "GetDocumentationPartCommand")
@@ -751,11 +750,11 @@ class GetDocumentationPartCommand extends smithyClient.Command
751
750
  .build() {
752
751
  }
753
752
 
754
- class GetDocumentationPartsCommand extends smithyClient.Command
753
+ class GetDocumentationPartsCommand extends client.Command
755
754
  .classBuilder()
756
755
  .ep(commonParams)
757
756
  .m(function (Command, cs, config, o) {
758
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
757
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
759
758
  })
760
759
  .s("BackplaneControlService", "GetDocumentationParts", {})
761
760
  .n("APIGatewayClient", "GetDocumentationPartsCommand")
@@ -763,11 +762,11 @@ class GetDocumentationPartsCommand extends smithyClient.Command
763
762
  .build() {
764
763
  }
765
764
 
766
- class GetDocumentationVersionCommand extends smithyClient.Command
765
+ class GetDocumentationVersionCommand extends client.Command
767
766
  .classBuilder()
768
767
  .ep(commonParams)
769
768
  .m(function (Command, cs, config, o) {
770
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
769
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
771
770
  })
772
771
  .s("BackplaneControlService", "GetDocumentationVersion", {})
773
772
  .n("APIGatewayClient", "GetDocumentationVersionCommand")
@@ -775,11 +774,11 @@ class GetDocumentationVersionCommand extends smithyClient.Command
775
774
  .build() {
776
775
  }
777
776
 
778
- class GetDocumentationVersionsCommand extends smithyClient.Command
777
+ class GetDocumentationVersionsCommand extends client.Command
779
778
  .classBuilder()
780
779
  .ep(commonParams)
781
780
  .m(function (Command, cs, config, o) {
782
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
781
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
783
782
  })
784
783
  .s("BackplaneControlService", "GetDocumentationVersions", {})
785
784
  .n("APIGatewayClient", "GetDocumentationVersionsCommand")
@@ -787,11 +786,11 @@ class GetDocumentationVersionsCommand extends smithyClient.Command
787
786
  .build() {
788
787
  }
789
788
 
790
- class GetDomainNameAccessAssociationsCommand extends smithyClient.Command
789
+ class GetDomainNameAccessAssociationsCommand extends client.Command
791
790
  .classBuilder()
792
791
  .ep(commonParams)
793
792
  .m(function (Command, cs, config, o) {
794
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
793
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
795
794
  })
796
795
  .s("BackplaneControlService", "GetDomainNameAccessAssociations", {})
797
796
  .n("APIGatewayClient", "GetDomainNameAccessAssociationsCommand")
@@ -799,11 +798,11 @@ class GetDomainNameAccessAssociationsCommand extends smithyClient.Command
799
798
  .build() {
800
799
  }
801
800
 
802
- class GetDomainNameCommand extends smithyClient.Command
801
+ class GetDomainNameCommand extends client.Command
803
802
  .classBuilder()
804
803
  .ep(commonParams)
805
804
  .m(function (Command, cs, config, o) {
806
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
805
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
807
806
  })
808
807
  .s("BackplaneControlService", "GetDomainName", {})
809
808
  .n("APIGatewayClient", "GetDomainNameCommand")
@@ -811,11 +810,11 @@ class GetDomainNameCommand extends smithyClient.Command
811
810
  .build() {
812
811
  }
813
812
 
814
- class GetDomainNamesCommand extends smithyClient.Command
813
+ class GetDomainNamesCommand extends client.Command
815
814
  .classBuilder()
816
815
  .ep(commonParams)
817
816
  .m(function (Command, cs, config, o) {
818
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
817
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
819
818
  })
820
819
  .s("BackplaneControlService", "GetDomainNames", {})
821
820
  .n("APIGatewayClient", "GetDomainNamesCommand")
@@ -823,11 +822,11 @@ class GetDomainNamesCommand extends smithyClient.Command
823
822
  .build() {
824
823
  }
825
824
 
826
- class GetExportCommand extends smithyClient.Command
825
+ class GetExportCommand extends client.Command
827
826
  .classBuilder()
828
827
  .ep(commonParams)
829
828
  .m(function (Command, cs, config, o) {
830
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
829
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
831
830
  })
832
831
  .s("BackplaneControlService", "GetExport", {})
833
832
  .n("APIGatewayClient", "GetExportCommand")
@@ -835,11 +834,11 @@ class GetExportCommand extends smithyClient.Command
835
834
  .build() {
836
835
  }
837
836
 
838
- class GetGatewayResponseCommand extends smithyClient.Command
837
+ class GetGatewayResponseCommand extends client.Command
839
838
  .classBuilder()
840
839
  .ep(commonParams)
841
840
  .m(function (Command, cs, config, o) {
842
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
841
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
843
842
  })
844
843
  .s("BackplaneControlService", "GetGatewayResponse", {})
845
844
  .n("APIGatewayClient", "GetGatewayResponseCommand")
@@ -847,11 +846,11 @@ class GetGatewayResponseCommand extends smithyClient.Command
847
846
  .build() {
848
847
  }
849
848
 
850
- class GetGatewayResponsesCommand extends smithyClient.Command
849
+ class GetGatewayResponsesCommand extends client.Command
851
850
  .classBuilder()
852
851
  .ep(commonParams)
853
852
  .m(function (Command, cs, config, o) {
854
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
853
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
855
854
  })
856
855
  .s("BackplaneControlService", "GetGatewayResponses", {})
857
856
  .n("APIGatewayClient", "GetGatewayResponsesCommand")
@@ -859,11 +858,11 @@ class GetGatewayResponsesCommand extends smithyClient.Command
859
858
  .build() {
860
859
  }
861
860
 
862
- class GetIntegrationCommand extends smithyClient.Command
861
+ class GetIntegrationCommand extends client.Command
863
862
  .classBuilder()
864
863
  .ep(commonParams)
865
864
  .m(function (Command, cs, config, o) {
866
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
865
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
867
866
  })
868
867
  .s("BackplaneControlService", "GetIntegration", {})
869
868
  .n("APIGatewayClient", "GetIntegrationCommand")
@@ -871,11 +870,11 @@ class GetIntegrationCommand extends smithyClient.Command
871
870
  .build() {
872
871
  }
873
872
 
874
- class GetIntegrationResponseCommand extends smithyClient.Command
873
+ class GetIntegrationResponseCommand extends client.Command
875
874
  .classBuilder()
876
875
  .ep(commonParams)
877
876
  .m(function (Command, cs, config, o) {
878
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
877
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
879
878
  })
880
879
  .s("BackplaneControlService", "GetIntegrationResponse", {})
881
880
  .n("APIGatewayClient", "GetIntegrationResponseCommand")
@@ -883,11 +882,11 @@ class GetIntegrationResponseCommand extends smithyClient.Command
883
882
  .build() {
884
883
  }
885
884
 
886
- class GetMethodCommand extends smithyClient.Command
885
+ class GetMethodCommand extends client.Command
887
886
  .classBuilder()
888
887
  .ep(commonParams)
889
888
  .m(function (Command, cs, config, o) {
890
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
889
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
891
890
  })
892
891
  .s("BackplaneControlService", "GetMethod", {})
893
892
  .n("APIGatewayClient", "GetMethodCommand")
@@ -895,11 +894,11 @@ class GetMethodCommand extends smithyClient.Command
895
894
  .build() {
896
895
  }
897
896
 
898
- class GetMethodResponseCommand extends smithyClient.Command
897
+ class GetMethodResponseCommand extends client.Command
899
898
  .classBuilder()
900
899
  .ep(commonParams)
901
900
  .m(function (Command, cs, config, o) {
902
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
901
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
903
902
  })
904
903
  .s("BackplaneControlService", "GetMethodResponse", {})
905
904
  .n("APIGatewayClient", "GetMethodResponseCommand")
@@ -907,11 +906,11 @@ class GetMethodResponseCommand extends smithyClient.Command
907
906
  .build() {
908
907
  }
909
908
 
910
- class GetModelCommand extends smithyClient.Command
909
+ class GetModelCommand extends client.Command
911
910
  .classBuilder()
912
911
  .ep(commonParams)
913
912
  .m(function (Command, cs, config, o) {
914
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
913
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
915
914
  })
916
915
  .s("BackplaneControlService", "GetModel", {})
917
916
  .n("APIGatewayClient", "GetModelCommand")
@@ -919,11 +918,11 @@ class GetModelCommand extends smithyClient.Command
919
918
  .build() {
920
919
  }
921
920
 
922
- class GetModelsCommand extends smithyClient.Command
921
+ class GetModelsCommand extends client.Command
923
922
  .classBuilder()
924
923
  .ep(commonParams)
925
924
  .m(function (Command, cs, config, o) {
926
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
925
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
927
926
  })
928
927
  .s("BackplaneControlService", "GetModels", {})
929
928
  .n("APIGatewayClient", "GetModelsCommand")
@@ -931,11 +930,11 @@ class GetModelsCommand extends smithyClient.Command
931
930
  .build() {
932
931
  }
933
932
 
934
- class GetModelTemplateCommand extends smithyClient.Command
933
+ class GetModelTemplateCommand extends client.Command
935
934
  .classBuilder()
936
935
  .ep(commonParams)
937
936
  .m(function (Command, cs, config, o) {
938
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
937
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
939
938
  })
940
939
  .s("BackplaneControlService", "GetModelTemplate", {})
941
940
  .n("APIGatewayClient", "GetModelTemplateCommand")
@@ -943,11 +942,11 @@ class GetModelTemplateCommand extends smithyClient.Command
943
942
  .build() {
944
943
  }
945
944
 
946
- class GetRequestValidatorCommand extends smithyClient.Command
945
+ class GetRequestValidatorCommand extends client.Command
947
946
  .classBuilder()
948
947
  .ep(commonParams)
949
948
  .m(function (Command, cs, config, o) {
950
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
949
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
951
950
  })
952
951
  .s("BackplaneControlService", "GetRequestValidator", {})
953
952
  .n("APIGatewayClient", "GetRequestValidatorCommand")
@@ -955,11 +954,11 @@ class GetRequestValidatorCommand extends smithyClient.Command
955
954
  .build() {
956
955
  }
957
956
 
958
- class GetRequestValidatorsCommand extends smithyClient.Command
957
+ class GetRequestValidatorsCommand extends client.Command
959
958
  .classBuilder()
960
959
  .ep(commonParams)
961
960
  .m(function (Command, cs, config, o) {
962
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
961
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
963
962
  })
964
963
  .s("BackplaneControlService", "GetRequestValidators", {})
965
964
  .n("APIGatewayClient", "GetRequestValidatorsCommand")
@@ -967,11 +966,11 @@ class GetRequestValidatorsCommand extends smithyClient.Command
967
966
  .build() {
968
967
  }
969
968
 
970
- class GetResourceCommand extends smithyClient.Command
969
+ class GetResourceCommand extends client.Command
971
970
  .classBuilder()
972
971
  .ep(commonParams)
973
972
  .m(function (Command, cs, config, o) {
974
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
973
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
975
974
  })
976
975
  .s("BackplaneControlService", "GetResource", {})
977
976
  .n("APIGatewayClient", "GetResourceCommand")
@@ -979,11 +978,11 @@ class GetResourceCommand extends smithyClient.Command
979
978
  .build() {
980
979
  }
981
980
 
982
- class GetResourcesCommand extends smithyClient.Command
981
+ class GetResourcesCommand extends client.Command
983
982
  .classBuilder()
984
983
  .ep(commonParams)
985
984
  .m(function (Command, cs, config, o) {
986
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
985
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
987
986
  })
988
987
  .s("BackplaneControlService", "GetResources", {})
989
988
  .n("APIGatewayClient", "GetResourcesCommand")
@@ -991,11 +990,11 @@ class GetResourcesCommand extends smithyClient.Command
991
990
  .build() {
992
991
  }
993
992
 
994
- class GetRestApiCommand extends smithyClient.Command
993
+ class GetRestApiCommand extends client.Command
995
994
  .classBuilder()
996
995
  .ep(commonParams)
997
996
  .m(function (Command, cs, config, o) {
998
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
997
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
999
998
  })
1000
999
  .s("BackplaneControlService", "GetRestApi", {})
1001
1000
  .n("APIGatewayClient", "GetRestApiCommand")
@@ -1003,11 +1002,11 @@ class GetRestApiCommand extends smithyClient.Command
1003
1002
  .build() {
1004
1003
  }
1005
1004
 
1006
- class GetRestApisCommand extends smithyClient.Command
1005
+ class GetRestApisCommand extends client.Command
1007
1006
  .classBuilder()
1008
1007
  .ep(commonParams)
1009
1008
  .m(function (Command, cs, config, o) {
1010
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1009
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1011
1010
  })
1012
1011
  .s("BackplaneControlService", "GetRestApis", {})
1013
1012
  .n("APIGatewayClient", "GetRestApisCommand")
@@ -1015,11 +1014,11 @@ class GetRestApisCommand extends smithyClient.Command
1015
1014
  .build() {
1016
1015
  }
1017
1016
 
1018
- class GetSdkCommand extends smithyClient.Command
1017
+ class GetSdkCommand extends client.Command
1019
1018
  .classBuilder()
1020
1019
  .ep(commonParams)
1021
1020
  .m(function (Command, cs, config, o) {
1022
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1021
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1023
1022
  })
1024
1023
  .s("BackplaneControlService", "GetSdk", {})
1025
1024
  .n("APIGatewayClient", "GetSdkCommand")
@@ -1027,11 +1026,11 @@ class GetSdkCommand extends smithyClient.Command
1027
1026
  .build() {
1028
1027
  }
1029
1028
 
1030
- class GetSdkTypeCommand extends smithyClient.Command
1029
+ class GetSdkTypeCommand extends client.Command
1031
1030
  .classBuilder()
1032
1031
  .ep(commonParams)
1033
1032
  .m(function (Command, cs, config, o) {
1034
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1033
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1035
1034
  })
1036
1035
  .s("BackplaneControlService", "GetSdkType", {})
1037
1036
  .n("APIGatewayClient", "GetSdkTypeCommand")
@@ -1039,11 +1038,11 @@ class GetSdkTypeCommand extends smithyClient.Command
1039
1038
  .build() {
1040
1039
  }
1041
1040
 
1042
- class GetSdkTypesCommand extends smithyClient.Command
1041
+ class GetSdkTypesCommand extends client.Command
1043
1042
  .classBuilder()
1044
1043
  .ep(commonParams)
1045
1044
  .m(function (Command, cs, config, o) {
1046
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1045
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1047
1046
  })
1048
1047
  .s("BackplaneControlService", "GetSdkTypes", {})
1049
1048
  .n("APIGatewayClient", "GetSdkTypesCommand")
@@ -1051,11 +1050,11 @@ class GetSdkTypesCommand extends smithyClient.Command
1051
1050
  .build() {
1052
1051
  }
1053
1052
 
1054
- class GetStageCommand extends smithyClient.Command
1053
+ class GetStageCommand extends client.Command
1055
1054
  .classBuilder()
1056
1055
  .ep(commonParams)
1057
1056
  .m(function (Command, cs, config, o) {
1058
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1057
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1059
1058
  })
1060
1059
  .s("BackplaneControlService", "GetStage", {})
1061
1060
  .n("APIGatewayClient", "GetStageCommand")
@@ -1063,11 +1062,11 @@ class GetStageCommand extends smithyClient.Command
1063
1062
  .build() {
1064
1063
  }
1065
1064
 
1066
- class GetStagesCommand extends smithyClient.Command
1065
+ class GetStagesCommand extends client.Command
1067
1066
  .classBuilder()
1068
1067
  .ep(commonParams)
1069
1068
  .m(function (Command, cs, config, o) {
1070
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1069
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1071
1070
  })
1072
1071
  .s("BackplaneControlService", "GetStages", {})
1073
1072
  .n("APIGatewayClient", "GetStagesCommand")
@@ -1075,11 +1074,11 @@ class GetStagesCommand extends smithyClient.Command
1075
1074
  .build() {
1076
1075
  }
1077
1076
 
1078
- class GetTagsCommand extends smithyClient.Command
1077
+ class GetTagsCommand extends client.Command
1079
1078
  .classBuilder()
1080
1079
  .ep(commonParams)
1081
1080
  .m(function (Command, cs, config, o) {
1082
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1081
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1083
1082
  })
1084
1083
  .s("BackplaneControlService", "GetTags", {})
1085
1084
  .n("APIGatewayClient", "GetTagsCommand")
@@ -1087,11 +1086,11 @@ class GetTagsCommand extends smithyClient.Command
1087
1086
  .build() {
1088
1087
  }
1089
1088
 
1090
- class GetUsageCommand extends smithyClient.Command
1089
+ class GetUsageCommand extends client.Command
1091
1090
  .classBuilder()
1092
1091
  .ep(commonParams)
1093
1092
  .m(function (Command, cs, config, o) {
1094
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1093
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1095
1094
  })
1096
1095
  .s("BackplaneControlService", "GetUsage", {})
1097
1096
  .n("APIGatewayClient", "GetUsageCommand")
@@ -1099,11 +1098,11 @@ class GetUsageCommand extends smithyClient.Command
1099
1098
  .build() {
1100
1099
  }
1101
1100
 
1102
- class GetUsagePlanCommand extends smithyClient.Command
1101
+ class GetUsagePlanCommand extends client.Command
1103
1102
  .classBuilder()
1104
1103
  .ep(commonParams)
1105
1104
  .m(function (Command, cs, config, o) {
1106
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1105
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1107
1106
  })
1108
1107
  .s("BackplaneControlService", "GetUsagePlan", {})
1109
1108
  .n("APIGatewayClient", "GetUsagePlanCommand")
@@ -1111,11 +1110,11 @@ class GetUsagePlanCommand extends smithyClient.Command
1111
1110
  .build() {
1112
1111
  }
1113
1112
 
1114
- class GetUsagePlanKeyCommand extends smithyClient.Command
1113
+ class GetUsagePlanKeyCommand extends client.Command
1115
1114
  .classBuilder()
1116
1115
  .ep(commonParams)
1117
1116
  .m(function (Command, cs, config, o) {
1118
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1117
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1119
1118
  })
1120
1119
  .s("BackplaneControlService", "GetUsagePlanKey", {})
1121
1120
  .n("APIGatewayClient", "GetUsagePlanKeyCommand")
@@ -1123,11 +1122,11 @@ class GetUsagePlanKeyCommand extends smithyClient.Command
1123
1122
  .build() {
1124
1123
  }
1125
1124
 
1126
- class GetUsagePlanKeysCommand extends smithyClient.Command
1125
+ class GetUsagePlanKeysCommand extends client.Command
1127
1126
  .classBuilder()
1128
1127
  .ep(commonParams)
1129
1128
  .m(function (Command, cs, config, o) {
1130
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1129
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1131
1130
  })
1132
1131
  .s("BackplaneControlService", "GetUsagePlanKeys", {})
1133
1132
  .n("APIGatewayClient", "GetUsagePlanKeysCommand")
@@ -1135,11 +1134,11 @@ class GetUsagePlanKeysCommand extends smithyClient.Command
1135
1134
  .build() {
1136
1135
  }
1137
1136
 
1138
- class GetUsagePlansCommand extends smithyClient.Command
1137
+ class GetUsagePlansCommand extends client.Command
1139
1138
  .classBuilder()
1140
1139
  .ep(commonParams)
1141
1140
  .m(function (Command, cs, config, o) {
1142
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1141
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1143
1142
  })
1144
1143
  .s("BackplaneControlService", "GetUsagePlans", {})
1145
1144
  .n("APIGatewayClient", "GetUsagePlansCommand")
@@ -1147,11 +1146,11 @@ class GetUsagePlansCommand extends smithyClient.Command
1147
1146
  .build() {
1148
1147
  }
1149
1148
 
1150
- class GetVpcLinkCommand extends smithyClient.Command
1149
+ class GetVpcLinkCommand extends client.Command
1151
1150
  .classBuilder()
1152
1151
  .ep(commonParams)
1153
1152
  .m(function (Command, cs, config, o) {
1154
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1153
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1155
1154
  })
1156
1155
  .s("BackplaneControlService", "GetVpcLink", {})
1157
1156
  .n("APIGatewayClient", "GetVpcLinkCommand")
@@ -1159,11 +1158,11 @@ class GetVpcLinkCommand extends smithyClient.Command
1159
1158
  .build() {
1160
1159
  }
1161
1160
 
1162
- class GetVpcLinksCommand extends smithyClient.Command
1161
+ class GetVpcLinksCommand extends client.Command
1163
1162
  .classBuilder()
1164
1163
  .ep(commonParams)
1165
1164
  .m(function (Command, cs, config, o) {
1166
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1165
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1167
1166
  })
1168
1167
  .s("BackplaneControlService", "GetVpcLinks", {})
1169
1168
  .n("APIGatewayClient", "GetVpcLinksCommand")
@@ -1171,11 +1170,11 @@ class GetVpcLinksCommand extends smithyClient.Command
1171
1170
  .build() {
1172
1171
  }
1173
1172
 
1174
- class ImportApiKeysCommand extends smithyClient.Command
1173
+ class ImportApiKeysCommand extends client.Command
1175
1174
  .classBuilder()
1176
1175
  .ep(commonParams)
1177
1176
  .m(function (Command, cs, config, o) {
1178
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1177
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1179
1178
  })
1180
1179
  .s("BackplaneControlService", "ImportApiKeys", {})
1181
1180
  .n("APIGatewayClient", "ImportApiKeysCommand")
@@ -1183,11 +1182,11 @@ class ImportApiKeysCommand extends smithyClient.Command
1183
1182
  .build() {
1184
1183
  }
1185
1184
 
1186
- class ImportDocumentationPartsCommand extends smithyClient.Command
1185
+ class ImportDocumentationPartsCommand extends client.Command
1187
1186
  .classBuilder()
1188
1187
  .ep(commonParams)
1189
1188
  .m(function (Command, cs, config, o) {
1190
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1189
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1191
1190
  })
1192
1191
  .s("BackplaneControlService", "ImportDocumentationParts", {})
1193
1192
  .n("APIGatewayClient", "ImportDocumentationPartsCommand")
@@ -1195,11 +1194,11 @@ class ImportDocumentationPartsCommand extends smithyClient.Command
1195
1194
  .build() {
1196
1195
  }
1197
1196
 
1198
- class ImportRestApiCommand extends smithyClient.Command
1197
+ class ImportRestApiCommand extends client.Command
1199
1198
  .classBuilder()
1200
1199
  .ep(commonParams)
1201
1200
  .m(function (Command, cs, config, o) {
1202
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1201
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1203
1202
  })
1204
1203
  .s("BackplaneControlService", "ImportRestApi", {})
1205
1204
  .n("APIGatewayClient", "ImportRestApiCommand")
@@ -1207,11 +1206,11 @@ class ImportRestApiCommand extends smithyClient.Command
1207
1206
  .build() {
1208
1207
  }
1209
1208
 
1210
- class PutGatewayResponseCommand extends smithyClient.Command
1209
+ class PutGatewayResponseCommand extends client.Command
1211
1210
  .classBuilder()
1212
1211
  .ep(commonParams)
1213
1212
  .m(function (Command, cs, config, o) {
1214
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1213
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1215
1214
  })
1216
1215
  .s("BackplaneControlService", "PutGatewayResponse", {})
1217
1216
  .n("APIGatewayClient", "PutGatewayResponseCommand")
@@ -1219,11 +1218,11 @@ class PutGatewayResponseCommand extends smithyClient.Command
1219
1218
  .build() {
1220
1219
  }
1221
1220
 
1222
- class PutIntegrationCommand extends smithyClient.Command
1221
+ class PutIntegrationCommand extends client.Command
1223
1222
  .classBuilder()
1224
1223
  .ep(commonParams)
1225
1224
  .m(function (Command, cs, config, o) {
1226
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1225
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1227
1226
  })
1228
1227
  .s("BackplaneControlService", "PutIntegration", {})
1229
1228
  .n("APIGatewayClient", "PutIntegrationCommand")
@@ -1231,11 +1230,11 @@ class PutIntegrationCommand extends smithyClient.Command
1231
1230
  .build() {
1232
1231
  }
1233
1232
 
1234
- class PutIntegrationResponseCommand extends smithyClient.Command
1233
+ class PutIntegrationResponseCommand extends client.Command
1235
1234
  .classBuilder()
1236
1235
  .ep(commonParams)
1237
1236
  .m(function (Command, cs, config, o) {
1238
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1237
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1239
1238
  })
1240
1239
  .s("BackplaneControlService", "PutIntegrationResponse", {})
1241
1240
  .n("APIGatewayClient", "PutIntegrationResponseCommand")
@@ -1243,11 +1242,11 @@ class PutIntegrationResponseCommand extends smithyClient.Command
1243
1242
  .build() {
1244
1243
  }
1245
1244
 
1246
- class PutMethodCommand extends smithyClient.Command
1245
+ class PutMethodCommand extends client.Command
1247
1246
  .classBuilder()
1248
1247
  .ep(commonParams)
1249
1248
  .m(function (Command, cs, config, o) {
1250
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1249
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1251
1250
  })
1252
1251
  .s("BackplaneControlService", "PutMethod", {})
1253
1252
  .n("APIGatewayClient", "PutMethodCommand")
@@ -1255,11 +1254,11 @@ class PutMethodCommand extends smithyClient.Command
1255
1254
  .build() {
1256
1255
  }
1257
1256
 
1258
- class PutMethodResponseCommand extends smithyClient.Command
1257
+ class PutMethodResponseCommand extends client.Command
1259
1258
  .classBuilder()
1260
1259
  .ep(commonParams)
1261
1260
  .m(function (Command, cs, config, o) {
1262
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1261
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1263
1262
  })
1264
1263
  .s("BackplaneControlService", "PutMethodResponse", {})
1265
1264
  .n("APIGatewayClient", "PutMethodResponseCommand")
@@ -1267,11 +1266,11 @@ class PutMethodResponseCommand extends smithyClient.Command
1267
1266
  .build() {
1268
1267
  }
1269
1268
 
1270
- class PutRestApiCommand extends smithyClient.Command
1269
+ class PutRestApiCommand extends client.Command
1271
1270
  .classBuilder()
1272
1271
  .ep(commonParams)
1273
1272
  .m(function (Command, cs, config, o) {
1274
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1273
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1275
1274
  })
1276
1275
  .s("BackplaneControlService", "PutRestApi", {})
1277
1276
  .n("APIGatewayClient", "PutRestApiCommand")
@@ -1279,11 +1278,11 @@ class PutRestApiCommand extends smithyClient.Command
1279
1278
  .build() {
1280
1279
  }
1281
1280
 
1282
- class RejectDomainNameAccessAssociationCommand extends smithyClient.Command
1281
+ class RejectDomainNameAccessAssociationCommand extends client.Command
1283
1282
  .classBuilder()
1284
1283
  .ep(commonParams)
1285
1284
  .m(function (Command, cs, config, o) {
1286
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1285
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1287
1286
  })
1288
1287
  .s("BackplaneControlService", "RejectDomainNameAccessAssociation", {})
1289
1288
  .n("APIGatewayClient", "RejectDomainNameAccessAssociationCommand")
@@ -1291,11 +1290,11 @@ class RejectDomainNameAccessAssociationCommand extends smithyClient.Command
1291
1290
  .build() {
1292
1291
  }
1293
1292
 
1294
- class TagResourceCommand extends smithyClient.Command
1293
+ class TagResourceCommand extends client.Command
1295
1294
  .classBuilder()
1296
1295
  .ep(commonParams)
1297
1296
  .m(function (Command, cs, config, o) {
1298
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1297
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1299
1298
  })
1300
1299
  .s("BackplaneControlService", "TagResource", {})
1301
1300
  .n("APIGatewayClient", "TagResourceCommand")
@@ -1303,11 +1302,11 @@ class TagResourceCommand extends smithyClient.Command
1303
1302
  .build() {
1304
1303
  }
1305
1304
 
1306
- class TestInvokeAuthorizerCommand extends smithyClient.Command
1305
+ class TestInvokeAuthorizerCommand extends client.Command
1307
1306
  .classBuilder()
1308
1307
  .ep(commonParams)
1309
1308
  .m(function (Command, cs, config, o) {
1310
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1309
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1311
1310
  })
1312
1311
  .s("BackplaneControlService", "TestInvokeAuthorizer", {})
1313
1312
  .n("APIGatewayClient", "TestInvokeAuthorizerCommand")
@@ -1315,11 +1314,11 @@ class TestInvokeAuthorizerCommand extends smithyClient.Command
1315
1314
  .build() {
1316
1315
  }
1317
1316
 
1318
- class TestInvokeMethodCommand extends smithyClient.Command
1317
+ class TestInvokeMethodCommand extends client.Command
1319
1318
  .classBuilder()
1320
1319
  .ep(commonParams)
1321
1320
  .m(function (Command, cs, config, o) {
1322
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1321
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1323
1322
  })
1324
1323
  .s("BackplaneControlService", "TestInvokeMethod", {})
1325
1324
  .n("APIGatewayClient", "TestInvokeMethodCommand")
@@ -1327,11 +1326,11 @@ class TestInvokeMethodCommand extends smithyClient.Command
1327
1326
  .build() {
1328
1327
  }
1329
1328
 
1330
- class UntagResourceCommand extends smithyClient.Command
1329
+ class UntagResourceCommand extends client.Command
1331
1330
  .classBuilder()
1332
1331
  .ep(commonParams)
1333
1332
  .m(function (Command, cs, config, o) {
1334
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1333
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1335
1334
  })
1336
1335
  .s("BackplaneControlService", "UntagResource", {})
1337
1336
  .n("APIGatewayClient", "UntagResourceCommand")
@@ -1339,11 +1338,11 @@ class UntagResourceCommand extends smithyClient.Command
1339
1338
  .build() {
1340
1339
  }
1341
1340
 
1342
- class UpdateAccountCommand extends smithyClient.Command
1341
+ class UpdateAccountCommand extends client.Command
1343
1342
  .classBuilder()
1344
1343
  .ep(commonParams)
1345
1344
  .m(function (Command, cs, config, o) {
1346
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1345
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1347
1346
  })
1348
1347
  .s("BackplaneControlService", "UpdateAccount", {})
1349
1348
  .n("APIGatewayClient", "UpdateAccountCommand")
@@ -1351,11 +1350,11 @@ class UpdateAccountCommand extends smithyClient.Command
1351
1350
  .build() {
1352
1351
  }
1353
1352
 
1354
- class UpdateApiKeyCommand extends smithyClient.Command
1353
+ class UpdateApiKeyCommand extends client.Command
1355
1354
  .classBuilder()
1356
1355
  .ep(commonParams)
1357
1356
  .m(function (Command, cs, config, o) {
1358
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1357
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1359
1358
  })
1360
1359
  .s("BackplaneControlService", "UpdateApiKey", {})
1361
1360
  .n("APIGatewayClient", "UpdateApiKeyCommand")
@@ -1363,11 +1362,11 @@ class UpdateApiKeyCommand extends smithyClient.Command
1363
1362
  .build() {
1364
1363
  }
1365
1364
 
1366
- class UpdateAuthorizerCommand extends smithyClient.Command
1365
+ class UpdateAuthorizerCommand extends client.Command
1367
1366
  .classBuilder()
1368
1367
  .ep(commonParams)
1369
1368
  .m(function (Command, cs, config, o) {
1370
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1369
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1371
1370
  })
1372
1371
  .s("BackplaneControlService", "UpdateAuthorizer", {})
1373
1372
  .n("APIGatewayClient", "UpdateAuthorizerCommand")
@@ -1375,11 +1374,11 @@ class UpdateAuthorizerCommand extends smithyClient.Command
1375
1374
  .build() {
1376
1375
  }
1377
1376
 
1378
- class UpdateBasePathMappingCommand extends smithyClient.Command
1377
+ class UpdateBasePathMappingCommand extends client.Command
1379
1378
  .classBuilder()
1380
1379
  .ep(commonParams)
1381
1380
  .m(function (Command, cs, config, o) {
1382
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1381
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1383
1382
  })
1384
1383
  .s("BackplaneControlService", "UpdateBasePathMapping", {})
1385
1384
  .n("APIGatewayClient", "UpdateBasePathMappingCommand")
@@ -1387,11 +1386,11 @@ class UpdateBasePathMappingCommand extends smithyClient.Command
1387
1386
  .build() {
1388
1387
  }
1389
1388
 
1390
- class UpdateClientCertificateCommand extends smithyClient.Command
1389
+ class UpdateClientCertificateCommand extends client.Command
1391
1390
  .classBuilder()
1392
1391
  .ep(commonParams)
1393
1392
  .m(function (Command, cs, config, o) {
1394
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1393
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1395
1394
  })
1396
1395
  .s("BackplaneControlService", "UpdateClientCertificate", {})
1397
1396
  .n("APIGatewayClient", "UpdateClientCertificateCommand")
@@ -1399,11 +1398,11 @@ class UpdateClientCertificateCommand extends smithyClient.Command
1399
1398
  .build() {
1400
1399
  }
1401
1400
 
1402
- class UpdateDeploymentCommand extends smithyClient.Command
1401
+ class UpdateDeploymentCommand extends client.Command
1403
1402
  .classBuilder()
1404
1403
  .ep(commonParams)
1405
1404
  .m(function (Command, cs, config, o) {
1406
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1407
1406
  })
1408
1407
  .s("BackplaneControlService", "UpdateDeployment", {})
1409
1408
  .n("APIGatewayClient", "UpdateDeploymentCommand")
@@ -1411,11 +1410,11 @@ class UpdateDeploymentCommand extends smithyClient.Command
1411
1410
  .build() {
1412
1411
  }
1413
1412
 
1414
- class UpdateDocumentationPartCommand extends smithyClient.Command
1413
+ class UpdateDocumentationPartCommand extends client.Command
1415
1414
  .classBuilder()
1416
1415
  .ep(commonParams)
1417
1416
  .m(function (Command, cs, config, o) {
1418
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1417
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1419
1418
  })
1420
1419
  .s("BackplaneControlService", "UpdateDocumentationPart", {})
1421
1420
  .n("APIGatewayClient", "UpdateDocumentationPartCommand")
@@ -1423,11 +1422,11 @@ class UpdateDocumentationPartCommand extends smithyClient.Command
1423
1422
  .build() {
1424
1423
  }
1425
1424
 
1426
- class UpdateDocumentationVersionCommand extends smithyClient.Command
1425
+ class UpdateDocumentationVersionCommand extends client.Command
1427
1426
  .classBuilder()
1428
1427
  .ep(commonParams)
1429
1428
  .m(function (Command, cs, config, o) {
1430
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1431
1430
  })
1432
1431
  .s("BackplaneControlService", "UpdateDocumentationVersion", {})
1433
1432
  .n("APIGatewayClient", "UpdateDocumentationVersionCommand")
@@ -1435,11 +1434,11 @@ class UpdateDocumentationVersionCommand extends smithyClient.Command
1435
1434
  .build() {
1436
1435
  }
1437
1436
 
1438
- class UpdateDomainNameCommand extends smithyClient.Command
1437
+ class UpdateDomainNameCommand extends client.Command
1439
1438
  .classBuilder()
1440
1439
  .ep(commonParams)
1441
1440
  .m(function (Command, cs, config, o) {
1442
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1441
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1443
1442
  })
1444
1443
  .s("BackplaneControlService", "UpdateDomainName", {})
1445
1444
  .n("APIGatewayClient", "UpdateDomainNameCommand")
@@ -1447,11 +1446,11 @@ class UpdateDomainNameCommand extends smithyClient.Command
1447
1446
  .build() {
1448
1447
  }
1449
1448
 
1450
- class UpdateGatewayResponseCommand extends smithyClient.Command
1449
+ class UpdateGatewayResponseCommand extends client.Command
1451
1450
  .classBuilder()
1452
1451
  .ep(commonParams)
1453
1452
  .m(function (Command, cs, config, o) {
1454
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1453
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1455
1454
  })
1456
1455
  .s("BackplaneControlService", "UpdateGatewayResponse", {})
1457
1456
  .n("APIGatewayClient", "UpdateGatewayResponseCommand")
@@ -1459,11 +1458,11 @@ class UpdateGatewayResponseCommand extends smithyClient.Command
1459
1458
  .build() {
1460
1459
  }
1461
1460
 
1462
- class UpdateIntegrationCommand extends smithyClient.Command
1461
+ class UpdateIntegrationCommand extends client.Command
1463
1462
  .classBuilder()
1464
1463
  .ep(commonParams)
1465
1464
  .m(function (Command, cs, config, o) {
1466
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1465
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1467
1466
  })
1468
1467
  .s("BackplaneControlService", "UpdateIntegration", {})
1469
1468
  .n("APIGatewayClient", "UpdateIntegrationCommand")
@@ -1471,11 +1470,11 @@ class UpdateIntegrationCommand extends smithyClient.Command
1471
1470
  .build() {
1472
1471
  }
1473
1472
 
1474
- class UpdateIntegrationResponseCommand extends smithyClient.Command
1473
+ class UpdateIntegrationResponseCommand extends client.Command
1475
1474
  .classBuilder()
1476
1475
  .ep(commonParams)
1477
1476
  .m(function (Command, cs, config, o) {
1478
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1477
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1479
1478
  })
1480
1479
  .s("BackplaneControlService", "UpdateIntegrationResponse", {})
1481
1480
  .n("APIGatewayClient", "UpdateIntegrationResponseCommand")
@@ -1483,11 +1482,11 @@ class UpdateIntegrationResponseCommand extends smithyClient.Command
1483
1482
  .build() {
1484
1483
  }
1485
1484
 
1486
- class UpdateMethodCommand extends smithyClient.Command
1485
+ class UpdateMethodCommand extends client.Command
1487
1486
  .classBuilder()
1488
1487
  .ep(commonParams)
1489
1488
  .m(function (Command, cs, config, o) {
1490
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1489
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1491
1490
  })
1492
1491
  .s("BackplaneControlService", "UpdateMethod", {})
1493
1492
  .n("APIGatewayClient", "UpdateMethodCommand")
@@ -1495,11 +1494,11 @@ class UpdateMethodCommand extends smithyClient.Command
1495
1494
  .build() {
1496
1495
  }
1497
1496
 
1498
- class UpdateMethodResponseCommand extends smithyClient.Command
1497
+ class UpdateMethodResponseCommand extends client.Command
1499
1498
  .classBuilder()
1500
1499
  .ep(commonParams)
1501
1500
  .m(function (Command, cs, config, o) {
1502
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1501
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1503
1502
  })
1504
1503
  .s("BackplaneControlService", "UpdateMethodResponse", {})
1505
1504
  .n("APIGatewayClient", "UpdateMethodResponseCommand")
@@ -1507,11 +1506,11 @@ class UpdateMethodResponseCommand extends smithyClient.Command
1507
1506
  .build() {
1508
1507
  }
1509
1508
 
1510
- class UpdateModelCommand extends smithyClient.Command
1509
+ class UpdateModelCommand extends client.Command
1511
1510
  .classBuilder()
1512
1511
  .ep(commonParams)
1513
1512
  .m(function (Command, cs, config, o) {
1514
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1515
1514
  })
1516
1515
  .s("BackplaneControlService", "UpdateModel", {})
1517
1516
  .n("APIGatewayClient", "UpdateModelCommand")
@@ -1519,11 +1518,11 @@ class UpdateModelCommand extends smithyClient.Command
1519
1518
  .build() {
1520
1519
  }
1521
1520
 
1522
- class UpdateRequestValidatorCommand extends smithyClient.Command
1521
+ class UpdateRequestValidatorCommand extends client.Command
1523
1522
  .classBuilder()
1524
1523
  .ep(commonParams)
1525
1524
  .m(function (Command, cs, config, o) {
1526
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1525
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1527
1526
  })
1528
1527
  .s("BackplaneControlService", "UpdateRequestValidator", {})
1529
1528
  .n("APIGatewayClient", "UpdateRequestValidatorCommand")
@@ -1531,11 +1530,11 @@ class UpdateRequestValidatorCommand extends smithyClient.Command
1531
1530
  .build() {
1532
1531
  }
1533
1532
 
1534
- class UpdateResourceCommand extends smithyClient.Command
1533
+ class UpdateResourceCommand extends client.Command
1535
1534
  .classBuilder()
1536
1535
  .ep(commonParams)
1537
1536
  .m(function (Command, cs, config, o) {
1538
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1537
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1539
1538
  })
1540
1539
  .s("BackplaneControlService", "UpdateResource", {})
1541
1540
  .n("APIGatewayClient", "UpdateResourceCommand")
@@ -1543,11 +1542,11 @@ class UpdateResourceCommand extends smithyClient.Command
1543
1542
  .build() {
1544
1543
  }
1545
1544
 
1546
- class UpdateRestApiCommand extends smithyClient.Command
1545
+ class UpdateRestApiCommand extends client.Command
1547
1546
  .classBuilder()
1548
1547
  .ep(commonParams)
1549
1548
  .m(function (Command, cs, config, o) {
1550
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1549
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1551
1550
  })
1552
1551
  .s("BackplaneControlService", "UpdateRestApi", {})
1553
1552
  .n("APIGatewayClient", "UpdateRestApiCommand")
@@ -1555,11 +1554,11 @@ class UpdateRestApiCommand extends smithyClient.Command
1555
1554
  .build() {
1556
1555
  }
1557
1556
 
1558
- class UpdateStageCommand extends smithyClient.Command
1557
+ class UpdateStageCommand extends client.Command
1559
1558
  .classBuilder()
1560
1559
  .ep(commonParams)
1561
1560
  .m(function (Command, cs, config, o) {
1562
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1563
1562
  })
1564
1563
  .s("BackplaneControlService", "UpdateStage", {})
1565
1564
  .n("APIGatewayClient", "UpdateStageCommand")
@@ -1567,11 +1566,11 @@ class UpdateStageCommand extends smithyClient.Command
1567
1566
  .build() {
1568
1567
  }
1569
1568
 
1570
- class UpdateUsageCommand extends smithyClient.Command
1569
+ class UpdateUsageCommand extends client.Command
1571
1570
  .classBuilder()
1572
1571
  .ep(commonParams)
1573
1572
  .m(function (Command, cs, config, o) {
1574
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1575
1574
  })
1576
1575
  .s("BackplaneControlService", "UpdateUsage", {})
1577
1576
  .n("APIGatewayClient", "UpdateUsageCommand")
@@ -1579,11 +1578,11 @@ class UpdateUsageCommand extends smithyClient.Command
1579
1578
  .build() {
1580
1579
  }
1581
1580
 
1582
- class UpdateUsagePlanCommand extends smithyClient.Command
1581
+ class UpdateUsagePlanCommand extends client.Command
1583
1582
  .classBuilder()
1584
1583
  .ep(commonParams)
1585
1584
  .m(function (Command, cs, config, o) {
1586
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1587
1586
  })
1588
1587
  .s("BackplaneControlService", "UpdateUsagePlan", {})
1589
1588
  .n("APIGatewayClient", "UpdateUsagePlanCommand")
@@ -1591,11 +1590,11 @@ class UpdateUsagePlanCommand extends smithyClient.Command
1591
1590
  .build() {
1592
1591
  }
1593
1592
 
1594
- class UpdateVpcLinkCommand extends smithyClient.Command
1593
+ class UpdateVpcLinkCommand extends client.Command
1595
1594
  .classBuilder()
1596
1595
  .ep(commonParams)
1597
1596
  .m(function (Command, cs, config, o) {
1598
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1599
1598
  })
1600
1599
  .s("BackplaneControlService", "UpdateVpcLink", {})
1601
1600
  .n("APIGatewayClient", "UpdateVpcLinkCommand")
@@ -1769,7 +1768,7 @@ const paginators = {
1769
1768
  };
1770
1769
  class APIGateway extends APIGatewayClient {
1771
1770
  }
1772
- smithyClient.createAggregatedClient(commands, APIGateway, { paginators });
1771
+ client.createAggregatedClient(commands, APIGateway, { paginators });
1773
1772
 
1774
1773
  const AccessAssociationSourceType = {
1775
1774
  VPCE: "VPCE",
@@ -1942,8 +1941,8 @@ const Op = {
1942
1941
  test: "test",
1943
1942
  };
1944
1943
 
1945
- exports.$Command = smithyClient.Command;
1946
- exports.__Client = smithyClient.Client;
1944
+ exports.$Command = client.Command;
1945
+ exports.__Client = client.Client;
1947
1946
  exports.APIGatewayServiceException = APIGatewayServiceException.APIGatewayServiceException;
1948
1947
  exports.APIGateway = APIGateway;
1949
1948
  exports.APIGatewayClient = APIGatewayClient;