@aws-sdk/client-api-gateway 3.588.0 → 3.592.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 (249) hide show
  1. package/dist-cjs/index.js +0 -120
  2. package/dist-types/APIGatewayClient.d.ts +4 -4
  3. package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateRestApiCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateUsagePlanCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteMethodCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteRestApiCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -1
  39. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +2 -1
  40. package/dist-types/commands/FlushStageCacheCommand.d.ts +2 -1
  41. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +2 -1
  42. package/dist-types/commands/GetAccountCommand.d.ts +2 -1
  43. package/dist-types/commands/GetApiKeyCommand.d.ts +2 -1
  44. package/dist-types/commands/GetApiKeysCommand.d.ts +2 -1
  45. package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -1
  46. package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -1
  47. package/dist-types/commands/GetBasePathMappingCommand.d.ts +2 -1
  48. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetClientCertificateCommand.d.ts +2 -1
  50. package/dist-types/commands/GetClientCertificatesCommand.d.ts +2 -1
  51. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  52. package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -1
  53. package/dist-types/commands/GetDocumentationPartCommand.d.ts +2 -1
  54. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +2 -1
  55. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +2 -1
  56. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +2 -1
  57. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  58. package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -1
  59. package/dist-types/commands/GetExportCommand.d.ts +2 -1
  60. package/dist-types/commands/GetGatewayResponseCommand.d.ts +2 -1
  61. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +2 -1
  62. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  63. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -1
  64. package/dist-types/commands/GetMethodCommand.d.ts +2 -1
  65. package/dist-types/commands/GetMethodResponseCommand.d.ts +2 -1
  66. package/dist-types/commands/GetModelCommand.d.ts +2 -1
  67. package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -1
  68. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  69. package/dist-types/commands/GetRequestValidatorCommand.d.ts +2 -1
  70. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +2 -1
  71. package/dist-types/commands/GetResourceCommand.d.ts +2 -1
  72. package/dist-types/commands/GetResourcesCommand.d.ts +2 -1
  73. package/dist-types/commands/GetRestApiCommand.d.ts +2 -1
  74. package/dist-types/commands/GetRestApisCommand.d.ts +2 -1
  75. package/dist-types/commands/GetSdkCommand.d.ts +2 -1
  76. package/dist-types/commands/GetSdkTypeCommand.d.ts +2 -1
  77. package/dist-types/commands/GetSdkTypesCommand.d.ts +2 -1
  78. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  79. package/dist-types/commands/GetStagesCommand.d.ts +2 -1
  80. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  81. package/dist-types/commands/GetUsageCommand.d.ts +2 -1
  82. package/dist-types/commands/GetUsagePlanCommand.d.ts +2 -1
  83. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +2 -1
  84. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +2 -1
  85. package/dist-types/commands/GetUsagePlansCommand.d.ts +2 -1
  86. package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -1
  87. package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -1
  88. package/dist-types/commands/ImportApiKeysCommand.d.ts +2 -1
  89. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +2 -1
  90. package/dist-types/commands/ImportRestApiCommand.d.ts +2 -1
  91. package/dist-types/commands/PutGatewayResponseCommand.d.ts +2 -1
  92. package/dist-types/commands/PutIntegrationCommand.d.ts +2 -1
  93. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +2 -1
  94. package/dist-types/commands/PutMethodCommand.d.ts +2 -1
  95. package/dist-types/commands/PutMethodResponseCommand.d.ts +2 -1
  96. package/dist-types/commands/PutRestApiCommand.d.ts +2 -1
  97. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  98. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
  99. package/dist-types/commands/TestInvokeMethodCommand.d.ts +2 -1
  100. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  101. package/dist-types/commands/UpdateAccountCommand.d.ts +2 -1
  102. package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  104. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +2 -1
  105. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +2 -1
  106. package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -1
  107. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +2 -1
  108. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +2 -1
  109. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  110. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +2 -1
  111. package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -1
  112. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  113. package/dist-types/commands/UpdateMethodCommand.d.ts +2 -1
  114. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +2 -1
  115. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  116. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +2 -1
  117. package/dist-types/commands/UpdateResourceCommand.d.ts +2 -1
  118. package/dist-types/commands/UpdateRestApiCommand.d.ts +2 -1
  119. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  120. package/dist-types/commands/UpdateUsageCommand.d.ts +2 -1
  121. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +2 -1
  122. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -1
  123. package/dist-types/index.d.ts +2 -2
  124. package/dist-types/models/APIGatewayServiceException.d.ts +2 -1
  125. package/dist-types/runtimeConfig.native.d.ts +1 -1
  126. package/dist-types/ts3.4/APIGatewayClient.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +2 -1
  132. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +2 -1
  133. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +2 -1
  134. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -1
  135. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +2 -1
  136. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +2 -1
  137. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +2 -1
  138. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +2 -1
  139. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +2 -1
  140. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +2 -1
  141. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +2 -1
  142. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +2 -1
  143. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -1
  144. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +2 -1
  145. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +2 -1
  146. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -1
  147. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +2 -1
  148. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +2 -1
  149. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -1
  150. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +2 -1
  151. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +2 -1
  152. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  153. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +2 -1
  154. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +2 -1
  155. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -1
  156. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +2 -1
  157. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +2 -1
  158. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +2 -1
  159. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -1
  160. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +2 -1
  161. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +2 -1
  162. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +2 -1
  163. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +2 -1
  164. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +2 -1
  165. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +2 -1
  166. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +2 -1
  167. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +2 -1
  168. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +2 -1
  169. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +2 -1
  170. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +2 -1
  171. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +2 -1
  172. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +2 -1
  173. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +2 -1
  174. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +2 -1
  175. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -1
  176. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +2 -1
  177. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +2 -1
  178. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +2 -1
  179. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +2 -1
  180. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +2 -1
  181. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +2 -1
  182. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +2 -1
  183. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +2 -1
  184. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +2 -1
  186. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +2 -1
  187. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +2 -1
  188. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +2 -1
  189. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +2 -1
  190. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +2 -1
  191. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +2 -1
  192. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +2 -1
  193. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +2 -1
  194. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +2 -1
  195. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +2 -1
  196. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +2 -1
  197. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +2 -1
  198. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +2 -1
  199. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +2 -1
  200. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +2 -1
  201. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +2 -1
  202. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +2 -1
  203. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +2 -1
  204. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +2 -1
  205. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +2 -1
  206. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +2 -1
  207. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +2 -1
  208. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +2 -1
  209. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +2 -1
  210. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +2 -1
  211. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -1
  212. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +2 -1
  213. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +2 -1
  214. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +2 -1
  215. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +2 -1
  216. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +2 -1
  217. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +2 -1
  218. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +2 -1
  219. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +2 -1
  220. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +2 -1
  221. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  222. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +2 -1
  223. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +2 -1
  224. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  225. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +2 -1
  226. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +2 -1
  227. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +2 -1
  228. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +2 -1
  229. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +2 -1
  230. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +2 -1
  231. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +2 -1
  232. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +2 -1
  233. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +2 -1
  234. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +2 -1
  235. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -1
  236. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  237. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +2 -1
  238. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +2 -1
  239. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -1
  240. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +2 -1
  241. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +2 -1
  242. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +2 -1
  244. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +2 -1
  245. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +2 -1
  246. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +2 -1
  247. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +2 -1
  248. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  249. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -338,7 +338,6 @@ var APIGatewayClient = _APIGatewayClient;
338
338
 
339
339
  var import_middleware_serde = require("@smithy/middleware-serde");
340
340
 
341
- var import_types = require("@smithy/types");
342
341
 
343
342
  // src/protocols/Aws_restJson1.ts
344
343
  var import_core2 = require("@aws-sdk/core");
@@ -4863,7 +4862,6 @@ var CreateApiKeyCommand = _CreateApiKeyCommand;
4863
4862
 
4864
4863
 
4865
4864
 
4866
-
4867
4865
  var _CreateAuthorizerCommand = class _CreateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
4868
4866
  ...commonParams
4869
4867
  }).m(function(Command, cs, config, o) {
@@ -4880,7 +4878,6 @@ var CreateAuthorizerCommand = _CreateAuthorizerCommand;
4880
4878
 
4881
4879
 
4882
4880
 
4883
-
4884
4881
  var _CreateBasePathMappingCommand = class _CreateBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
4885
4882
  ...commonParams
4886
4883
  }).m(function(Command, cs, config, o) {
@@ -4897,7 +4894,6 @@ var CreateBasePathMappingCommand = _CreateBasePathMappingCommand;
4897
4894
 
4898
4895
 
4899
4896
 
4900
-
4901
4897
  var _CreateDeploymentCommand = class _CreateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
4902
4898
  ...commonParams
4903
4899
  }).m(function(Command, cs, config, o) {
@@ -4914,7 +4910,6 @@ var CreateDeploymentCommand = _CreateDeploymentCommand;
4914
4910
 
4915
4911
 
4916
4912
 
4917
-
4918
4913
  var _CreateDocumentationPartCommand = class _CreateDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
4919
4914
  ...commonParams
4920
4915
  }).m(function(Command, cs, config, o) {
@@ -4931,7 +4926,6 @@ var CreateDocumentationPartCommand = _CreateDocumentationPartCommand;
4931
4926
 
4932
4927
 
4933
4928
 
4934
-
4935
4929
  var _CreateDocumentationVersionCommand = class _CreateDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4936
4930
  ...commonParams
4937
4931
  }).m(function(Command, cs, config, o) {
@@ -4948,7 +4942,6 @@ var CreateDocumentationVersionCommand = _CreateDocumentationVersionCommand;
4948
4942
 
4949
4943
 
4950
4944
 
4951
-
4952
4945
  var _CreateDomainNameCommand = class _CreateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
4953
4946
  ...commonParams
4954
4947
  }).m(function(Command, cs, config, o) {
@@ -4965,7 +4958,6 @@ var CreateDomainNameCommand = _CreateDomainNameCommand;
4965
4958
 
4966
4959
 
4967
4960
 
4968
-
4969
4961
  var _CreateModelCommand = class _CreateModelCommand extends import_smithy_client.Command.classBuilder().ep({
4970
4962
  ...commonParams
4971
4963
  }).m(function(Command, cs, config, o) {
@@ -4982,7 +4974,6 @@ var CreateModelCommand = _CreateModelCommand;
4982
4974
 
4983
4975
 
4984
4976
 
4985
-
4986
4977
  var _CreateRequestValidatorCommand = class _CreateRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
4987
4978
  ...commonParams
4988
4979
  }).m(function(Command, cs, config, o) {
@@ -4999,7 +4990,6 @@ var CreateRequestValidatorCommand = _CreateRequestValidatorCommand;
4999
4990
 
5000
4991
 
5001
4992
 
5002
-
5003
4993
  var _CreateResourceCommand = class _CreateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5004
4994
  ...commonParams
5005
4995
  }).m(function(Command, cs, config, o) {
@@ -5016,7 +5006,6 @@ var CreateResourceCommand = _CreateResourceCommand;
5016
5006
 
5017
5007
 
5018
5008
 
5019
-
5020
5009
  var _CreateRestApiCommand = class _CreateRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
5021
5010
  ...commonParams
5022
5011
  }).m(function(Command, cs, config, o) {
@@ -5033,7 +5022,6 @@ var CreateRestApiCommand = _CreateRestApiCommand;
5033
5022
 
5034
5023
 
5035
5024
 
5036
-
5037
5025
  var _CreateStageCommand = class _CreateStageCommand extends import_smithy_client.Command.classBuilder().ep({
5038
5026
  ...commonParams
5039
5027
  }).m(function(Command, cs, config, o) {
@@ -5050,7 +5038,6 @@ var CreateStageCommand = _CreateStageCommand;
5050
5038
 
5051
5039
 
5052
5040
 
5053
-
5054
5041
  var _CreateUsagePlanCommand = class _CreateUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
5055
5042
  ...commonParams
5056
5043
  }).m(function(Command, cs, config, o) {
@@ -5067,7 +5054,6 @@ var CreateUsagePlanCommand = _CreateUsagePlanCommand;
5067
5054
 
5068
5055
 
5069
5056
 
5070
-
5071
5057
  var _CreateUsagePlanKeyCommand = class _CreateUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5072
5058
  ...commonParams
5073
5059
  }).m(function(Command, cs, config, o) {
@@ -5084,7 +5070,6 @@ var CreateUsagePlanKeyCommand = _CreateUsagePlanKeyCommand;
5084
5070
 
5085
5071
 
5086
5072
 
5087
-
5088
5073
  var _CreateVpcLinkCommand = class _CreateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
5089
5074
  ...commonParams
5090
5075
  }).m(function(Command, cs, config, o) {
@@ -5101,7 +5086,6 @@ var CreateVpcLinkCommand = _CreateVpcLinkCommand;
5101
5086
 
5102
5087
 
5103
5088
 
5104
-
5105
5089
  var _DeleteApiKeyCommand = class _DeleteApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5106
5090
  ...commonParams
5107
5091
  }).m(function(Command, cs, config, o) {
@@ -5118,7 +5102,6 @@ var DeleteApiKeyCommand = _DeleteApiKeyCommand;
5118
5102
 
5119
5103
 
5120
5104
 
5121
-
5122
5105
  var _DeleteAuthorizerCommand = class _DeleteAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
5123
5106
  ...commonParams
5124
5107
  }).m(function(Command, cs, config, o) {
@@ -5135,7 +5118,6 @@ var DeleteAuthorizerCommand = _DeleteAuthorizerCommand;
5135
5118
 
5136
5119
 
5137
5120
 
5138
-
5139
5121
  var _DeleteBasePathMappingCommand = class _DeleteBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
5140
5122
  ...commonParams
5141
5123
  }).m(function(Command, cs, config, o) {
@@ -5152,7 +5134,6 @@ var DeleteBasePathMappingCommand = _DeleteBasePathMappingCommand;
5152
5134
 
5153
5135
 
5154
5136
 
5155
-
5156
5137
  var _DeleteClientCertificateCommand = class _DeleteClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5157
5138
  ...commonParams
5158
5139
  }).m(function(Command, cs, config, o) {
@@ -5169,7 +5150,6 @@ var DeleteClientCertificateCommand = _DeleteClientCertificateCommand;
5169
5150
 
5170
5151
 
5171
5152
 
5172
-
5173
5153
  var _DeleteDeploymentCommand = class _DeleteDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
5174
5154
  ...commonParams
5175
5155
  }).m(function(Command, cs, config, o) {
@@ -5186,7 +5166,6 @@ var DeleteDeploymentCommand = _DeleteDeploymentCommand;
5186
5166
 
5187
5167
 
5188
5168
 
5189
-
5190
5169
  var _DeleteDocumentationPartCommand = class _DeleteDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
5191
5170
  ...commonParams
5192
5171
  }).m(function(Command, cs, config, o) {
@@ -5203,7 +5182,6 @@ var DeleteDocumentationPartCommand = _DeleteDocumentationPartCommand;
5203
5182
 
5204
5183
 
5205
5184
 
5206
-
5207
5185
  var _DeleteDocumentationVersionCommand = class _DeleteDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5208
5186
  ...commonParams
5209
5187
  }).m(function(Command, cs, config, o) {
@@ -5220,7 +5198,6 @@ var DeleteDocumentationVersionCommand = _DeleteDocumentationVersionCommand;
5220
5198
 
5221
5199
 
5222
5200
 
5223
-
5224
5201
  var _DeleteDomainNameCommand = class _DeleteDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
5225
5202
  ...commonParams
5226
5203
  }).m(function(Command, cs, config, o) {
@@ -5237,7 +5214,6 @@ var DeleteDomainNameCommand = _DeleteDomainNameCommand;
5237
5214
 
5238
5215
 
5239
5216
 
5240
-
5241
5217
  var _DeleteGatewayResponseCommand = class _DeleteGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5242
5218
  ...commonParams
5243
5219
  }).m(function(Command, cs, config, o) {
@@ -5254,7 +5230,6 @@ var DeleteGatewayResponseCommand = _DeleteGatewayResponseCommand;
5254
5230
 
5255
5231
 
5256
5232
 
5257
-
5258
5233
  var _DeleteIntegrationCommand = class _DeleteIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
5259
5234
  ...commonParams
5260
5235
  }).m(function(Command, cs, config, o) {
@@ -5271,7 +5246,6 @@ var DeleteIntegrationCommand = _DeleteIntegrationCommand;
5271
5246
 
5272
5247
 
5273
5248
 
5274
-
5275
5249
  var _DeleteIntegrationResponseCommand = class _DeleteIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5276
5250
  ...commonParams
5277
5251
  }).m(function(Command, cs, config, o) {
@@ -5288,7 +5262,6 @@ var DeleteIntegrationResponseCommand = _DeleteIntegrationResponseCommand;
5288
5262
 
5289
5263
 
5290
5264
 
5291
-
5292
5265
  var _DeleteMethodCommand = class _DeleteMethodCommand extends import_smithy_client.Command.classBuilder().ep({
5293
5266
  ...commonParams
5294
5267
  }).m(function(Command, cs, config, o) {
@@ -5305,7 +5278,6 @@ var DeleteMethodCommand = _DeleteMethodCommand;
5305
5278
 
5306
5279
 
5307
5280
 
5308
-
5309
5281
  var _DeleteMethodResponseCommand = class _DeleteMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5310
5282
  ...commonParams
5311
5283
  }).m(function(Command, cs, config, o) {
@@ -5322,7 +5294,6 @@ var DeleteMethodResponseCommand = _DeleteMethodResponseCommand;
5322
5294
 
5323
5295
 
5324
5296
 
5325
-
5326
5297
  var _DeleteModelCommand = class _DeleteModelCommand extends import_smithy_client.Command.classBuilder().ep({
5327
5298
  ...commonParams
5328
5299
  }).m(function(Command, cs, config, o) {
@@ -5339,7 +5310,6 @@ var DeleteModelCommand = _DeleteModelCommand;
5339
5310
 
5340
5311
 
5341
5312
 
5342
-
5343
5313
  var _DeleteRequestValidatorCommand = class _DeleteRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
5344
5314
  ...commonParams
5345
5315
  }).m(function(Command, cs, config, o) {
@@ -5356,7 +5326,6 @@ var DeleteRequestValidatorCommand = _DeleteRequestValidatorCommand;
5356
5326
 
5357
5327
 
5358
5328
 
5359
-
5360
5329
  var _DeleteResourceCommand = class _DeleteResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5361
5330
  ...commonParams
5362
5331
  }).m(function(Command, cs, config, o) {
@@ -5373,7 +5342,6 @@ var DeleteResourceCommand = _DeleteResourceCommand;
5373
5342
 
5374
5343
 
5375
5344
 
5376
-
5377
5345
  var _DeleteRestApiCommand = class _DeleteRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
5378
5346
  ...commonParams
5379
5347
  }).m(function(Command, cs, config, o) {
@@ -5390,7 +5358,6 @@ var DeleteRestApiCommand = _DeleteRestApiCommand;
5390
5358
 
5391
5359
 
5392
5360
 
5393
-
5394
5361
  var _DeleteStageCommand = class _DeleteStageCommand extends import_smithy_client.Command.classBuilder().ep({
5395
5362
  ...commonParams
5396
5363
  }).m(function(Command, cs, config, o) {
@@ -5407,7 +5374,6 @@ var DeleteStageCommand = _DeleteStageCommand;
5407
5374
 
5408
5375
 
5409
5376
 
5410
-
5411
5377
  var _DeleteUsagePlanCommand = class _DeleteUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
5412
5378
  ...commonParams
5413
5379
  }).m(function(Command, cs, config, o) {
@@ -5424,7 +5390,6 @@ var DeleteUsagePlanCommand = _DeleteUsagePlanCommand;
5424
5390
 
5425
5391
 
5426
5392
 
5427
-
5428
5393
  var _DeleteUsagePlanKeyCommand = class _DeleteUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5429
5394
  ...commonParams
5430
5395
  }).m(function(Command, cs, config, o) {
@@ -5441,7 +5406,6 @@ var DeleteUsagePlanKeyCommand = _DeleteUsagePlanKeyCommand;
5441
5406
 
5442
5407
 
5443
5408
 
5444
-
5445
5409
  var _DeleteVpcLinkCommand = class _DeleteVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
5446
5410
  ...commonParams
5447
5411
  }).m(function(Command, cs, config, o) {
@@ -5458,7 +5422,6 @@ var DeleteVpcLinkCommand = _DeleteVpcLinkCommand;
5458
5422
 
5459
5423
 
5460
5424
 
5461
-
5462
5425
  var _FlushStageAuthorizersCacheCommand = class _FlushStageAuthorizersCacheCommand extends import_smithy_client.Command.classBuilder().ep({
5463
5426
  ...commonParams
5464
5427
  }).m(function(Command, cs, config, o) {
@@ -5475,7 +5438,6 @@ var FlushStageAuthorizersCacheCommand = _FlushStageAuthorizersCacheCommand;
5475
5438
 
5476
5439
 
5477
5440
 
5478
-
5479
5441
  var _FlushStageCacheCommand = class _FlushStageCacheCommand extends import_smithy_client.Command.classBuilder().ep({
5480
5442
  ...commonParams
5481
5443
  }).m(function(Command, cs, config, o) {
@@ -5492,7 +5454,6 @@ var FlushStageCacheCommand = _FlushStageCacheCommand;
5492
5454
 
5493
5455
 
5494
5456
 
5495
-
5496
5457
  var _GenerateClientCertificateCommand = class _GenerateClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5497
5458
  ...commonParams
5498
5459
  }).m(function(Command, cs, config, o) {
@@ -5509,7 +5470,6 @@ var GenerateClientCertificateCommand = _GenerateClientCertificateCommand;
5509
5470
 
5510
5471
 
5511
5472
 
5512
-
5513
5473
  var _GetAccountCommand = class _GetAccountCommand extends import_smithy_client.Command.classBuilder().ep({
5514
5474
  ...commonParams
5515
5475
  }).m(function(Command, cs, config, o) {
@@ -5526,7 +5486,6 @@ var GetAccountCommand = _GetAccountCommand;
5526
5486
 
5527
5487
 
5528
5488
 
5529
-
5530
5489
  var _GetApiKeyCommand = class _GetApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
5531
5490
  ...commonParams
5532
5491
  }).m(function(Command, cs, config, o) {
@@ -5543,7 +5502,6 @@ var GetApiKeyCommand = _GetApiKeyCommand;
5543
5502
 
5544
5503
 
5545
5504
 
5546
-
5547
5505
  var _GetApiKeysCommand = class _GetApiKeysCommand extends import_smithy_client.Command.classBuilder().ep({
5548
5506
  ...commonParams
5549
5507
  }).m(function(Command, cs, config, o) {
@@ -5560,7 +5518,6 @@ var GetApiKeysCommand = _GetApiKeysCommand;
5560
5518
 
5561
5519
 
5562
5520
 
5563
-
5564
5521
  var _GetAuthorizerCommand = class _GetAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
5565
5522
  ...commonParams
5566
5523
  }).m(function(Command, cs, config, o) {
@@ -5577,7 +5534,6 @@ var GetAuthorizerCommand = _GetAuthorizerCommand;
5577
5534
 
5578
5535
 
5579
5536
 
5580
-
5581
5537
  var _GetAuthorizersCommand = class _GetAuthorizersCommand extends import_smithy_client.Command.classBuilder().ep({
5582
5538
  ...commonParams
5583
5539
  }).m(function(Command, cs, config, o) {
@@ -5594,7 +5550,6 @@ var GetAuthorizersCommand = _GetAuthorizersCommand;
5594
5550
 
5595
5551
 
5596
5552
 
5597
-
5598
5553
  var _GetBasePathMappingCommand = class _GetBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
5599
5554
  ...commonParams
5600
5555
  }).m(function(Command, cs, config, o) {
@@ -5611,7 +5566,6 @@ var GetBasePathMappingCommand = _GetBasePathMappingCommand;
5611
5566
 
5612
5567
 
5613
5568
 
5614
-
5615
5569
  var _GetBasePathMappingsCommand = class _GetBasePathMappingsCommand extends import_smithy_client.Command.classBuilder().ep({
5616
5570
  ...commonParams
5617
5571
  }).m(function(Command, cs, config, o) {
@@ -5628,7 +5582,6 @@ var GetBasePathMappingsCommand = _GetBasePathMappingsCommand;
5628
5582
 
5629
5583
 
5630
5584
 
5631
-
5632
5585
  var _GetClientCertificateCommand = class _GetClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
5633
5586
  ...commonParams
5634
5587
  }).m(function(Command, cs, config, o) {
@@ -5645,7 +5598,6 @@ var GetClientCertificateCommand = _GetClientCertificateCommand;
5645
5598
 
5646
5599
 
5647
5600
 
5648
-
5649
5601
  var _GetClientCertificatesCommand = class _GetClientCertificatesCommand extends import_smithy_client.Command.classBuilder().ep({
5650
5602
  ...commonParams
5651
5603
  }).m(function(Command, cs, config, o) {
@@ -5662,7 +5614,6 @@ var GetClientCertificatesCommand = _GetClientCertificatesCommand;
5662
5614
 
5663
5615
 
5664
5616
 
5665
-
5666
5617
  var _GetDeploymentCommand = class _GetDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
5667
5618
  ...commonParams
5668
5619
  }).m(function(Command, cs, config, o) {
@@ -5679,7 +5630,6 @@ var GetDeploymentCommand = _GetDeploymentCommand;
5679
5630
 
5680
5631
 
5681
5632
 
5682
-
5683
5633
  var _GetDeploymentsCommand = class _GetDeploymentsCommand extends import_smithy_client.Command.classBuilder().ep({
5684
5634
  ...commonParams
5685
5635
  }).m(function(Command, cs, config, o) {
@@ -5696,7 +5646,6 @@ var GetDeploymentsCommand = _GetDeploymentsCommand;
5696
5646
 
5697
5647
 
5698
5648
 
5699
-
5700
5649
  var _GetDocumentationPartCommand = class _GetDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
5701
5650
  ...commonParams
5702
5651
  }).m(function(Command, cs, config, o) {
@@ -5713,7 +5662,6 @@ var GetDocumentationPartCommand = _GetDocumentationPartCommand;
5713
5662
 
5714
5663
 
5715
5664
 
5716
-
5717
5665
  var _GetDocumentationPartsCommand = class _GetDocumentationPartsCommand extends import_smithy_client.Command.classBuilder().ep({
5718
5666
  ...commonParams
5719
5667
  }).m(function(Command, cs, config, o) {
@@ -5730,7 +5678,6 @@ var GetDocumentationPartsCommand = _GetDocumentationPartsCommand;
5730
5678
 
5731
5679
 
5732
5680
 
5733
-
5734
5681
  var _GetDocumentationVersionCommand = class _GetDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5735
5682
  ...commonParams
5736
5683
  }).m(function(Command, cs, config, o) {
@@ -5747,7 +5694,6 @@ var GetDocumentationVersionCommand = _GetDocumentationVersionCommand;
5747
5694
 
5748
5695
 
5749
5696
 
5750
-
5751
5697
  var _GetDocumentationVersionsCommand = class _GetDocumentationVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
5752
5698
  ...commonParams
5753
5699
  }).m(function(Command, cs, config, o) {
@@ -5764,7 +5710,6 @@ var GetDocumentationVersionsCommand = _GetDocumentationVersionsCommand;
5764
5710
 
5765
5711
 
5766
5712
 
5767
-
5768
5713
  var _GetDomainNameCommand = class _GetDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
5769
5714
  ...commonParams
5770
5715
  }).m(function(Command, cs, config, o) {
@@ -5781,7 +5726,6 @@ var GetDomainNameCommand = _GetDomainNameCommand;
5781
5726
 
5782
5727
 
5783
5728
 
5784
-
5785
5729
  var _GetDomainNamesCommand = class _GetDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
5786
5730
  ...commonParams
5787
5731
  }).m(function(Command, cs, config, o) {
@@ -5798,7 +5742,6 @@ var GetDomainNamesCommand = _GetDomainNamesCommand;
5798
5742
 
5799
5743
 
5800
5744
 
5801
-
5802
5745
  var _GetExportCommand = class _GetExportCommand extends import_smithy_client.Command.classBuilder().ep({
5803
5746
  ...commonParams
5804
5747
  }).m(function(Command, cs, config, o) {
@@ -5815,7 +5758,6 @@ var GetExportCommand = _GetExportCommand;
5815
5758
 
5816
5759
 
5817
5760
 
5818
-
5819
5761
  var _GetGatewayResponseCommand = class _GetGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5820
5762
  ...commonParams
5821
5763
  }).m(function(Command, cs, config, o) {
@@ -5832,7 +5774,6 @@ var GetGatewayResponseCommand = _GetGatewayResponseCommand;
5832
5774
 
5833
5775
 
5834
5776
 
5835
-
5836
5777
  var _GetGatewayResponsesCommand = class _GetGatewayResponsesCommand extends import_smithy_client.Command.classBuilder().ep({
5837
5778
  ...commonParams
5838
5779
  }).m(function(Command, cs, config, o) {
@@ -5849,7 +5790,6 @@ var GetGatewayResponsesCommand = _GetGatewayResponsesCommand;
5849
5790
 
5850
5791
 
5851
5792
 
5852
-
5853
5793
  var _GetIntegrationCommand = class _GetIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
5854
5794
  ...commonParams
5855
5795
  }).m(function(Command, cs, config, o) {
@@ -5866,7 +5806,6 @@ var GetIntegrationCommand = _GetIntegrationCommand;
5866
5806
 
5867
5807
 
5868
5808
 
5869
-
5870
5809
  var _GetIntegrationResponseCommand = class _GetIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5871
5810
  ...commonParams
5872
5811
  }).m(function(Command, cs, config, o) {
@@ -5883,7 +5822,6 @@ var GetIntegrationResponseCommand = _GetIntegrationResponseCommand;
5883
5822
 
5884
5823
 
5885
5824
 
5886
-
5887
5825
  var _GetMethodCommand = class _GetMethodCommand extends import_smithy_client.Command.classBuilder().ep({
5888
5826
  ...commonParams
5889
5827
  }).m(function(Command, cs, config, o) {
@@ -5900,7 +5838,6 @@ var GetMethodCommand = _GetMethodCommand;
5900
5838
 
5901
5839
 
5902
5840
 
5903
-
5904
5841
  var _GetMethodResponseCommand = class _GetMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
5905
5842
  ...commonParams
5906
5843
  }).m(function(Command, cs, config, o) {
@@ -5917,7 +5854,6 @@ var GetMethodResponseCommand = _GetMethodResponseCommand;
5917
5854
 
5918
5855
 
5919
5856
 
5920
-
5921
5857
  var _GetModelCommand = class _GetModelCommand extends import_smithy_client.Command.classBuilder().ep({
5922
5858
  ...commonParams
5923
5859
  }).m(function(Command, cs, config, o) {
@@ -5934,7 +5870,6 @@ var GetModelCommand = _GetModelCommand;
5934
5870
 
5935
5871
 
5936
5872
 
5937
-
5938
5873
  var _GetModelsCommand = class _GetModelsCommand extends import_smithy_client.Command.classBuilder().ep({
5939
5874
  ...commonParams
5940
5875
  }).m(function(Command, cs, config, o) {
@@ -5951,7 +5886,6 @@ var GetModelsCommand = _GetModelsCommand;
5951
5886
 
5952
5887
 
5953
5888
 
5954
-
5955
5889
  var _GetModelTemplateCommand = class _GetModelTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
5956
5890
  ...commonParams
5957
5891
  }).m(function(Command, cs, config, o) {
@@ -5968,7 +5902,6 @@ var GetModelTemplateCommand = _GetModelTemplateCommand;
5968
5902
 
5969
5903
 
5970
5904
 
5971
-
5972
5905
  var _GetRequestValidatorCommand = class _GetRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
5973
5906
  ...commonParams
5974
5907
  }).m(function(Command, cs, config, o) {
@@ -5985,7 +5918,6 @@ var GetRequestValidatorCommand = _GetRequestValidatorCommand;
5985
5918
 
5986
5919
 
5987
5920
 
5988
-
5989
5921
  var _GetRequestValidatorsCommand = class _GetRequestValidatorsCommand extends import_smithy_client.Command.classBuilder().ep({
5990
5922
  ...commonParams
5991
5923
  }).m(function(Command, cs, config, o) {
@@ -6002,7 +5934,6 @@ var GetRequestValidatorsCommand = _GetRequestValidatorsCommand;
6002
5934
 
6003
5935
 
6004
5936
 
6005
-
6006
5937
  var _GetResourceCommand = class _GetResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6007
5938
  ...commonParams
6008
5939
  }).m(function(Command, cs, config, o) {
@@ -6019,7 +5950,6 @@ var GetResourceCommand = _GetResourceCommand;
6019
5950
 
6020
5951
 
6021
5952
 
6022
-
6023
5953
  var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
6024
5954
  ...commonParams
6025
5955
  }).m(function(Command, cs, config, o) {
@@ -6036,7 +5966,6 @@ var GetResourcesCommand = _GetResourcesCommand;
6036
5966
 
6037
5967
 
6038
5968
 
6039
-
6040
5969
  var _GetRestApiCommand = class _GetRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6041
5970
  ...commonParams
6042
5971
  }).m(function(Command, cs, config, o) {
@@ -6053,7 +5982,6 @@ var GetRestApiCommand = _GetRestApiCommand;
6053
5982
 
6054
5983
 
6055
5984
 
6056
-
6057
5985
  var _GetRestApisCommand = class _GetRestApisCommand extends import_smithy_client.Command.classBuilder().ep({
6058
5986
  ...commonParams
6059
5987
  }).m(function(Command, cs, config, o) {
@@ -6070,7 +5998,6 @@ var GetRestApisCommand = _GetRestApisCommand;
6070
5998
 
6071
5999
 
6072
6000
 
6073
-
6074
6001
  var _GetSdkCommand = class _GetSdkCommand extends import_smithy_client.Command.classBuilder().ep({
6075
6002
  ...commonParams
6076
6003
  }).m(function(Command, cs, config, o) {
@@ -6087,7 +6014,6 @@ var GetSdkCommand = _GetSdkCommand;
6087
6014
 
6088
6015
 
6089
6016
 
6090
-
6091
6017
  var _GetSdkTypeCommand = class _GetSdkTypeCommand extends import_smithy_client.Command.classBuilder().ep({
6092
6018
  ...commonParams
6093
6019
  }).m(function(Command, cs, config, o) {
@@ -6104,7 +6030,6 @@ var GetSdkTypeCommand = _GetSdkTypeCommand;
6104
6030
 
6105
6031
 
6106
6032
 
6107
-
6108
6033
  var _GetSdkTypesCommand = class _GetSdkTypesCommand extends import_smithy_client.Command.classBuilder().ep({
6109
6034
  ...commonParams
6110
6035
  }).m(function(Command, cs, config, o) {
@@ -6121,7 +6046,6 @@ var GetSdkTypesCommand = _GetSdkTypesCommand;
6121
6046
 
6122
6047
 
6123
6048
 
6124
-
6125
6049
  var _GetStageCommand = class _GetStageCommand extends import_smithy_client.Command.classBuilder().ep({
6126
6050
  ...commonParams
6127
6051
  }).m(function(Command, cs, config, o) {
@@ -6138,7 +6062,6 @@ var GetStageCommand = _GetStageCommand;
6138
6062
 
6139
6063
 
6140
6064
 
6141
-
6142
6065
  var _GetStagesCommand = class _GetStagesCommand extends import_smithy_client.Command.classBuilder().ep({
6143
6066
  ...commonParams
6144
6067
  }).m(function(Command, cs, config, o) {
@@ -6155,7 +6078,6 @@ var GetStagesCommand = _GetStagesCommand;
6155
6078
 
6156
6079
 
6157
6080
 
6158
-
6159
6081
  var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
6160
6082
  ...commonParams
6161
6083
  }).m(function(Command, cs, config, o) {
@@ -6172,7 +6094,6 @@ var GetTagsCommand = _GetTagsCommand;
6172
6094
 
6173
6095
 
6174
6096
 
6175
-
6176
6097
  var _GetUsageCommand = class _GetUsageCommand extends import_smithy_client.Command.classBuilder().ep({
6177
6098
  ...commonParams
6178
6099
  }).m(function(Command, cs, config, o) {
@@ -6189,7 +6110,6 @@ var GetUsageCommand = _GetUsageCommand;
6189
6110
 
6190
6111
 
6191
6112
 
6192
-
6193
6113
  var _GetUsagePlanCommand = class _GetUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
6194
6114
  ...commonParams
6195
6115
  }).m(function(Command, cs, config, o) {
@@ -6206,7 +6126,6 @@ var GetUsagePlanCommand = _GetUsagePlanCommand;
6206
6126
 
6207
6127
 
6208
6128
 
6209
-
6210
6129
  var _GetUsagePlanKeyCommand = class _GetUsagePlanKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6211
6130
  ...commonParams
6212
6131
  }).m(function(Command, cs, config, o) {
@@ -6223,7 +6142,6 @@ var GetUsagePlanKeyCommand = _GetUsagePlanKeyCommand;
6223
6142
 
6224
6143
 
6225
6144
 
6226
-
6227
6145
  var _GetUsagePlanKeysCommand = class _GetUsagePlanKeysCommand extends import_smithy_client.Command.classBuilder().ep({
6228
6146
  ...commonParams
6229
6147
  }).m(function(Command, cs, config, o) {
@@ -6240,7 +6158,6 @@ var GetUsagePlanKeysCommand = _GetUsagePlanKeysCommand;
6240
6158
 
6241
6159
 
6242
6160
 
6243
-
6244
6161
  var _GetUsagePlansCommand = class _GetUsagePlansCommand extends import_smithy_client.Command.classBuilder().ep({
6245
6162
  ...commonParams
6246
6163
  }).m(function(Command, cs, config, o) {
@@ -6257,7 +6174,6 @@ var GetUsagePlansCommand = _GetUsagePlansCommand;
6257
6174
 
6258
6175
 
6259
6176
 
6260
-
6261
6177
  var _GetVpcLinkCommand = class _GetVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
6262
6178
  ...commonParams
6263
6179
  }).m(function(Command, cs, config, o) {
@@ -6274,7 +6190,6 @@ var GetVpcLinkCommand = _GetVpcLinkCommand;
6274
6190
 
6275
6191
 
6276
6192
 
6277
-
6278
6193
  var _GetVpcLinksCommand = class _GetVpcLinksCommand extends import_smithy_client.Command.classBuilder().ep({
6279
6194
  ...commonParams
6280
6195
  }).m(function(Command, cs, config, o) {
@@ -6291,7 +6206,6 @@ var GetVpcLinksCommand = _GetVpcLinksCommand;
6291
6206
 
6292
6207
 
6293
6208
 
6294
-
6295
6209
  var _ImportApiKeysCommand = class _ImportApiKeysCommand extends import_smithy_client.Command.classBuilder().ep({
6296
6210
  ...commonParams
6297
6211
  }).m(function(Command, cs, config, o) {
@@ -6308,7 +6222,6 @@ var ImportApiKeysCommand = _ImportApiKeysCommand;
6308
6222
 
6309
6223
 
6310
6224
 
6311
-
6312
6225
  var _ImportDocumentationPartsCommand = class _ImportDocumentationPartsCommand extends import_smithy_client.Command.classBuilder().ep({
6313
6226
  ...commonParams
6314
6227
  }).m(function(Command, cs, config, o) {
@@ -6325,7 +6238,6 @@ var ImportDocumentationPartsCommand = _ImportDocumentationPartsCommand;
6325
6238
 
6326
6239
 
6327
6240
 
6328
-
6329
6241
  var _ImportRestApiCommand = class _ImportRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6330
6242
  ...commonParams
6331
6243
  }).m(function(Command, cs, config, o) {
@@ -6342,7 +6254,6 @@ var ImportRestApiCommand = _ImportRestApiCommand;
6342
6254
 
6343
6255
 
6344
6256
 
6345
-
6346
6257
  var _PutGatewayResponseCommand = class _PutGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6347
6258
  ...commonParams
6348
6259
  }).m(function(Command, cs, config, o) {
@@ -6359,7 +6270,6 @@ var PutGatewayResponseCommand = _PutGatewayResponseCommand;
6359
6270
 
6360
6271
 
6361
6272
 
6362
-
6363
6273
  var _PutIntegrationCommand = class _PutIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
6364
6274
  ...commonParams
6365
6275
  }).m(function(Command, cs, config, o) {
@@ -6376,7 +6286,6 @@ var PutIntegrationCommand = _PutIntegrationCommand;
6376
6286
 
6377
6287
 
6378
6288
 
6379
-
6380
6289
  var _PutIntegrationResponseCommand = class _PutIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6381
6290
  ...commonParams
6382
6291
  }).m(function(Command, cs, config, o) {
@@ -6393,7 +6302,6 @@ var PutIntegrationResponseCommand = _PutIntegrationResponseCommand;
6393
6302
 
6394
6303
 
6395
6304
 
6396
-
6397
6305
  var _PutMethodCommand = class _PutMethodCommand extends import_smithy_client.Command.classBuilder().ep({
6398
6306
  ...commonParams
6399
6307
  }).m(function(Command, cs, config, o) {
@@ -6410,7 +6318,6 @@ var PutMethodCommand = _PutMethodCommand;
6410
6318
 
6411
6319
 
6412
6320
 
6413
-
6414
6321
  var _PutMethodResponseCommand = class _PutMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6415
6322
  ...commonParams
6416
6323
  }).m(function(Command, cs, config, o) {
@@ -6427,7 +6334,6 @@ var PutMethodResponseCommand = _PutMethodResponseCommand;
6427
6334
 
6428
6335
 
6429
6336
 
6430
-
6431
6337
  var _PutRestApiCommand = class _PutRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6432
6338
  ...commonParams
6433
6339
  }).m(function(Command, cs, config, o) {
@@ -6444,7 +6350,6 @@ var PutRestApiCommand = _PutRestApiCommand;
6444
6350
 
6445
6351
 
6446
6352
 
6447
-
6448
6353
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6449
6354
  ...commonParams
6450
6355
  }).m(function(Command, cs, config, o) {
@@ -6461,7 +6366,6 @@ var TagResourceCommand = _TagResourceCommand;
6461
6366
 
6462
6367
 
6463
6368
 
6464
-
6465
6369
  var _TestInvokeAuthorizerCommand = class _TestInvokeAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
6466
6370
  ...commonParams
6467
6371
  }).m(function(Command, cs, config, o) {
@@ -6478,7 +6382,6 @@ var TestInvokeAuthorizerCommand = _TestInvokeAuthorizerCommand;
6478
6382
 
6479
6383
 
6480
6384
 
6481
-
6482
6385
  var _TestInvokeMethodCommand = class _TestInvokeMethodCommand extends import_smithy_client.Command.classBuilder().ep({
6483
6386
  ...commonParams
6484
6387
  }).m(function(Command, cs, config, o) {
@@ -6495,7 +6398,6 @@ var TestInvokeMethodCommand = _TestInvokeMethodCommand;
6495
6398
 
6496
6399
 
6497
6400
 
6498
-
6499
6401
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6500
6402
  ...commonParams
6501
6403
  }).m(function(Command, cs, config, o) {
@@ -6512,7 +6414,6 @@ var UntagResourceCommand = _UntagResourceCommand;
6512
6414
 
6513
6415
 
6514
6416
 
6515
-
6516
6417
  var _UpdateAccountCommand = class _UpdateAccountCommand extends import_smithy_client.Command.classBuilder().ep({
6517
6418
  ...commonParams
6518
6419
  }).m(function(Command, cs, config, o) {
@@ -6529,7 +6430,6 @@ var UpdateAccountCommand = _UpdateAccountCommand;
6529
6430
 
6530
6431
 
6531
6432
 
6532
-
6533
6433
  var _UpdateApiKeyCommand = class _UpdateApiKeyCommand extends import_smithy_client.Command.classBuilder().ep({
6534
6434
  ...commonParams
6535
6435
  }).m(function(Command, cs, config, o) {
@@ -6546,7 +6446,6 @@ var UpdateApiKeyCommand = _UpdateApiKeyCommand;
6546
6446
 
6547
6447
 
6548
6448
 
6549
-
6550
6449
  var _UpdateAuthorizerCommand = class _UpdateAuthorizerCommand extends import_smithy_client.Command.classBuilder().ep({
6551
6450
  ...commonParams
6552
6451
  }).m(function(Command, cs, config, o) {
@@ -6563,7 +6462,6 @@ var UpdateAuthorizerCommand = _UpdateAuthorizerCommand;
6563
6462
 
6564
6463
 
6565
6464
 
6566
-
6567
6465
  var _UpdateBasePathMappingCommand = class _UpdateBasePathMappingCommand extends import_smithy_client.Command.classBuilder().ep({
6568
6466
  ...commonParams
6569
6467
  }).m(function(Command, cs, config, o) {
@@ -6580,7 +6478,6 @@ var UpdateBasePathMappingCommand = _UpdateBasePathMappingCommand;
6580
6478
 
6581
6479
 
6582
6480
 
6583
-
6584
6481
  var _UpdateClientCertificateCommand = class _UpdateClientCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
6585
6482
  ...commonParams
6586
6483
  }).m(function(Command, cs, config, o) {
@@ -6597,7 +6494,6 @@ var UpdateClientCertificateCommand = _UpdateClientCertificateCommand;
6597
6494
 
6598
6495
 
6599
6496
 
6600
-
6601
6497
  var _UpdateDeploymentCommand = class _UpdateDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
6602
6498
  ...commonParams
6603
6499
  }).m(function(Command, cs, config, o) {
@@ -6614,7 +6510,6 @@ var UpdateDeploymentCommand = _UpdateDeploymentCommand;
6614
6510
 
6615
6511
 
6616
6512
 
6617
-
6618
6513
  var _UpdateDocumentationPartCommand = class _UpdateDocumentationPartCommand extends import_smithy_client.Command.classBuilder().ep({
6619
6514
  ...commonParams
6620
6515
  }).m(function(Command, cs, config, o) {
@@ -6631,7 +6526,6 @@ var UpdateDocumentationPartCommand = _UpdateDocumentationPartCommand;
6631
6526
 
6632
6527
 
6633
6528
 
6634
-
6635
6529
  var _UpdateDocumentationVersionCommand = class _UpdateDocumentationVersionCommand extends import_smithy_client.Command.classBuilder().ep({
6636
6530
  ...commonParams
6637
6531
  }).m(function(Command, cs, config, o) {
@@ -6648,7 +6542,6 @@ var UpdateDocumentationVersionCommand = _UpdateDocumentationVersionCommand;
6648
6542
 
6649
6543
 
6650
6544
 
6651
-
6652
6545
  var _UpdateDomainNameCommand = class _UpdateDomainNameCommand extends import_smithy_client.Command.classBuilder().ep({
6653
6546
  ...commonParams
6654
6547
  }).m(function(Command, cs, config, o) {
@@ -6665,7 +6558,6 @@ var UpdateDomainNameCommand = _UpdateDomainNameCommand;
6665
6558
 
6666
6559
 
6667
6560
 
6668
-
6669
6561
  var _UpdateGatewayResponseCommand = class _UpdateGatewayResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6670
6562
  ...commonParams
6671
6563
  }).m(function(Command, cs, config, o) {
@@ -6682,7 +6574,6 @@ var UpdateGatewayResponseCommand = _UpdateGatewayResponseCommand;
6682
6574
 
6683
6575
 
6684
6576
 
6685
-
6686
6577
  var _UpdateIntegrationCommand = class _UpdateIntegrationCommand extends import_smithy_client.Command.classBuilder().ep({
6687
6578
  ...commonParams
6688
6579
  }).m(function(Command, cs, config, o) {
@@ -6699,7 +6590,6 @@ var UpdateIntegrationCommand = _UpdateIntegrationCommand;
6699
6590
 
6700
6591
 
6701
6592
 
6702
-
6703
6593
  var _UpdateIntegrationResponseCommand = class _UpdateIntegrationResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6704
6594
  ...commonParams
6705
6595
  }).m(function(Command, cs, config, o) {
@@ -6716,7 +6606,6 @@ var UpdateIntegrationResponseCommand = _UpdateIntegrationResponseCommand;
6716
6606
 
6717
6607
 
6718
6608
 
6719
-
6720
6609
  var _UpdateMethodCommand = class _UpdateMethodCommand extends import_smithy_client.Command.classBuilder().ep({
6721
6610
  ...commonParams
6722
6611
  }).m(function(Command, cs, config, o) {
@@ -6733,7 +6622,6 @@ var UpdateMethodCommand = _UpdateMethodCommand;
6733
6622
 
6734
6623
 
6735
6624
 
6736
-
6737
6625
  var _UpdateMethodResponseCommand = class _UpdateMethodResponseCommand extends import_smithy_client.Command.classBuilder().ep({
6738
6626
  ...commonParams
6739
6627
  }).m(function(Command, cs, config, o) {
@@ -6750,7 +6638,6 @@ var UpdateMethodResponseCommand = _UpdateMethodResponseCommand;
6750
6638
 
6751
6639
 
6752
6640
 
6753
-
6754
6641
  var _UpdateModelCommand = class _UpdateModelCommand extends import_smithy_client.Command.classBuilder().ep({
6755
6642
  ...commonParams
6756
6643
  }).m(function(Command, cs, config, o) {
@@ -6767,7 +6654,6 @@ var UpdateModelCommand = _UpdateModelCommand;
6767
6654
 
6768
6655
 
6769
6656
 
6770
-
6771
6657
  var _UpdateRequestValidatorCommand = class _UpdateRequestValidatorCommand extends import_smithy_client.Command.classBuilder().ep({
6772
6658
  ...commonParams
6773
6659
  }).m(function(Command, cs, config, o) {
@@ -6784,7 +6670,6 @@ var UpdateRequestValidatorCommand = _UpdateRequestValidatorCommand;
6784
6670
 
6785
6671
 
6786
6672
 
6787
-
6788
6673
  var _UpdateResourceCommand = class _UpdateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
6789
6674
  ...commonParams
6790
6675
  }).m(function(Command, cs, config, o) {
@@ -6801,7 +6686,6 @@ var UpdateResourceCommand = _UpdateResourceCommand;
6801
6686
 
6802
6687
 
6803
6688
 
6804
-
6805
6689
  var _UpdateRestApiCommand = class _UpdateRestApiCommand extends import_smithy_client.Command.classBuilder().ep({
6806
6690
  ...commonParams
6807
6691
  }).m(function(Command, cs, config, o) {
@@ -6818,7 +6702,6 @@ var UpdateRestApiCommand = _UpdateRestApiCommand;
6818
6702
 
6819
6703
 
6820
6704
 
6821
-
6822
6705
  var _UpdateStageCommand = class _UpdateStageCommand extends import_smithy_client.Command.classBuilder().ep({
6823
6706
  ...commonParams
6824
6707
  }).m(function(Command, cs, config, o) {
@@ -6835,7 +6718,6 @@ var UpdateStageCommand = _UpdateStageCommand;
6835
6718
 
6836
6719
 
6837
6720
 
6838
-
6839
6721
  var _UpdateUsageCommand = class _UpdateUsageCommand extends import_smithy_client.Command.classBuilder().ep({
6840
6722
  ...commonParams
6841
6723
  }).m(function(Command, cs, config, o) {
@@ -6852,7 +6734,6 @@ var UpdateUsageCommand = _UpdateUsageCommand;
6852
6734
 
6853
6735
 
6854
6736
 
6855
-
6856
6737
  var _UpdateUsagePlanCommand = class _UpdateUsagePlanCommand extends import_smithy_client.Command.classBuilder().ep({
6857
6738
  ...commonParams
6858
6739
  }).m(function(Command, cs, config, o) {
@@ -6869,7 +6750,6 @@ var UpdateUsagePlanCommand = _UpdateUsagePlanCommand;
6869
6750
 
6870
6751
 
6871
6752
 
6872
-
6873
6753
  var _UpdateVpcLinkCommand = class _UpdateVpcLinkCommand extends import_smithy_client.Command.classBuilder().ep({
6874
6754
  ...commonParams
6875
6755
  }).m(function(Command, cs, config, o) {