@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 { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVpcLinkCommand}.
8
10
  */
9
11
  export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVpcLinkCommand}.
13
17
  */
14
18
  export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets 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 GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetVpcLinkCommandInput - {@link GetVpcLinkCommandInput}
34
+ * @returns {@link GetVpcLinkCommandOutput}
28
35
  * @see {@link GetVpcLinkCommandInput} for command's `input` shape.
29
36
  * @see {@link GetVpcLinkCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
40
47
  export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
41
48
  readonly input: GetVpcLinkCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetVpcLinkCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVpcLinkCommandInput, GetVpcLinkCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVpcLinksCommand}.
8
10
  */
9
11
  export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVpcLinksCommand}.
13
17
  */
14
18
  export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a collection of VPC links.</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 GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetVpcLinksCommandInput - {@link GetVpcLinksCommandInput}
34
+ * @returns {@link GetVpcLinksCommandOutput}
28
35
  * @see {@link GetVpcLinksCommandInput} for command's `input` shape.
29
36
  * @see {@link GetVpcLinksCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __Metadat
40
47
  export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig> {
41
48
  readonly input: GetVpcLinksCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetVpcLinksCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVpcLinksCommandInput, GetVpcLinksCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { ImportApiRequest, ImportApiResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportApiCommand}.
8
10
  */
9
11
  export interface ImportApiCommandInput extends ImportApiRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportApiCommand}.
13
17
  */
14
18
  export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Imports an API.</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 ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ImportApiCommandInput - {@link ImportApiCommandInput}
34
+ * @returns {@link ImportApiCommandOutput}
28
35
  * @see {@link ImportApiCommandInput} for command's `input` shape.
29
36
  * @see {@link ImportApiCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
46
53
  export declare class ImportApiCommand extends $Command<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: ImportApiCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ImportApiCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportApiCommandInput, ImportApiCommandOutput>;
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 { ReimportApiRequest, ReimportApiResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ReimportApiCommand}.
8
10
  */
9
11
  export interface ReimportApiCommandInput extends ReimportApiRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ReimportApiCommand}.
13
17
  */
14
18
  export interface ReimportApiCommandOutput extends ReimportApiResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Puts an Api resource.</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 ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ReimportApiCommandInput - {@link ReimportApiCommandInput}
34
+ * @returns {@link ReimportApiCommandOutput}
28
35
  * @see {@link ReimportApiCommandInput} for command's `input` shape.
29
36
  * @see {@link ReimportApiCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface ReimportApiCommandOutput extends ReimportApiResponse, __Metadat
46
53
  export declare class ReimportApiCommand extends $Command<ReimportApiCommandInput, ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: ReimportApiCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ReimportApiCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReimportApiCommandInput, ReimportApiCommandOutput>;
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 { ResetAuthorizersCacheRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResetAuthorizersCacheCommand}.
8
10
  */
9
11
  export interface ResetAuthorizersCacheCommandInput extends ResetAuthorizersCacheRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResetAuthorizersCacheCommand}.
13
17
  */
14
18
  export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.</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 ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ResetAuthorizersCacheCommandInput - {@link ResetAuthorizersCacheCommandInput}
34
+ * @returns {@link ResetAuthorizersCacheCommandOutput}
28
35
  * @see {@link ResetAuthorizersCacheCommandInput} for command's `input` shape.
29
36
  * @see {@link ResetAuthorizersCacheCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -40,11 +47,20 @@ export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
40
47
  export declare class ResetAuthorizersCacheCommand extends $Command<ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput, ApiGatewayV2ClientResolvedConfig> {
41
48
  readonly input: ResetAuthorizersCacheCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ResetAuthorizersCacheCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new Tag resource to represent a tag.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
46
53
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: TagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: TagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { UntagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a Tag.</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 UntagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
46
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UntagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UntagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateApiRequest, UpdateApiResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApiCommand}.
8
10
  */
9
11
  export interface UpdateApiCommandInput extends UpdateApiRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApiCommand}.
13
17
  */
14
18
  export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an Api resource.</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 UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApiCommandInput - {@link UpdateApiCommandInput}
34
+ * @returns {@link UpdateApiCommandOutput}
28
35
  * @see {@link UpdateApiCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApiCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBea
46
53
  export declare class UpdateApiCommand extends $Command<UpdateApiCommandInput, UpdateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateApiCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateApiCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiCommandInput, UpdateApiCommandOutput>;
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 { UpdateApiMappingRequest, UpdateApiMappingResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApiMappingCommand}.
8
10
  */
9
11
  export interface UpdateApiMappingCommandInput extends UpdateApiMappingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApiMappingCommand}.
13
17
  */
14
18
  export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>The API mapping.</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 UpdateApiMappingCommandOutput extends UpdateApiMappingResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApiMappingCommandInput - {@link UpdateApiMappingCommandInput}
34
+ * @returns {@link UpdateApiMappingCommandOutput}
28
35
  * @see {@link UpdateApiMappingCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApiMappingCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse,
46
53
  export declare class UpdateApiMappingCommand extends $Command<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateApiMappingCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateApiMappingCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput>;
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 { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAuthorizerCommand}.
8
10
  */
9
11
  export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAuthorizerCommand}.
13
17
  */
14
18
  export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an Authorizer.</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 UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAuthorizerCommandInput - {@link UpdateAuthorizerCommandInput}
34
+ * @returns {@link UpdateAuthorizerCommandOutput}
28
35
  * @see {@link UpdateAuthorizerCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAuthorizerCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse,
46
53
  export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateAuthorizerCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateAuthorizerCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput>;
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 { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDeploymentCommand}.
8
10
  */
9
11
  export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDeploymentCommand}.
13
17
  */
14
18
  export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a Deployment.</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 UpdateDeploymentCommandOutput extends UpdateDeploymentResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDeploymentCommandInput - {@link UpdateDeploymentCommandInput}
34
+ * @returns {@link UpdateDeploymentCommandOutput}
28
35
  * @see {@link UpdateDeploymentCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDeploymentCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse,
46
53
  export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateDeploymentCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateDeploymentCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput>;
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 { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDomainNameCommand}.
8
10
  */
9
11
  export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDomainNameCommand}.
13
17
  */
14
18
  export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a domain name.</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 UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDomainNameCommandInput - {@link UpdateDomainNameCommandInput}
34
+ * @returns {@link UpdateDomainNameCommandOutput}
28
35
  * @see {@link UpdateDomainNameCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
46
53
  export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateDomainNameCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateDomainNameCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
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 { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIntegrationCommand}.
8
10
  */
9
11
  export interface UpdateIntegrationCommandInput extends UpdateIntegrationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIntegrationCommand}.
13
17
  */
14
18
  export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an Integration.</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 UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateIntegrationCommandInput - {@link UpdateIntegrationCommandInput}
34
+ * @returns {@link UpdateIntegrationCommandOutput}
28
35
  * @see {@link UpdateIntegrationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateIntegrationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApiGatewayV2ClientResolvedConfig | config} for ApiGatewayV2Client's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult,
46
53
  export declare class UpdateIntegrationCommand extends $Command<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
47
54
  readonly input: UpdateIntegrationCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateIntegrationCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }