@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,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 { 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
- }
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
+ CreateVpcLinkRequest,
15
+ CreateVpcLinkResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {}
18
+ export interface CreateVpcLinkCommandOutput
19
+ extends CreateVpcLinkResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateVpcLinkCommand extends $Command<
23
+ CreateVpcLinkCommandInput,
24
+ CreateVpcLinkCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateVpcLinkCommandInput;
28
+ constructor(input: CreateVpcLinkCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput>;
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 { 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
- }
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 { DeleteAccessLogSettingsRequest } from "../models/models_0";
14
+ export interface DeleteAccessLogSettingsCommandInput
15
+ extends DeleteAccessLogSettingsRequest {}
16
+ export interface DeleteAccessLogSettingsCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteAccessLogSettingsCommand extends $Command<
20
+ DeleteAccessLogSettingsCommandInput,
21
+ DeleteAccessLogSettingsCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteAccessLogSettingsCommandInput;
25
+ constructor(input: DeleteAccessLogSettingsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteAccessLogSettingsCommandInput,
33
+ DeleteAccessLogSettingsCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
- }
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 { DeleteApiRequest } from "../models/models_0";
14
+ export interface DeleteApiCommandInput extends DeleteApiRequest {}
15
+ export interface DeleteApiCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteApiCommand extends $Command<
18
+ DeleteApiCommandInput,
19
+ DeleteApiCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteApiCommandInput;
23
+ constructor(input: DeleteApiCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteApiCommandInput, DeleteApiCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { 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
- }
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 { DeleteApiMappingRequest } from "../models/models_0";
14
+ export interface DeleteApiMappingCommandInput extends DeleteApiMappingRequest {}
15
+ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteApiMappingCommand extends $Command<
18
+ DeleteApiMappingCommandInput,
19
+ DeleteApiMappingCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteApiMappingCommandInput;
23
+ constructor(input: DeleteApiMappingCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { 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
- }
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 { DeleteAuthorizerRequest } from "../models/models_0";
14
+ export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {}
15
+ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteAuthorizerCommand extends $Command<
18
+ DeleteAuthorizerCommandInput,
19
+ DeleteAuthorizerCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteAuthorizerCommandInput;
23
+ constructor(input: DeleteAuthorizerCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { 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
- }
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 { DeleteCorsConfigurationRequest } from "../models/models_0";
14
+ export interface DeleteCorsConfigurationCommandInput
15
+ extends DeleteCorsConfigurationRequest {}
16
+ export interface DeleteCorsConfigurationCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteCorsConfigurationCommand extends $Command<
20
+ DeleteCorsConfigurationCommandInput,
21
+ DeleteCorsConfigurationCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteCorsConfigurationCommandInput;
25
+ constructor(input: DeleteCorsConfigurationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteCorsConfigurationCommandInput,
33
+ DeleteCorsConfigurationCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
- }
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 { DeleteDeploymentRequest } from "../models/models_0";
14
+ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {}
15
+ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteDeploymentCommand extends $Command<
18
+ DeleteDeploymentCommandInput,
19
+ DeleteDeploymentCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteDeploymentCommandInput;
23
+ constructor(input: DeleteDeploymentCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { 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
- }
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 { DeleteDomainNameRequest } from "../models/models_0";
14
+ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
15
+ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteDomainNameCommand extends $Command<
18
+ DeleteDomainNameCommandInput,
19
+ DeleteDomainNameCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteDomainNameCommandInput;
23
+ constructor(input: DeleteDomainNameCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,33 @@
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
- }
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 { DeleteIntegrationRequest } from "../models/models_0";
14
+ export interface DeleteIntegrationCommandInput
15
+ extends DeleteIntegrationRequest {}
16
+ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class DeleteIntegrationCommand extends $Command<
19
+ DeleteIntegrationCommandInput,
20
+ DeleteIntegrationCommandOutput,
21
+ ApiGatewayV2ClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteIntegrationCommandInput;
24
+ constructor(input: DeleteIntegrationCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: ApiGatewayV2ClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -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 { 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
- }
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 { DeleteIntegrationResponseRequest } from "../models/models_0";
14
+ export interface DeleteIntegrationResponseCommandInput
15
+ extends DeleteIntegrationResponseRequest {}
16
+ export interface DeleteIntegrationResponseCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteIntegrationResponseCommand extends $Command<
20
+ DeleteIntegrationResponseCommandInput,
21
+ DeleteIntegrationResponseCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteIntegrationResponseCommandInput;
25
+ constructor(input: DeleteIntegrationResponseCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteIntegrationResponseCommandInput,
33
+ DeleteIntegrationResponseCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { 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
- }
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 { DeleteModelRequest } from "../models/models_0";
14
+ export interface DeleteModelCommandInput extends DeleteModelRequest {}
15
+ export interface DeleteModelCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteModelCommand extends $Command<
18
+ DeleteModelCommandInput,
19
+ DeleteModelCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteModelCommandInput;
23
+ constructor(input: DeleteModelCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
4
- import { 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
- }
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 { DeleteRouteRequest } from "../models/models_0";
14
+ export interface DeleteRouteCommandInput extends DeleteRouteRequest {}
15
+ export interface DeleteRouteCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeleteRouteCommand extends $Command<
18
+ DeleteRouteCommandInput,
19
+ DeleteRouteCommandOutput,
20
+ ApiGatewayV2ClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteRouteCommandInput;
23
+ constructor(input: DeleteRouteCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ApiGatewayV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteRouteCommandInput, DeleteRouteCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }