@aws-sdk/client-apigatewayv2 3.169.0 → 3.171.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 (87) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ApiGatewayV2.d.ts +1228 -364
  3. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +537 -145
  4. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +30 -17
  20. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +30 -17
  23. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +31 -17
  24. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +31 -17
  29. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +31 -17
  30. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +30 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +32 -16
  33. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +30 -17
  34. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +35 -17
  69. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +36 -17
  74. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
  75. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +35 -17
  76. package/dist-types/ts3.4/commands/index.d.ts +72 -72
  77. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  78. package/dist-types/ts3.4/index.d.ts +5 -5
  79. package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +7 -6
  80. package/dist-types/ts3.4/models/index.d.ts +1 -1
  81. package/dist-types/ts3.4/models/models_0.d.ts +1685 -217
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  87. package/package.json +34 -34
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetRouteResponseRequest, GetRouteResponseResponse } from "../models/models_0";
5
- export interface GetRouteResponseCommandInput extends GetRouteResponseRequest {
6
- }
7
- export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRouteResponseCommand extends $Command<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetRouteResponseCommandInput;
12
- constructor(input: GetRouteResponseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRouteResponseCommandInput, GetRouteResponseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ GetRouteResponseRequest,
15
+ GetRouteResponseResponse,
16
+ } from "../models/models_0";
17
+ export interface GetRouteResponseCommandInput extends GetRouteResponseRequest {}
18
+ export interface GetRouteResponseCommandOutput
19
+ extends GetRouteResponseResponse,
20
+ __MetadataBearer {}
21
+ export declare class GetRouteResponseCommand extends $Command<
22
+ GetRouteResponseCommandInput,
23
+ GetRouteResponseCommandOutput,
24
+ ApiGatewayV2ClientResolvedConfig
25
+ > {
26
+ readonly input: GetRouteResponseCommandInput;
27
+ constructor(input: GetRouteResponseCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ApiGatewayV2ClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetRouteResponseCommandInput, GetRouteResponseCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetRouteResponsesRequest, GetRouteResponsesResponse } from "../models/models_0";
5
- export interface GetRouteResponsesCommandInput extends GetRouteResponsesRequest {
6
- }
7
- export interface GetRouteResponsesCommandOutput extends GetRouteResponsesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRouteResponsesCommand extends $Command<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetRouteResponsesCommandInput;
12
- constructor(input: GetRouteResponsesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ GetRouteResponsesRequest,
15
+ GetRouteResponsesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetRouteResponsesCommandInput
18
+ extends GetRouteResponsesRequest {}
19
+ export interface GetRouteResponsesCommandOutput
20
+ extends GetRouteResponsesResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetRouteResponsesCommand extends $Command<
23
+ GetRouteResponsesCommandInput,
24
+ GetRouteResponsesCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetRouteResponsesCommandInput;
28
+ constructor(input: GetRouteResponsesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ApiGatewayV2ClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0";
5
- export interface GetRoutesCommandInput extends GetRoutesRequest {
6
- }
7
- export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRoutesCommand extends $Command<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetRoutesCommandInput;
12
- constructor(input: GetRoutesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRoutesCommandInput, GetRoutesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0";
14
+ export interface GetRoutesCommandInput extends GetRoutesRequest {}
15
+ export interface GetRoutesCommandOutput
16
+ extends GetRoutesResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetRoutesCommand extends $Command<
19
+ GetRoutesCommandInput,
20
+ GetRoutesCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetRoutesCommandInput;
24
+ constructor(input: GetRoutesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetRoutesCommandInput, GetRoutesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetStageRequest, GetStageResponse } from "../models/models_0";
5
- export interface GetStageCommandInput extends GetStageRequest {
6
- }
7
- export interface GetStageCommandOutput extends GetStageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetStageCommandInput;
12
- constructor(input: GetStageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStageCommandInput, GetStageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { GetStageRequest, GetStageResponse } from "../models/models_0";
14
+ export interface GetStageCommandInput extends GetStageRequest {}
15
+ export interface GetStageCommandOutput
16
+ extends GetStageResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetStageCommand extends $Command<
19
+ GetStageCommandInput,
20
+ GetStageCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetStageCommandInput;
24
+ constructor(input: GetStageCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetStageCommandInput, GetStageCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetStagesRequest, GetStagesResponse } from "../models/models_0";
5
- export interface GetStagesCommandInput extends GetStagesRequest {
6
- }
7
- export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetStagesCommandInput;
12
- constructor(input: GetStagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetStagesCommandInput, GetStagesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { GetStagesRequest, GetStagesResponse } from "../models/models_0";
14
+ export interface GetStagesCommandInput extends GetStagesRequest {}
15
+ export interface GetStagesCommandOutput
16
+ extends GetStagesResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetStagesCommand extends $Command<
19
+ GetStagesCommandInput,
20
+ GetStagesCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetStagesCommandInput;
24
+ constructor(input: GetStagesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetStagesCommandInput, GetStagesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
5
- export interface GetTagsCommandInput extends GetTagsRequest {
6
- }
7
- export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetTagsCommandInput;
12
- constructor(input: GetTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { GetTagsRequest, GetTagsResponse } from "../models/models_0";
14
+ export interface GetTagsCommandInput extends GetTagsRequest {}
15
+ export interface GetTagsCommandOutput
16
+ extends GetTagsResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetTagsCommand extends $Command<
19
+ GetTagsCommandInput,
20
+ GetTagsCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetTagsCommandInput;
24
+ constructor(input: GetTagsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetTagsCommandInput, GetTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0";
5
- export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {
6
- }
7
- export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetVpcLinkCommandInput;
12
- constructor(input: GetVpcLinkCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVpcLinkCommandInput, GetVpcLinkCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0";
14
+ export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {}
15
+ export interface GetVpcLinkCommandOutput
16
+ extends GetVpcLinkResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetVpcLinkCommand extends $Command<
19
+ GetVpcLinkCommandInput,
20
+ GetVpcLinkCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetVpcLinkCommandInput;
24
+ constructor(input: GetVpcLinkCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetVpcLinkCommandInput, GetVpcLinkCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0";
5
- export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {
6
- }
7
- export interface GetVpcLinksCommandOutput extends GetVpcLinksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetVpcLinksCommandInput;
12
- constructor(input: GetVpcLinksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVpcLinksCommandInput, GetVpcLinksCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0";
14
+ export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {}
15
+ export interface GetVpcLinksCommandOutput
16
+ extends GetVpcLinksResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetVpcLinksCommand extends $Command<
19
+ GetVpcLinksCommandInput,
20
+ GetVpcLinksCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: GetVpcLinksCommandInput;
24
+ constructor(input: GetVpcLinksCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetVpcLinksCommandInput, GetVpcLinksCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { ImportApiRequest, ImportApiResponse } from "../models/models_0";
5
- export interface ImportApiCommandInput extends ImportApiRequest {
6
- }
7
- export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ImportApiCommand extends $Command<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: ImportApiCommandInput;
12
- constructor(input: ImportApiCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportApiCommandInput, ImportApiCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { ImportApiRequest, ImportApiResponse } from "../models/models_0";
14
+ export interface ImportApiCommandInput extends ImportApiRequest {}
15
+ export interface ImportApiCommandOutput
16
+ extends ImportApiResponse,
17
+ __MetadataBearer {}
18
+ export declare class ImportApiCommand extends $Command<
19
+ ImportApiCommandInput,
20
+ ImportApiCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: ImportApiCommandInput;
24
+ constructor(input: ImportApiCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ImportApiCommandInput, ImportApiCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0";
5
- export interface ReimportApiCommandInput extends ReimportApiRequest {
6
- }
7
- export interface ReimportApiCommandOutput extends ReimportApiResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ReimportApiCommand extends $Command<ReimportApiCommandInput, ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: ReimportApiCommandInput;
12
- constructor(input: ReimportApiCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReimportApiCommandInput, ReimportApiCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0";
14
+ export interface ReimportApiCommandInput extends ReimportApiRequest {}
15
+ export interface ReimportApiCommandOutput
16
+ extends ReimportApiResponse,
17
+ __MetadataBearer {}
18
+ export declare class ReimportApiCommand extends $Command<
19
+ ReimportApiCommandInput,
20
+ ReimportApiCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: ReimportApiCommandInput;
24
+ constructor(input: ReimportApiCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ReimportApiCommandInput, ReimportApiCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { ResetAuthorizersCacheRequest } from "../models/models_0";
5
- export interface ResetAuthorizersCacheCommandInput extends ResetAuthorizersCacheRequest {
6
- }
7
- export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ResetAuthorizersCacheCommand extends $Command<ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: ResetAuthorizersCacheCommandInput;
12
- constructor(input: ResetAuthorizersCacheCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { ResetAuthorizersCacheRequest } from "../models/models_0";
14
+ export interface ResetAuthorizersCacheCommandInput
15
+ extends ResetAuthorizersCacheRequest {}
16
+ export interface ResetAuthorizersCacheCommandOutput extends __MetadataBearer {}
17
+ export declare class ResetAuthorizersCacheCommand extends $Command<
18
+ ResetAuthorizersCacheCommandInput,
19
+ ResetAuthorizersCacheCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: ResetAuthorizersCacheCommandInput;
23
+ constructor(input: ResetAuthorizersCacheCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: ApiGatewayV2ClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ ResetAuthorizersCacheCommandInput,
30
+ ResetAuthorizersCacheCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }