@aws-sdk/client-apigatewayv2 3.37.0 → 3.38.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 +12 -0
- package/dist-cjs/commands/index.js +75 -0
- package/dist-cjs/index.js +3 -74
- package/dist-es/commands/index.js +72 -0
- package/dist-es/index.js +3 -74
- package/dist-types/commands/index.d.ts +72 -0
- package/dist-types/index.d.ts +3 -74
- package/dist-types/ts3.4/commands/index.d.ts +72 -0
- package/dist-types/ts3.4/index.d.ts +3 -74
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateApiCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateApiMappingCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateAuthorizerCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateDeploymentCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateDomainNameCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateIntegrationCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateIntegrationResponseCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateModelCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateRouteCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateRouteResponseCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateStageCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./CreateVpcLinkCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteAccessLogSettingsCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteApiCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteApiMappingCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteAuthorizerCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteCorsConfigurationCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteDeploymentCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DeleteDomainNameCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DeleteIntegrationCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DeleteIntegrationResponseCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DeleteModelCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DeleteRouteCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DeleteRouteRequestParameterCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DeleteRouteResponseCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DeleteRouteSettingsCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DeleteStageCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DeleteVpcLinkCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ExportApiCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./GetApiCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./GetApiMappingCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./GetApiMappingsCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetApisCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./GetAuthorizerCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./GetAuthorizersCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./GetDeploymentCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./GetDeploymentsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./GetDomainNameCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./GetDomainNamesCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./GetIntegrationCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./GetIntegrationResponseCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./GetIntegrationResponsesCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./GetIntegrationsCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./GetModelCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./GetModelTemplateCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./GetModelsCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./GetRouteCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./GetRouteResponseCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./GetRouteResponsesCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./GetRoutesCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./GetStageCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./GetStagesCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./GetTagsCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./GetVpcLinkCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./GetVpcLinksCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ImportApiCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./ReimportApiCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./ResetAuthorizersCacheCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./UpdateApiCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./UpdateApiMappingCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./UpdateAuthorizerCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./UpdateDeploymentCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./UpdateDomainNameCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./UpdateIntegrationCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./UpdateIntegrationResponseCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./UpdateModelCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./UpdateRouteCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./UpdateRouteResponseCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./UpdateStageCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./UpdateVpcLinkCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,78 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ApiGatewayV2Client"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./ApiGatewayV2"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./commands/CreateDeploymentCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateDomainNameCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateIntegrationCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateIntegrationResponseCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateModelCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateRouteCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateRouteResponseCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateStageCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/CreateVpcLinkCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteAccessLogSettingsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteApiCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteApiMappingCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteAuthorizerCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteCorsConfigurationCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteDeploymentCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DeleteDomainNameCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DeleteIntegrationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DeleteIntegrationResponseCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DeleteModelCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DeleteRouteCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DeleteRouteRequestParameterCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DeleteRouteResponseCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DeleteRouteSettingsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DeleteStageCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DeleteVpcLinkCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/ExportApiCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/GetApiCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/GetApiMappingCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/GetApiMappingsCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/GetApisCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/GetAuthorizerCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/GetAuthorizersCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/GetDeploymentsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/GetDomainNameCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/GetDomainNamesCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/GetIntegrationCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/GetIntegrationResponseCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/GetIntegrationResponsesCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/GetIntegrationsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/GetModelCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/GetModelsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/GetModelTemplateCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/GetRouteCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/GetRouteResponseCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/GetRouteResponsesCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/GetRoutesCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/GetStageCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/GetStagesCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/GetTagsCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/GetVpcLinkCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/GetVpcLinksCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ImportApiCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ReimportApiCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ResetAuthorizersCacheCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/UpdateApiCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/UpdateApiMappingCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/UpdateAuthorizerCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/UpdateDeploymentCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/UpdateDomainNameCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/UpdateIntegrationCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/UpdateIntegrationResponseCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/UpdateModelCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/UpdateRouteCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/UpdateRouteResponseCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/UpdateStageCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./commands/UpdateVpcLinkCommand"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ApiGatewayV2Client"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
@@ -0,0 +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";
|
package/dist-es/index.js
CHANGED
|
@@ -1,75 +1,4 @@
|
|
|
1
|
-
export * from "./ApiGatewayV2Client";
|
|
2
1
|
export * from "./ApiGatewayV2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
7
|
-
export * from "./commands/CreateDomainNameCommand";
|
|
8
|
-
export * from "./commands/CreateIntegrationCommand";
|
|
9
|
-
export * from "./commands/CreateIntegrationResponseCommand";
|
|
10
|
-
export * from "./commands/CreateModelCommand";
|
|
11
|
-
export * from "./commands/CreateRouteCommand";
|
|
12
|
-
export * from "./commands/CreateRouteResponseCommand";
|
|
13
|
-
export * from "./commands/CreateStageCommand";
|
|
14
|
-
export * from "./commands/CreateVpcLinkCommand";
|
|
15
|
-
export * from "./commands/DeleteAccessLogSettingsCommand";
|
|
16
|
-
export * from "./commands/DeleteApiCommand";
|
|
17
|
-
export * from "./commands/DeleteApiMappingCommand";
|
|
18
|
-
export * from "./commands/DeleteAuthorizerCommand";
|
|
19
|
-
export * from "./commands/DeleteCorsConfigurationCommand";
|
|
20
|
-
export * from "./commands/DeleteDeploymentCommand";
|
|
21
|
-
export * from "./commands/DeleteDomainNameCommand";
|
|
22
|
-
export * from "./commands/DeleteIntegrationCommand";
|
|
23
|
-
export * from "./commands/DeleteIntegrationResponseCommand";
|
|
24
|
-
export * from "./commands/DeleteModelCommand";
|
|
25
|
-
export * from "./commands/DeleteRouteCommand";
|
|
26
|
-
export * from "./commands/DeleteRouteRequestParameterCommand";
|
|
27
|
-
export * from "./commands/DeleteRouteResponseCommand";
|
|
28
|
-
export * from "./commands/DeleteRouteSettingsCommand";
|
|
29
|
-
export * from "./commands/DeleteStageCommand";
|
|
30
|
-
export * from "./commands/DeleteVpcLinkCommand";
|
|
31
|
-
export * from "./commands/ExportApiCommand";
|
|
32
|
-
export * from "./commands/GetApiCommand";
|
|
33
|
-
export * from "./commands/GetApiMappingCommand";
|
|
34
|
-
export * from "./commands/GetApiMappingsCommand";
|
|
35
|
-
export * from "./commands/GetApisCommand";
|
|
36
|
-
export * from "./commands/GetAuthorizerCommand";
|
|
37
|
-
export * from "./commands/GetAuthorizersCommand";
|
|
38
|
-
export * from "./commands/GetDeploymentCommand";
|
|
39
|
-
export * from "./commands/GetDeploymentsCommand";
|
|
40
|
-
export * from "./commands/GetDomainNameCommand";
|
|
41
|
-
export * from "./commands/GetDomainNamesCommand";
|
|
42
|
-
export * from "./commands/GetIntegrationCommand";
|
|
43
|
-
export * from "./commands/GetIntegrationResponseCommand";
|
|
44
|
-
export * from "./commands/GetIntegrationResponsesCommand";
|
|
45
|
-
export * from "./commands/GetIntegrationsCommand";
|
|
46
|
-
export * from "./commands/GetModelCommand";
|
|
47
|
-
export * from "./commands/GetModelsCommand";
|
|
48
|
-
export * from "./commands/GetModelTemplateCommand";
|
|
49
|
-
export * from "./commands/GetRouteCommand";
|
|
50
|
-
export * from "./commands/GetRouteResponseCommand";
|
|
51
|
-
export * from "./commands/GetRouteResponsesCommand";
|
|
52
|
-
export * from "./commands/GetRoutesCommand";
|
|
53
|
-
export * from "./commands/GetStageCommand";
|
|
54
|
-
export * from "./commands/GetStagesCommand";
|
|
55
|
-
export * from "./commands/GetTagsCommand";
|
|
56
|
-
export * from "./commands/GetVpcLinkCommand";
|
|
57
|
-
export * from "./commands/GetVpcLinksCommand";
|
|
58
|
-
export * from "./commands/ImportApiCommand";
|
|
59
|
-
export * from "./commands/ReimportApiCommand";
|
|
60
|
-
export * from "./commands/ResetAuthorizersCacheCommand";
|
|
61
|
-
export * from "./commands/TagResourceCommand";
|
|
62
|
-
export * from "./commands/UntagResourceCommand";
|
|
63
|
-
export * from "./commands/UpdateApiCommand";
|
|
64
|
-
export * from "./commands/UpdateApiMappingCommand";
|
|
65
|
-
export * from "./commands/UpdateAuthorizerCommand";
|
|
66
|
-
export * from "./commands/UpdateDeploymentCommand";
|
|
67
|
-
export * from "./commands/UpdateDomainNameCommand";
|
|
68
|
-
export * from "./commands/UpdateIntegrationCommand";
|
|
69
|
-
export * from "./commands/UpdateIntegrationResponseCommand";
|
|
70
|
-
export * from "./commands/UpdateModelCommand";
|
|
71
|
-
export * from "./commands/UpdateRouteCommand";
|
|
72
|
-
export * from "./commands/UpdateRouteResponseCommand";
|
|
73
|
-
export * from "./commands/UpdateStageCommand";
|
|
74
|
-
export * from "./commands/UpdateVpcLinkCommand";
|
|
75
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ApiGatewayV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
@@ -0,0 +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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,75 +1,4 @@
|
|
|
1
|
-
export * from "./ApiGatewayV2Client";
|
|
2
1
|
export * from "./ApiGatewayV2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
7
|
-
export * from "./commands/CreateDomainNameCommand";
|
|
8
|
-
export * from "./commands/CreateIntegrationCommand";
|
|
9
|
-
export * from "./commands/CreateIntegrationResponseCommand";
|
|
10
|
-
export * from "./commands/CreateModelCommand";
|
|
11
|
-
export * from "./commands/CreateRouteCommand";
|
|
12
|
-
export * from "./commands/CreateRouteResponseCommand";
|
|
13
|
-
export * from "./commands/CreateStageCommand";
|
|
14
|
-
export * from "./commands/CreateVpcLinkCommand";
|
|
15
|
-
export * from "./commands/DeleteAccessLogSettingsCommand";
|
|
16
|
-
export * from "./commands/DeleteApiCommand";
|
|
17
|
-
export * from "./commands/DeleteApiMappingCommand";
|
|
18
|
-
export * from "./commands/DeleteAuthorizerCommand";
|
|
19
|
-
export * from "./commands/DeleteCorsConfigurationCommand";
|
|
20
|
-
export * from "./commands/DeleteDeploymentCommand";
|
|
21
|
-
export * from "./commands/DeleteDomainNameCommand";
|
|
22
|
-
export * from "./commands/DeleteIntegrationCommand";
|
|
23
|
-
export * from "./commands/DeleteIntegrationResponseCommand";
|
|
24
|
-
export * from "./commands/DeleteModelCommand";
|
|
25
|
-
export * from "./commands/DeleteRouteCommand";
|
|
26
|
-
export * from "./commands/DeleteRouteRequestParameterCommand";
|
|
27
|
-
export * from "./commands/DeleteRouteResponseCommand";
|
|
28
|
-
export * from "./commands/DeleteRouteSettingsCommand";
|
|
29
|
-
export * from "./commands/DeleteStageCommand";
|
|
30
|
-
export * from "./commands/DeleteVpcLinkCommand";
|
|
31
|
-
export * from "./commands/ExportApiCommand";
|
|
32
|
-
export * from "./commands/GetApiCommand";
|
|
33
|
-
export * from "./commands/GetApiMappingCommand";
|
|
34
|
-
export * from "./commands/GetApiMappingsCommand";
|
|
35
|
-
export * from "./commands/GetApisCommand";
|
|
36
|
-
export * from "./commands/GetAuthorizerCommand";
|
|
37
|
-
export * from "./commands/GetAuthorizersCommand";
|
|
38
|
-
export * from "./commands/GetDeploymentCommand";
|
|
39
|
-
export * from "./commands/GetDeploymentsCommand";
|
|
40
|
-
export * from "./commands/GetDomainNameCommand";
|
|
41
|
-
export * from "./commands/GetDomainNamesCommand";
|
|
42
|
-
export * from "./commands/GetIntegrationCommand";
|
|
43
|
-
export * from "./commands/GetIntegrationResponseCommand";
|
|
44
|
-
export * from "./commands/GetIntegrationResponsesCommand";
|
|
45
|
-
export * from "./commands/GetIntegrationsCommand";
|
|
46
|
-
export * from "./commands/GetModelCommand";
|
|
47
|
-
export * from "./commands/GetModelsCommand";
|
|
48
|
-
export * from "./commands/GetModelTemplateCommand";
|
|
49
|
-
export * from "./commands/GetRouteCommand";
|
|
50
|
-
export * from "./commands/GetRouteResponseCommand";
|
|
51
|
-
export * from "./commands/GetRouteResponsesCommand";
|
|
52
|
-
export * from "./commands/GetRoutesCommand";
|
|
53
|
-
export * from "./commands/GetStageCommand";
|
|
54
|
-
export * from "./commands/GetStagesCommand";
|
|
55
|
-
export * from "./commands/GetTagsCommand";
|
|
56
|
-
export * from "./commands/GetVpcLinkCommand";
|
|
57
|
-
export * from "./commands/GetVpcLinksCommand";
|
|
58
|
-
export * from "./commands/ImportApiCommand";
|
|
59
|
-
export * from "./commands/ReimportApiCommand";
|
|
60
|
-
export * from "./commands/ResetAuthorizersCacheCommand";
|
|
61
|
-
export * from "./commands/TagResourceCommand";
|
|
62
|
-
export * from "./commands/UntagResourceCommand";
|
|
63
|
-
export * from "./commands/UpdateApiCommand";
|
|
64
|
-
export * from "./commands/UpdateApiMappingCommand";
|
|
65
|
-
export * from "./commands/UpdateAuthorizerCommand";
|
|
66
|
-
export * from "./commands/UpdateDeploymentCommand";
|
|
67
|
-
export * from "./commands/UpdateDomainNameCommand";
|
|
68
|
-
export * from "./commands/UpdateIntegrationCommand";
|
|
69
|
-
export * from "./commands/UpdateIntegrationResponseCommand";
|
|
70
|
-
export * from "./commands/UpdateModelCommand";
|
|
71
|
-
export * from "./commands/UpdateRouteCommand";
|
|
72
|
-
export * from "./commands/UpdateRouteResponseCommand";
|
|
73
|
-
export * from "./commands/UpdateStageCommand";
|
|
74
|
-
export * from "./commands/UpdateVpcLinkCommand";
|
|
75
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ApiGatewayV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
@@ -0,0 +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,75 +1,4 @@
|
|
|
1
|
-
export * from "./ApiGatewayV2Client";
|
|
2
1
|
export * from "./ApiGatewayV2";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./commands/CreateDeploymentCommand";
|
|
7
|
-
export * from "./commands/CreateDomainNameCommand";
|
|
8
|
-
export * from "./commands/CreateIntegrationCommand";
|
|
9
|
-
export * from "./commands/CreateIntegrationResponseCommand";
|
|
10
|
-
export * from "./commands/CreateModelCommand";
|
|
11
|
-
export * from "./commands/CreateRouteCommand";
|
|
12
|
-
export * from "./commands/CreateRouteResponseCommand";
|
|
13
|
-
export * from "./commands/CreateStageCommand";
|
|
14
|
-
export * from "./commands/CreateVpcLinkCommand";
|
|
15
|
-
export * from "./commands/DeleteAccessLogSettingsCommand";
|
|
16
|
-
export * from "./commands/DeleteApiCommand";
|
|
17
|
-
export * from "./commands/DeleteApiMappingCommand";
|
|
18
|
-
export * from "./commands/DeleteAuthorizerCommand";
|
|
19
|
-
export * from "./commands/DeleteCorsConfigurationCommand";
|
|
20
|
-
export * from "./commands/DeleteDeploymentCommand";
|
|
21
|
-
export * from "./commands/DeleteDomainNameCommand";
|
|
22
|
-
export * from "./commands/DeleteIntegrationCommand";
|
|
23
|
-
export * from "./commands/DeleteIntegrationResponseCommand";
|
|
24
|
-
export * from "./commands/DeleteModelCommand";
|
|
25
|
-
export * from "./commands/DeleteRouteCommand";
|
|
26
|
-
export * from "./commands/DeleteRouteRequestParameterCommand";
|
|
27
|
-
export * from "./commands/DeleteRouteResponseCommand";
|
|
28
|
-
export * from "./commands/DeleteRouteSettingsCommand";
|
|
29
|
-
export * from "./commands/DeleteStageCommand";
|
|
30
|
-
export * from "./commands/DeleteVpcLinkCommand";
|
|
31
|
-
export * from "./commands/ExportApiCommand";
|
|
32
|
-
export * from "./commands/GetApiCommand";
|
|
33
|
-
export * from "./commands/GetApiMappingCommand";
|
|
34
|
-
export * from "./commands/GetApiMappingsCommand";
|
|
35
|
-
export * from "./commands/GetApisCommand";
|
|
36
|
-
export * from "./commands/GetAuthorizerCommand";
|
|
37
|
-
export * from "./commands/GetAuthorizersCommand";
|
|
38
|
-
export * from "./commands/GetDeploymentCommand";
|
|
39
|
-
export * from "./commands/GetDeploymentsCommand";
|
|
40
|
-
export * from "./commands/GetDomainNameCommand";
|
|
41
|
-
export * from "./commands/GetDomainNamesCommand";
|
|
42
|
-
export * from "./commands/GetIntegrationCommand";
|
|
43
|
-
export * from "./commands/GetIntegrationResponseCommand";
|
|
44
|
-
export * from "./commands/GetIntegrationResponsesCommand";
|
|
45
|
-
export * from "./commands/GetIntegrationsCommand";
|
|
46
|
-
export * from "./commands/GetModelCommand";
|
|
47
|
-
export * from "./commands/GetModelsCommand";
|
|
48
|
-
export * from "./commands/GetModelTemplateCommand";
|
|
49
|
-
export * from "./commands/GetRouteCommand";
|
|
50
|
-
export * from "./commands/GetRouteResponseCommand";
|
|
51
|
-
export * from "./commands/GetRouteResponsesCommand";
|
|
52
|
-
export * from "./commands/GetRoutesCommand";
|
|
53
|
-
export * from "./commands/GetStageCommand";
|
|
54
|
-
export * from "./commands/GetStagesCommand";
|
|
55
|
-
export * from "./commands/GetTagsCommand";
|
|
56
|
-
export * from "./commands/GetVpcLinkCommand";
|
|
57
|
-
export * from "./commands/GetVpcLinksCommand";
|
|
58
|
-
export * from "./commands/ImportApiCommand";
|
|
59
|
-
export * from "./commands/ReimportApiCommand";
|
|
60
|
-
export * from "./commands/ResetAuthorizersCacheCommand";
|
|
61
|
-
export * from "./commands/TagResourceCommand";
|
|
62
|
-
export * from "./commands/UntagResourceCommand";
|
|
63
|
-
export * from "./commands/UpdateApiCommand";
|
|
64
|
-
export * from "./commands/UpdateApiMappingCommand";
|
|
65
|
-
export * from "./commands/UpdateAuthorizerCommand";
|
|
66
|
-
export * from "./commands/UpdateDeploymentCommand";
|
|
67
|
-
export * from "./commands/UpdateDomainNameCommand";
|
|
68
|
-
export * from "./commands/UpdateIntegrationCommand";
|
|
69
|
-
export * from "./commands/UpdateIntegrationResponseCommand";
|
|
70
|
-
export * from "./commands/UpdateModelCommand";
|
|
71
|
-
export * from "./commands/UpdateRouteCommand";
|
|
72
|
-
export * from "./commands/UpdateRouteResponseCommand";
|
|
73
|
-
export * from "./commands/UpdateStageCommand";
|
|
74
|
-
export * from "./commands/UpdateVpcLinkCommand";
|
|
75
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ApiGatewayV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apigatewayv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|