@aws-sdk/client-apigatewayv2 3.50.0 → 3.53.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 (98) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ApiGatewayV2ServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +77 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +576 -2062
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ApiGatewayV2ServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +69 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1357 -2356
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ApiGatewayV2ServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +37 -16
  13. package/dist-types/ts3.4/ApiGatewayV2.d.ts +364 -0
  14. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +145 -0
  15. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +16 -0
  44. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/index.d.ts +72 -0
  88. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  89. package/dist-types/ts3.4/index.d.ts +5 -0
  90. package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +6 -0
  91. package/dist-types/ts3.4/models/index.d.ts +1 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +261 -0
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +218 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  98. package/package.json +33 -33
@@ -0,0 +1,145 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateApiCommandInput, CreateApiCommandOutput } from "./commands/CreateApiCommand";
10
+ import { CreateApiMappingCommandInput, CreateApiMappingCommandOutput } from "./commands/CreateApiMappingCommand";
11
+ import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "./commands/CreateAuthorizerCommand";
12
+ import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
13
+ import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "./commands/CreateDomainNameCommand";
14
+ import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "./commands/CreateIntegrationCommand";
15
+ import { CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput } from "./commands/CreateIntegrationResponseCommand";
16
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
17
+ import { CreateRouteCommandInput, CreateRouteCommandOutput } from "./commands/CreateRouteCommand";
18
+ import { CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput } from "./commands/CreateRouteResponseCommand";
19
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
20
+ import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "./commands/CreateVpcLinkCommand";
21
+ import { DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput } from "./commands/DeleteAccessLogSettingsCommand";
22
+ import { DeleteApiCommandInput, DeleteApiCommandOutput } from "./commands/DeleteApiCommand";
23
+ import { DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput } from "./commands/DeleteApiMappingCommand";
24
+ import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "./commands/DeleteAuthorizerCommand";
25
+ import { DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput } from "./commands/DeleteCorsConfigurationCommand";
26
+ import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
27
+ import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "./commands/DeleteDomainNameCommand";
28
+ import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
29
+ import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "./commands/DeleteIntegrationResponseCommand";
30
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
31
+ import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "./commands/DeleteRouteCommand";
32
+ import { DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput } from "./commands/DeleteRouteRequestParameterCommand";
33
+ import { DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput } from "./commands/DeleteRouteResponseCommand";
34
+ import { DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput } from "./commands/DeleteRouteSettingsCommand";
35
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
36
+ import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "./commands/DeleteVpcLinkCommand";
37
+ import { ExportApiCommandInput, ExportApiCommandOutput } from "./commands/ExportApiCommand";
38
+ import { GetApiCommandInput, GetApiCommandOutput } from "./commands/GetApiCommand";
39
+ import { GetApiMappingCommandInput, GetApiMappingCommandOutput } from "./commands/GetApiMappingCommand";
40
+ import { GetApiMappingsCommandInput, GetApiMappingsCommandOutput } from "./commands/GetApiMappingsCommand";
41
+ import { GetApisCommandInput, GetApisCommandOutput } from "./commands/GetApisCommand";
42
+ import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "./commands/GetAuthorizerCommand";
43
+ import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "./commands/GetAuthorizersCommand";
44
+ import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
45
+ import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "./commands/GetDeploymentsCommand";
46
+ import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
47
+ import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "./commands/GetDomainNamesCommand";
48
+ import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
49
+ import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "./commands/GetIntegrationResponseCommand";
50
+ import { GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput } from "./commands/GetIntegrationResponsesCommand";
51
+ import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "./commands/GetIntegrationsCommand";
52
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
53
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
54
+ import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "./commands/GetModelTemplateCommand";
55
+ import { GetRouteCommandInput, GetRouteCommandOutput } from "./commands/GetRouteCommand";
56
+ import { GetRouteResponseCommandInput, GetRouteResponseCommandOutput } from "./commands/GetRouteResponseCommand";
57
+ import { GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput } from "./commands/GetRouteResponsesCommand";
58
+ import { GetRoutesCommandInput, GetRoutesCommandOutput } from "./commands/GetRoutesCommand";
59
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
60
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
61
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
62
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
63
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
64
+ import { ImportApiCommandInput, ImportApiCommandOutput } from "./commands/ImportApiCommand";
65
+ import { ReimportApiCommandInput, ReimportApiCommandOutput } from "./commands/ReimportApiCommand";
66
+ import { ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput } from "./commands/ResetAuthorizersCacheCommand";
67
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
68
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
69
+ import { UpdateApiCommandInput, UpdateApiCommandOutput } from "./commands/UpdateApiCommand";
70
+ import { UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput } from "./commands/UpdateApiMappingCommand";
71
+ import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "./commands/UpdateAuthorizerCommand";
72
+ import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "./commands/UpdateDeploymentCommand";
73
+ import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "./commands/UpdateDomainNameCommand";
74
+ import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
75
+ import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "./commands/UpdateIntegrationResponseCommand";
76
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
77
+ import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "./commands/UpdateRouteCommand";
78
+ import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } from "./commands/UpdateRouteResponseCommand";
79
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
80
+ import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "./commands/UpdateVpcLinkCommand";
81
+ export declare type ServiceInputTypes = CreateApiCommandInput | CreateApiMappingCommandInput | CreateAuthorizerCommandInput | CreateDeploymentCommandInput | CreateDomainNameCommandInput | CreateIntegrationCommandInput | CreateIntegrationResponseCommandInput | CreateModelCommandInput | CreateRouteCommandInput | CreateRouteResponseCommandInput | CreateStageCommandInput | CreateVpcLinkCommandInput | DeleteAccessLogSettingsCommandInput | DeleteApiCommandInput | DeleteApiMappingCommandInput | DeleteAuthorizerCommandInput | DeleteCorsConfigurationCommandInput | DeleteDeploymentCommandInput | DeleteDomainNameCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResponseCommandInput | DeleteModelCommandInput | DeleteRouteCommandInput | DeleteRouteRequestParameterCommandInput | DeleteRouteResponseCommandInput | DeleteRouteSettingsCommandInput | DeleteStageCommandInput | DeleteVpcLinkCommandInput | ExportApiCommandInput | GetApiCommandInput | GetApiMappingCommandInput | GetApiMappingsCommandInput | GetApisCommandInput | GetAuthorizerCommandInput | GetAuthorizersCommandInput | GetDeploymentCommandInput | GetDeploymentsCommandInput | GetDomainNameCommandInput | GetDomainNamesCommandInput | GetIntegrationCommandInput | GetIntegrationResponseCommandInput | GetIntegrationResponsesCommandInput | GetIntegrationsCommandInput | GetModelCommandInput | GetModelTemplateCommandInput | GetModelsCommandInput | GetRouteCommandInput | GetRouteResponseCommandInput | GetRouteResponsesCommandInput | GetRoutesCommandInput | GetStageCommandInput | GetStagesCommandInput | GetTagsCommandInput | GetVpcLinkCommandInput | GetVpcLinksCommandInput | ImportApiCommandInput | ReimportApiCommandInput | ResetAuthorizersCacheCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApiCommandInput | UpdateApiMappingCommandInput | UpdateAuthorizerCommandInput | UpdateDeploymentCommandInput | UpdateDomainNameCommandInput | UpdateIntegrationCommandInput | UpdateIntegrationResponseCommandInput | UpdateModelCommandInput | UpdateRouteCommandInput | UpdateRouteResponseCommandInput | UpdateStageCommandInput | UpdateVpcLinkCommandInput;
82
+ export declare type ServiceOutputTypes = CreateApiCommandOutput | CreateApiMappingCommandOutput | CreateAuthorizerCommandOutput | CreateDeploymentCommandOutput | CreateDomainNameCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResponseCommandOutput | CreateModelCommandOutput | CreateRouteCommandOutput | CreateRouteResponseCommandOutput | CreateStageCommandOutput | CreateVpcLinkCommandOutput | DeleteAccessLogSettingsCommandOutput | DeleteApiCommandOutput | DeleteApiMappingCommandOutput | DeleteAuthorizerCommandOutput | DeleteCorsConfigurationCommandOutput | DeleteDeploymentCommandOutput | DeleteDomainNameCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResponseCommandOutput | DeleteModelCommandOutput | DeleteRouteCommandOutput | DeleteRouteRequestParameterCommandOutput | DeleteRouteResponseCommandOutput | DeleteRouteSettingsCommandOutput | DeleteStageCommandOutput | DeleteVpcLinkCommandOutput | ExportApiCommandOutput | GetApiCommandOutput | GetApiMappingCommandOutput | GetApiMappingsCommandOutput | GetApisCommandOutput | GetAuthorizerCommandOutput | GetAuthorizersCommandOutput | GetDeploymentCommandOutput | GetDeploymentsCommandOutput | GetDomainNameCommandOutput | GetDomainNamesCommandOutput | GetIntegrationCommandOutput | GetIntegrationResponseCommandOutput | GetIntegrationResponsesCommandOutput | GetIntegrationsCommandOutput | GetModelCommandOutput | GetModelTemplateCommandOutput | GetModelsCommandOutput | GetRouteCommandOutput | GetRouteResponseCommandOutput | GetRouteResponsesCommandOutput | GetRoutesCommandOutput | GetStageCommandOutput | GetStagesCommandOutput | GetTagsCommandOutput | GetVpcLinkCommandOutput | GetVpcLinksCommandOutput | ImportApiCommandOutput | ReimportApiCommandOutput | ResetAuthorizersCacheCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApiCommandOutput | UpdateApiMappingCommandOutput | UpdateAuthorizerCommandOutput | UpdateDeploymentCommandOutput | UpdateDomainNameCommandOutput | UpdateIntegrationCommandOutput | UpdateIntegrationResponseCommandOutput | UpdateModelCommandOutput | UpdateRouteCommandOutput | UpdateRouteResponseCommandOutput | UpdateStageCommandOutput | UpdateVpcLinkCommandOutput;
83
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
84
+
85
+ requestHandler?: __HttpHandler;
86
+
87
+ sha256?: __HashConstructor;
88
+
89
+ urlParser?: __UrlParser;
90
+
91
+ bodyLengthChecker?: (body: any) => number | undefined;
92
+
93
+ streamCollector?: __StreamCollector;
94
+
95
+ base64Decoder?: __Decoder;
96
+
97
+ base64Encoder?: __Encoder;
98
+
99
+ utf8Decoder?: __Decoder;
100
+
101
+ utf8Encoder?: __Encoder;
102
+
103
+ runtime?: string;
104
+
105
+ disableHostPrefix?: boolean;
106
+
107
+ maxAttempts?: number | __Provider<number>;
108
+
109
+ retryMode?: string | __Provider<string>;
110
+
111
+ logger?: __Logger;
112
+
113
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
114
+
115
+ useFipsEndpoint?: boolean | __Provider<boolean>;
116
+
117
+ serviceId?: string;
118
+
119
+ region?: string | __Provider<string>;
120
+
121
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
122
+
123
+ regionInfoProvider?: RegionInfoProvider;
124
+
125
+ defaultUserAgentProvider?: Provider<__UserAgent>;
126
+
127
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
128
+ }
129
+ declare type ApiGatewayV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
130
+
131
+ export interface ApiGatewayV2ClientConfig extends ApiGatewayV2ClientConfigType {
132
+ }
133
+ declare type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
134
+
135
+ export interface ApiGatewayV2ClientResolvedConfig extends ApiGatewayV2ClientResolvedConfigType {
136
+ }
137
+
138
+ export declare class ApiGatewayV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApiGatewayV2ClientResolvedConfig> {
139
+
140
+ readonly config: ApiGatewayV2ClientResolvedConfig;
141
+ constructor(configuration: ApiGatewayV2ClientConfig);
142
+
143
+ destroy(): void;
144
+ }
145
+ export {};
@@ -0,0 +1,17 @@
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 { CreateApiRequest, CreateApiResponse } from "../models/models_0";
5
+ export interface CreateApiCommandInput extends CreateApiRequest {
6
+ }
7
+ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateApiCommand extends $Command<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateApiCommandInput;
12
+ constructor(input: CreateApiCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiCommandInput, CreateApiCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/models_0";
5
+ export interface CreateApiMappingCommandInput extends CreateApiMappingRequest {
6
+ }
7
+ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateApiMappingCommand extends $Command<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateApiMappingCommandInput;
12
+ constructor(input: CreateApiMappingCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiMappingCommandInput, CreateApiMappingCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0";
5
+ export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {
6
+ }
7
+ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateAuthorizerCommandInput;
12
+ constructor(input: CreateAuthorizerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
5
+ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
6
+ }
7
+ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateDeploymentCommandInput;
12
+ constructor(input: CreateDeploymentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
5
+ export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {
6
+ }
7
+ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateDomainNameCommandInput;
12
+ constructor(input: CreateDomainNameCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0";
5
+ export interface CreateIntegrationCommandInput extends CreateIntegrationRequest {
6
+ }
7
+ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateIntegrationCommand extends $Command<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateIntegrationCommandInput;
12
+ constructor(input: CreateIntegrationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationCommandInput, CreateIntegrationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0";
5
+ export interface CreateIntegrationResponseCommandInput extends CreateIntegrationResponseRequest {
6
+ }
7
+ export interface CreateIntegrationResponseCommandOutput extends CreateIntegrationResponseResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateIntegrationResponseCommand extends $Command<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateIntegrationResponseCommandInput;
12
+ constructor(input: CreateIntegrationResponseCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateModelRequest, CreateModelResponse } from "../models/models_0";
5
+ export interface CreateModelCommandInput extends CreateModelRequest {
6
+ }
7
+ export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateModelCommandInput;
12
+ constructor(input: CreateModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
5
+ export interface CreateRouteCommandInput extends CreateRouteRequest {
6
+ }
7
+ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRouteCommand extends $Command<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateRouteCommandInput;
12
+ constructor(input: CreateRouteCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteCommandInput, CreateRouteCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0";
5
+ export interface CreateRouteResponseCommandInput extends CreateRouteResponseRequest {
6
+ }
7
+ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRouteResponseCommand extends $Command<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateRouteResponseCommandInput;
12
+ constructor(input: CreateRouteResponseCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateStageRequest, CreateStageResponse } from "../models/models_0";
5
+ export interface CreateStageCommandInput extends CreateStageRequest {
6
+ }
7
+ export interface CreateStageCommandOutput extends CreateStageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateStageCommandInput;
12
+ constructor(input: CreateStageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStageCommandInput, CreateStageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0";
5
+ export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {
6
+ }
7
+ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: CreateVpcLinkCommandInput;
12
+ constructor(input: CreateVpcLinkCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteAccessLogSettingsRequest } from "../models/models_0";
5
+ export interface DeleteAccessLogSettingsCommandInput extends DeleteAccessLogSettingsRequest {
6
+ }
7
+ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAccessLogSettingsCommand extends $Command<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteAccessLogSettingsCommandInput;
12
+ constructor(input: DeleteAccessLogSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteApiRequest } from "../models/models_0";
5
+ export interface DeleteApiCommandInput extends DeleteApiRequest {
6
+ }
7
+ export interface DeleteApiCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApiCommand extends $Command<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteApiCommandInput;
12
+ constructor(input: DeleteApiCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiCommandInput, DeleteApiCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteApiMappingRequest } from "../models/models_0";
5
+ export interface DeleteApiMappingCommandInput extends DeleteApiMappingRequest {
6
+ }
7
+ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApiMappingCommand extends $Command<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteApiMappingCommandInput;
12
+ constructor(input: DeleteApiMappingCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteAuthorizerRequest } from "../models/models_0";
5
+ export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {
6
+ }
7
+ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteAuthorizerCommandInput;
12
+ constructor(input: DeleteAuthorizerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteCorsConfigurationRequest } from "../models/models_0";
5
+ export interface DeleteCorsConfigurationCommandInput extends DeleteCorsConfigurationRequest {
6
+ }
7
+ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteCorsConfigurationCommand extends $Command<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteCorsConfigurationCommandInput;
12
+ constructor(input: DeleteCorsConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteDeploymentRequest } from "../models/models_0";
5
+ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {
6
+ }
7
+ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteDeploymentCommandInput;
12
+ constructor(input: DeleteDeploymentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteDomainNameRequest } from "../models/models_0";
5
+ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {
6
+ }
7
+ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteDomainNameCommandInput;
12
+ constructor(input: DeleteDomainNameCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteIntegrationRequest } from "../models/models_0";
5
+ export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest {
6
+ }
7
+ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteIntegrationCommandInput;
12
+ constructor(input: DeleteIntegrationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteIntegrationResponseRequest } from "../models/models_0";
5
+ export interface DeleteIntegrationResponseCommandInput extends DeleteIntegrationResponseRequest {
6
+ }
7
+ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIntegrationResponseCommand extends $Command<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteIntegrationResponseCommandInput;
12
+ constructor(input: DeleteIntegrationResponseCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteModelRequest } from "../models/models_0";
5
+ export interface DeleteModelCommandInput extends DeleteModelRequest {
6
+ }
7
+ export interface DeleteModelCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteModelCommandInput;
12
+ constructor(input: DeleteModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteRouteRequest } from "../models/models_0";
5
+ export interface DeleteRouteCommandInput extends DeleteRouteRequest {
6
+ }
7
+ export interface DeleteRouteCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRouteCommand extends $Command<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteRouteCommandInput;
12
+ constructor(input: DeleteRouteCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteRouteRequestParameterRequest } from "../models/models_0";
5
+ export interface DeleteRouteRequestParameterCommandInput extends DeleteRouteRequestParameterRequest {
6
+ }
7
+ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRouteRequestParameterCommand extends $Command<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
+ readonly input: DeleteRouteRequestParameterCommandInput;
12
+ constructor(input: DeleteRouteRequestParameterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }