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