@aws-sdk/client-app-mesh 3.495.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 +53 -50
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -4327,15 +4327,13 @@ var paginateListVirtualServices = (0, import_core.createPaginator)(AppMeshClient
|
|
|
4327
4327
|
// src/index.ts
|
|
4328
4328
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4329
4329
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4330
|
+
|
|
4330
4331
|
0 && (module.exports = {
|
|
4331
|
-
AccessLog,
|
|
4332
|
-
AppMesh,
|
|
4333
|
-
AppMeshClient,
|
|
4334
4332
|
AppMeshServiceException,
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4333
|
+
__Client,
|
|
4334
|
+
AppMeshClient,
|
|
4335
|
+
AppMesh,
|
|
4336
|
+
$Command,
|
|
4339
4337
|
CreateGatewayRouteCommand,
|
|
4340
4338
|
CreateMeshCommand,
|
|
4341
4339
|
CreateRouteCommand,
|
|
@@ -4343,7 +4341,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4343
4341
|
CreateVirtualNodeCommand,
|
|
4344
4342
|
CreateVirtualRouterCommand,
|
|
4345
4343
|
CreateVirtualServiceCommand,
|
|
4346
|
-
DefaultGatewayRouteRewrite,
|
|
4347
4344
|
DeleteGatewayRouteCommand,
|
|
4348
4345
|
DeleteMeshCommand,
|
|
4349
4346
|
DeleteRouteCommand,
|
|
@@ -4358,20 +4355,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4358
4355
|
DescribeVirtualNodeCommand,
|
|
4359
4356
|
DescribeVirtualRouterCommand,
|
|
4360
4357
|
DescribeVirtualServiceCommand,
|
|
4361
|
-
DnsResponseType,
|
|
4362
|
-
DurationUnit,
|
|
4363
|
-
EgressFilterType,
|
|
4364
|
-
ForbiddenException,
|
|
4365
|
-
GatewayRouteStatusCode,
|
|
4366
|
-
GrpcMetadataMatchMethod,
|
|
4367
|
-
GrpcRetryPolicyEvent,
|
|
4368
|
-
GrpcRouteMetadataMatchMethod,
|
|
4369
|
-
HeaderMatchMethod,
|
|
4370
|
-
HttpMethod,
|
|
4371
|
-
HttpScheme,
|
|
4372
|
-
InternalServerErrorException,
|
|
4373
|
-
IpPreference,
|
|
4374
|
-
LimitExceededException,
|
|
4375
4358
|
ListGatewayRoutesCommand,
|
|
4376
4359
|
ListMeshesCommand,
|
|
4377
4360
|
ListRoutesCommand,
|
|
@@ -4380,23 +4363,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4380
4363
|
ListVirtualNodesCommand,
|
|
4381
4364
|
ListVirtualRoutersCommand,
|
|
4382
4365
|
ListVirtualServicesCommand,
|
|
4383
|
-
ListenerTimeout,
|
|
4384
|
-
ListenerTlsCertificate,
|
|
4385
|
-
ListenerTlsMode,
|
|
4386
|
-
ListenerTlsValidationContextTrust,
|
|
4387
|
-
LoggingFormat,
|
|
4388
|
-
MeshStatusCode,
|
|
4389
|
-
NotFoundException,
|
|
4390
|
-
PortProtocol,
|
|
4391
|
-
ResourceInUseException,
|
|
4392
|
-
RouteStatusCode,
|
|
4393
|
-
ServiceDiscovery,
|
|
4394
|
-
ServiceUnavailableException,
|
|
4395
4366
|
TagResourceCommand,
|
|
4396
|
-
TcpRetryPolicyEvent,
|
|
4397
|
-
TlsValidationContextTrust,
|
|
4398
|
-
TooManyRequestsException,
|
|
4399
|
-
TooManyTagsException,
|
|
4400
4367
|
UntagResourceCommand,
|
|
4401
4368
|
UpdateGatewayRouteCommand,
|
|
4402
4369
|
UpdateMeshCommand,
|
|
@@ -4405,27 +4372,63 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4405
4372
|
UpdateVirtualNodeCommand,
|
|
4406
4373
|
UpdateVirtualRouterCommand,
|
|
4407
4374
|
UpdateVirtualServiceCommand,
|
|
4408
|
-
|
|
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,
|
|
4409
4397
|
VirtualGatewayClientTlsCertificate,
|
|
4398
|
+
VirtualGatewayTlsValidationContextTrust,
|
|
4410
4399
|
VirtualGatewayConnectionPool,
|
|
4400
|
+
VirtualGatewayPortProtocol,
|
|
4411
4401
|
VirtualGatewayListenerTlsCertificate,
|
|
4412
4402
|
VirtualGatewayListenerTlsMode,
|
|
4413
4403
|
VirtualGatewayListenerTlsValidationContextTrust,
|
|
4414
|
-
|
|
4404
|
+
VirtualGatewayAccessLog,
|
|
4415
4405
|
VirtualGatewayStatusCode,
|
|
4416
|
-
|
|
4406
|
+
DefaultGatewayRouteRewrite,
|
|
4407
|
+
GrpcMetadataMatchMethod,
|
|
4408
|
+
HeaderMatchMethod,
|
|
4409
|
+
HttpMethod,
|
|
4410
|
+
GatewayRouteStatusCode,
|
|
4411
|
+
ClientTlsCertificate,
|
|
4412
|
+
TlsValidationContextTrust,
|
|
4413
|
+
Backend,
|
|
4417
4414
|
VirtualNodeConnectionPool,
|
|
4415
|
+
PortProtocol,
|
|
4416
|
+
DurationUnit,
|
|
4417
|
+
ListenerTimeout,
|
|
4418
|
+
ListenerTlsCertificate,
|
|
4419
|
+
ListenerTlsMode,
|
|
4420
|
+
ListenerTlsValidationContextTrust,
|
|
4421
|
+
DnsResponseType,
|
|
4422
|
+
ServiceDiscovery,
|
|
4418
4423
|
VirtualNodeStatusCode,
|
|
4419
4424
|
VirtualRouterStatusCode,
|
|
4425
|
+
GrpcRouteMetadataMatchMethod,
|
|
4426
|
+
GrpcRetryPolicyEvent,
|
|
4427
|
+
TcpRetryPolicyEvent,
|
|
4428
|
+
HttpScheme,
|
|
4429
|
+
RouteStatusCode,
|
|
4420
4430
|
VirtualServiceProvider,
|
|
4421
4431
|
VirtualServiceStatusCode,
|
|
4422
|
-
|
|
4423
|
-
paginateListGatewayRoutes,
|
|
4424
|
-
paginateListMeshes,
|
|
4425
|
-
paginateListRoutes,
|
|
4426
|
-
paginateListTagsForResource,
|
|
4427
|
-
paginateListVirtualGateways,
|
|
4428
|
-
paginateListVirtualNodes,
|
|
4429
|
-
paginateListVirtualRouters,
|
|
4430
|
-
paginateListVirtualServices
|
|
4432
|
+
TooManyTagsException
|
|
4431
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,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0",
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|