@aws-sdk/client-vpc-lattice 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +35 -32
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -5232,12 +5232,14 @@ var paginateListTargets = (0, import_core11.createPaginator)(VPCLatticeClient, L
5232
5232
  // src/index.ts
5233
5233
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5234
5234
  // Annotate the CommonJS export names for ESM import in node:
5235
+
5235
5236
  0 && (module.exports = {
5236
- AccessDeniedException,
5237
- AuthPolicyState,
5238
- AuthType,
5237
+ VPCLatticeServiceException,
5238
+ __Client,
5239
+ VPCLatticeClient,
5240
+ VPCLattice,
5241
+ $Command,
5239
5242
  BatchUpdateRuleCommand,
5240
- ConflictException,
5241
5243
  CreateAccessLogSubscriptionCommand,
5242
5244
  CreateListenerCommand,
5243
5245
  CreateRuleCommand,
@@ -5267,11 +5269,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5267
5269
  GetServiceNetworkServiceAssociationCommand,
5268
5270
  GetServiceNetworkVpcAssociationCommand,
5269
5271
  GetTargetGroupCommand,
5270
- HeaderMatchType,
5271
- HealthCheckProtocolVersion,
5272
- InternalServerException,
5273
- IpAddressType,
5274
- LambdaEventStructureVersion,
5275
5272
  ListAccessLogSubscriptionsCommand,
5276
5273
  ListListenersCommand,
5277
5274
  ListRulesCommand,
@@ -5282,26 +5279,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5282
5279
  ListTagsForResourceCommand,
5283
5280
  ListTargetGroupsCommand,
5284
5281
  ListTargetsCommand,
5285
- ListenerProtocol,
5286
- Matcher,
5287
- PathMatchType,
5288
5282
  PutAuthPolicyCommand,
5289
5283
  PutResourcePolicyCommand,
5290
5284
  RegisterTargetsCommand,
5291
- ResourceNotFoundException,
5292
- RuleAction,
5293
- RuleMatch,
5294
- ServiceNetworkServiceAssociationStatus,
5295
- ServiceNetworkVpcAssociationStatus,
5296
- ServiceQuotaExceededException,
5297
- ServiceStatus,
5298
5285
  TagResourceCommand,
5299
- TargetGroupProtocol,
5300
- TargetGroupProtocolVersion,
5301
- TargetGroupStatus,
5302
- TargetGroupType,
5303
- TargetStatus,
5304
- ThrottlingException,
5305
5286
  UntagResourceCommand,
5306
5287
  UpdateAccessLogSubscriptionCommand,
5307
5288
  UpdateListenerCommand,
@@ -5310,12 +5291,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5310
5291
  UpdateServiceNetworkCommand,
5311
5292
  UpdateServiceNetworkVpcAssociationCommand,
5312
5293
  UpdateTargetGroupCommand,
5313
- VPCLattice,
5314
- VPCLatticeClient,
5315
- VPCLatticeServiceException,
5316
- ValidationException,
5317
- ValidationExceptionReason,
5318
- __Client,
5319
5294
  paginateListAccessLogSubscriptions,
5320
5295
  paginateListListeners,
5321
5296
  paginateListRules,
@@ -5324,5 +5299,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5324
5299
  paginateListServiceNetworks,
5325
5300
  paginateListServices,
5326
5301
  paginateListTargetGroups,
5327
- paginateListTargets
5302
+ paginateListTargets,
5303
+ AccessDeniedException,
5304
+ ConflictException,
5305
+ InternalServerException,
5306
+ ResourceNotFoundException,
5307
+ ThrottlingException,
5308
+ ValidationExceptionReason,
5309
+ ValidationException,
5310
+ AuthPolicyState,
5311
+ AuthType,
5312
+ RuleAction,
5313
+ HeaderMatchType,
5314
+ PathMatchType,
5315
+ RuleMatch,
5316
+ ListenerProtocol,
5317
+ ServiceQuotaExceededException,
5318
+ ServiceStatus,
5319
+ ServiceNetworkServiceAssociationStatus,
5320
+ ServiceNetworkVpcAssociationStatus,
5321
+ Matcher,
5322
+ TargetGroupProtocol,
5323
+ HealthCheckProtocolVersion,
5324
+ IpAddressType,
5325
+ LambdaEventStructureVersion,
5326
+ TargetGroupProtocolVersion,
5327
+ TargetGroupType,
5328
+ TargetGroupStatus,
5329
+ TargetStatus
5328
5330
  });
5331
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-vpc-lattice",
3
3
  "description": "AWS SDK for JavaScript Vpc Lattice Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
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-vpc-lattice",
@@ -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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
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.0",
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",