@aws-sdk/client-elastic-load-balancing-v2 3.297.0 → 3.298.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/commands/AddListenerCertificatesCommand.js +2 -3
- package/dist-cjs/commands/AddTagsCommand.js +2 -3
- package/dist-cjs/commands/CreateListenerCommand.js +2 -3
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/CreateRuleCommand.js +2 -3
- package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteListenerCommand.js +2 -3
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -3
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -3
- package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -3
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -3
- package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -3
- package/dist-cjs/commands/DescribeListenersCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -3
- package/dist-cjs/commands/DescribeRulesCommand.js +2 -3
- package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
- package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -3
- package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -3
- package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -3
- package/dist-cjs/commands/ModifyListenerCommand.js +2 -3
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/dist-cjs/commands/ModifyRuleCommand.js +2 -3
- package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -3
- package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -3
- package/dist-cjs/commands/RegisterTargetsCommand.js +2 -3
- package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -3
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -3
- package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -3
- package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -3
- package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -3
- package/dist-cjs/commands/SetSubnetsCommand.js +2 -3
- package/dist-cjs/models/models_0.js +0 -423
- package/dist-es/commands/AddListenerCertificatesCommand.js +2 -3
- package/dist-es/commands/AddTagsCommand.js +2 -3
- package/dist-es/commands/CreateListenerCommand.js +2 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -3
- package/dist-es/commands/CreateRuleCommand.js +2 -3
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -3
- package/dist-es/commands/DeleteListenerCommand.js +2 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -3
- package/dist-es/commands/DeleteRuleCommand.js +2 -3
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -3
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -3
- package/dist-es/commands/DescribeListenerCertificatesCommand.js +2 -3
- package/dist-es/commands/DescribeListenersCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -3
- package/dist-es/commands/DescribeRulesCommand.js +2 -3
- package/dist-es/commands/DescribeSSLPoliciesCommand.js +2 -3
- package/dist-es/commands/DescribeTagsCommand.js +2 -3
- package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +2 -3
- package/dist-es/commands/DescribeTargetGroupsCommand.js +2 -3
- package/dist-es/commands/DescribeTargetHealthCommand.js +2 -3
- package/dist-es/commands/ModifyListenerCommand.js +2 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
- package/dist-es/commands/ModifyRuleCommand.js +2 -3
- package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +2 -3
- package/dist-es/commands/ModifyTargetGroupCommand.js +2 -3
- package/dist-es/commands/RegisterTargetsCommand.js +2 -3
- package/dist-es/commands/RemoveListenerCertificatesCommand.js +2 -3
- package/dist-es/commands/RemoveTagsCommand.js +2 -3
- package/dist-es/commands/SetIpAddressTypeCommand.js +2 -3
- package/dist-es/commands/SetRulePrioritiesCommand.js +2 -3
- package/dist-es/commands/SetSecurityGroupsCommand.js +2 -3
- package/dist-es/commands/SetSubnetsCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -315
- package/dist-types/models/models_0.d.ts +0 -420
- package/dist-types/ts3.4/models/models_0.d.ts +0 -289
- package/package.json +4 -3
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo elastic-load-balancing-v2"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|