@aws-sdk/client-apigatewayv2 3.169.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 +8 -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,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { UntagResourceRequest } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { UntagResourceRequest } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class UntagResourceCommand extends $Command<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: UntagResourceCommandInput;
23
+ constructor(input: UntagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0";
5
- export interface UpdateApiCommandInput extends UpdateApiRequest {
6
- }
7
- export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApiCommand extends $Command<UpdateApiCommandInput, UpdateApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateApiCommandInput;
12
- constructor(input: UpdateApiCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiCommandInput, UpdateApiCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0";
14
+ export interface UpdateApiCommandInput extends UpdateApiRequest {}
15
+ export interface UpdateApiCommandOutput
16
+ extends UpdateApiResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateApiCommand extends $Command<
20
+ UpdateApiCommandInput,
21
+ UpdateApiCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateApiCommandInput;
25
+ constructor(input: UpdateApiCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateApiCommandInput, UpdateApiCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { UpdateApiMappingRequest, UpdateApiMappingResponse } from "../models/models_0";
5
- export interface UpdateApiMappingCommandInput extends UpdateApiMappingRequest {
6
- }
7
- export interface UpdateApiMappingCommandOutput extends UpdateApiMappingResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApiMappingCommand extends $Command<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateApiMappingCommandInput;
12
- constructor(input: UpdateApiMappingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ UpdateApiMappingRequest,
15
+ UpdateApiMappingResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateApiMappingCommandInput extends UpdateApiMappingRequest {}
18
+ export interface UpdateApiMappingCommandOutput
19
+ extends UpdateApiMappingResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateApiMappingCommand extends $Command<
23
+ UpdateApiMappingCommandInput,
24
+ UpdateApiMappingCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateApiMappingCommandInput;
28
+ constructor(input: UpdateApiMappingCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_0";
5
- export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {
6
- }
7
- export interface UpdateAuthorizerCommandOutput extends UpdateAuthorizerResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateAuthorizerCommandInput;
12
- constructor(input: UpdateAuthorizerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ UpdateAuthorizerRequest,
15
+ UpdateAuthorizerResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {}
18
+ export interface UpdateAuthorizerCommandOutput
19
+ extends UpdateAuthorizerResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateAuthorizerCommand extends $Command<
23
+ UpdateAuthorizerCommandInput,
24
+ UpdateAuthorizerCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateAuthorizerCommandInput;
28
+ constructor(input: UpdateAuthorizerCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0";
5
- export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {
6
- }
7
- export interface UpdateDeploymentCommandOutput extends UpdateDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateDeploymentCommandInput;
12
- constructor(input: UpdateDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ UpdateDeploymentRequest,
15
+ UpdateDeploymentResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {}
18
+ export interface UpdateDeploymentCommandOutput
19
+ extends UpdateDeploymentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateDeploymentCommand extends $Command<
23
+ UpdateDeploymentCommandInput,
24
+ UpdateDeploymentCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDeploymentCommandInput;
28
+ constructor(input: UpdateDeploymentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
5
- export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
6
- }
7
- export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateDomainNameCommandInput;
12
- constructor(input: UpdateDomainNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ UpdateDomainNameRequest,
15
+ UpdateDomainNameResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
18
+ export interface UpdateDomainNameCommandOutput
19
+ extends UpdateDomainNameResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateDomainNameCommand extends $Command<
23
+ UpdateDomainNameCommandInput,
24
+ UpdateDomainNameCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateDomainNameCommandInput;
28
+ constructor(input: UpdateDomainNameCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0";
5
- export interface UpdateIntegrationCommandInput extends UpdateIntegrationRequest {
6
- }
7
- export interface UpdateIntegrationCommandOutput extends UpdateIntegrationResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIntegrationCommand extends $Command<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateIntegrationCommandInput;
12
- constructor(input: UpdateIntegrationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ UpdateIntegrationRequest,
15
+ UpdateIntegrationResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateIntegrationCommandInput
18
+ extends UpdateIntegrationRequest {}
19
+ export interface UpdateIntegrationCommandOutput
20
+ extends UpdateIntegrationResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateIntegrationCommand extends $Command<
24
+ UpdateIntegrationCommandInput,
25
+ UpdateIntegrationCommandOutput,
26
+ ApiGatewayV2ClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateIntegrationCommandInput;
29
+ constructor(input: UpdateIntegrationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ApiGatewayV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { UpdateIntegrationResponseRequest, UpdateIntegrationResponseResponse } from "../models/models_0";
5
- export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {
6
- }
7
- export interface UpdateIntegrationResponseCommandOutput extends UpdateIntegrationResponseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIntegrationResponseCommand extends $Command<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateIntegrationResponseCommandInput;
12
- constructor(input: UpdateIntegrationResponseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import {
14
+ UpdateIntegrationResponseRequest,
15
+ UpdateIntegrationResponseResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateIntegrationResponseCommandInput
18
+ extends UpdateIntegrationResponseRequest {}
19
+ export interface UpdateIntegrationResponseCommandOutput
20
+ extends UpdateIntegrationResponseResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateIntegrationResponseCommand extends $Command<
24
+ UpdateIntegrationResponseCommandInput,
25
+ UpdateIntegrationResponseCommandOutput,
26
+ ApiGatewayV2ClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateIntegrationResponseCommandInput;
29
+ constructor(input: UpdateIntegrationResponseCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ApiGatewayV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateIntegrationResponseCommandInput,
37
+ UpdateIntegrationResponseCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0";
5
- export interface UpdateModelCommandInput extends UpdateModelRequest {
6
- }
7
- export interface UpdateModelCommandOutput extends UpdateModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateModelCommandInput;
12
- constructor(input: UpdateModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0";
14
+ export interface UpdateModelCommandInput extends UpdateModelRequest {}
15
+ export interface UpdateModelCommandOutput
16
+ extends UpdateModelResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateModelCommand extends $Command<
20
+ UpdateModelCommandInput,
21
+ UpdateModelCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateModelCommandInput;
25
+ constructor(input: UpdateModelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0";
5
- export interface UpdateRouteCommandInput extends UpdateRouteRequest {
6
- }
7
- export interface UpdateRouteCommandOutput extends UpdateRouteResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRouteCommand extends $Command<UpdateRouteCommandInput, UpdateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: UpdateRouteCommandInput;
12
- constructor(input: UpdateRouteCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRouteCommandInput, UpdateRouteCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApiGatewayV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApiGatewayV2Client";
13
+ import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0";
14
+ export interface UpdateRouteCommandInput extends UpdateRouteRequest {}
15
+ export interface UpdateRouteCommandOutput
16
+ extends UpdateRouteResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateRouteCommand extends $Command<
20
+ UpdateRouteCommandInput,
21
+ UpdateRouteCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateRouteCommandInput;
25
+ constructor(input: UpdateRouteCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateRouteCommandInput, UpdateRouteCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }