@aws-sdk/client-app-mesh 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 +51 -50
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -4329,14 +4329,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4329
4329
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4330
4330
|
|
|
4331
4331
|
0 && (module.exports = {
|
|
4332
|
-
AccessLog,
|
|
4333
|
-
AppMesh,
|
|
4334
|
-
AppMeshClient,
|
|
4335
4332
|
AppMeshServiceException,
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4333
|
+
__Client,
|
|
4334
|
+
AppMeshClient,
|
|
4335
|
+
AppMesh,
|
|
4336
|
+
$Command,
|
|
4340
4337
|
CreateGatewayRouteCommand,
|
|
4341
4338
|
CreateMeshCommand,
|
|
4342
4339
|
CreateRouteCommand,
|
|
@@ -4344,7 +4341,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4344
4341
|
CreateVirtualNodeCommand,
|
|
4345
4342
|
CreateVirtualRouterCommand,
|
|
4346
4343
|
CreateVirtualServiceCommand,
|
|
4347
|
-
DefaultGatewayRouteRewrite,
|
|
4348
4344
|
DeleteGatewayRouteCommand,
|
|
4349
4345
|
DeleteMeshCommand,
|
|
4350
4346
|
DeleteRouteCommand,
|
|
@@ -4359,20 +4355,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4359
4355
|
DescribeVirtualNodeCommand,
|
|
4360
4356
|
DescribeVirtualRouterCommand,
|
|
4361
4357
|
DescribeVirtualServiceCommand,
|
|
4362
|
-
DnsResponseType,
|
|
4363
|
-
DurationUnit,
|
|
4364
|
-
EgressFilterType,
|
|
4365
|
-
ForbiddenException,
|
|
4366
|
-
GatewayRouteStatusCode,
|
|
4367
|
-
GrpcMetadataMatchMethod,
|
|
4368
|
-
GrpcRetryPolicyEvent,
|
|
4369
|
-
GrpcRouteMetadataMatchMethod,
|
|
4370
|
-
HeaderMatchMethod,
|
|
4371
|
-
HttpMethod,
|
|
4372
|
-
HttpScheme,
|
|
4373
|
-
InternalServerErrorException,
|
|
4374
|
-
IpPreference,
|
|
4375
|
-
LimitExceededException,
|
|
4376
4358
|
ListGatewayRoutesCommand,
|
|
4377
4359
|
ListMeshesCommand,
|
|
4378
4360
|
ListRoutesCommand,
|
|
@@ -4381,23 +4363,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4381
4363
|
ListVirtualNodesCommand,
|
|
4382
4364
|
ListVirtualRoutersCommand,
|
|
4383
4365
|
ListVirtualServicesCommand,
|
|
4384
|
-
ListenerTimeout,
|
|
4385
|
-
ListenerTlsCertificate,
|
|
4386
|
-
ListenerTlsMode,
|
|
4387
|
-
ListenerTlsValidationContextTrust,
|
|
4388
|
-
LoggingFormat,
|
|
4389
|
-
MeshStatusCode,
|
|
4390
|
-
NotFoundException,
|
|
4391
|
-
PortProtocol,
|
|
4392
|
-
ResourceInUseException,
|
|
4393
|
-
RouteStatusCode,
|
|
4394
|
-
ServiceDiscovery,
|
|
4395
|
-
ServiceUnavailableException,
|
|
4396
4366
|
TagResourceCommand,
|
|
4397
|
-
TcpRetryPolicyEvent,
|
|
4398
|
-
TlsValidationContextTrust,
|
|
4399
|
-
TooManyRequestsException,
|
|
4400
|
-
TooManyTagsException,
|
|
4401
4367
|
UntagResourceCommand,
|
|
4402
4368
|
UpdateGatewayRouteCommand,
|
|
4403
4369
|
UpdateMeshCommand,
|
|
@@ -4406,28 +4372,63 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4406
4372
|
UpdateVirtualNodeCommand,
|
|
4407
4373
|
UpdateVirtualRouterCommand,
|
|
4408
4374
|
UpdateVirtualServiceCommand,
|
|
4409
|
-
|
|
4375
|
+
paginateListGatewayRoutes,
|
|
4376
|
+
paginateListMeshes,
|
|
4377
|
+
paginateListRoutes,
|
|
4378
|
+
paginateListTagsForResource,
|
|
4379
|
+
paginateListVirtualGateways,
|
|
4380
|
+
paginateListVirtualNodes,
|
|
4381
|
+
paginateListVirtualRouters,
|
|
4382
|
+
paginateListVirtualServices,
|
|
4383
|
+
LoggingFormat,
|
|
4384
|
+
AccessLog,
|
|
4385
|
+
BadRequestException,
|
|
4386
|
+
ForbiddenException,
|
|
4387
|
+
InternalServerErrorException,
|
|
4388
|
+
NotFoundException,
|
|
4389
|
+
ServiceUnavailableException,
|
|
4390
|
+
TooManyRequestsException,
|
|
4391
|
+
ConflictException,
|
|
4392
|
+
EgressFilterType,
|
|
4393
|
+
IpPreference,
|
|
4394
|
+
MeshStatusCode,
|
|
4395
|
+
LimitExceededException,
|
|
4396
|
+
ResourceInUseException,
|
|
4410
4397
|
VirtualGatewayClientTlsCertificate,
|
|
4398
|
+
VirtualGatewayTlsValidationContextTrust,
|
|
4411
4399
|
VirtualGatewayConnectionPool,
|
|
4400
|
+
VirtualGatewayPortProtocol,
|
|
4412
4401
|
VirtualGatewayListenerTlsCertificate,
|
|
4413
4402
|
VirtualGatewayListenerTlsMode,
|
|
4414
4403
|
VirtualGatewayListenerTlsValidationContextTrust,
|
|
4415
|
-
|
|
4404
|
+
VirtualGatewayAccessLog,
|
|
4416
4405
|
VirtualGatewayStatusCode,
|
|
4417
|
-
|
|
4406
|
+
DefaultGatewayRouteRewrite,
|
|
4407
|
+
GrpcMetadataMatchMethod,
|
|
4408
|
+
HeaderMatchMethod,
|
|
4409
|
+
HttpMethod,
|
|
4410
|
+
GatewayRouteStatusCode,
|
|
4411
|
+
ClientTlsCertificate,
|
|
4412
|
+
TlsValidationContextTrust,
|
|
4413
|
+
Backend,
|
|
4418
4414
|
VirtualNodeConnectionPool,
|
|
4415
|
+
PortProtocol,
|
|
4416
|
+
DurationUnit,
|
|
4417
|
+
ListenerTimeout,
|
|
4418
|
+
ListenerTlsCertificate,
|
|
4419
|
+
ListenerTlsMode,
|
|
4420
|
+
ListenerTlsValidationContextTrust,
|
|
4421
|
+
DnsResponseType,
|
|
4422
|
+
ServiceDiscovery,
|
|
4419
4423
|
VirtualNodeStatusCode,
|
|
4420
4424
|
VirtualRouterStatusCode,
|
|
4425
|
+
GrpcRouteMetadataMatchMethod,
|
|
4426
|
+
GrpcRetryPolicyEvent,
|
|
4427
|
+
TcpRetryPolicyEvent,
|
|
4428
|
+
HttpScheme,
|
|
4429
|
+
RouteStatusCode,
|
|
4421
4430
|
VirtualServiceProvider,
|
|
4422
4431
|
VirtualServiceStatusCode,
|
|
4423
|
-
|
|
4424
|
-
paginateListGatewayRoutes,
|
|
4425
|
-
paginateListMeshes,
|
|
4426
|
-
paginateListRoutes,
|
|
4427
|
-
paginateListTagsForResource,
|
|
4428
|
-
paginateListVirtualGateways,
|
|
4429
|
-
paginateListVirtualNodes,
|
|
4430
|
-
paginateListVirtualRouters,
|
|
4431
|
-
paginateListVirtualServices
|
|
4432
|
+
TooManyTagsException
|
|
4432
4433
|
});
|
|
4433
4434
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-app-mesh",
|
|
3
3
|
"description": "AWS SDK for JavaScript App Mesh 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-app-mesh",
|
|
@@ -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",
|