@aws-sdk/client-api-gateway 3.650.0 → 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
@@ -94,4 +94,15 @@ declare const UpdateUsageCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class UpdateUsageCommand extends UpdateUsageCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: UpdateUsageRequest;
101
+ output: Usage;
102
+ };
103
+ sdk: {
104
+ input: UpdateUsageCommandInput;
105
+ output: UpdateUsageCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -110,4 +110,15 @@ declare const UpdateUsagePlanCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class UpdateUsagePlanCommand extends UpdateUsagePlanCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: UpdateUsagePlanRequest;
117
+ output: UsagePlan;
118
+ };
119
+ sdk: {
120
+ input: UpdateUsagePlanCommandInput;
121
+ output: UpdateUsagePlanCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -93,4 +93,15 @@ declare const UpdateVpcLinkCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: UpdateVpcLinkRequest;
100
+ output: VpcLink;
101
+ };
102
+ sdk: {
103
+ input: UpdateVpcLinkCommandInput;
104
+ output: UpdateVpcLinkCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -31,4 +31,15 @@ declare const CreateApiKeyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {}
34
+ export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateApiKeyRequest;
38
+ output: ApiKey;
39
+ };
40
+ sdk: {
41
+ input: CreateApiKeyCommandInput;
42
+ output: CreateApiKeyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const CreateAuthorizerCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {}
36
+ export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAuthorizerRequest;
40
+ output: Authorizer;
41
+ };
42
+ sdk: {
43
+ input: CreateAuthorizerCommandInput;
44
+ output: CreateAuthorizerCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateBasePathMappingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateBasePathMappingCommand extends CreateBasePathMappingCommand_base {}
40
+ export declare class CreateBasePathMappingCommand extends CreateBasePathMappingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateBasePathMappingRequest;
44
+ output: BasePathMapping;
45
+ };
46
+ sdk: {
47
+ input: CreateBasePathMappingCommandInput;
48
+ output: CreateBasePathMappingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateDeploymentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
36
+ export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateDeploymentRequest;
40
+ output: Deployment;
41
+ };
42
+ sdk: {
43
+ input: CreateDeploymentCommandInput;
44
+ output: CreateDeploymentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateDocumentationPartCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDocumentationPartCommand extends CreateDocumentationPartCommand_base {}
40
+ export declare class CreateDocumentationPartCommand extends CreateDocumentationPartCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDocumentationPartRequest;
44
+ output: DocumentationPart;
45
+ };
46
+ sdk: {
47
+ input: CreateDocumentationPartCommandInput;
48
+ output: CreateDocumentationPartCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateDocumentationVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDocumentationVersionCommand extends CreateDocumentationVersionCommand_base {}
40
+ export declare class CreateDocumentationVersionCommand extends CreateDocumentationVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDocumentationVersionRequest;
44
+ output: DocumentationVersion;
45
+ };
46
+ sdk: {
47
+ input: CreateDocumentationVersionCommandInput;
48
+ output: CreateDocumentationVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateDomainNameCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {}
36
+ export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateDomainNameRequest;
40
+ output: DomainName;
41
+ };
42
+ sdk: {
43
+ input: CreateDomainNameCommandInput;
44
+ output: CreateDomainNameCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const CreateModelCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateModelCommand extends CreateModelCommand_base {}
34
+ export declare class CreateModelCommand extends CreateModelCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateModelRequest;
38
+ output: Model;
39
+ };
40
+ sdk: {
41
+ input: CreateModelCommandInput;
42
+ output: CreateModelCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const CreateRequestValidatorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateRequestValidatorCommand extends CreateRequestValidatorCommand_base {}
40
+ export declare class CreateRequestValidatorCommand extends CreateRequestValidatorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateRequestValidatorRequest;
44
+ output: RequestValidator;
45
+ };
46
+ sdk: {
47
+ input: CreateRequestValidatorCommandInput;
48
+ output: CreateRequestValidatorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateResourceCommand extends CreateResourceCommand_base {}
36
+ export declare class CreateResourceCommand extends CreateResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateResourceRequest;
40
+ output: Resource;
41
+ };
42
+ sdk: {
43
+ input: CreateResourceCommandInput;
44
+ output: CreateResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const CreateRestApiCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateRestApiCommand extends CreateRestApiCommand_base {}
34
+ export declare class CreateRestApiCommand extends CreateRestApiCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateRestApiRequest;
38
+ output: RestApi;
39
+ };
40
+ sdk: {
41
+ input: CreateRestApiCommandInput;
42
+ output: CreateRestApiCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const CreateStageCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateStageCommand extends CreateStageCommand_base {}
34
+ export declare class CreateStageCommand extends CreateStageCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateStageRequest;
38
+ output: Stage;
39
+ };
40
+ sdk: {
41
+ input: CreateStageCommandInput;
42
+ output: CreateStageCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const CreateUsagePlanCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateUsagePlanCommand extends CreateUsagePlanCommand_base {}
36
+ export declare class CreateUsagePlanCommand extends CreateUsagePlanCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateUsagePlanRequest;
40
+ output: UsagePlan;
41
+ };
42
+ sdk: {
43
+ input: CreateUsagePlanCommandInput;
44
+ output: CreateUsagePlanCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -34,4 +34,15 @@ declare const CreateUsagePlanKeyCommand_base: {
34
34
  >;
35
35
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
36
  };
37
- export declare class CreateUsagePlanKeyCommand extends CreateUsagePlanKeyCommand_base {}
37
+ export declare class CreateUsagePlanKeyCommand extends CreateUsagePlanKeyCommand_base {
38
+ protected static __types: {
39
+ api: {
40
+ input: CreateUsagePlanKeyRequest;
41
+ output: UsagePlanKey;
42
+ };
43
+ sdk: {
44
+ input: CreateUsagePlanKeyCommandInput;
45
+ output: CreateUsagePlanKeyCommandOutput;
46
+ };
47
+ };
48
+ }
@@ -31,4 +31,15 @@ declare const CreateVpcLinkCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {}
34
+ export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateVpcLinkRequest;
38
+ output: VpcLink;
39
+ };
40
+ sdk: {
41
+ input: CreateVpcLinkCommandInput;
42
+ output: CreateVpcLinkCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteApiKeyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {}
34
+ export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteApiKeyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteApiKeyCommandInput;
42
+ output: DeleteApiKeyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteAuthorizerCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {}
34
+ export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteAuthorizerRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteAuthorizerCommandInput;
42
+ output: DeleteAuthorizerCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteBasePathMappingCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteBasePathMappingCommand extends DeleteBasePathMappingCommand_base {}
35
+ export declare class DeleteBasePathMappingCommand extends DeleteBasePathMappingCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteBasePathMappingRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteBasePathMappingCommandInput;
43
+ output: DeleteBasePathMappingCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteClientCertificateCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteClientCertificateCommand extends DeleteClientCertificateCommand_base {}
36
+ export declare class DeleteClientCertificateCommand extends DeleteClientCertificateCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteClientCertificateRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteClientCertificateCommandInput;
44
+ output: DeleteClientCertificateCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteDeploymentCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {}
34
+ export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteDeploymentRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteDeploymentCommandInput;
42
+ output: DeleteDeploymentCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const DeleteDocumentationPartCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteDocumentationPartCommand extends DeleteDocumentationPartCommand_base {}
36
+ export declare class DeleteDocumentationPartCommand extends DeleteDocumentationPartCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteDocumentationPartRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteDocumentationPartCommandInput;
44
+ output: DeleteDocumentationPartCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteDocumentationVersionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteDocumentationVersionCommand extends DeleteDocumentationVersionCommand_base {}
36
+ export declare class DeleteDocumentationVersionCommand extends DeleteDocumentationVersionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteDocumentationVersionRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteDocumentationVersionCommandInput;
44
+ output: DeleteDocumentationVersionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteDomainNameCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {}
34
+ export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteDomainNameRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteDomainNameCommandInput;
42
+ output: DeleteDomainNameCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteGatewayResponseCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteGatewayResponseCommand extends DeleteGatewayResponseCommand_base {}
35
+ export declare class DeleteGatewayResponseCommand extends DeleteGatewayResponseCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteGatewayResponseRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteGatewayResponseCommandInput;
43
+ output: DeleteGatewayResponseCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const DeleteIntegrationCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {}
35
+ export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteIntegrationRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteIntegrationCommandInput;
43
+ output: DeleteIntegrationCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteIntegrationResponseCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {}
36
+ export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteIntegrationResponseRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteIntegrationResponseCommandInput;
44
+ output: DeleteIntegrationResponseCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteMethodCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteMethodCommand extends DeleteMethodCommand_base {}
34
+ export declare class DeleteMethodCommand extends DeleteMethodCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteMethodRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteMethodCommandInput;
42
+ output: DeleteMethodCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteMethodResponseCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteMethodResponseCommand extends DeleteMethodResponseCommand_base {}
35
+ export declare class DeleteMethodResponseCommand extends DeleteMethodResponseCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteMethodResponseRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteMethodResponseCommandInput;
43
+ output: DeleteMethodResponseCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteModelCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteModelCommand extends DeleteModelCommand_base {}
34
+ export declare class DeleteModelCommand extends DeleteModelCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteModelRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteModelCommandInput;
42
+ output: DeleteModelCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteRequestValidatorCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteRequestValidatorCommand extends DeleteRequestValidatorCommand_base {}
35
+ export declare class DeleteRequestValidatorCommand extends DeleteRequestValidatorCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteRequestValidatorRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteRequestValidatorCommandInput;
43
+ output: DeleteRequestValidatorCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -31,4 +31,15 @@ declare const DeleteResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteResourceCommand extends DeleteResourceCommand_base {}
34
+ export declare class DeleteResourceCommand extends DeleteResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteResourceCommandInput;
42
+ output: DeleteResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteRestApiCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteRestApiCommand extends DeleteRestApiCommand_base {}
34
+ export declare class DeleteRestApiCommand extends DeleteRestApiCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteRestApiRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteRestApiCommandInput;
42
+ output: DeleteRestApiCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteStageCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteStageCommand extends DeleteStageCommand_base {}
34
+ export declare class DeleteStageCommand extends DeleteStageCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteStageRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteStageCommandInput;
42
+ output: DeleteStageCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteUsagePlanCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteUsagePlanCommand extends DeleteUsagePlanCommand_base {}
34
+ export declare class DeleteUsagePlanCommand extends DeleteUsagePlanCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteUsagePlanRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteUsagePlanCommandInput;
42
+ output: DeleteUsagePlanCommandOutput;
43
+ };
44
+ };
45
+ }