@aws-sdk/client-elastic-load-balancing-v2 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 +77 -76
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -8704,18 +8704,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8704
8704
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8705
8705
|
|
|
8706
8706
|
0 && (module.exports = {
|
|
8707
|
-
|
|
8708
|
-
|
|
8707
|
+
ElasticLoadBalancingV2ServiceException,
|
|
8708
|
+
__Client,
|
|
8709
|
+
ElasticLoadBalancingV2Client,
|
|
8710
|
+
ElasticLoadBalancingV2,
|
|
8711
|
+
$Command,
|
|
8709
8712
|
AddListenerCertificatesCommand,
|
|
8710
8713
|
AddTagsCommand,
|
|
8711
8714
|
AddTrustStoreRevocationsCommand,
|
|
8712
|
-
AllocationIdNotFoundException,
|
|
8713
|
-
AnomalyResultEnum,
|
|
8714
|
-
AuthenticateCognitoActionConditionalBehaviorEnum,
|
|
8715
|
-
AuthenticateOidcActionConditionalBehaviorEnum,
|
|
8716
|
-
AvailabilityZoneNotSupportedException,
|
|
8717
|
-
CaCertificatesBundleNotFoundException,
|
|
8718
|
-
CertificateNotFoundException,
|
|
8719
8715
|
CreateListenerCommand,
|
|
8720
8716
|
CreateLoadBalancerCommand,
|
|
8721
8717
|
CreateRuleCommand,
|
|
@@ -8738,87 +8734,25 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8738
8734
|
DescribeTargetGroupAttributesCommand,
|
|
8739
8735
|
DescribeTargetGroupsCommand,
|
|
8740
8736
|
DescribeTargetHealthCommand,
|
|
8741
|
-
DescribeTargetHealthInputIncludeEnum,
|
|
8742
8737
|
DescribeTrustStoreAssociationsCommand,
|
|
8743
8738
|
DescribeTrustStoreRevocationsCommand,
|
|
8744
8739
|
DescribeTrustStoresCommand,
|
|
8745
|
-
DuplicateListenerException,
|
|
8746
|
-
DuplicateLoadBalancerNameException,
|
|
8747
|
-
DuplicateTagKeysException,
|
|
8748
|
-
DuplicateTargetGroupNameException,
|
|
8749
|
-
DuplicateTrustStoreNameException,
|
|
8750
|
-
ElasticLoadBalancingV2,
|
|
8751
|
-
ElasticLoadBalancingV2Client,
|
|
8752
|
-
ElasticLoadBalancingV2ServiceException,
|
|
8753
|
-
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum,
|
|
8754
8740
|
GetTrustStoreCaCertificatesBundleCommand,
|
|
8755
8741
|
GetTrustStoreRevocationContentCommand,
|
|
8756
|
-
HealthUnavailableException,
|
|
8757
|
-
IncompatibleProtocolsException,
|
|
8758
|
-
InvalidCaCertificatesBundleException,
|
|
8759
|
-
InvalidConfigurationRequestException,
|
|
8760
|
-
InvalidLoadBalancerActionException,
|
|
8761
|
-
InvalidRevocationContentException,
|
|
8762
|
-
InvalidSchemeException,
|
|
8763
|
-
InvalidSecurityGroupException,
|
|
8764
|
-
InvalidSubnetException,
|
|
8765
|
-
InvalidTargetException,
|
|
8766
|
-
IpAddressType,
|
|
8767
|
-
ListenerNotFoundException,
|
|
8768
|
-
LoadBalancerNotFoundException,
|
|
8769
|
-
LoadBalancerSchemeEnum,
|
|
8770
|
-
LoadBalancerStateEnum,
|
|
8771
|
-
LoadBalancerTypeEnum,
|
|
8772
|
-
MitigationInEffectEnum,
|
|
8773
8742
|
ModifyListenerCommand,
|
|
8774
8743
|
ModifyLoadBalancerAttributesCommand,
|
|
8775
8744
|
ModifyRuleCommand,
|
|
8776
8745
|
ModifyTargetGroupAttributesCommand,
|
|
8777
8746
|
ModifyTargetGroupCommand,
|
|
8778
8747
|
ModifyTrustStoreCommand,
|
|
8779
|
-
OperationNotPermittedException,
|
|
8780
|
-
PriorityInUseException,
|
|
8781
|
-
ProtocolEnum,
|
|
8782
|
-
RedirectActionStatusCodeEnum,
|
|
8783
8748
|
RegisterTargetsCommand,
|
|
8784
8749
|
RemoveListenerCertificatesCommand,
|
|
8785
8750
|
RemoveTagsCommand,
|
|
8786
8751
|
RemoveTrustStoreRevocationsCommand,
|
|
8787
|
-
ResourceInUseException,
|
|
8788
|
-
RevocationContentNotFoundException,
|
|
8789
|
-
RevocationIdNotFoundException,
|
|
8790
|
-
RevocationType,
|
|
8791
|
-
RuleNotFoundException,
|
|
8792
|
-
SSLPolicyNotFoundException,
|
|
8793
8752
|
SetIpAddressTypeCommand,
|
|
8794
8753
|
SetRulePrioritiesCommand,
|
|
8795
8754
|
SetSecurityGroupsCommand,
|
|
8796
8755
|
SetSubnetsCommand,
|
|
8797
|
-
SubnetNotFoundException,
|
|
8798
|
-
TargetGroupAssociationLimitException,
|
|
8799
|
-
TargetGroupIpAddressTypeEnum,
|
|
8800
|
-
TargetGroupNotFoundException,
|
|
8801
|
-
TargetHealthReasonEnum,
|
|
8802
|
-
TargetHealthStateEnum,
|
|
8803
|
-
TargetTypeEnum,
|
|
8804
|
-
TooManyActionsException,
|
|
8805
|
-
TooManyCertificatesException,
|
|
8806
|
-
TooManyListenersException,
|
|
8807
|
-
TooManyLoadBalancersException,
|
|
8808
|
-
TooManyRegistrationsForTargetIdException,
|
|
8809
|
-
TooManyRulesException,
|
|
8810
|
-
TooManyTagsException,
|
|
8811
|
-
TooManyTargetGroupsException,
|
|
8812
|
-
TooManyTargetsException,
|
|
8813
|
-
TooManyTrustStoreRevocationEntriesException,
|
|
8814
|
-
TooManyTrustStoresException,
|
|
8815
|
-
TooManyUniqueTargetGroupsPerLoadBalancerException,
|
|
8816
|
-
TrustStoreInUseException,
|
|
8817
|
-
TrustStoreNotFoundException,
|
|
8818
|
-
TrustStoreNotReadyException,
|
|
8819
|
-
TrustStoreStatus,
|
|
8820
|
-
UnsupportedProtocolException,
|
|
8821
|
-
__Client,
|
|
8822
8756
|
paginateDescribeListeners,
|
|
8823
8757
|
paginateDescribeLoadBalancers,
|
|
8824
8758
|
paginateDescribeTargetGroups,
|
|
@@ -8826,14 +8760,81 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
8826
8760
|
paginateDescribeTrustStoreRevocations,
|
|
8827
8761
|
paginateDescribeTrustStores,
|
|
8828
8762
|
waitForLoadBalancerAvailable,
|
|
8829
|
-
waitForLoadBalancerExists,
|
|
8830
|
-
waitForLoadBalancersDeleted,
|
|
8831
|
-
waitForTargetDeregistered,
|
|
8832
|
-
waitForTargetInService,
|
|
8833
8763
|
waitUntilLoadBalancerAvailable,
|
|
8764
|
+
waitForLoadBalancerExists,
|
|
8834
8765
|
waitUntilLoadBalancerExists,
|
|
8766
|
+
waitForLoadBalancersDeleted,
|
|
8835
8767
|
waitUntilLoadBalancersDeleted,
|
|
8768
|
+
waitForTargetDeregistered,
|
|
8836
8769
|
waitUntilTargetDeregistered,
|
|
8837
|
-
|
|
8770
|
+
waitForTargetInService,
|
|
8771
|
+
waitUntilTargetInService,
|
|
8772
|
+
AuthenticateCognitoActionConditionalBehaviorEnum,
|
|
8773
|
+
AuthenticateOidcActionConditionalBehaviorEnum,
|
|
8774
|
+
RedirectActionStatusCodeEnum,
|
|
8775
|
+
ActionTypeEnum,
|
|
8776
|
+
CertificateNotFoundException,
|
|
8777
|
+
ListenerNotFoundException,
|
|
8778
|
+
TooManyCertificatesException,
|
|
8779
|
+
DuplicateTagKeysException,
|
|
8780
|
+
LoadBalancerNotFoundException,
|
|
8781
|
+
RuleNotFoundException,
|
|
8782
|
+
TargetGroupNotFoundException,
|
|
8783
|
+
TooManyTagsException,
|
|
8784
|
+
TrustStoreNotFoundException,
|
|
8785
|
+
RevocationType,
|
|
8786
|
+
InvalidRevocationContentException,
|
|
8787
|
+
RevocationContentNotFoundException,
|
|
8788
|
+
TooManyTrustStoreRevocationEntriesException,
|
|
8789
|
+
AllocationIdNotFoundException,
|
|
8790
|
+
ALPNPolicyNotSupportedException,
|
|
8791
|
+
MitigationInEffectEnum,
|
|
8792
|
+
AnomalyResultEnum,
|
|
8793
|
+
AvailabilityZoneNotSupportedException,
|
|
8794
|
+
CaCertificatesBundleNotFoundException,
|
|
8795
|
+
ProtocolEnum,
|
|
8796
|
+
DuplicateListenerException,
|
|
8797
|
+
IncompatibleProtocolsException,
|
|
8798
|
+
InvalidConfigurationRequestException,
|
|
8799
|
+
InvalidLoadBalancerActionException,
|
|
8800
|
+
SSLPolicyNotFoundException,
|
|
8801
|
+
TargetGroupAssociationLimitException,
|
|
8802
|
+
TooManyActionsException,
|
|
8803
|
+
TooManyListenersException,
|
|
8804
|
+
TooManyRegistrationsForTargetIdException,
|
|
8805
|
+
TooManyTargetsException,
|
|
8806
|
+
TooManyUniqueTargetGroupsPerLoadBalancerException,
|
|
8807
|
+
TrustStoreNotReadyException,
|
|
8808
|
+
UnsupportedProtocolException,
|
|
8809
|
+
IpAddressType,
|
|
8810
|
+
LoadBalancerSchemeEnum,
|
|
8811
|
+
LoadBalancerTypeEnum,
|
|
8812
|
+
LoadBalancerStateEnum,
|
|
8813
|
+
DuplicateLoadBalancerNameException,
|
|
8814
|
+
InvalidSchemeException,
|
|
8815
|
+
InvalidSecurityGroupException,
|
|
8816
|
+
InvalidSubnetException,
|
|
8817
|
+
OperationNotPermittedException,
|
|
8818
|
+
ResourceInUseException,
|
|
8819
|
+
SubnetNotFoundException,
|
|
8820
|
+
TooManyLoadBalancersException,
|
|
8821
|
+
PriorityInUseException,
|
|
8822
|
+
TooManyRulesException,
|
|
8823
|
+
TooManyTargetGroupsException,
|
|
8824
|
+
TargetGroupIpAddressTypeEnum,
|
|
8825
|
+
TargetTypeEnum,
|
|
8826
|
+
DuplicateTargetGroupNameException,
|
|
8827
|
+
TrustStoreStatus,
|
|
8828
|
+
DuplicateTrustStoreNameException,
|
|
8829
|
+
InvalidCaCertificatesBundleException,
|
|
8830
|
+
TooManyTrustStoresException,
|
|
8831
|
+
TrustStoreInUseException,
|
|
8832
|
+
InvalidTargetException,
|
|
8833
|
+
DescribeTargetHealthInputIncludeEnum,
|
|
8834
|
+
TargetHealthReasonEnum,
|
|
8835
|
+
TargetHealthStateEnum,
|
|
8836
|
+
HealthUnavailableException,
|
|
8837
|
+
RevocationIdNotFoundException,
|
|
8838
|
+
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
|
|
8838
8839
|
});
|
|
8839
8840
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 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-elastic-load-balancing-v2",
|
|
@@ -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",
|