@aws-sdk/client-apigatewayv2 3.168.0 → 3.170.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 +1299 -364
  3. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +562 -145
  4. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +33 -17
  30. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +33 -16
  33. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +36 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +34 -17
  65. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +37 -17
  68. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
  71. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +38 -17
  74. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +34 -17
  75. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +37 -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 +8 -6
  80. package/dist-types/ts3.4/models/index.d.ts +1 -1
  81. package/dist-types/ts3.4/models/models_0.d.ts +4520 -79
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  87. package/package.json +34 -34
@@ -1,145 +1,562 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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?: __BodyLengthCalculator;
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 {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateApiCommandInput,
47
+ CreateApiCommandOutput,
48
+ } from "./commands/CreateApiCommand";
49
+ import {
50
+ CreateApiMappingCommandInput,
51
+ CreateApiMappingCommandOutput,
52
+ } from "./commands/CreateApiMappingCommand";
53
+ import {
54
+ CreateAuthorizerCommandInput,
55
+ CreateAuthorizerCommandOutput,
56
+ } from "./commands/CreateAuthorizerCommand";
57
+ import {
58
+ CreateDeploymentCommandInput,
59
+ CreateDeploymentCommandOutput,
60
+ } from "./commands/CreateDeploymentCommand";
61
+ import {
62
+ CreateDomainNameCommandInput,
63
+ CreateDomainNameCommandOutput,
64
+ } from "./commands/CreateDomainNameCommand";
65
+ import {
66
+ CreateIntegrationCommandInput,
67
+ CreateIntegrationCommandOutput,
68
+ } from "./commands/CreateIntegrationCommand";
69
+ import {
70
+ CreateIntegrationResponseCommandInput,
71
+ CreateIntegrationResponseCommandOutput,
72
+ } from "./commands/CreateIntegrationResponseCommand";
73
+ import {
74
+ CreateModelCommandInput,
75
+ CreateModelCommandOutput,
76
+ } from "./commands/CreateModelCommand";
77
+ import {
78
+ CreateRouteCommandInput,
79
+ CreateRouteCommandOutput,
80
+ } from "./commands/CreateRouteCommand";
81
+ import {
82
+ CreateRouteResponseCommandInput,
83
+ CreateRouteResponseCommandOutput,
84
+ } from "./commands/CreateRouteResponseCommand";
85
+ import {
86
+ CreateStageCommandInput,
87
+ CreateStageCommandOutput,
88
+ } from "./commands/CreateStageCommand";
89
+ import {
90
+ CreateVpcLinkCommandInput,
91
+ CreateVpcLinkCommandOutput,
92
+ } from "./commands/CreateVpcLinkCommand";
93
+ import {
94
+ DeleteAccessLogSettingsCommandInput,
95
+ DeleteAccessLogSettingsCommandOutput,
96
+ } from "./commands/DeleteAccessLogSettingsCommand";
97
+ import {
98
+ DeleteApiCommandInput,
99
+ DeleteApiCommandOutput,
100
+ } from "./commands/DeleteApiCommand";
101
+ import {
102
+ DeleteApiMappingCommandInput,
103
+ DeleteApiMappingCommandOutput,
104
+ } from "./commands/DeleteApiMappingCommand";
105
+ import {
106
+ DeleteAuthorizerCommandInput,
107
+ DeleteAuthorizerCommandOutput,
108
+ } from "./commands/DeleteAuthorizerCommand";
109
+ import {
110
+ DeleteCorsConfigurationCommandInput,
111
+ DeleteCorsConfigurationCommandOutput,
112
+ } from "./commands/DeleteCorsConfigurationCommand";
113
+ import {
114
+ DeleteDeploymentCommandInput,
115
+ DeleteDeploymentCommandOutput,
116
+ } from "./commands/DeleteDeploymentCommand";
117
+ import {
118
+ DeleteDomainNameCommandInput,
119
+ DeleteDomainNameCommandOutput,
120
+ } from "./commands/DeleteDomainNameCommand";
121
+ import {
122
+ DeleteIntegrationCommandInput,
123
+ DeleteIntegrationCommandOutput,
124
+ } from "./commands/DeleteIntegrationCommand";
125
+ import {
126
+ DeleteIntegrationResponseCommandInput,
127
+ DeleteIntegrationResponseCommandOutput,
128
+ } from "./commands/DeleteIntegrationResponseCommand";
129
+ import {
130
+ DeleteModelCommandInput,
131
+ DeleteModelCommandOutput,
132
+ } from "./commands/DeleteModelCommand";
133
+ import {
134
+ DeleteRouteCommandInput,
135
+ DeleteRouteCommandOutput,
136
+ } from "./commands/DeleteRouteCommand";
137
+ import {
138
+ DeleteRouteRequestParameterCommandInput,
139
+ DeleteRouteRequestParameterCommandOutput,
140
+ } from "./commands/DeleteRouteRequestParameterCommand";
141
+ import {
142
+ DeleteRouteResponseCommandInput,
143
+ DeleteRouteResponseCommandOutput,
144
+ } from "./commands/DeleteRouteResponseCommand";
145
+ import {
146
+ DeleteRouteSettingsCommandInput,
147
+ DeleteRouteSettingsCommandOutput,
148
+ } from "./commands/DeleteRouteSettingsCommand";
149
+ import {
150
+ DeleteStageCommandInput,
151
+ DeleteStageCommandOutput,
152
+ } from "./commands/DeleteStageCommand";
153
+ import {
154
+ DeleteVpcLinkCommandInput,
155
+ DeleteVpcLinkCommandOutput,
156
+ } from "./commands/DeleteVpcLinkCommand";
157
+ import {
158
+ ExportApiCommandInput,
159
+ ExportApiCommandOutput,
160
+ } from "./commands/ExportApiCommand";
161
+ import {
162
+ GetApiCommandInput,
163
+ GetApiCommandOutput,
164
+ } from "./commands/GetApiCommand";
165
+ import {
166
+ GetApiMappingCommandInput,
167
+ GetApiMappingCommandOutput,
168
+ } from "./commands/GetApiMappingCommand";
169
+ import {
170
+ GetApiMappingsCommandInput,
171
+ GetApiMappingsCommandOutput,
172
+ } from "./commands/GetApiMappingsCommand";
173
+ import {
174
+ GetApisCommandInput,
175
+ GetApisCommandOutput,
176
+ } from "./commands/GetApisCommand";
177
+ import {
178
+ GetAuthorizerCommandInput,
179
+ GetAuthorizerCommandOutput,
180
+ } from "./commands/GetAuthorizerCommand";
181
+ import {
182
+ GetAuthorizersCommandInput,
183
+ GetAuthorizersCommandOutput,
184
+ } from "./commands/GetAuthorizersCommand";
185
+ import {
186
+ GetDeploymentCommandInput,
187
+ GetDeploymentCommandOutput,
188
+ } from "./commands/GetDeploymentCommand";
189
+ import {
190
+ GetDeploymentsCommandInput,
191
+ GetDeploymentsCommandOutput,
192
+ } from "./commands/GetDeploymentsCommand";
193
+ import {
194
+ GetDomainNameCommandInput,
195
+ GetDomainNameCommandOutput,
196
+ } from "./commands/GetDomainNameCommand";
197
+ import {
198
+ GetDomainNamesCommandInput,
199
+ GetDomainNamesCommandOutput,
200
+ } from "./commands/GetDomainNamesCommand";
201
+ import {
202
+ GetIntegrationCommandInput,
203
+ GetIntegrationCommandOutput,
204
+ } from "./commands/GetIntegrationCommand";
205
+ import {
206
+ GetIntegrationResponseCommandInput,
207
+ GetIntegrationResponseCommandOutput,
208
+ } from "./commands/GetIntegrationResponseCommand";
209
+ import {
210
+ GetIntegrationResponsesCommandInput,
211
+ GetIntegrationResponsesCommandOutput,
212
+ } from "./commands/GetIntegrationResponsesCommand";
213
+ import {
214
+ GetIntegrationsCommandInput,
215
+ GetIntegrationsCommandOutput,
216
+ } from "./commands/GetIntegrationsCommand";
217
+ import {
218
+ GetModelCommandInput,
219
+ GetModelCommandOutput,
220
+ } from "./commands/GetModelCommand";
221
+ import {
222
+ GetModelsCommandInput,
223
+ GetModelsCommandOutput,
224
+ } from "./commands/GetModelsCommand";
225
+ import {
226
+ GetModelTemplateCommandInput,
227
+ GetModelTemplateCommandOutput,
228
+ } from "./commands/GetModelTemplateCommand";
229
+ import {
230
+ GetRouteCommandInput,
231
+ GetRouteCommandOutput,
232
+ } from "./commands/GetRouteCommand";
233
+ import {
234
+ GetRouteResponseCommandInput,
235
+ GetRouteResponseCommandOutput,
236
+ } from "./commands/GetRouteResponseCommand";
237
+ import {
238
+ GetRouteResponsesCommandInput,
239
+ GetRouteResponsesCommandOutput,
240
+ } from "./commands/GetRouteResponsesCommand";
241
+ import {
242
+ GetRoutesCommandInput,
243
+ GetRoutesCommandOutput,
244
+ } from "./commands/GetRoutesCommand";
245
+ import {
246
+ GetStageCommandInput,
247
+ GetStageCommandOutput,
248
+ } from "./commands/GetStageCommand";
249
+ import {
250
+ GetStagesCommandInput,
251
+ GetStagesCommandOutput,
252
+ } from "./commands/GetStagesCommand";
253
+ import {
254
+ GetTagsCommandInput,
255
+ GetTagsCommandOutput,
256
+ } from "./commands/GetTagsCommand";
257
+ import {
258
+ GetVpcLinkCommandInput,
259
+ GetVpcLinkCommandOutput,
260
+ } from "./commands/GetVpcLinkCommand";
261
+ import {
262
+ GetVpcLinksCommandInput,
263
+ GetVpcLinksCommandOutput,
264
+ } from "./commands/GetVpcLinksCommand";
265
+ import {
266
+ ImportApiCommandInput,
267
+ ImportApiCommandOutput,
268
+ } from "./commands/ImportApiCommand";
269
+ import {
270
+ ReimportApiCommandInput,
271
+ ReimportApiCommandOutput,
272
+ } from "./commands/ReimportApiCommand";
273
+ import {
274
+ ResetAuthorizersCacheCommandInput,
275
+ ResetAuthorizersCacheCommandOutput,
276
+ } from "./commands/ResetAuthorizersCacheCommand";
277
+ import {
278
+ TagResourceCommandInput,
279
+ TagResourceCommandOutput,
280
+ } from "./commands/TagResourceCommand";
281
+ import {
282
+ UntagResourceCommandInput,
283
+ UntagResourceCommandOutput,
284
+ } from "./commands/UntagResourceCommand";
285
+ import {
286
+ UpdateApiCommandInput,
287
+ UpdateApiCommandOutput,
288
+ } from "./commands/UpdateApiCommand";
289
+ import {
290
+ UpdateApiMappingCommandInput,
291
+ UpdateApiMappingCommandOutput,
292
+ } from "./commands/UpdateApiMappingCommand";
293
+ import {
294
+ UpdateAuthorizerCommandInput,
295
+ UpdateAuthorizerCommandOutput,
296
+ } from "./commands/UpdateAuthorizerCommand";
297
+ import {
298
+ UpdateDeploymentCommandInput,
299
+ UpdateDeploymentCommandOutput,
300
+ } from "./commands/UpdateDeploymentCommand";
301
+ import {
302
+ UpdateDomainNameCommandInput,
303
+ UpdateDomainNameCommandOutput,
304
+ } from "./commands/UpdateDomainNameCommand";
305
+ import {
306
+ UpdateIntegrationCommandInput,
307
+ UpdateIntegrationCommandOutput,
308
+ } from "./commands/UpdateIntegrationCommand";
309
+ import {
310
+ UpdateIntegrationResponseCommandInput,
311
+ UpdateIntegrationResponseCommandOutput,
312
+ } from "./commands/UpdateIntegrationResponseCommand";
313
+ import {
314
+ UpdateModelCommandInput,
315
+ UpdateModelCommandOutput,
316
+ } from "./commands/UpdateModelCommand";
317
+ import {
318
+ UpdateRouteCommandInput,
319
+ UpdateRouteCommandOutput,
320
+ } from "./commands/UpdateRouteCommand";
321
+ import {
322
+ UpdateRouteResponseCommandInput,
323
+ UpdateRouteResponseCommandOutput,
324
+ } from "./commands/UpdateRouteResponseCommand";
325
+ import {
326
+ UpdateStageCommandInput,
327
+ UpdateStageCommandOutput,
328
+ } from "./commands/UpdateStageCommand";
329
+ import {
330
+ UpdateVpcLinkCommandInput,
331
+ UpdateVpcLinkCommandOutput,
332
+ } from "./commands/UpdateVpcLinkCommand";
333
+ export declare type ServiceInputTypes =
334
+ | CreateApiCommandInput
335
+ | CreateApiMappingCommandInput
336
+ | CreateAuthorizerCommandInput
337
+ | CreateDeploymentCommandInput
338
+ | CreateDomainNameCommandInput
339
+ | CreateIntegrationCommandInput
340
+ | CreateIntegrationResponseCommandInput
341
+ | CreateModelCommandInput
342
+ | CreateRouteCommandInput
343
+ | CreateRouteResponseCommandInput
344
+ | CreateStageCommandInput
345
+ | CreateVpcLinkCommandInput
346
+ | DeleteAccessLogSettingsCommandInput
347
+ | DeleteApiCommandInput
348
+ | DeleteApiMappingCommandInput
349
+ | DeleteAuthorizerCommandInput
350
+ | DeleteCorsConfigurationCommandInput
351
+ | DeleteDeploymentCommandInput
352
+ | DeleteDomainNameCommandInput
353
+ | DeleteIntegrationCommandInput
354
+ | DeleteIntegrationResponseCommandInput
355
+ | DeleteModelCommandInput
356
+ | DeleteRouteCommandInput
357
+ | DeleteRouteRequestParameterCommandInput
358
+ | DeleteRouteResponseCommandInput
359
+ | DeleteRouteSettingsCommandInput
360
+ | DeleteStageCommandInput
361
+ | DeleteVpcLinkCommandInput
362
+ | ExportApiCommandInput
363
+ | GetApiCommandInput
364
+ | GetApiMappingCommandInput
365
+ | GetApiMappingsCommandInput
366
+ | GetApisCommandInput
367
+ | GetAuthorizerCommandInput
368
+ | GetAuthorizersCommandInput
369
+ | GetDeploymentCommandInput
370
+ | GetDeploymentsCommandInput
371
+ | GetDomainNameCommandInput
372
+ | GetDomainNamesCommandInput
373
+ | GetIntegrationCommandInput
374
+ | GetIntegrationResponseCommandInput
375
+ | GetIntegrationResponsesCommandInput
376
+ | GetIntegrationsCommandInput
377
+ | GetModelCommandInput
378
+ | GetModelTemplateCommandInput
379
+ | GetModelsCommandInput
380
+ | GetRouteCommandInput
381
+ | GetRouteResponseCommandInput
382
+ | GetRouteResponsesCommandInput
383
+ | GetRoutesCommandInput
384
+ | GetStageCommandInput
385
+ | GetStagesCommandInput
386
+ | GetTagsCommandInput
387
+ | GetVpcLinkCommandInput
388
+ | GetVpcLinksCommandInput
389
+ | ImportApiCommandInput
390
+ | ReimportApiCommandInput
391
+ | ResetAuthorizersCacheCommandInput
392
+ | TagResourceCommandInput
393
+ | UntagResourceCommandInput
394
+ | UpdateApiCommandInput
395
+ | UpdateApiMappingCommandInput
396
+ | UpdateAuthorizerCommandInput
397
+ | UpdateDeploymentCommandInput
398
+ | UpdateDomainNameCommandInput
399
+ | UpdateIntegrationCommandInput
400
+ | UpdateIntegrationResponseCommandInput
401
+ | UpdateModelCommandInput
402
+ | UpdateRouteCommandInput
403
+ | UpdateRouteResponseCommandInput
404
+ | UpdateStageCommandInput
405
+ | UpdateVpcLinkCommandInput;
406
+ export declare type ServiceOutputTypes =
407
+ | CreateApiCommandOutput
408
+ | CreateApiMappingCommandOutput
409
+ | CreateAuthorizerCommandOutput
410
+ | CreateDeploymentCommandOutput
411
+ | CreateDomainNameCommandOutput
412
+ | CreateIntegrationCommandOutput
413
+ | CreateIntegrationResponseCommandOutput
414
+ | CreateModelCommandOutput
415
+ | CreateRouteCommandOutput
416
+ | CreateRouteResponseCommandOutput
417
+ | CreateStageCommandOutput
418
+ | CreateVpcLinkCommandOutput
419
+ | DeleteAccessLogSettingsCommandOutput
420
+ | DeleteApiCommandOutput
421
+ | DeleteApiMappingCommandOutput
422
+ | DeleteAuthorizerCommandOutput
423
+ | DeleteCorsConfigurationCommandOutput
424
+ | DeleteDeploymentCommandOutput
425
+ | DeleteDomainNameCommandOutput
426
+ | DeleteIntegrationCommandOutput
427
+ | DeleteIntegrationResponseCommandOutput
428
+ | DeleteModelCommandOutput
429
+ | DeleteRouteCommandOutput
430
+ | DeleteRouteRequestParameterCommandOutput
431
+ | DeleteRouteResponseCommandOutput
432
+ | DeleteRouteSettingsCommandOutput
433
+ | DeleteStageCommandOutput
434
+ | DeleteVpcLinkCommandOutput
435
+ | ExportApiCommandOutput
436
+ | GetApiCommandOutput
437
+ | GetApiMappingCommandOutput
438
+ | GetApiMappingsCommandOutput
439
+ | GetApisCommandOutput
440
+ | GetAuthorizerCommandOutput
441
+ | GetAuthorizersCommandOutput
442
+ | GetDeploymentCommandOutput
443
+ | GetDeploymentsCommandOutput
444
+ | GetDomainNameCommandOutput
445
+ | GetDomainNamesCommandOutput
446
+ | GetIntegrationCommandOutput
447
+ | GetIntegrationResponseCommandOutput
448
+ | GetIntegrationResponsesCommandOutput
449
+ | GetIntegrationsCommandOutput
450
+ | GetModelCommandOutput
451
+ | GetModelTemplateCommandOutput
452
+ | GetModelsCommandOutput
453
+ | GetRouteCommandOutput
454
+ | GetRouteResponseCommandOutput
455
+ | GetRouteResponsesCommandOutput
456
+ | GetRoutesCommandOutput
457
+ | GetStageCommandOutput
458
+ | GetStagesCommandOutput
459
+ | GetTagsCommandOutput
460
+ | GetVpcLinkCommandOutput
461
+ | GetVpcLinksCommandOutput
462
+ | ImportApiCommandOutput
463
+ | ReimportApiCommandOutput
464
+ | ResetAuthorizersCacheCommandOutput
465
+ | TagResourceCommandOutput
466
+ | UntagResourceCommandOutput
467
+ | UpdateApiCommandOutput
468
+ | UpdateApiMappingCommandOutput
469
+ | UpdateAuthorizerCommandOutput
470
+ | UpdateDeploymentCommandOutput
471
+ | UpdateDomainNameCommandOutput
472
+ | UpdateIntegrationCommandOutput
473
+ | UpdateIntegrationResponseCommandOutput
474
+ | UpdateModelCommandOutput
475
+ | UpdateRouteCommandOutput
476
+ | UpdateRouteResponseCommandOutput
477
+ | UpdateStageCommandOutput
478
+ | UpdateVpcLinkCommandOutput;
479
+ export interface ClientDefaults
480
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
481
+ requestHandler?: __HttpHandler;
482
+
483
+ sha256?: __HashConstructor;
484
+
485
+ urlParser?: __UrlParser;
486
+
487
+ bodyLengthChecker?: __BodyLengthCalculator;
488
+
489
+ streamCollector?: __StreamCollector;
490
+
491
+ base64Decoder?: __Decoder;
492
+
493
+ base64Encoder?: __Encoder;
494
+
495
+ utf8Decoder?: __Decoder;
496
+
497
+ utf8Encoder?: __Encoder;
498
+
499
+ runtime?: string;
500
+
501
+ disableHostPrefix?: boolean;
502
+
503
+ maxAttempts?: number | __Provider<number>;
504
+
505
+ retryMode?: string | __Provider<string>;
506
+
507
+ logger?: __Logger;
508
+
509
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
510
+
511
+ useFipsEndpoint?: boolean | __Provider<boolean>;
512
+
513
+ serviceId?: string;
514
+
515
+ region?: string | __Provider<string>;
516
+
517
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
518
+
519
+ regionInfoProvider?: RegionInfoProvider;
520
+
521
+ defaultUserAgentProvider?: Provider<__UserAgent>;
522
+
523
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
524
+ }
525
+ declare type ApiGatewayV2ClientConfigType = Partial<
526
+ __SmithyConfiguration<__HttpHandlerOptions>
527
+ > &
528
+ ClientDefaults &
529
+ RegionInputConfig &
530
+ EndpointsInputConfig &
531
+ RetryInputConfig &
532
+ HostHeaderInputConfig &
533
+ AwsAuthInputConfig &
534
+ UserAgentInputConfig;
535
+
536
+ export interface ApiGatewayV2ClientConfig
537
+ extends ApiGatewayV2ClientConfigType {}
538
+ declare type ApiGatewayV2ClientResolvedConfigType =
539
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
540
+ Required<ClientDefaults> &
541
+ RegionResolvedConfig &
542
+ EndpointsResolvedConfig &
543
+ RetryResolvedConfig &
544
+ HostHeaderResolvedConfig &
545
+ AwsAuthResolvedConfig &
546
+ UserAgentResolvedConfig;
547
+
548
+ export interface ApiGatewayV2ClientResolvedConfig
549
+ extends ApiGatewayV2ClientResolvedConfigType {}
550
+
551
+ export declare class ApiGatewayV2Client extends __Client<
552
+ __HttpHandlerOptions,
553
+ ServiceInputTypes,
554
+ ServiceOutputTypes,
555
+ ApiGatewayV2ClientResolvedConfig
556
+ > {
557
+ readonly config: ApiGatewayV2ClientResolvedConfig;
558
+ constructor(configuration: ApiGatewayV2ClientConfig);
559
+
560
+ destroy(): void;
561
+ }
562
+ export {};