@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 { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
5
- export interface GetDeploymentCommandInput extends GetDeploymentRequest {
6
- }
7
- export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetDeploymentCommandInput;
12
- constructor(input: GetDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
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
+ GetDeploymentRequest,
15
+ GetDeploymentResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
18
+ export interface GetDeploymentCommandOutput
19
+ extends GetDeploymentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetDeploymentCommand extends $Command<
23
+ GetDeploymentCommandInput,
24
+ GetDeploymentCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetDeploymentCommandInput;
28
+ constructor(input: GetDeploymentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
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 { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0";
5
- export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {
6
- }
7
- export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetDeploymentsCommandInput;
12
- constructor(input: GetDeploymentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentsCommandInput, GetDeploymentsCommandOutput>;
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
+ GetDeploymentsRequest,
15
+ GetDeploymentsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {}
18
+ export interface GetDeploymentsCommandOutput
19
+ extends GetDeploymentsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetDeploymentsCommand extends $Command<
23
+ GetDeploymentsCommandInput,
24
+ GetDeploymentsCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetDeploymentsCommandInput;
28
+ constructor(input: GetDeploymentsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetDeploymentsCommandInput, GetDeploymentsCommandOutput>;
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 { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
5
- export interface GetDomainNameCommandInput extends GetDomainNameRequest {
6
- }
7
- export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetDomainNameCommandInput;
12
- constructor(input: GetDomainNameCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
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
+ GetDomainNameRequest,
15
+ GetDomainNameResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
18
+ export interface GetDomainNameCommandOutput
19
+ extends GetDomainNameResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetDomainNameCommand extends $Command<
23
+ GetDomainNameCommandInput,
24
+ GetDomainNameCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetDomainNameCommandInput;
28
+ constructor(input: GetDomainNameCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
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 { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0";
5
- export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {
6
- }
7
- export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetDomainNamesCommandInput;
12
- constructor(input: GetDomainNamesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNamesCommandInput, GetDomainNamesCommandOutput>;
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
+ GetDomainNamesRequest,
15
+ GetDomainNamesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {}
18
+ export interface GetDomainNamesCommandOutput
19
+ extends GetDomainNamesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetDomainNamesCommand extends $Command<
23
+ GetDomainNamesCommandInput,
24
+ GetDomainNamesCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetDomainNamesCommandInput;
28
+ constructor(input: GetDomainNamesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetDomainNamesCommandInput, GetDomainNamesCommandOutput>;
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 { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0";
5
- export interface GetIntegrationCommandInput extends GetIntegrationRequest {
6
- }
7
- export interface GetIntegrationCommandOutput extends GetIntegrationResult, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetIntegrationCommandInput;
12
- constructor(input: GetIntegrationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationCommandInput, GetIntegrationCommandOutput>;
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
+ GetIntegrationRequest,
15
+ GetIntegrationResult,
16
+ } from "../models/models_0";
17
+ export interface GetIntegrationCommandInput extends GetIntegrationRequest {}
18
+ export interface GetIntegrationCommandOutput
19
+ extends GetIntegrationResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetIntegrationCommand extends $Command<
23
+ GetIntegrationCommandInput,
24
+ GetIntegrationCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetIntegrationCommandInput;
28
+ constructor(input: GetIntegrationCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetIntegrationCommandInput, GetIntegrationCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GetIntegrationResponseRequest, GetIntegrationResponseResponse } from "../models/models_0";
5
- export interface GetIntegrationResponseCommandInput extends GetIntegrationResponseRequest {
6
- }
7
- export interface GetIntegrationResponseCommandOutput extends GetIntegrationResponseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetIntegrationResponseCommandInput;
12
- constructor(input: GetIntegrationResponseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput>;
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
+ GetIntegrationResponseRequest,
15
+ GetIntegrationResponseResponse,
16
+ } from "../models/models_0";
17
+ export interface GetIntegrationResponseCommandInput
18
+ extends GetIntegrationResponseRequest {}
19
+ export interface GetIntegrationResponseCommandOutput
20
+ extends GetIntegrationResponseResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIntegrationResponseCommand extends $Command<
24
+ GetIntegrationResponseCommandInput,
25
+ GetIntegrationResponseCommandOutput,
26
+ ApiGatewayV2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetIntegrationResponseCommandInput;
29
+ constructor(input: GetIntegrationResponseCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ApiGatewayV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIntegrationResponseCommandInput,
37
+ GetIntegrationResponseCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { GetIntegrationResponsesRequest, GetIntegrationResponsesResponse } from "../models/models_0";
5
- export interface GetIntegrationResponsesCommandInput extends GetIntegrationResponsesRequest {
6
- }
7
- export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResponsesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIntegrationResponsesCommand extends $Command<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetIntegrationResponsesCommandInput;
12
- constructor(input: GetIntegrationResponsesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput>;
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
+ GetIntegrationResponsesRequest,
15
+ GetIntegrationResponsesResponse,
16
+ } from "../models/models_0";
17
+ export interface GetIntegrationResponsesCommandInput
18
+ extends GetIntegrationResponsesRequest {}
19
+ export interface GetIntegrationResponsesCommandOutput
20
+ extends GetIntegrationResponsesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIntegrationResponsesCommand extends $Command<
24
+ GetIntegrationResponsesCommandInput,
25
+ GetIntegrationResponsesCommandOutput,
26
+ ApiGatewayV2ClientResolvedConfig
27
+ > {
28
+ readonly input: GetIntegrationResponsesCommandInput;
29
+ constructor(input: GetIntegrationResponsesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ApiGatewayV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIntegrationResponsesCommandInput,
37
+ GetIntegrationResponsesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { GetIntegrationsRequest, GetIntegrationsResponse } from "../models/models_0";
5
- export interface GetIntegrationsCommandInput extends GetIntegrationsRequest {
6
- }
7
- export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIntegrationsCommand extends $Command<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetIntegrationsCommandInput;
12
- constructor(input: GetIntegrationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntegrationsCommandInput, GetIntegrationsCommandOutput>;
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
+ GetIntegrationsRequest,
15
+ GetIntegrationsResponse,
16
+ } from "../models/models_0";
17
+ export interface GetIntegrationsCommandInput extends GetIntegrationsRequest {}
18
+ export interface GetIntegrationsCommandOutput
19
+ extends GetIntegrationsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetIntegrationsCommand extends $Command<
23
+ GetIntegrationsCommandInput,
24
+ GetIntegrationsCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetIntegrationsCommandInput;
28
+ constructor(input: GetIntegrationsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetIntegrationsCommandInput, GetIntegrationsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GetModelRequest, GetModelResponse } from "../models/models_0";
5
- export interface GetModelCommandInput extends GetModelRequest {
6
- }
7
- export interface GetModelCommandOutput extends GetModelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetModelCommandInput;
12
- constructor(input: GetModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelCommandInput, GetModelCommandOutput>;
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 { GetModelRequest, GetModelResponse } from "../models/models_0";
14
+ export interface GetModelCommandInput extends GetModelRequest {}
15
+ export interface GetModelCommandOutput
16
+ extends GetModelResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetModelCommand extends $Command<
20
+ GetModelCommandInput,
21
+ GetModelCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: GetModelCommandInput;
25
+ constructor(input: GetModelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetModelCommandInput, GetModelCommandOutput>;
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 { GetModelTemplateRequest, GetModelTemplateResponse } from "../models/models_0";
5
- export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {
6
- }
7
- export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetModelTemplateCommandInput;
12
- constructor(input: GetModelTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelTemplateCommandInput, GetModelTemplateCommandOutput>;
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
+ GetModelTemplateRequest,
15
+ GetModelTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {}
18
+ export interface GetModelTemplateCommandOutput
19
+ extends GetModelTemplateResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetModelTemplateCommand extends $Command<
23
+ GetModelTemplateCommandInput,
24
+ GetModelTemplateCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig
26
+ > {
27
+ readonly input: GetModelTemplateCommandInput;
28
+ constructor(input: GetModelTemplateCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ApiGatewayV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetModelTemplateCommandInput, GetModelTemplateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { GetModelsRequest, GetModelsResponse } from "../models/models_0";
5
- export interface GetModelsCommandInput extends GetModelsRequest {
6
- }
7
- export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig> {
11
- readonly input: GetModelsCommandInput;
12
- constructor(input: GetModelsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApiGatewayV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelsCommandInput, GetModelsCommandOutput>;
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 { GetModelsRequest, GetModelsResponse } from "../models/models_0";
14
+ export interface GetModelsCommandInput extends GetModelsRequest {}
15
+ export interface GetModelsCommandOutput
16
+ extends GetModelsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetModelsCommand extends $Command<
20
+ GetModelsCommandInput,
21
+ GetModelsCommandOutput,
22
+ ApiGatewayV2ClientResolvedConfig
23
+ > {
24
+ readonly input: GetModelsCommandInput;
25
+ constructor(input: GetModelsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ApiGatewayV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetModelsCommandInput, GetModelsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }