@aws-sdk/client-vpc-lattice 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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +33 -32
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5234,11 +5234,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5234
5234
  // Annotate the CommonJS export names for ESM import in node:
5235
5235
 
5236
5236
  0 && (module.exports = {
5237
- AccessDeniedException,
5238
- AuthPolicyState,
5239
- AuthType,
5237
+ VPCLatticeServiceException,
5238
+ __Client,
5239
+ VPCLatticeClient,
5240
+ VPCLattice,
5241
+ $Command,
5240
5242
  BatchUpdateRuleCommand,
5241
- ConflictException,
5242
5243
  CreateAccessLogSubscriptionCommand,
5243
5244
  CreateListenerCommand,
5244
5245
  CreateRuleCommand,
@@ -5268,11 +5269,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5268
5269
  GetServiceNetworkServiceAssociationCommand,
5269
5270
  GetServiceNetworkVpcAssociationCommand,
5270
5271
  GetTargetGroupCommand,
5271
- HeaderMatchType,
5272
- HealthCheckProtocolVersion,
5273
- InternalServerException,
5274
- IpAddressType,
5275
- LambdaEventStructureVersion,
5276
5272
  ListAccessLogSubscriptionsCommand,
5277
5273
  ListListenersCommand,
5278
5274
  ListRulesCommand,
@@ -5283,26 +5279,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5283
5279
  ListTagsForResourceCommand,
5284
5280
  ListTargetGroupsCommand,
5285
5281
  ListTargetsCommand,
5286
- ListenerProtocol,
5287
- Matcher,
5288
- PathMatchType,
5289
5282
  PutAuthPolicyCommand,
5290
5283
  PutResourcePolicyCommand,
5291
5284
  RegisterTargetsCommand,
5292
- ResourceNotFoundException,
5293
- RuleAction,
5294
- RuleMatch,
5295
- ServiceNetworkServiceAssociationStatus,
5296
- ServiceNetworkVpcAssociationStatus,
5297
- ServiceQuotaExceededException,
5298
- ServiceStatus,
5299
5285
  TagResourceCommand,
5300
- TargetGroupProtocol,
5301
- TargetGroupProtocolVersion,
5302
- TargetGroupStatus,
5303
- TargetGroupType,
5304
- TargetStatus,
5305
- ThrottlingException,
5306
5286
  UntagResourceCommand,
5307
5287
  UpdateAccessLogSubscriptionCommand,
5308
5288
  UpdateListenerCommand,
@@ -5311,12 +5291,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5311
5291
  UpdateServiceNetworkCommand,
5312
5292
  UpdateServiceNetworkVpcAssociationCommand,
5313
5293
  UpdateTargetGroupCommand,
5314
- VPCLattice,
5315
- VPCLatticeClient,
5316
- VPCLatticeServiceException,
5317
- ValidationException,
5318
- ValidationExceptionReason,
5319
- __Client,
5320
5294
  paginateListAccessLogSubscriptions,
5321
5295
  paginateListListeners,
5322
5296
  paginateListRules,
@@ -5325,6 +5299,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5325
5299
  paginateListServiceNetworks,
5326
5300
  paginateListServices,
5327
5301
  paginateListTargetGroups,
5328
- 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
5329
5330
  });
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.496.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,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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
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",