@aws-sdk/client-apigatewayv2 3.296.0 → 3.298.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 (224) hide show
  1. package/dist-cjs/commands/CreateApiCommand.js +2 -3
  2. package/dist-cjs/commands/CreateApiMappingCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAuthorizerCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
  5. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -3
  6. package/dist-cjs/commands/CreateIntegrationCommand.js +2 -3
  7. package/dist-cjs/commands/CreateIntegrationResponseCommand.js +2 -3
  8. package/dist-cjs/commands/CreateModelCommand.js +2 -3
  9. package/dist-cjs/commands/CreateRouteCommand.js +2 -3
  10. package/dist-cjs/commands/CreateRouteResponseCommand.js +2 -3
  11. package/dist-cjs/commands/CreateStageCommand.js +2 -3
  12. package/dist-cjs/commands/CreateVpcLinkCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteAccessLogSettingsCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteApiCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteApiMappingCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteAuthorizerCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteCorsConfigurationCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteDeploymentCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteIntegrationCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteModelCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteRouteCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteRouteRequestParameterCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteRouteResponseCommand.js +2 -3
  26. package/dist-cjs/commands/DeleteRouteSettingsCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteStageCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteVpcLinkCommand.js +2 -3
  29. package/dist-cjs/commands/ExportApiCommand.js +2 -3
  30. package/dist-cjs/commands/GetApiCommand.js +2 -3
  31. package/dist-cjs/commands/GetApiMappingCommand.js +2 -3
  32. package/dist-cjs/commands/GetApiMappingsCommand.js +2 -3
  33. package/dist-cjs/commands/GetApisCommand.js +2 -3
  34. package/dist-cjs/commands/GetAuthorizerCommand.js +2 -3
  35. package/dist-cjs/commands/GetAuthorizersCommand.js +2 -3
  36. package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
  37. package/dist-cjs/commands/GetDeploymentsCommand.js +2 -3
  38. package/dist-cjs/commands/GetDomainNameCommand.js +2 -3
  39. package/dist-cjs/commands/GetDomainNamesCommand.js +2 -3
  40. package/dist-cjs/commands/GetIntegrationCommand.js +2 -3
  41. package/dist-cjs/commands/GetIntegrationResponseCommand.js +2 -3
  42. package/dist-cjs/commands/GetIntegrationResponsesCommand.js +2 -3
  43. package/dist-cjs/commands/GetIntegrationsCommand.js +2 -3
  44. package/dist-cjs/commands/GetModelCommand.js +2 -3
  45. package/dist-cjs/commands/GetModelTemplateCommand.js +2 -3
  46. package/dist-cjs/commands/GetModelsCommand.js +2 -3
  47. package/dist-cjs/commands/GetRouteCommand.js +2 -3
  48. package/dist-cjs/commands/GetRouteResponseCommand.js +2 -3
  49. package/dist-cjs/commands/GetRouteResponsesCommand.js +2 -3
  50. package/dist-cjs/commands/GetRoutesCommand.js +2 -3
  51. package/dist-cjs/commands/GetStageCommand.js +2 -3
  52. package/dist-cjs/commands/GetStagesCommand.js +2 -3
  53. package/dist-cjs/commands/GetTagsCommand.js +2 -3
  54. package/dist-cjs/commands/GetVpcLinkCommand.js +2 -3
  55. package/dist-cjs/commands/GetVpcLinksCommand.js +2 -3
  56. package/dist-cjs/commands/ImportApiCommand.js +2 -3
  57. package/dist-cjs/commands/ReimportApiCommand.js +2 -3
  58. package/dist-cjs/commands/ResetAuthorizersCacheCommand.js +2 -3
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateApiCommand.js +2 -3
  62. package/dist-cjs/commands/UpdateApiMappingCommand.js +2 -3
  63. package/dist-cjs/commands/UpdateAuthorizerCommand.js +2 -3
  64. package/dist-cjs/commands/UpdateDeploymentCommand.js +2 -3
  65. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -3
  66. package/dist-cjs/commands/UpdateIntegrationCommand.js +2 -3
  67. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +2 -3
  68. package/dist-cjs/commands/UpdateModelCommand.js +2 -3
  69. package/dist-cjs/commands/UpdateRouteCommand.js +2 -3
  70. package/dist-cjs/commands/UpdateRouteResponseCommand.js +2 -3
  71. package/dist-cjs/commands/UpdateStageCommand.js +2 -3
  72. package/dist-cjs/commands/UpdateVpcLinkCommand.js +2 -3
  73. package/dist-cjs/models/models_0.js +1 -600
  74. package/dist-es/commands/CreateApiCommand.js +2 -3
  75. package/dist-es/commands/CreateApiMappingCommand.js +2 -3
  76. package/dist-es/commands/CreateAuthorizerCommand.js +2 -3
  77. package/dist-es/commands/CreateDeploymentCommand.js +2 -3
  78. package/dist-es/commands/CreateDomainNameCommand.js +2 -3
  79. package/dist-es/commands/CreateIntegrationCommand.js +2 -3
  80. package/dist-es/commands/CreateIntegrationResponseCommand.js +2 -3
  81. package/dist-es/commands/CreateModelCommand.js +2 -3
  82. package/dist-es/commands/CreateRouteCommand.js +2 -3
  83. package/dist-es/commands/CreateRouteResponseCommand.js +2 -3
  84. package/dist-es/commands/CreateStageCommand.js +2 -3
  85. package/dist-es/commands/CreateVpcLinkCommand.js +2 -3
  86. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +2 -3
  87. package/dist-es/commands/DeleteApiCommand.js +2 -3
  88. package/dist-es/commands/DeleteApiMappingCommand.js +2 -3
  89. package/dist-es/commands/DeleteAuthorizerCommand.js +2 -3
  90. package/dist-es/commands/DeleteCorsConfigurationCommand.js +2 -3
  91. package/dist-es/commands/DeleteDeploymentCommand.js +2 -3
  92. package/dist-es/commands/DeleteDomainNameCommand.js +2 -3
  93. package/dist-es/commands/DeleteIntegrationCommand.js +2 -3
  94. package/dist-es/commands/DeleteIntegrationResponseCommand.js +2 -3
  95. package/dist-es/commands/DeleteModelCommand.js +2 -3
  96. package/dist-es/commands/DeleteRouteCommand.js +2 -3
  97. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +2 -3
  98. package/dist-es/commands/DeleteRouteResponseCommand.js +2 -3
  99. package/dist-es/commands/DeleteRouteSettingsCommand.js +2 -3
  100. package/dist-es/commands/DeleteStageCommand.js +2 -3
  101. package/dist-es/commands/DeleteVpcLinkCommand.js +2 -3
  102. package/dist-es/commands/ExportApiCommand.js +2 -3
  103. package/dist-es/commands/GetApiCommand.js +2 -3
  104. package/dist-es/commands/GetApiMappingCommand.js +2 -3
  105. package/dist-es/commands/GetApiMappingsCommand.js +2 -3
  106. package/dist-es/commands/GetApisCommand.js +2 -3
  107. package/dist-es/commands/GetAuthorizerCommand.js +2 -3
  108. package/dist-es/commands/GetAuthorizersCommand.js +2 -3
  109. package/dist-es/commands/GetDeploymentCommand.js +2 -3
  110. package/dist-es/commands/GetDeploymentsCommand.js +2 -3
  111. package/dist-es/commands/GetDomainNameCommand.js +2 -3
  112. package/dist-es/commands/GetDomainNamesCommand.js +2 -3
  113. package/dist-es/commands/GetIntegrationCommand.js +2 -3
  114. package/dist-es/commands/GetIntegrationResponseCommand.js +2 -3
  115. package/dist-es/commands/GetIntegrationResponsesCommand.js +2 -3
  116. package/dist-es/commands/GetIntegrationsCommand.js +2 -3
  117. package/dist-es/commands/GetModelCommand.js +2 -3
  118. package/dist-es/commands/GetModelTemplateCommand.js +2 -3
  119. package/dist-es/commands/GetModelsCommand.js +2 -3
  120. package/dist-es/commands/GetRouteCommand.js +2 -3
  121. package/dist-es/commands/GetRouteResponseCommand.js +2 -3
  122. package/dist-es/commands/GetRouteResponsesCommand.js +2 -3
  123. package/dist-es/commands/GetRoutesCommand.js +2 -3
  124. package/dist-es/commands/GetStageCommand.js +2 -3
  125. package/dist-es/commands/GetStagesCommand.js +2 -3
  126. package/dist-es/commands/GetTagsCommand.js +2 -3
  127. package/dist-es/commands/GetVpcLinkCommand.js +2 -3
  128. package/dist-es/commands/GetVpcLinksCommand.js +2 -3
  129. package/dist-es/commands/ImportApiCommand.js +2 -3
  130. package/dist-es/commands/ReimportApiCommand.js +2 -3
  131. package/dist-es/commands/ResetAuthorizersCacheCommand.js +2 -3
  132. package/dist-es/commands/TagResourceCommand.js +2 -3
  133. package/dist-es/commands/UntagResourceCommand.js +2 -3
  134. package/dist-es/commands/UpdateApiCommand.js +2 -3
  135. package/dist-es/commands/UpdateApiMappingCommand.js +2 -3
  136. package/dist-es/commands/UpdateAuthorizerCommand.js +2 -3
  137. package/dist-es/commands/UpdateDeploymentCommand.js +2 -3
  138. package/dist-es/commands/UpdateDomainNameCommand.js +2 -3
  139. package/dist-es/commands/UpdateIntegrationCommand.js +2 -3
  140. package/dist-es/commands/UpdateIntegrationResponseCommand.js +2 -3
  141. package/dist-es/commands/UpdateModelCommand.js +2 -3
  142. package/dist-es/commands/UpdateRouteCommand.js +2 -3
  143. package/dist-es/commands/UpdateRouteResponseCommand.js +2 -3
  144. package/dist-es/commands/UpdateStageCommand.js +2 -3
  145. package/dist-es/commands/UpdateVpcLinkCommand.js +2 -3
  146. package/dist-es/models/models_0.js +0 -447
  147. package/dist-types/ApiGatewayV2.d.ts +75 -0
  148. package/dist-types/ApiGatewayV2Client.d.ts +24 -4
  149. package/dist-types/commands/CreateApiCommand.d.ts +16 -0
  150. package/dist-types/commands/CreateApiMappingCommand.d.ts +16 -0
  151. package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
  152. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  153. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  154. package/dist-types/commands/CreateIntegrationCommand.d.ts +16 -0
  155. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +16 -0
  156. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  157. package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
  158. package/dist-types/commands/CreateRouteResponseCommand.d.ts +16 -0
  159. package/dist-types/commands/CreateStageCommand.d.ts +16 -0
  160. package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
  161. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +16 -0
  162. package/dist-types/commands/DeleteApiCommand.d.ts +16 -0
  163. package/dist-types/commands/DeleteApiMappingCommand.d.ts +16 -0
  164. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  165. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +16 -0
  166. package/dist-types/commands/DeleteDeploymentCommand.d.ts +16 -0
  167. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  168. package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
  169. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
  170. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  171. package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
  172. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +16 -0
  173. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +16 -0
  174. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +16 -0
  175. package/dist-types/commands/DeleteStageCommand.d.ts +16 -0
  176. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
  177. package/dist-types/commands/ExportApiCommand.d.ts +13 -0
  178. package/dist-types/commands/GetApiCommand.d.ts +16 -0
  179. package/dist-types/commands/GetApiMappingCommand.d.ts +16 -0
  180. package/dist-types/commands/GetApiMappingsCommand.d.ts +16 -0
  181. package/dist-types/commands/GetApisCommand.d.ts +16 -0
  182. package/dist-types/commands/GetAuthorizerCommand.d.ts +16 -0
  183. package/dist-types/commands/GetAuthorizersCommand.d.ts +16 -0
  184. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  185. package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
  186. package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
  187. package/dist-types/commands/GetDomainNamesCommand.d.ts +16 -0
  188. package/dist-types/commands/GetIntegrationCommand.d.ts +16 -0
  189. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +16 -0
  190. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +16 -0
  191. package/dist-types/commands/GetIntegrationsCommand.d.ts +16 -0
  192. package/dist-types/commands/GetModelCommand.d.ts +16 -0
  193. package/dist-types/commands/GetModelTemplateCommand.d.ts +16 -0
  194. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  195. package/dist-types/commands/GetRouteCommand.d.ts +16 -0
  196. package/dist-types/commands/GetRouteResponseCommand.d.ts +16 -0
  197. package/dist-types/commands/GetRouteResponsesCommand.d.ts +16 -0
  198. package/dist-types/commands/GetRoutesCommand.d.ts +16 -0
  199. package/dist-types/commands/GetStageCommand.d.ts +16 -0
  200. package/dist-types/commands/GetStagesCommand.d.ts +16 -0
  201. package/dist-types/commands/GetTagsCommand.d.ts +16 -0
  202. package/dist-types/commands/GetVpcLinkCommand.d.ts +16 -0
  203. package/dist-types/commands/GetVpcLinksCommand.d.ts +16 -0
  204. package/dist-types/commands/ImportApiCommand.d.ts +16 -0
  205. package/dist-types/commands/ReimportApiCommand.d.ts +16 -0
  206. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +16 -0
  207. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  208. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  209. package/dist-types/commands/UpdateApiCommand.d.ts +16 -0
  210. package/dist-types/commands/UpdateApiMappingCommand.d.ts +16 -0
  211. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
  212. package/dist-types/commands/UpdateDeploymentCommand.d.ts +16 -0
  213. package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
  214. package/dist-types/commands/UpdateIntegrationCommand.d.ts +16 -0
  215. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +16 -0
  216. package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
  217. package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
  218. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +16 -0
  219. package/dist-types/commands/UpdateStageCommand.d.ts +16 -0
  220. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +16 -0
  221. package/dist-types/models/ApiGatewayV2ServiceException.d.ts +2 -0
  222. package/dist-types/models/models_0.d.ts +465 -659
  223. package/dist-types/ts3.4/models/models_0.d.ts +0 -423
  224. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { UpdateIntegrationResponseRequest, UpdateIntegrationResponseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIntegrationResponseCommand}.
8
10
  */
9
11
  export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIntegrationResponseCommand}.
13
17
  */
14
18
  export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegrationResponseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an IntegrationResponses.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateIntegrationResponseCommandInput - {@link UpdateIntegrationResponseCommandInput}
34
+ * @returns {@link UpdateIntegrationResponseCommandOutput}
28
35
  * @see {@link UpdateIntegrationResponseCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateIntegrationResponseCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegratio
46
53
  export declare class UpdateIntegrationResponseCommand extends $Command<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateIntegrationResponseCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateIntegrationResponseCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateModelCommand}.
8
10
  */
9
11
  export interface UpdateModelCommandInput extends UpdateModelRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateModelCommand}.
13
17
  */
14
18
  export interface UpdateModelCommandOutput extends UpdateModelResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a Model.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateModelCommandOutput extends UpdateModelResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateModelCommandInput - {@link UpdateModelCommandInput}
34
+ * @returns {@link UpdateModelCommandOutput}
28
35
  * @see {@link UpdateModelCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateModelCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateModelCommandOutput extends UpdateModelResponse, __Metadat
46
53
  export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateModelCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateModelCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRouteCommand}.
8
10
  */
9
11
  export interface UpdateRouteCommandInput extends UpdateRouteRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRouteCommand}.
13
17
  */
14
18
  export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a Route.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateRouteCommandInput - {@link UpdateRouteCommandInput}
34
+ * @returns {@link UpdateRouteCommandOutput}
28
35
  * @see {@link UpdateRouteCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateRouteCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataB
46
53
  export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateRouteCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateRouteCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCommandInput, UpdateRouteCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRouteResponseCommand}.
8
10
  */
9
11
  export interface UpdateRouteResponseCommandInput extends UpdateRouteResponseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRouteResponseCommand}.
13
17
  */
14
18
  export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a RouteResponse.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateRouteResponseCommandInput - {@link UpdateRouteResponseCommandInput}
34
+ * @returns {@link UpdateRouteResponseCommandOutput}
28
35
  * @see {@link UpdateRouteResponseCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateRouteResponseCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateRouteResponseCommandOutput extends UpdateRouteResponseRes
46
53
  export declare class UpdateRouteResponseCommand extends $Command<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateRouteResponseCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateRouteResponseCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStageCommand}.
8
10
  */
9
11
  export interface UpdateStageCommandInput extends UpdateStageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStageCommand}.
13
17
  */
14
18
  export interface UpdateStageCommandOutput extends UpdateStageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a Stage.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateStageCommandInput - {@link UpdateStageCommandInput}
34
+ * @returns {@link UpdateStageCommandOutput}
28
35
  * @see {@link UpdateStageCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateStageCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateStageCommandOutput extends UpdateStageResponse, __Metadat
46
53
  export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateStageCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateStageCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateVpcLinkCommand}.
8
10
  */
9
11
  export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateVpcLinkCommand}.
13
17
  */
14
18
  export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a VPC link.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateVpcLinkCommandInput - {@link UpdateVpcLinkCommandInput}
34
+ * @returns {@link UpdateVpcLinkCommandOutput}
28
35
  * @see {@link UpdateVpcLinkCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateVpcLinkCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -43,11 +50,20 @@ export interface UpdateVpcLinkCommandOutput extends UpdateVpcLinkResponse, __Met
43
50
  export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
44
51
  readonly input: UpdateVpcLinkCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: UpdateVpcLinkCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ApiGatewayV2 service.
4
6
  */
5
7
  export declare class ApiGatewayV2ServiceException extends __ServiceException {