@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ApiGatewayV2.d.ts +1299 -364
- package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +562 -145
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +33 -16
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApisCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +72 -72
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4520 -79
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
UpdateRouteResponseRequest,
|
|
15
|
+
UpdateRouteResponseResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateRouteResponseCommandInput
|
|
18
|
+
extends UpdateRouteResponseRequest {}
|
|
19
|
+
export interface UpdateRouteResponseCommandOutput
|
|
20
|
+
extends UpdateRouteResponseResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateRouteResponseCommand extends $Command<
|
|
24
|
+
UpdateRouteResponseCommandInput,
|
|
25
|
+
UpdateRouteResponseCommandOutput,
|
|
26
|
+
ApiGatewayV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateRouteResponseCommandInput;
|
|
29
|
+
constructor(input: UpdateRouteResponseCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 { UpdateStageRequest, UpdateStageResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdateStageCommandInput extends UpdateStageRequest {}
|
|
15
|
+
export interface UpdateStageCommandOutput
|
|
16
|
+
extends UpdateStageResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateStageCommand extends $Command<
|
|
20
|
+
UpdateStageCommandInput,
|
|
21
|
+
UpdateStageCommandOutput,
|
|
22
|
+
ApiGatewayV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateStageCommandInput;
|
|
25
|
+
constructor(input: UpdateStageCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
UpdateVpcLinkRequest,
|
|
15
|
+
UpdateVpcLinkResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {}
|
|
18
|
+
export interface UpdateVpcLinkCommandOutput
|
|
19
|
+
extends UpdateVpcLinkResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateVpcLinkCommand extends $Command<
|
|
23
|
+
UpdateVpcLinkCommandInput,
|
|
24
|
+
UpdateVpcLinkCommandOutput,
|
|
25
|
+
ApiGatewayV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateVpcLinkCommandInput;
|
|
28
|
+
constructor(input: UpdateVpcLinkCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ApiGatewayV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
export * from "./CreateApiCommand";
|
|
2
|
-
export * from "./CreateApiMappingCommand";
|
|
3
|
-
export * from "./CreateAuthorizerCommand";
|
|
4
|
-
export * from "./CreateDeploymentCommand";
|
|
5
|
-
export * from "./CreateDomainNameCommand";
|
|
6
|
-
export * from "./CreateIntegrationCommand";
|
|
7
|
-
export * from "./CreateIntegrationResponseCommand";
|
|
8
|
-
export * from "./CreateModelCommand";
|
|
9
|
-
export * from "./CreateRouteCommand";
|
|
10
|
-
export * from "./CreateRouteResponseCommand";
|
|
11
|
-
export * from "./CreateStageCommand";
|
|
12
|
-
export * from "./CreateVpcLinkCommand";
|
|
13
|
-
export * from "./DeleteAccessLogSettingsCommand";
|
|
14
|
-
export * from "./DeleteApiCommand";
|
|
15
|
-
export * from "./DeleteApiMappingCommand";
|
|
16
|
-
export * from "./DeleteAuthorizerCommand";
|
|
17
|
-
export * from "./DeleteCorsConfigurationCommand";
|
|
18
|
-
export * from "./DeleteDeploymentCommand";
|
|
19
|
-
export * from "./DeleteDomainNameCommand";
|
|
20
|
-
export * from "./DeleteIntegrationCommand";
|
|
21
|
-
export * from "./DeleteIntegrationResponseCommand";
|
|
22
|
-
export * from "./DeleteModelCommand";
|
|
23
|
-
export * from "./DeleteRouteCommand";
|
|
24
|
-
export * from "./DeleteRouteRequestParameterCommand";
|
|
25
|
-
export * from "./DeleteRouteResponseCommand";
|
|
26
|
-
export * from "./DeleteRouteSettingsCommand";
|
|
27
|
-
export * from "./DeleteStageCommand";
|
|
28
|
-
export * from "./DeleteVpcLinkCommand";
|
|
29
|
-
export * from "./ExportApiCommand";
|
|
30
|
-
export * from "./GetApiCommand";
|
|
31
|
-
export * from "./GetApiMappingCommand";
|
|
32
|
-
export * from "./GetApiMappingsCommand";
|
|
33
|
-
export * from "./GetApisCommand";
|
|
34
|
-
export * from "./GetAuthorizerCommand";
|
|
35
|
-
export * from "./GetAuthorizersCommand";
|
|
36
|
-
export * from "./GetDeploymentCommand";
|
|
37
|
-
export * from "./GetDeploymentsCommand";
|
|
38
|
-
export * from "./GetDomainNameCommand";
|
|
39
|
-
export * from "./GetDomainNamesCommand";
|
|
40
|
-
export * from "./GetIntegrationCommand";
|
|
41
|
-
export * from "./GetIntegrationResponseCommand";
|
|
42
|
-
export * from "./GetIntegrationResponsesCommand";
|
|
43
|
-
export * from "./GetIntegrationsCommand";
|
|
44
|
-
export * from "./GetModelCommand";
|
|
45
|
-
export * from "./GetModelTemplateCommand";
|
|
46
|
-
export * from "./GetModelsCommand";
|
|
47
|
-
export * from "./GetRouteCommand";
|
|
48
|
-
export * from "./GetRouteResponseCommand";
|
|
49
|
-
export * from "./GetRouteResponsesCommand";
|
|
50
|
-
export * from "./GetRoutesCommand";
|
|
51
|
-
export * from "./GetStageCommand";
|
|
52
|
-
export * from "./GetStagesCommand";
|
|
53
|
-
export * from "./GetTagsCommand";
|
|
54
|
-
export * from "./GetVpcLinkCommand";
|
|
55
|
-
export * from "./GetVpcLinksCommand";
|
|
56
|
-
export * from "./ImportApiCommand";
|
|
57
|
-
export * from "./ReimportApiCommand";
|
|
58
|
-
export * from "./ResetAuthorizersCacheCommand";
|
|
59
|
-
export * from "./TagResourceCommand";
|
|
60
|
-
export * from "./UntagResourceCommand";
|
|
61
|
-
export * from "./UpdateApiCommand";
|
|
62
|
-
export * from "./UpdateApiMappingCommand";
|
|
63
|
-
export * from "./UpdateAuthorizerCommand";
|
|
64
|
-
export * from "./UpdateDeploymentCommand";
|
|
65
|
-
export * from "./UpdateDomainNameCommand";
|
|
66
|
-
export * from "./UpdateIntegrationCommand";
|
|
67
|
-
export * from "./UpdateIntegrationResponseCommand";
|
|
68
|
-
export * from "./UpdateModelCommand";
|
|
69
|
-
export * from "./UpdateRouteCommand";
|
|
70
|
-
export * from "./UpdateRouteResponseCommand";
|
|
71
|
-
export * from "./UpdateStageCommand";
|
|
72
|
-
export * from "./UpdateVpcLinkCommand";
|
|
1
|
+
export * from "./CreateApiCommand";
|
|
2
|
+
export * from "./CreateApiMappingCommand";
|
|
3
|
+
export * from "./CreateAuthorizerCommand";
|
|
4
|
+
export * from "./CreateDeploymentCommand";
|
|
5
|
+
export * from "./CreateDomainNameCommand";
|
|
6
|
+
export * from "./CreateIntegrationCommand";
|
|
7
|
+
export * from "./CreateIntegrationResponseCommand";
|
|
8
|
+
export * from "./CreateModelCommand";
|
|
9
|
+
export * from "./CreateRouteCommand";
|
|
10
|
+
export * from "./CreateRouteResponseCommand";
|
|
11
|
+
export * from "./CreateStageCommand";
|
|
12
|
+
export * from "./CreateVpcLinkCommand";
|
|
13
|
+
export * from "./DeleteAccessLogSettingsCommand";
|
|
14
|
+
export * from "./DeleteApiCommand";
|
|
15
|
+
export * from "./DeleteApiMappingCommand";
|
|
16
|
+
export * from "./DeleteAuthorizerCommand";
|
|
17
|
+
export * from "./DeleteCorsConfigurationCommand";
|
|
18
|
+
export * from "./DeleteDeploymentCommand";
|
|
19
|
+
export * from "./DeleteDomainNameCommand";
|
|
20
|
+
export * from "./DeleteIntegrationCommand";
|
|
21
|
+
export * from "./DeleteIntegrationResponseCommand";
|
|
22
|
+
export * from "./DeleteModelCommand";
|
|
23
|
+
export * from "./DeleteRouteCommand";
|
|
24
|
+
export * from "./DeleteRouteRequestParameterCommand";
|
|
25
|
+
export * from "./DeleteRouteResponseCommand";
|
|
26
|
+
export * from "./DeleteRouteSettingsCommand";
|
|
27
|
+
export * from "./DeleteStageCommand";
|
|
28
|
+
export * from "./DeleteVpcLinkCommand";
|
|
29
|
+
export * from "./ExportApiCommand";
|
|
30
|
+
export * from "./GetApiCommand";
|
|
31
|
+
export * from "./GetApiMappingCommand";
|
|
32
|
+
export * from "./GetApiMappingsCommand";
|
|
33
|
+
export * from "./GetApisCommand";
|
|
34
|
+
export * from "./GetAuthorizerCommand";
|
|
35
|
+
export * from "./GetAuthorizersCommand";
|
|
36
|
+
export * from "./GetDeploymentCommand";
|
|
37
|
+
export * from "./GetDeploymentsCommand";
|
|
38
|
+
export * from "./GetDomainNameCommand";
|
|
39
|
+
export * from "./GetDomainNamesCommand";
|
|
40
|
+
export * from "./GetIntegrationCommand";
|
|
41
|
+
export * from "./GetIntegrationResponseCommand";
|
|
42
|
+
export * from "./GetIntegrationResponsesCommand";
|
|
43
|
+
export * from "./GetIntegrationsCommand";
|
|
44
|
+
export * from "./GetModelCommand";
|
|
45
|
+
export * from "./GetModelTemplateCommand";
|
|
46
|
+
export * from "./GetModelsCommand";
|
|
47
|
+
export * from "./GetRouteCommand";
|
|
48
|
+
export * from "./GetRouteResponseCommand";
|
|
49
|
+
export * from "./GetRouteResponsesCommand";
|
|
50
|
+
export * from "./GetRoutesCommand";
|
|
51
|
+
export * from "./GetStageCommand";
|
|
52
|
+
export * from "./GetStagesCommand";
|
|
53
|
+
export * from "./GetTagsCommand";
|
|
54
|
+
export * from "./GetVpcLinkCommand";
|
|
55
|
+
export * from "./GetVpcLinksCommand";
|
|
56
|
+
export * from "./ImportApiCommand";
|
|
57
|
+
export * from "./ReimportApiCommand";
|
|
58
|
+
export * from "./ResetAuthorizersCacheCommand";
|
|
59
|
+
export * from "./TagResourceCommand";
|
|
60
|
+
export * from "./UntagResourceCommand";
|
|
61
|
+
export * from "./UpdateApiCommand";
|
|
62
|
+
export * from "./UpdateApiMappingCommand";
|
|
63
|
+
export * from "./UpdateAuthorizerCommand";
|
|
64
|
+
export * from "./UpdateDeploymentCommand";
|
|
65
|
+
export * from "./UpdateDomainNameCommand";
|
|
66
|
+
export * from "./UpdateIntegrationCommand";
|
|
67
|
+
export * from "./UpdateIntegrationResponseCommand";
|
|
68
|
+
export * from "./UpdateModelCommand";
|
|
69
|
+
export * from "./UpdateRouteCommand";
|
|
70
|
+
export * from "./UpdateRouteResponseCommand";
|
|
71
|
+
export * from "./UpdateStageCommand";
|
|
72
|
+
export * from "./UpdateVpcLinkCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./ApiGatewayV2";
|
|
2
|
-
export * from "./ApiGatewayV2Client";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export { ApiGatewayV2ServiceException } from "./models/ApiGatewayV2ServiceException";
|
|
1
|
+
export * from "./ApiGatewayV2";
|
|
2
|
+
export * from "./ApiGatewayV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export { ApiGatewayV2ServiceException } from "./models/ApiGatewayV2ServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class ApiGatewayV2ServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|