@aws-sdk/client-elastic-load-balancing 3.496.0 → 3.501.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 +30 -29
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4691,11 +4691,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4691
4691
  // Annotate the CommonJS export names for ESM import in node:
4692
4692
 
4693
4693
  0 && (module.exports = {
4694
- AccessPointNotFoundException,
4694
+ ElasticLoadBalancingServiceException,
4695
+ __Client,
4696
+ ElasticLoadBalancingClient,
4697
+ ElasticLoadBalancing,
4698
+ $Command,
4695
4699
  AddTagsCommand,
4696
4700
  ApplySecurityGroupsToLoadBalancerCommand,
4697
4701
  AttachLoadBalancerToSubnetsCommand,
4698
- CertificateNotFoundException,
4699
4702
  ConfigureHealthCheckCommand,
4700
4703
  CreateAppCookieStickinessPolicyCommand,
4701
4704
  CreateLBCookieStickinessPolicyCommand,
@@ -4705,7 +4708,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4705
4708
  DeleteLoadBalancerCommand,
4706
4709
  DeleteLoadBalancerListenersCommand,
4707
4710
  DeleteLoadBalancerPolicyCommand,
4708
- DependencyThrottleException,
4709
4711
  DeregisterInstancesFromLoadBalancerCommand,
4710
4712
  DescribeAccountLimitsCommand,
4711
4713
  DescribeInstanceHealthCommand,
@@ -4716,42 +4718,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4716
4718
  DescribeTagsCommand,
4717
4719
  DetachLoadBalancerFromSubnetsCommand,
4718
4720
  DisableAvailabilityZonesForLoadBalancerCommand,
4719
- DuplicateAccessPointNameException,
4720
- DuplicateListenerException,
4721
- DuplicatePolicyNameException,
4722
- DuplicateTagKeysException,
4723
- ElasticLoadBalancing,
4724
- ElasticLoadBalancingClient,
4725
- ElasticLoadBalancingServiceException,
4726
4721
  EnableAvailabilityZonesForLoadBalancerCommand,
4727
- InvalidConfigurationRequestException,
4728
- InvalidEndPointException,
4729
- InvalidSchemeException,
4730
- InvalidSecurityGroupException,
4731
- InvalidSubnetException,
4732
- ListenerNotFoundException,
4733
- LoadBalancerAttributeNotFoundException,
4734
4722
  ModifyLoadBalancerAttributesCommand,
4735
- OperationNotPermittedException,
4736
- PolicyNotFoundException,
4737
- PolicyTypeNotFoundException,
4738
4723
  RegisterInstancesWithLoadBalancerCommand,
4739
4724
  RemoveTagsCommand,
4740
4725
  SetLoadBalancerListenerSSLCertificateCommand,
4741
4726
  SetLoadBalancerPoliciesForBackendServerCommand,
4742
4727
  SetLoadBalancerPoliciesOfListenerCommand,
4743
- SubnetNotFoundException,
4744
- TooManyAccessPointsException,
4745
- TooManyPoliciesException,
4746
- TooManyTagsException,
4747
- UnsupportedProtocolException,
4748
- __Client,
4749
4728
  paginateDescribeLoadBalancers,
4750
4729
  waitForAnyInstanceInService,
4751
- waitForInstanceDeregistered,
4752
- waitForInstanceInService,
4753
4730
  waitUntilAnyInstanceInService,
4731
+ waitForInstanceDeregistered,
4754
4732
  waitUntilInstanceDeregistered,
4755
- waitUntilInstanceInService
4733
+ waitForInstanceInService,
4734
+ waitUntilInstanceInService,
4735
+ AccessPointNotFoundException,
4736
+ DuplicateTagKeysException,
4737
+ TooManyTagsException,
4738
+ InvalidConfigurationRequestException,
4739
+ InvalidSecurityGroupException,
4740
+ InvalidSubnetException,
4741
+ SubnetNotFoundException,
4742
+ CertificateNotFoundException,
4743
+ DuplicatePolicyNameException,
4744
+ TooManyPoliciesException,
4745
+ DuplicateAccessPointNameException,
4746
+ InvalidSchemeException,
4747
+ OperationNotPermittedException,
4748
+ TooManyAccessPointsException,
4749
+ UnsupportedProtocolException,
4750
+ DuplicateListenerException,
4751
+ PolicyTypeNotFoundException,
4752
+ DependencyThrottleException,
4753
+ InvalidEndPointException,
4754
+ LoadBalancerAttributeNotFoundException,
4755
+ PolicyNotFoundException,
4756
+ ListenerNotFoundException
4756
4757
  });
4757
4758
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-elastic-load-balancing",
@@ -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.501.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.501.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",