@aws-sdk/client-api-gateway 3.651.1 → 3.657.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 (242) 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/models/models_0.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +12 -1
  201. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +12 -1
  202. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +12 -1
  203. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +12 -1
  204. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +12 -1
  206. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +12 -1
  207. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +12 -1
  208. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +12 -1
  209. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +12 -1
  210. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +12 -1
  211. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +12 -1
  212. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +12 -1
  213. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +12 -1
  214. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +12 -1
  215. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +12 -1
  216. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  217. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +12 -1
  218. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +12 -1
  219. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  220. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +12 -1
  221. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +12 -1
  222. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +12 -1
  223. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +12 -1
  224. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +12 -1
  225. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +12 -1
  226. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +12 -1
  227. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +12 -1
  228. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +12 -1
  229. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +12 -1
  230. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +12 -1
  231. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +12 -1
  232. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +12 -1
  233. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +12 -1
  234. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
  235. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +12 -1
  236. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +12 -1
  237. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +12 -1
  238. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +12 -1
  239. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +12 -1
  240. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +12 -1
  241. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +12 -1
  242. package/package.json +37 -37
@@ -84,4 +84,15 @@ declare const GetUsageCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetUsageCommand extends GetUsageCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetUsageRequest;
91
+ output: Usage;
92
+ };
93
+ sdk: {
94
+ input: GetUsageCommandInput;
95
+ output: GetUsageCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -96,4 +96,15 @@ declare const GetUsagePlanCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetUsagePlanCommand extends GetUsagePlanCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetUsagePlanRequest;
103
+ output: UsagePlan;
104
+ };
105
+ sdk: {
106
+ input: GetUsagePlanCommandInput;
107
+ output: GetUsagePlanCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -73,4 +73,15 @@ declare const GetUsagePlanKeyCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetUsagePlanKeyCommand extends GetUsagePlanKeyCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetUsagePlanKeyRequest;
80
+ output: UsagePlanKey;
81
+ };
82
+ sdk: {
83
+ input: GetUsagePlanKeyCommandInput;
84
+ output: GetUsagePlanKeyCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -80,4 +80,15 @@ declare const GetUsagePlanKeysCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetUsagePlanKeysCommand extends GetUsagePlanKeysCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: GetUsagePlanKeysRequest;
87
+ output: UsagePlanKeys;
88
+ };
89
+ sdk: {
90
+ input: GetUsagePlanKeysCommandInput;
91
+ output: GetUsagePlanKeysCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -103,4 +103,15 @@ declare const GetUsagePlansCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class GetUsagePlansCommand extends GetUsagePlansCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: GetUsagePlansRequest;
110
+ output: UsagePlans;
111
+ };
112
+ sdk: {
113
+ input: GetUsagePlansCommandInput;
114
+ output: GetUsagePlansCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -79,4 +79,15 @@ declare const GetVpcLinkCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetVpcLinkRequest;
86
+ output: VpcLink;
87
+ };
88
+ sdk: {
89
+ input: GetVpcLinkCommandInput;
90
+ output: GetVpcLinkCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -85,4 +85,15 @@ declare const GetVpcLinksCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetVpcLinksRequest;
92
+ output: VpcLinks;
93
+ };
94
+ sdk: {
95
+ input: GetVpcLinksCommandInput;
96
+ output: GetVpcLinksCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -88,4 +88,15 @@ declare const ImportApiKeysCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ImportApiKeysCommand extends ImportApiKeysCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ImportApiKeysRequest;
95
+ output: ApiKeyIds;
96
+ };
97
+ sdk: {
98
+ input: ImportApiKeysCommandInput;
99
+ output: ImportApiKeysCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -89,4 +89,15 @@ declare const ImportDocumentationPartsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class ImportDocumentationPartsCommand extends ImportDocumentationPartsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: ImportDocumentationPartsRequest;
96
+ output: DocumentationPartIds;
97
+ };
98
+ sdk: {
99
+ input: ImportDocumentationPartsCommandInput;
100
+ output: ImportDocumentationPartsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -111,4 +111,15 @@ declare const ImportRestApiCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class ImportRestApiCommand extends ImportRestApiCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: ImportRestApiRequest;
118
+ output: RestApi;
119
+ };
120
+ sdk: {
121
+ input: ImportRestApiCommandInput;
122
+ output: ImportRestApiCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -91,4 +91,15 @@ declare const PutGatewayResponseCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class PutGatewayResponseCommand extends PutGatewayResponseCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: PutGatewayResponseRequest;
98
+ output: GatewayResponse;
99
+ };
100
+ sdk: {
101
+ input: PutGatewayResponseCommandInput;
102
+ output: PutGatewayResponseCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -133,4 +133,15 @@ declare const PutIntegrationCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class PutIntegrationCommand extends PutIntegrationCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: PutIntegrationRequest;
140
+ output: Integration;
141
+ };
142
+ sdk: {
143
+ input: PutIntegrationCommandInput;
144
+ output: PutIntegrationCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -94,4 +94,15 @@ declare const PutIntegrationResponseCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class PutIntegrationResponseCommand extends PutIntegrationResponseCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: PutIntegrationResponseRequest;
101
+ output: IntegrationResponse;
102
+ };
103
+ sdk: {
104
+ input: PutIntegrationResponseCommandInput;
105
+ output: PutIntegrationResponseCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -145,4 +145,15 @@ declare const PutMethodCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class PutMethodCommand extends PutMethodCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: PutMethodRequest;
152
+ output: Method;
153
+ };
154
+ sdk: {
155
+ input: PutMethodCommandInput;
156
+ output: PutMethodCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -90,4 +90,15 @@ declare const PutMethodResponseCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class PutMethodResponseCommand extends PutMethodResponseCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: PutMethodResponseRequest;
97
+ output: MethodResponse;
98
+ };
99
+ sdk: {
100
+ input: PutMethodResponseCommandInput;
101
+ output: PutMethodResponseCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -114,4 +114,15 @@ declare const PutRestApiCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class PutRestApiCommand extends PutRestApiCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: PutRestApiRequest;
121
+ output: RestApi;
122
+ };
123
+ sdk: {
124
+ input: PutRestApiCommandInput;
125
+ output: PutRestApiCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class TagResourceCommand extends TagResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: TagResourceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: TagResourceCommandInput;
87
+ output: TagResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -98,4 +98,15 @@ declare const TestInvokeAuthorizerCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class TestInvokeAuthorizerCommand extends TestInvokeAuthorizerCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: TestInvokeAuthorizerRequest;
105
+ output: TestInvokeAuthorizerResponse;
106
+ };
107
+ sdk: {
108
+ input: TestInvokeAuthorizerCommandInput;
109
+ output: TestInvokeAuthorizerCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -96,4 +96,15 @@ declare const TestInvokeMethodCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class TestInvokeMethodCommand extends TestInvokeMethodCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: TestInvokeMethodRequest;
103
+ output: TestInvokeMethodResponse;
104
+ };
105
+ sdk: {
106
+ input: TestInvokeMethodCommandInput;
107
+ output: TestInvokeMethodCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UntagResourceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UntagResourceCommandInput;
87
+ output: UntagResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -90,4 +90,15 @@ declare const UpdateAccountCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateAccountCommand extends UpdateAccountCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateAccountRequest;
97
+ output: Account;
98
+ };
99
+ sdk: {
100
+ input: UpdateAccountCommandInput;
101
+ output: UpdateAccountCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -96,4 +96,15 @@ declare const UpdateApiKeyCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class UpdateApiKeyCommand extends UpdateApiKeyCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: UpdateApiKeyRequest;
103
+ output: ApiKey;
104
+ };
105
+ sdk: {
106
+ input: UpdateApiKeyCommandInput;
107
+ output: UpdateApiKeyCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -95,4 +95,15 @@ declare const UpdateAuthorizerCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: UpdateAuthorizerRequest;
102
+ output: Authorizer;
103
+ };
104
+ sdk: {
105
+ input: UpdateAuthorizerCommandInput;
106
+ output: UpdateAuthorizerCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -86,4 +86,15 @@ declare const UpdateBasePathMappingCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class UpdateBasePathMappingCommand extends UpdateBasePathMappingCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: UpdateBasePathMappingRequest;
93
+ output: BasePathMapping;
94
+ };
95
+ sdk: {
96
+ input: UpdateBasePathMappingCommandInput;
97
+ output: UpdateBasePathMappingCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -90,4 +90,15 @@ declare const UpdateClientCertificateCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateClientCertificateCommand extends UpdateClientCertificateCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateClientCertificateRequest;
97
+ output: ClientCertificate;
98
+ };
99
+ sdk: {
100
+ input: UpdateClientCertificateCommandInput;
101
+ output: UpdateClientCertificateCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -97,4 +97,15 @@ declare const UpdateDeploymentCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateDeploymentRequest;
104
+ output: Deployment;
105
+ };
106
+ sdk: {
107
+ input: UpdateDeploymentCommandInput;
108
+ output: UpdateDeploymentCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -92,4 +92,15 @@ declare const UpdateDocumentationPartCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateDocumentationPartCommand extends UpdateDocumentationPartCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateDocumentationPartRequest;
99
+ output: DocumentationPart;
100
+ };
101
+ sdk: {
102
+ input: UpdateDocumentationPartCommandInput;
103
+ output: UpdateDocumentationPartCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -86,4 +86,15 @@ declare const UpdateDocumentationVersionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class UpdateDocumentationVersionCommand extends UpdateDocumentationVersionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: UpdateDocumentationVersionRequest;
93
+ output: DocumentationVersion;
94
+ };
95
+ sdk: {
96
+ input: UpdateDocumentationVersionCommandInput;
97
+ output: UpdateDocumentationVersionCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -114,4 +114,15 @@ declare const UpdateDomainNameCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: UpdateDomainNameRequest;
121
+ output: DomainName;
122
+ };
123
+ sdk: {
124
+ input: UpdateDomainNameCommandInput;
125
+ output: UpdateDomainNameCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -92,4 +92,15 @@ declare const UpdateGatewayResponseCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateGatewayResponseCommand extends UpdateGatewayResponseCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateGatewayResponseRequest;
99
+ output: GatewayResponse;
100
+ };
101
+ sdk: {
102
+ input: UpdateGatewayResponseCommandInput;
103
+ output: UpdateGatewayResponseCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -119,4 +119,15 @@ declare const UpdateIntegrationCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: UpdateIntegrationRequest;
126
+ output: Integration;
127
+ };
128
+ sdk: {
129
+ input: UpdateIntegrationCommandInput;
130
+ output: UpdateIntegrationCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -94,4 +94,15 @@ declare const UpdateIntegrationResponseCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: UpdateIntegrationResponseRequest;
101
+ output: IntegrationResponse;
102
+ };
103
+ sdk: {
104
+ input: UpdateIntegrationResponseCommandInput;
105
+ output: UpdateIntegrationResponseCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -136,4 +136,15 @@ declare const UpdateMethodCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class UpdateMethodCommand extends UpdateMethodCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: UpdateMethodRequest;
143
+ output: Method;
144
+ };
145
+ sdk: {
146
+ input: UpdateMethodCommandInput;
147
+ output: UpdateMethodCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -92,4 +92,15 @@ declare const UpdateMethodResponseCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateMethodResponseCommand extends UpdateMethodResponseCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateMethodResponseRequest;
99
+ output: MethodResponse;
100
+ };
101
+ sdk: {
102
+ input: UpdateMethodResponseCommandInput;
103
+ output: UpdateMethodResponseCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -88,4 +88,15 @@ declare const UpdateModelCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class UpdateModelCommand extends UpdateModelCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UpdateModelRequest;
95
+ output: Model;
96
+ };
97
+ sdk: {
98
+ input: UpdateModelCommandInput;
99
+ output: UpdateModelCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -87,4 +87,15 @@ declare const UpdateRequestValidatorCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class UpdateRequestValidatorCommand extends UpdateRequestValidatorCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: UpdateRequestValidatorRequest;
94
+ output: RequestValidator;
95
+ };
96
+ sdk: {
97
+ input: UpdateRequestValidatorCommandInput;
98
+ output: UpdateRequestValidatorCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -143,4 +143,15 @@ declare const UpdateResourceCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class UpdateResourceCommand extends UpdateResourceCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: UpdateResourceRequest;
150
+ output: Resource;
151
+ };
152
+ sdk: {
153
+ input: UpdateResourceCommandInput;
154
+ output: UpdateResourceCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -109,4 +109,15 @@ declare const UpdateRestApiCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateRestApiCommand extends UpdateRestApiCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateRestApiRequest;
116
+ output: RestApi;
117
+ };
118
+ sdk: {
119
+ input: UpdateRestApiCommandInput;
120
+ output: UpdateRestApiCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -127,4 +127,15 @@ declare const UpdateStageCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class UpdateStageCommand extends UpdateStageCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: UpdateStageRequest;
134
+ output: Stage;
135
+ };
136
+ sdk: {
137
+ input: UpdateStageCommandInput;
138
+ output: UpdateStageCommandOutput;
139
+ };
140
+ };
130
141
  }