@aws-sdk/client-apigatewayv2 3.496.0 → 3.499.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/dist-cjs/index.js +21 -20
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -6396,16 +6396,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6396
6396
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6397
6397
|
|
|
6398
6398
|
0 && (module.exports = {
|
|
6399
|
-
AccessDeniedException,
|
|
6400
|
-
ApiGatewayV2,
|
|
6401
|
-
ApiGatewayV2Client,
|
|
6402
6399
|
ApiGatewayV2ServiceException,
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
ConnectionType,
|
|
6408
|
-
ContentHandlingStrategy,
|
|
6400
|
+
__Client,
|
|
6401
|
+
ApiGatewayV2Client,
|
|
6402
|
+
ApiGatewayV2,
|
|
6403
|
+
$Command,
|
|
6409
6404
|
CreateApiCommand,
|
|
6410
6405
|
CreateApiMappingCommand,
|
|
6411
6406
|
CreateAuthorizerCommand,
|
|
@@ -6434,9 +6429,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6434
6429
|
DeleteRouteSettingsCommand,
|
|
6435
6430
|
DeleteStageCommand,
|
|
6436
6431
|
DeleteVpcLinkCommand,
|
|
6437
|
-
DeploymentStatus,
|
|
6438
|
-
DomainNameStatus,
|
|
6439
|
-
EndpointType,
|
|
6440
6432
|
ExportApiCommand,
|
|
6441
6433
|
GetApiCommand,
|
|
6442
6434
|
GetApiMappingCommand,
|
|
@@ -6465,16 +6457,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6465
6457
|
GetVpcLinkCommand,
|
|
6466
6458
|
GetVpcLinksCommand,
|
|
6467
6459
|
ImportApiCommand,
|
|
6468
|
-
IntegrationType,
|
|
6469
|
-
LoggingLevel,
|
|
6470
|
-
NotFoundException,
|
|
6471
|
-
PassthroughBehavior,
|
|
6472
|
-
ProtocolType,
|
|
6473
6460
|
ReimportApiCommand,
|
|
6474
6461
|
ResetAuthorizersCacheCommand,
|
|
6475
|
-
SecurityPolicy,
|
|
6476
6462
|
TagResourceCommand,
|
|
6477
|
-
TooManyRequestsException,
|
|
6478
6463
|
UntagResourceCommand,
|
|
6479
6464
|
UpdateApiCommand,
|
|
6480
6465
|
UpdateApiMappingCommand,
|
|
@@ -6488,8 +6473,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6488
6473
|
UpdateRouteResponseCommand,
|
|
6489
6474
|
UpdateStageCommand,
|
|
6490
6475
|
UpdateVpcLinkCommand,
|
|
6476
|
+
ProtocolType,
|
|
6477
|
+
AuthorizerType,
|
|
6478
|
+
DeploymentStatus,
|
|
6479
|
+
DomainNameStatus,
|
|
6480
|
+
EndpointType,
|
|
6481
|
+
SecurityPolicy,
|
|
6482
|
+
ConnectionType,
|
|
6483
|
+
ContentHandlingStrategy,
|
|
6484
|
+
IntegrationType,
|
|
6485
|
+
PassthroughBehavior,
|
|
6486
|
+
AuthorizationType,
|
|
6487
|
+
LoggingLevel,
|
|
6491
6488
|
VpcLinkStatus,
|
|
6492
6489
|
VpcLinkVersion,
|
|
6493
|
-
|
|
6490
|
+
AccessDeniedException,
|
|
6491
|
+
BadRequestException,
|
|
6492
|
+
ConflictException,
|
|
6493
|
+
NotFoundException,
|
|
6494
|
+
TooManyRequestsException
|
|
6494
6495
|
});
|
|
6495
6496
|
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apigatewayv2",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|