@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
@@ -102,4 +102,15 @@ declare const CreateApiKeyCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: CreateApiKeyRequest;
109
+ output: ApiKey;
110
+ };
111
+ sdk: {
112
+ input: CreateApiKeyCommandInput;
113
+ output: CreateApiKeyCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -97,4 +97,15 @@ declare const CreateAuthorizerCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: CreateAuthorizerRequest;
104
+ output: Authorizer;
105
+ };
106
+ sdk: {
107
+ input: CreateAuthorizerCommandInput;
108
+ output: CreateAuthorizerCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -80,4 +80,15 @@ declare const CreateBasePathMappingCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreateBasePathMappingCommand extends CreateBasePathMappingCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreateBasePathMappingRequest;
87
+ output: BasePathMapping;
88
+ };
89
+ sdk: {
90
+ input: CreateBasePathMappingCommandInput;
91
+ output: CreateBasePathMappingCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -104,4 +104,15 @@ declare const CreateDeploymentCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: CreateDeploymentRequest;
111
+ output: Deployment;
112
+ };
113
+ sdk: {
114
+ input: CreateDeploymentCommandInput;
115
+ output: CreateDeploymentCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -91,4 +91,15 @@ declare const CreateDocumentationPartCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateDocumentationPartCommand extends CreateDocumentationPartCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateDocumentationPartRequest;
98
+ output: DocumentationPart;
99
+ };
100
+ sdk: {
101
+ input: CreateDocumentationPartCommandInput;
102
+ output: CreateDocumentationPartCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -80,4 +80,15 @@ declare const CreateDocumentationVersionCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreateDocumentationVersionCommand extends CreateDocumentationVersionCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreateDocumentationVersionRequest;
87
+ output: DocumentationVersion;
88
+ };
89
+ sdk: {
90
+ input: CreateDocumentationVersionCommandInput;
91
+ output: CreateDocumentationVersionCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -127,4 +127,15 @@ declare const CreateDomainNameCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: CreateDomainNameRequest;
134
+ output: DomainName;
135
+ };
136
+ sdk: {
137
+ input: CreateDomainNameCommandInput;
138
+ output: CreateDomainNameCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -83,4 +83,15 @@ declare const CreateModelCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateModelCommand extends CreateModelCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateModelRequest;
90
+ output: Model;
91
+ };
92
+ sdk: {
93
+ input: CreateModelCommandInput;
94
+ output: CreateModelCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -81,4 +81,15 @@ declare const CreateRequestValidatorCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class CreateRequestValidatorCommand extends CreateRequestValidatorCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: CreateRequestValidatorRequest;
88
+ output: RequestValidator;
89
+ };
90
+ sdk: {
91
+ input: CreateRequestValidatorCommandInput;
92
+ output: CreateRequestValidatorCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -139,4 +139,15 @@ declare const CreateResourceCommand_base: {
139
139
  * @public
140
140
  */
141
141
  export declare class CreateResourceCommand extends CreateResourceCommand_base {
142
+ /** @internal type navigation helper, not in runtime. */
143
+ protected static __types: {
144
+ api: {
145
+ input: CreateResourceRequest;
146
+ output: Resource;
147
+ };
148
+ sdk: {
149
+ input: CreateResourceCommandInput;
150
+ output: CreateResourceCommandOutput;
151
+ };
152
+ };
142
153
  }
@@ -119,4 +119,15 @@ declare const CreateRestApiCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class CreateRestApiCommand extends CreateRestApiCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: CreateRestApiRequest;
126
+ output: RestApi;
127
+ };
128
+ sdk: {
129
+ input: CreateRestApiCommandInput;
130
+ output: CreateRestApiCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -139,4 +139,15 @@ declare const CreateStageCommand_base: {
139
139
  * @public
140
140
  */
141
141
  export declare class CreateStageCommand extends CreateStageCommand_base {
142
+ /** @internal type navigation helper, not in runtime. */
143
+ protected static __types: {
144
+ api: {
145
+ input: CreateStageRequest;
146
+ output: Stage;
147
+ };
148
+ sdk: {
149
+ input: CreateStageCommandInput;
150
+ output: CreateStageCommandOutput;
151
+ };
152
+ };
142
153
  }
@@ -127,4 +127,15 @@ declare const CreateUsagePlanCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class CreateUsagePlanCommand extends CreateUsagePlanCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: CreateUsagePlanRequest;
134
+ output: UsagePlan;
135
+ };
136
+ sdk: {
137
+ input: CreateUsagePlanCommandInput;
138
+ output: CreateUsagePlanCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -80,4 +80,15 @@ declare const CreateUsagePlanKeyCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class CreateUsagePlanKeyCommand extends CreateUsagePlanKeyCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: CreateUsagePlanKeyRequest;
87
+ output: UsagePlanKey;
88
+ };
89
+ sdk: {
90
+ input: CreateUsagePlanKeyCommandInput;
91
+ output: CreateUsagePlanKeyCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -89,4 +89,15 @@ declare const CreateVpcLinkCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateVpcLinkRequest;
96
+ output: VpcLink;
97
+ };
98
+ sdk: {
99
+ input: CreateVpcLinkCommandInput;
100
+ output: CreateVpcLinkCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -70,4 +70,15 @@ declare const DeleteApiKeyCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteApiKeyRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteApiKeyCommandInput;
81
+ output: DeleteApiKeyCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -71,4 +71,15 @@ declare const DeleteAuthorizerCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteAuthorizerRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteAuthorizerCommandInput;
82
+ output: DeleteAuthorizerCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -71,4 +71,15 @@ declare const DeleteBasePathMappingCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteBasePathMappingCommand extends DeleteBasePathMappingCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteBasePathMappingRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteBasePathMappingCommandInput;
82
+ output: DeleteBasePathMappingCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -70,4 +70,15 @@ declare const DeleteClientCertificateCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteClientCertificateCommand extends DeleteClientCertificateCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteClientCertificateRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteClientCertificateCommandInput;
81
+ output: DeleteClientCertificateCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -74,4 +74,15 @@ declare const DeleteDeploymentCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteDeploymentRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteDeploymentCommandInput;
85
+ output: DeleteDeploymentCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -71,4 +71,15 @@ declare const DeleteDocumentationPartCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteDocumentationPartCommand extends DeleteDocumentationPartCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteDocumentationPartRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteDocumentationPartCommandInput;
82
+ output: DeleteDocumentationPartCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -71,4 +71,15 @@ declare const DeleteDocumentationVersionCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteDocumentationVersionCommand extends DeleteDocumentationVersionCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteDocumentationVersionRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteDocumentationVersionCommandInput;
82
+ output: DeleteDocumentationVersionCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -70,4 +70,15 @@ declare const DeleteDomainNameCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteDomainNameRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteDomainNameCommandInput;
81
+ output: DeleteDomainNameCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -71,4 +71,15 @@ declare const DeleteGatewayResponseCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteGatewayResponseCommand extends DeleteGatewayResponseCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteGatewayResponseRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteGatewayResponseCommandInput;
82
+ output: DeleteGatewayResponseCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -72,4 +72,15 @@ declare const DeleteIntegrationCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DeleteIntegrationRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: DeleteIntegrationCommandInput;
83
+ output: DeleteIntegrationCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -73,4 +73,15 @@ declare const DeleteIntegrationResponseCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteIntegrationResponseRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteIntegrationResponseCommandInput;
84
+ output: DeleteIntegrationResponseCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -69,4 +69,15 @@ declare const DeleteMethodCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteMethodCommand extends DeleteMethodCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteMethodRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteMethodCommandInput;
80
+ output: DeleteMethodCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -73,4 +73,15 @@ declare const DeleteMethodResponseCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteMethodResponseCommand extends DeleteMethodResponseCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteMethodResponseRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteMethodResponseCommandInput;
84
+ output: DeleteMethodResponseCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -71,4 +71,15 @@ declare const DeleteModelCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteModelCommand extends DeleteModelCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteModelRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteModelCommandInput;
82
+ output: DeleteModelCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -71,4 +71,15 @@ declare const DeleteRequestValidatorCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteRequestValidatorCommand extends DeleteRequestValidatorCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteRequestValidatorRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteRequestValidatorCommandInput;
82
+ output: DeleteRequestValidatorCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -71,4 +71,15 @@ declare const DeleteResourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteResourceCommand extends DeleteResourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteResourceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteResourceCommandInput;
82
+ output: DeleteResourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -70,4 +70,15 @@ declare const DeleteRestApiCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteRestApiCommand extends DeleteRestApiCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteRestApiRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteRestApiCommandInput;
81
+ output: DeleteRestApiCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -74,4 +74,15 @@ declare const DeleteStageCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteStageCommand extends DeleteStageCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteStageRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: DeleteStageCommandInput;
85
+ output: DeleteStageCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -70,4 +70,15 @@ declare const DeleteUsagePlanCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteUsagePlanCommand extends DeleteUsagePlanCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteUsagePlanRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteUsagePlanCommandInput;
81
+ output: DeleteUsagePlanCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -71,4 +71,15 @@ declare const DeleteUsagePlanKeyCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteUsagePlanKeyCommand extends DeleteUsagePlanKeyCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteUsagePlanKeyRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteUsagePlanKeyCommandInput;
82
+ output: DeleteUsagePlanKeyCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -70,4 +70,15 @@ declare const DeleteVpcLinkCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteVpcLinkRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: DeleteVpcLinkCommandInput;
81
+ output: DeleteVpcLinkCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -74,4 +74,15 @@ declare const FlushStageAuthorizersCacheCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class FlushStageAuthorizersCacheCommand extends FlushStageAuthorizersCacheCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: FlushStageAuthorizersCacheRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: FlushStageAuthorizersCacheCommandInput;
85
+ output: FlushStageAuthorizersCacheCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -74,4 +74,15 @@ declare const FlushStageCacheCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class FlushStageCacheCommand extends FlushStageCacheCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: FlushStageCacheRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: FlushStageCacheCommandInput;
85
+ output: FlushStageCacheCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -82,4 +82,15 @@ declare const GenerateClientCertificateCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GenerateClientCertificateCommand extends GenerateClientCertificateCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GenerateClientCertificateRequest;
89
+ output: ClientCertificate;
90
+ };
91
+ sdk: {
92
+ input: GenerateClientCertificateCommandInput;
93
+ output: GenerateClientCertificateCommandOutput;
94
+ };
95
+ };
85
96
  }