@aws-sdk/client-api-gateway 3.651.1 → 3.654.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 (241) hide show
  1. package/dist-types/commands/CreateApiKeyCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateAuthorizerCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDomainNameCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateModelCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateResourceCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateRestApiCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateStageCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateUsagePlanCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateVpcLinkCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteApiKeyCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteDomainNameCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteIntegrationCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteMethodCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +11 -0
  31. package/dist-types/commands/DeleteResourceCommand.d.ts +11 -0
  32. package/dist-types/commands/DeleteRestApiCommand.d.ts +11 -0
  33. package/dist-types/commands/DeleteStageCommand.d.ts +11 -0
  34. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +11 -0
  35. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +11 -0
  36. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +11 -0
  37. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +11 -0
  38. package/dist-types/commands/FlushStageCacheCommand.d.ts +11 -0
  39. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +11 -0
  40. package/dist-types/commands/GetAccountCommand.d.ts +11 -0
  41. package/dist-types/commands/GetApiKeyCommand.d.ts +11 -0
  42. package/dist-types/commands/GetApiKeysCommand.d.ts +11 -0
  43. package/dist-types/commands/GetAuthorizerCommand.d.ts +11 -0
  44. package/dist-types/commands/GetAuthorizersCommand.d.ts +11 -0
  45. package/dist-types/commands/GetBasePathMappingCommand.d.ts +11 -0
  46. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +11 -0
  47. package/dist-types/commands/GetClientCertificateCommand.d.ts +11 -0
  48. package/dist-types/commands/GetClientCertificatesCommand.d.ts +11 -0
  49. package/dist-types/commands/GetDeploymentCommand.d.ts +11 -0
  50. package/dist-types/commands/GetDeploymentsCommand.d.ts +11 -0
  51. package/dist-types/commands/GetDocumentationPartCommand.d.ts +11 -0
  52. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +11 -0
  53. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +11 -0
  54. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +11 -0
  55. package/dist-types/commands/GetDomainNameCommand.d.ts +11 -0
  56. package/dist-types/commands/GetDomainNamesCommand.d.ts +11 -0
  57. package/dist-types/commands/GetExportCommand.d.ts +11 -0
  58. package/dist-types/commands/GetGatewayResponseCommand.d.ts +11 -0
  59. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +11 -0
  60. package/dist-types/commands/GetIntegrationCommand.d.ts +11 -0
  61. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +11 -0
  62. package/dist-types/commands/GetMethodCommand.d.ts +11 -0
  63. package/dist-types/commands/GetMethodResponseCommand.d.ts +11 -0
  64. package/dist-types/commands/GetModelCommand.d.ts +11 -0
  65. package/dist-types/commands/GetModelTemplateCommand.d.ts +11 -0
  66. package/dist-types/commands/GetModelsCommand.d.ts +11 -0
  67. package/dist-types/commands/GetRequestValidatorCommand.d.ts +11 -0
  68. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +11 -0
  69. package/dist-types/commands/GetResourceCommand.d.ts +11 -0
  70. package/dist-types/commands/GetResourcesCommand.d.ts +11 -0
  71. package/dist-types/commands/GetRestApiCommand.d.ts +11 -0
  72. package/dist-types/commands/GetRestApisCommand.d.ts +11 -0
  73. package/dist-types/commands/GetSdkCommand.d.ts +11 -0
  74. package/dist-types/commands/GetSdkTypeCommand.d.ts +11 -0
  75. package/dist-types/commands/GetSdkTypesCommand.d.ts +11 -0
  76. package/dist-types/commands/GetStageCommand.d.ts +11 -0
  77. package/dist-types/commands/GetStagesCommand.d.ts +11 -0
  78. package/dist-types/commands/GetTagsCommand.d.ts +11 -0
  79. package/dist-types/commands/GetUsageCommand.d.ts +11 -0
  80. package/dist-types/commands/GetUsagePlanCommand.d.ts +11 -0
  81. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +11 -0
  82. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +11 -0
  83. package/dist-types/commands/GetUsagePlansCommand.d.ts +11 -0
  84. package/dist-types/commands/GetVpcLinkCommand.d.ts +11 -0
  85. package/dist-types/commands/GetVpcLinksCommand.d.ts +11 -0
  86. package/dist-types/commands/ImportApiKeysCommand.d.ts +11 -0
  87. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +11 -0
  88. package/dist-types/commands/ImportRestApiCommand.d.ts +11 -0
  89. package/dist-types/commands/PutGatewayResponseCommand.d.ts +11 -0
  90. package/dist-types/commands/PutIntegrationCommand.d.ts +11 -0
  91. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +11 -0
  92. package/dist-types/commands/PutMethodCommand.d.ts +11 -0
  93. package/dist-types/commands/PutMethodResponseCommand.d.ts +11 -0
  94. package/dist-types/commands/PutRestApiCommand.d.ts +11 -0
  95. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  96. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +11 -0
  97. package/dist-types/commands/TestInvokeMethodCommand.d.ts +11 -0
  98. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  99. package/dist-types/commands/UpdateAccountCommand.d.ts +11 -0
  100. package/dist-types/commands/UpdateApiKeyCommand.d.ts +11 -0
  101. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +11 -0
  102. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +11 -0
  103. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +11 -0
  104. package/dist-types/commands/UpdateDeploymentCommand.d.ts +11 -0
  105. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +11 -0
  106. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +11 -0
  107. package/dist-types/commands/UpdateDomainNameCommand.d.ts +11 -0
  108. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +11 -0
  109. package/dist-types/commands/UpdateIntegrationCommand.d.ts +11 -0
  110. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +11 -0
  111. package/dist-types/commands/UpdateMethodCommand.d.ts +11 -0
  112. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +11 -0
  113. package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
  114. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +11 -0
  115. package/dist-types/commands/UpdateResourceCommand.d.ts +11 -0
  116. package/dist-types/commands/UpdateRestApiCommand.d.ts +11 -0
  117. package/dist-types/commands/UpdateStageCommand.d.ts +11 -0
  118. package/dist-types/commands/UpdateUsageCommand.d.ts +11 -0
  119. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +11 -0
  120. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +11 -0
  121. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +12 -1
  201. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +12 -1
  202. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +12 -1
  203. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +12 -1
  204. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +12 -1
  206. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +12 -1
  207. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +12 -1
  208. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +12 -1
  209. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +12 -1
  210. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +12 -1
  211. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +12 -1
  212. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +12 -1
  213. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +12 -1
  214. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +12 -1
  215. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  216. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +12 -1
  217. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +12 -1
  218. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  219. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +12 -1
  220. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +12 -1
  221. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
  222. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +12 -1
  223. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +12 -1
  224. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +12 -1
  225. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +12 -1
  226. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +12 -1
  227. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
  228. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +12 -1
  229. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +12 -1
  230. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +12 -1
  231. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +12 -1
  232. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +12 -1
  233. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
  234. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +12 -1
  235. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +12 -1
  236. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +12 -1
  237. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
  238. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +12 -1
  239. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +12 -1
  240. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +12 -1
  241. package/package.json +37 -37
@@ -32,4 +32,15 @@ declare const DeleteUsagePlanKeyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteUsagePlanKeyCommand extends DeleteUsagePlanKeyCommand_base {}
35
+ export declare class DeleteUsagePlanKeyCommand extends DeleteUsagePlanKeyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteUsagePlanKeyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteUsagePlanKeyCommandInput;
43
+ output: DeleteUsagePlanKeyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteVpcLinkCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {}
34
+ export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteVpcLinkRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteVpcLinkCommandInput;
42
+ output: DeleteVpcLinkCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const FlushStageAuthorizersCacheCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class FlushStageAuthorizersCacheCommand extends FlushStageAuthorizersCacheCommand_base {}
36
+ export declare class FlushStageAuthorizersCacheCommand extends FlushStageAuthorizersCacheCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: FlushStageAuthorizersCacheRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: FlushStageAuthorizersCacheCommandInput;
44
+ output: FlushStageAuthorizersCacheCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const FlushStageCacheCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class FlushStageCacheCommand extends FlushStageCacheCommand_base {}
34
+ export declare class FlushStageCacheCommand extends FlushStageCacheCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: FlushStageCacheRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: FlushStageCacheCommandInput;
42
+ output: FlushStageCacheCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const GenerateClientCertificateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateClientCertificateCommand extends GenerateClientCertificateCommand_base {}
40
+ export declare class GenerateClientCertificateCommand extends GenerateClientCertificateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateClientCertificateRequest;
44
+ output: ClientCertificate;
45
+ };
46
+ sdk: {
47
+ input: GenerateClientCertificateCommandInput;
48
+ output: GenerateClientCertificateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const GetAccountCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetAccountCommand extends GetAccountCommand_base {}
34
+ export declare class GetAccountCommand extends GetAccountCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: {};
38
+ output: Account;
39
+ };
40
+ sdk: {
41
+ input: GetAccountCommandInput;
42
+ output: GetAccountCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const GetApiKeyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetApiKeyCommand extends GetApiKeyCommand_base {}
34
+ export declare class GetApiKeyCommand extends GetApiKeyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetApiKeyRequest;
38
+ output: ApiKey;
39
+ };
40
+ sdk: {
41
+ input: GetApiKeyCommandInput;
42
+ output: GetApiKeyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const GetApiKeysCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetApiKeysCommand extends GetApiKeysCommand_base {}
34
+ export declare class GetApiKeysCommand extends GetApiKeysCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetApiKeysRequest;
38
+ output: ApiKeys;
39
+ };
40
+ sdk: {
41
+ input: GetApiKeysCommandInput;
42
+ output: GetApiKeysCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const GetAuthorizerCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {}
36
+ export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAuthorizerRequest;
40
+ output: Authorizer;
41
+ };
42
+ sdk: {
43
+ input: GetAuthorizerCommandInput;
44
+ output: GetAuthorizerCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetAuthorizersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {}
36
+ export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAuthorizersRequest;
40
+ output: Authorizers;
41
+ };
42
+ sdk: {
43
+ input: GetAuthorizersCommandInput;
44
+ output: GetAuthorizersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -34,4 +34,15 @@ declare const GetBasePathMappingCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class GetBasePathMappingCommand extends GetBasePathMappingCommand_base {}
37
+ export declare class GetBasePathMappingCommand extends GetBasePathMappingCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: GetBasePathMappingRequest;
41
+ output: BasePathMapping;
42
+ };
43
+ sdk: {
44
+ input: GetBasePathMappingCommandInput;
45
+ output: GetBasePathMappingCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -37,4 +37,15 @@ declare const GetBasePathMappingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBasePathMappingsCommand extends GetBasePathMappingsCommand_base {}
40
+ export declare class GetBasePathMappingsCommand extends GetBasePathMappingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBasePathMappingsRequest;
44
+ output: BasePathMappings;
45
+ };
46
+ sdk: {
47
+ input: GetBasePathMappingsCommandInput;
48
+ output: GetBasePathMappingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetClientCertificateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetClientCertificateCommand extends GetClientCertificateCommand_base {}
40
+ export declare class GetClientCertificateCommand extends GetClientCertificateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetClientCertificateRequest;
44
+ output: ClientCertificate;
45
+ };
46
+ sdk: {
47
+ input: GetClientCertificateCommandInput;
48
+ output: GetClientCertificateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetClientCertificatesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetClientCertificatesCommand extends GetClientCertificatesCommand_base {}
40
+ export declare class GetClientCertificatesCommand extends GetClientCertificatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetClientCertificatesRequest;
44
+ output: ClientCertificates;
45
+ };
46
+ sdk: {
47
+ input: GetClientCertificatesCommandInput;
48
+ output: GetClientCertificatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetDeploymentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDeploymentCommand extends GetDeploymentCommand_base {}
36
+ export declare class GetDeploymentCommand extends GetDeploymentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDeploymentRequest;
40
+ output: Deployment;
41
+ };
42
+ sdk: {
43
+ input: GetDeploymentCommandInput;
44
+ output: GetDeploymentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetDeploymentsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {}
36
+ export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDeploymentsRequest;
40
+ output: Deployments;
41
+ };
42
+ sdk: {
43
+ input: GetDeploymentsCommandInput;
44
+ output: GetDeploymentsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetDocumentationPartCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDocumentationPartCommand extends GetDocumentationPartCommand_base {}
40
+ export declare class GetDocumentationPartCommand extends GetDocumentationPartCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDocumentationPartRequest;
44
+ output: DocumentationPart;
45
+ };
46
+ sdk: {
47
+ input: GetDocumentationPartCommandInput;
48
+ output: GetDocumentationPartCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDocumentationPartsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDocumentationPartsCommand extends GetDocumentationPartsCommand_base {}
40
+ export declare class GetDocumentationPartsCommand extends GetDocumentationPartsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDocumentationPartsRequest;
44
+ output: DocumentationParts;
45
+ };
46
+ sdk: {
47
+ input: GetDocumentationPartsCommandInput;
48
+ output: GetDocumentationPartsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDocumentationVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDocumentationVersionCommand extends GetDocumentationVersionCommand_base {}
40
+ export declare class GetDocumentationVersionCommand extends GetDocumentationVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDocumentationVersionRequest;
44
+ output: DocumentationVersion;
45
+ };
46
+ sdk: {
47
+ input: GetDocumentationVersionCommandInput;
48
+ output: GetDocumentationVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDocumentationVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDocumentationVersionsCommand extends GetDocumentationVersionsCommand_base {}
40
+ export declare class GetDocumentationVersionsCommand extends GetDocumentationVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDocumentationVersionsRequest;
44
+ output: DocumentationVersions;
45
+ };
46
+ sdk: {
47
+ input: GetDocumentationVersionsCommandInput;
48
+ output: GetDocumentationVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetDomainNameCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDomainNameCommand extends GetDomainNameCommand_base {}
36
+ export declare class GetDomainNameCommand extends GetDomainNameCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDomainNameRequest;
40
+ output: DomainName;
41
+ };
42
+ sdk: {
43
+ input: GetDomainNameCommandInput;
44
+ output: GetDomainNameCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetDomainNamesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {}
36
+ export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDomainNamesRequest;
40
+ output: DomainNames;
41
+ };
42
+ sdk: {
43
+ input: GetDomainNamesCommandInput;
44
+ output: GetDomainNamesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -40,4 +40,15 @@ declare const GetExportCommand_base: {
40
40
  >;
41
41
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
42
42
  };
43
- export declare class GetExportCommand extends GetExportCommand_base {}
43
+ export declare class GetExportCommand extends GetExportCommand_base {
44
+ protected static __types: {
45
+ api: {
46
+ input: GetExportRequest;
47
+ output: ExportResponse;
48
+ };
49
+ sdk: {
50
+ input: GetExportCommandInput;
51
+ output: GetExportCommandOutput;
52
+ };
53
+ };
54
+ }
@@ -34,4 +34,15 @@ declare const GetGatewayResponseCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class GetGatewayResponseCommand extends GetGatewayResponseCommand_base {}
37
+ export declare class GetGatewayResponseCommand extends GetGatewayResponseCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: GetGatewayResponseRequest;
41
+ output: GatewayResponse;
42
+ };
43
+ sdk: {
44
+ input: GetGatewayResponseCommandInput;
45
+ output: GetGatewayResponseCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -37,4 +37,15 @@ declare const GetGatewayResponsesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetGatewayResponsesCommand extends GetGatewayResponsesCommand_base {}
40
+ export declare class GetGatewayResponsesCommand extends GetGatewayResponsesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetGatewayResponsesRequest;
44
+ output: GatewayResponses;
45
+ };
46
+ sdk: {
47
+ input: GetGatewayResponsesCommandInput;
48
+ output: GetGatewayResponsesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetIntegrationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetIntegrationCommand extends GetIntegrationCommand_base {}
36
+ export declare class GetIntegrationCommand extends GetIntegrationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetIntegrationRequest;
40
+ output: Integration;
41
+ };
42
+ sdk: {
43
+ input: GetIntegrationCommandInput;
44
+ output: GetIntegrationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetIntegrationResponseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {}
40
+ export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetIntegrationResponseRequest;
44
+ output: IntegrationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetIntegrationResponseCommandInput;
48
+ output: GetIntegrationResponseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const GetMethodCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetMethodCommand extends GetMethodCommand_base {}
34
+ export declare class GetMethodCommand extends GetMethodCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetMethodRequest;
38
+ output: Method;
39
+ };
40
+ sdk: {
41
+ input: GetMethodCommandInput;
42
+ output: GetMethodCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -34,4 +34,15 @@ declare const GetMethodResponseCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class GetMethodResponseCommand extends GetMethodResponseCommand_base {}
37
+ export declare class GetMethodResponseCommand extends GetMethodResponseCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: GetMethodResponseRequest;
41
+ output: MethodResponse;
42
+ };
43
+ sdk: {
44
+ input: GetMethodResponseCommandInput;
45
+ output: GetMethodResponseCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -31,4 +31,15 @@ declare const GetModelCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetModelCommand extends GetModelCommand_base {}
34
+ export declare class GetModelCommand extends GetModelCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetModelRequest;
38
+ output: Model;
39
+ };
40
+ sdk: {
41
+ input: GetModelCommandInput;
42
+ output: GetModelCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const GetModelTemplateCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {}
36
+ export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetModelTemplateRequest;
40
+ output: Template;
41
+ };
42
+ sdk: {
43
+ input: GetModelTemplateCommandInput;
44
+ output: GetModelTemplateCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const GetModelsCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetModelsCommand extends GetModelsCommand_base {}
34
+ export declare class GetModelsCommand extends GetModelsCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetModelsRequest;
38
+ output: Models;
39
+ };
40
+ sdk: {
41
+ input: GetModelsCommandInput;
42
+ output: GetModelsCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const GetRequestValidatorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRequestValidatorCommand extends GetRequestValidatorCommand_base {}
40
+ export declare class GetRequestValidatorCommand extends GetRequestValidatorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRequestValidatorRequest;
44
+ output: RequestValidator;
45
+ };
46
+ sdk: {
47
+ input: GetRequestValidatorCommandInput;
48
+ output: GetRequestValidatorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetRequestValidatorsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRequestValidatorsCommand extends GetRequestValidatorsCommand_base {}
40
+ export declare class GetRequestValidatorsCommand extends GetRequestValidatorsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRequestValidatorsRequest;
44
+ output: RequestValidators;
45
+ };
46
+ sdk: {
47
+ input: GetRequestValidatorsCommandInput;
48
+ output: GetRequestValidatorsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const GetResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetResourceCommand extends GetResourceCommand_base {}
34
+ export declare class GetResourceCommand extends GetResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetResourceRequest;
38
+ output: Resource;
39
+ };
40
+ sdk: {
41
+ input: GetResourceCommandInput;
42
+ output: GetResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const GetResourcesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetResourcesCommand extends GetResourcesCommand_base {}
36
+ export declare class GetResourcesCommand extends GetResourcesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetResourcesRequest;
40
+ output: Resources;
41
+ };
42
+ sdk: {
43
+ input: GetResourcesCommandInput;
44
+ output: GetResourcesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const GetRestApiCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class GetRestApiCommand extends GetRestApiCommand_base {}
34
+ export declare class GetRestApiCommand extends GetRestApiCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: GetRestApiRequest;
38
+ output: RestApi;
39
+ };
40
+ sdk: {
41
+ input: GetRestApiCommandInput;
42
+ output: GetRestApiCommandOutput;
43
+ };
44
+ };
45
+ }