@aws-sdk/client-elastic-load-balancing-v2 3.37.0 → 3.38.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/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
12
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
13
+
14
+
15
+
16
+
17
+
6
18
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
19
 
8
20
 
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AddListenerCertificatesCommand"), exports);
5
+ tslib_1.__exportStar(require("./AddTagsCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateListenerCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateLoadBalancerCommand"), exports);
8
+ tslib_1.__exportStar(require("./CreateRuleCommand"), exports);
9
+ tslib_1.__exportStar(require("./CreateTargetGroupCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteListenerCommand"), exports);
11
+ tslib_1.__exportStar(require("./DeleteLoadBalancerCommand"), exports);
12
+ tslib_1.__exportStar(require("./DeleteRuleCommand"), exports);
13
+ tslib_1.__exportStar(require("./DeleteTargetGroupCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeregisterTargetsCommand"), exports);
15
+ tslib_1.__exportStar(require("./DescribeAccountLimitsCommand"), exports);
16
+ tslib_1.__exportStar(require("./DescribeListenerCertificatesCommand"), exports);
17
+ tslib_1.__exportStar(require("./DescribeListenersCommand"), exports);
18
+ tslib_1.__exportStar(require("./DescribeLoadBalancerAttributesCommand"), exports);
19
+ tslib_1.__exportStar(require("./DescribeLoadBalancersCommand"), exports);
20
+ tslib_1.__exportStar(require("./DescribeRulesCommand"), exports);
21
+ tslib_1.__exportStar(require("./DescribeSSLPoliciesCommand"), exports);
22
+ tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
23
+ tslib_1.__exportStar(require("./DescribeTargetGroupAttributesCommand"), exports);
24
+ tslib_1.__exportStar(require("./DescribeTargetGroupsCommand"), exports);
25
+ tslib_1.__exportStar(require("./DescribeTargetHealthCommand"), exports);
26
+ tslib_1.__exportStar(require("./ModifyListenerCommand"), exports);
27
+ tslib_1.__exportStar(require("./ModifyLoadBalancerAttributesCommand"), exports);
28
+ tslib_1.__exportStar(require("./ModifyRuleCommand"), exports);
29
+ tslib_1.__exportStar(require("./ModifyTargetGroupAttributesCommand"), exports);
30
+ tslib_1.__exportStar(require("./ModifyTargetGroupCommand"), exports);
31
+ tslib_1.__exportStar(require("./RegisterTargetsCommand"), exports);
32
+ tslib_1.__exportStar(require("./RemoveListenerCertificatesCommand"), exports);
33
+ tslib_1.__exportStar(require("./RemoveTagsCommand"), exports);
34
+ tslib_1.__exportStar(require("./SetIpAddressTypeCommand"), exports);
35
+ tslib_1.__exportStar(require("./SetRulePrioritiesCommand"), exports);
36
+ tslib_1.__exportStar(require("./SetSecurityGroupsCommand"), exports);
37
+ tslib_1.__exportStar(require("./SetSubnetsCommand"), exports);
package/dist-cjs/index.js CHANGED
@@ -1,49 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./ElasticLoadBalancingV2Client"), exports);
5
4
  tslib_1.__exportStar(require("./ElasticLoadBalancingV2"), exports);
6
- tslib_1.__exportStar(require("./commands/AddListenerCertificatesCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/AddTagsCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateListenerCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateLoadBalancerCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/CreateRuleCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/CreateTargetGroupCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteListenerCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DeleteLoadBalancerCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/DeleteRuleCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DeleteTargetGroupCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeregisterTargetsCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DescribeAccountLimitsCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DescribeListenerCertificatesCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DescribeListenersCommand"), exports);
20
- tslib_1.__exportStar(require("./pagination/DescribeListenersPaginator"), exports);
21
- tslib_1.__exportStar(require("./commands/DescribeLoadBalancerAttributesCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/DescribeLoadBalancersCommand"), exports);
23
- tslib_1.__exportStar(require("./pagination/DescribeLoadBalancersPaginator"), exports);
24
- tslib_1.__exportStar(require("./waiters/waitForLoadBalancerAvailable"), exports);
25
- tslib_1.__exportStar(require("./waiters/waitForLoadBalancerExists"), exports);
26
- tslib_1.__exportStar(require("./waiters/waitForLoadBalancersDeleted"), exports);
27
- tslib_1.__exportStar(require("./commands/DescribeRulesCommand"), exports);
28
- tslib_1.__exportStar(require("./commands/DescribeSSLPoliciesCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/DescribeTagsCommand"), exports);
30
- tslib_1.__exportStar(require("./commands/DescribeTargetGroupAttributesCommand"), exports);
31
- tslib_1.__exportStar(require("./commands/DescribeTargetGroupsCommand"), exports);
32
- tslib_1.__exportStar(require("./pagination/DescribeTargetGroupsPaginator"), exports);
33
- tslib_1.__exportStar(require("./commands/DescribeTargetHealthCommand"), exports);
34
- tslib_1.__exportStar(require("./waiters/waitForTargetDeregistered"), exports);
35
- tslib_1.__exportStar(require("./waiters/waitForTargetInService"), exports);
36
- tslib_1.__exportStar(require("./commands/ModifyListenerCommand"), exports);
37
- tslib_1.__exportStar(require("./commands/ModifyLoadBalancerAttributesCommand"), exports);
38
- tslib_1.__exportStar(require("./commands/ModifyRuleCommand"), exports);
39
- tslib_1.__exportStar(require("./commands/ModifyTargetGroupCommand"), exports);
40
- tslib_1.__exportStar(require("./commands/ModifyTargetGroupAttributesCommand"), exports);
41
- tslib_1.__exportStar(require("./commands/RegisterTargetsCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/RemoveListenerCertificatesCommand"), exports);
43
- tslib_1.__exportStar(require("./commands/RemoveTagsCommand"), exports);
44
- tslib_1.__exportStar(require("./commands/SetIpAddressTypeCommand"), exports);
45
- tslib_1.__exportStar(require("./commands/SetRulePrioritiesCommand"), exports);
46
- tslib_1.__exportStar(require("./commands/SetSecurityGroupsCommand"), exports);
47
- tslib_1.__exportStar(require("./commands/SetSubnetsCommand"), exports);
48
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
49
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./ElasticLoadBalancingV2Client"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./waiters"), exports);
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./DescribeListenersPaginator"), exports);
5
+ tslib_1.__exportStar(require("./DescribeLoadBalancersPaginator"), exports);
6
+ tslib_1.__exportStar(require("./DescribeTargetGroupsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./Interfaces"), exports);
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./waitForLoadBalancerAvailable"), exports);
5
+ tslib_1.__exportStar(require("./waitForLoadBalancerExists"), exports);
6
+ tslib_1.__exportStar(require("./waitForLoadBalancersDeleted"), exports);
7
+ tslib_1.__exportStar(require("./waitForTargetDeregistered"), exports);
8
+ tslib_1.__exportStar(require("./waitForTargetInService"), exports);
@@ -0,0 +1,34 @@
1
+ export * from "./AddListenerCertificatesCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreateListenerCommand";
4
+ export * from "./CreateLoadBalancerCommand";
5
+ export * from "./CreateRuleCommand";
6
+ export * from "./CreateTargetGroupCommand";
7
+ export * from "./DeleteListenerCommand";
8
+ export * from "./DeleteLoadBalancerCommand";
9
+ export * from "./DeleteRuleCommand";
10
+ export * from "./DeleteTargetGroupCommand";
11
+ export * from "./DeregisterTargetsCommand";
12
+ export * from "./DescribeAccountLimitsCommand";
13
+ export * from "./DescribeListenerCertificatesCommand";
14
+ export * from "./DescribeListenersCommand";
15
+ export * from "./DescribeLoadBalancerAttributesCommand";
16
+ export * from "./DescribeLoadBalancersCommand";
17
+ export * from "./DescribeRulesCommand";
18
+ export * from "./DescribeSSLPoliciesCommand";
19
+ export * from "./DescribeTagsCommand";
20
+ export * from "./DescribeTargetGroupAttributesCommand";
21
+ export * from "./DescribeTargetGroupsCommand";
22
+ export * from "./DescribeTargetHealthCommand";
23
+ export * from "./ModifyListenerCommand";
24
+ export * from "./ModifyLoadBalancerAttributesCommand";
25
+ export * from "./ModifyRuleCommand";
26
+ export * from "./ModifyTargetGroupAttributesCommand";
27
+ export * from "./ModifyTargetGroupCommand";
28
+ export * from "./RegisterTargetsCommand";
29
+ export * from "./RemoveListenerCertificatesCommand";
30
+ export * from "./RemoveTagsCommand";
31
+ export * from "./SetIpAddressTypeCommand";
32
+ export * from "./SetRulePrioritiesCommand";
33
+ export * from "./SetSecurityGroupsCommand";
34
+ export * from "./SetSubnetsCommand";
package/dist-es/index.js CHANGED
@@ -1,46 +1,6 @@
1
- export * from "./ElasticLoadBalancingV2Client";
2
1
  export * from "./ElasticLoadBalancingV2";
3
- export * from "./commands/AddListenerCertificatesCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreateListenerCommand";
6
- export * from "./commands/CreateLoadBalancerCommand";
7
- export * from "./commands/CreateRuleCommand";
8
- export * from "./commands/CreateTargetGroupCommand";
9
- export * from "./commands/DeleteListenerCommand";
10
- export * from "./commands/DeleteLoadBalancerCommand";
11
- export * from "./commands/DeleteRuleCommand";
12
- export * from "./commands/DeleteTargetGroupCommand";
13
- export * from "./commands/DeregisterTargetsCommand";
14
- export * from "./commands/DescribeAccountLimitsCommand";
15
- export * from "./commands/DescribeListenerCertificatesCommand";
16
- export * from "./commands/DescribeListenersCommand";
17
- export * from "./pagination/DescribeListenersPaginator";
18
- export * from "./commands/DescribeLoadBalancerAttributesCommand";
19
- export * from "./commands/DescribeLoadBalancersCommand";
20
- export * from "./pagination/DescribeLoadBalancersPaginator";
21
- export * from "./waiters/waitForLoadBalancerAvailable";
22
- export * from "./waiters/waitForLoadBalancerExists";
23
- export * from "./waiters/waitForLoadBalancersDeleted";
24
- export * from "./commands/DescribeRulesCommand";
25
- export * from "./commands/DescribeSSLPoliciesCommand";
26
- export * from "./commands/DescribeTagsCommand";
27
- export * from "./commands/DescribeTargetGroupAttributesCommand";
28
- export * from "./commands/DescribeTargetGroupsCommand";
29
- export * from "./pagination/DescribeTargetGroupsPaginator";
30
- export * from "./commands/DescribeTargetHealthCommand";
31
- export * from "./waiters/waitForTargetDeregistered";
32
- export * from "./waiters/waitForTargetInService";
33
- export * from "./commands/ModifyListenerCommand";
34
- export * from "./commands/ModifyLoadBalancerAttributesCommand";
35
- export * from "./commands/ModifyRuleCommand";
36
- export * from "./commands/ModifyTargetGroupCommand";
37
- export * from "./commands/ModifyTargetGroupAttributesCommand";
38
- export * from "./commands/RegisterTargetsCommand";
39
- export * from "./commands/RemoveListenerCertificatesCommand";
40
- export * from "./commands/RemoveTagsCommand";
41
- export * from "./commands/SetIpAddressTypeCommand";
42
- export * from "./commands/SetRulePrioritiesCommand";
43
- export * from "./commands/SetSecurityGroupsCommand";
44
- export * from "./commands/SetSubnetsCommand";
45
- export * from "./pagination/Interfaces";
46
- export * from "./models/index";
2
+ export * from "./ElasticLoadBalancingV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -0,0 +1,5 @@
1
+ export * from "./waitForLoadBalancerAvailable";
2
+ export * from "./waitForLoadBalancerExists";
3
+ export * from "./waitForLoadBalancersDeleted";
4
+ export * from "./waitForTargetDeregistered";
5
+ export * from "./waitForTargetInService";
@@ -0,0 +1,34 @@
1
+ export * from "./AddListenerCertificatesCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreateListenerCommand";
4
+ export * from "./CreateLoadBalancerCommand";
5
+ export * from "./CreateRuleCommand";
6
+ export * from "./CreateTargetGroupCommand";
7
+ export * from "./DeleteListenerCommand";
8
+ export * from "./DeleteLoadBalancerCommand";
9
+ export * from "./DeleteRuleCommand";
10
+ export * from "./DeleteTargetGroupCommand";
11
+ export * from "./DeregisterTargetsCommand";
12
+ export * from "./DescribeAccountLimitsCommand";
13
+ export * from "./DescribeListenerCertificatesCommand";
14
+ export * from "./DescribeListenersCommand";
15
+ export * from "./DescribeLoadBalancerAttributesCommand";
16
+ export * from "./DescribeLoadBalancersCommand";
17
+ export * from "./DescribeRulesCommand";
18
+ export * from "./DescribeSSLPoliciesCommand";
19
+ export * from "./DescribeTagsCommand";
20
+ export * from "./DescribeTargetGroupAttributesCommand";
21
+ export * from "./DescribeTargetGroupsCommand";
22
+ export * from "./DescribeTargetHealthCommand";
23
+ export * from "./ModifyListenerCommand";
24
+ export * from "./ModifyLoadBalancerAttributesCommand";
25
+ export * from "./ModifyRuleCommand";
26
+ export * from "./ModifyTargetGroupAttributesCommand";
27
+ export * from "./ModifyTargetGroupCommand";
28
+ export * from "./RegisterTargetsCommand";
29
+ export * from "./RemoveListenerCertificatesCommand";
30
+ export * from "./RemoveTagsCommand";
31
+ export * from "./SetIpAddressTypeCommand";
32
+ export * from "./SetRulePrioritiesCommand";
33
+ export * from "./SetSecurityGroupsCommand";
34
+ export * from "./SetSubnetsCommand";
@@ -1,46 +1,6 @@
1
- export * from "./ElasticLoadBalancingV2Client";
2
1
  export * from "./ElasticLoadBalancingV2";
3
- export * from "./commands/AddListenerCertificatesCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreateListenerCommand";
6
- export * from "./commands/CreateLoadBalancerCommand";
7
- export * from "./commands/CreateRuleCommand";
8
- export * from "./commands/CreateTargetGroupCommand";
9
- export * from "./commands/DeleteListenerCommand";
10
- export * from "./commands/DeleteLoadBalancerCommand";
11
- export * from "./commands/DeleteRuleCommand";
12
- export * from "./commands/DeleteTargetGroupCommand";
13
- export * from "./commands/DeregisterTargetsCommand";
14
- export * from "./commands/DescribeAccountLimitsCommand";
15
- export * from "./commands/DescribeListenerCertificatesCommand";
16
- export * from "./commands/DescribeListenersCommand";
17
- export * from "./pagination/DescribeListenersPaginator";
18
- export * from "./commands/DescribeLoadBalancerAttributesCommand";
19
- export * from "./commands/DescribeLoadBalancersCommand";
20
- export * from "./pagination/DescribeLoadBalancersPaginator";
21
- export * from "./waiters/waitForLoadBalancerAvailable";
22
- export * from "./waiters/waitForLoadBalancerExists";
23
- export * from "./waiters/waitForLoadBalancersDeleted";
24
- export * from "./commands/DescribeRulesCommand";
25
- export * from "./commands/DescribeSSLPoliciesCommand";
26
- export * from "./commands/DescribeTagsCommand";
27
- export * from "./commands/DescribeTargetGroupAttributesCommand";
28
- export * from "./commands/DescribeTargetGroupsCommand";
29
- export * from "./pagination/DescribeTargetGroupsPaginator";
30
- export * from "./commands/DescribeTargetHealthCommand";
31
- export * from "./waiters/waitForTargetDeregistered";
32
- export * from "./waiters/waitForTargetInService";
33
- export * from "./commands/ModifyListenerCommand";
34
- export * from "./commands/ModifyLoadBalancerAttributesCommand";
35
- export * from "./commands/ModifyRuleCommand";
36
- export * from "./commands/ModifyTargetGroupCommand";
37
- export * from "./commands/ModifyTargetGroupAttributesCommand";
38
- export * from "./commands/RegisterTargetsCommand";
39
- export * from "./commands/RemoveListenerCertificatesCommand";
40
- export * from "./commands/RemoveTagsCommand";
41
- export * from "./commands/SetIpAddressTypeCommand";
42
- export * from "./commands/SetRulePrioritiesCommand";
43
- export * from "./commands/SetSecurityGroupsCommand";
44
- export * from "./commands/SetSubnetsCommand";
45
- export * from "./pagination/Interfaces";
46
- export * from "./models/index";
2
+ export * from "./ElasticLoadBalancingV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -0,0 +1,34 @@
1
+ export * from "./AddListenerCertificatesCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreateListenerCommand";
4
+ export * from "./CreateLoadBalancerCommand";
5
+ export * from "./CreateRuleCommand";
6
+ export * from "./CreateTargetGroupCommand";
7
+ export * from "./DeleteListenerCommand";
8
+ export * from "./DeleteLoadBalancerCommand";
9
+ export * from "./DeleteRuleCommand";
10
+ export * from "./DeleteTargetGroupCommand";
11
+ export * from "./DeregisterTargetsCommand";
12
+ export * from "./DescribeAccountLimitsCommand";
13
+ export * from "./DescribeListenerCertificatesCommand";
14
+ export * from "./DescribeListenersCommand";
15
+ export * from "./DescribeLoadBalancerAttributesCommand";
16
+ export * from "./DescribeLoadBalancersCommand";
17
+ export * from "./DescribeRulesCommand";
18
+ export * from "./DescribeSSLPoliciesCommand";
19
+ export * from "./DescribeTagsCommand";
20
+ export * from "./DescribeTargetGroupAttributesCommand";
21
+ export * from "./DescribeTargetGroupsCommand";
22
+ export * from "./DescribeTargetHealthCommand";
23
+ export * from "./ModifyListenerCommand";
24
+ export * from "./ModifyLoadBalancerAttributesCommand";
25
+ export * from "./ModifyRuleCommand";
26
+ export * from "./ModifyTargetGroupAttributesCommand";
27
+ export * from "./ModifyTargetGroupCommand";
28
+ export * from "./RegisterTargetsCommand";
29
+ export * from "./RemoveListenerCertificatesCommand";
30
+ export * from "./RemoveTagsCommand";
31
+ export * from "./SetIpAddressTypeCommand";
32
+ export * from "./SetRulePrioritiesCommand";
33
+ export * from "./SetSecurityGroupsCommand";
34
+ export * from "./SetSubnetsCommand";
@@ -1,46 +1,6 @@
1
- export * from "./ElasticLoadBalancingV2Client";
2
1
  export * from "./ElasticLoadBalancingV2";
3
- export * from "./commands/AddListenerCertificatesCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreateListenerCommand";
6
- export * from "./commands/CreateLoadBalancerCommand";
7
- export * from "./commands/CreateRuleCommand";
8
- export * from "./commands/CreateTargetGroupCommand";
9
- export * from "./commands/DeleteListenerCommand";
10
- export * from "./commands/DeleteLoadBalancerCommand";
11
- export * from "./commands/DeleteRuleCommand";
12
- export * from "./commands/DeleteTargetGroupCommand";
13
- export * from "./commands/DeregisterTargetsCommand";
14
- export * from "./commands/DescribeAccountLimitsCommand";
15
- export * from "./commands/DescribeListenerCertificatesCommand";
16
- export * from "./commands/DescribeListenersCommand";
17
- export * from "./pagination/DescribeListenersPaginator";
18
- export * from "./commands/DescribeLoadBalancerAttributesCommand";
19
- export * from "./commands/DescribeLoadBalancersCommand";
20
- export * from "./pagination/DescribeLoadBalancersPaginator";
21
- export * from "./waiters/waitForLoadBalancerAvailable";
22
- export * from "./waiters/waitForLoadBalancerExists";
23
- export * from "./waiters/waitForLoadBalancersDeleted";
24
- export * from "./commands/DescribeRulesCommand";
25
- export * from "./commands/DescribeSSLPoliciesCommand";
26
- export * from "./commands/DescribeTagsCommand";
27
- export * from "./commands/DescribeTargetGroupAttributesCommand";
28
- export * from "./commands/DescribeTargetGroupsCommand";
29
- export * from "./pagination/DescribeTargetGroupsPaginator";
30
- export * from "./commands/DescribeTargetHealthCommand";
31
- export * from "./waiters/waitForTargetDeregistered";
32
- export * from "./waiters/waitForTargetInService";
33
- export * from "./commands/ModifyListenerCommand";
34
- export * from "./commands/ModifyLoadBalancerAttributesCommand";
35
- export * from "./commands/ModifyRuleCommand";
36
- export * from "./commands/ModifyTargetGroupCommand";
37
- export * from "./commands/ModifyTargetGroupAttributesCommand";
38
- export * from "./commands/RegisterTargetsCommand";
39
- export * from "./commands/RemoveListenerCertificatesCommand";
40
- export * from "./commands/RemoveTagsCommand";
41
- export * from "./commands/SetIpAddressTypeCommand";
42
- export * from "./commands/SetRulePrioritiesCommand";
43
- export * from "./commands/SetSecurityGroupsCommand";
44
- export * from "./commands/SetSubnetsCommand";
45
- export * from "./pagination/Interfaces";
46
- export * from "./models/index";
2
+ export * from "./ElasticLoadBalancingV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -0,0 +1,5 @@
1
+ export * from "./waitForLoadBalancerAvailable";
2
+ export * from "./waitForLoadBalancerExists";
3
+ export * from "./waitForLoadBalancersDeleted";
4
+ export * from "./waitForTargetDeregistered";
5
+ export * from "./waitForTargetInService";
@@ -0,0 +1,5 @@
1
+ export * from "./waitForLoadBalancerAvailable";
2
+ export * from "./waitForLoadBalancerExists";
3
+ export * from "./waitForLoadBalancersDeleted";
4
+ export * from "./waitForTargetDeregistered";
5
+ export * from "./waitForTargetInService";
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.37.0",
4
+ "version": "3.38.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.0.0",
23
23
  "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.37.0",
25
- "@aws-sdk/config-resolver": "3.37.0",
26
- "@aws-sdk/credential-provider-node": "3.37.0",
27
- "@aws-sdk/fetch-http-handler": "3.37.0",
28
- "@aws-sdk/hash-node": "3.37.0",
29
- "@aws-sdk/invalid-dependency": "3.37.0",
30
- "@aws-sdk/middleware-content-length": "3.37.0",
31
- "@aws-sdk/middleware-host-header": "3.37.0",
32
- "@aws-sdk/middleware-logger": "3.37.0",
33
- "@aws-sdk/middleware-retry": "3.37.0",
34
- "@aws-sdk/middleware-serde": "3.37.0",
35
- "@aws-sdk/middleware-signing": "3.37.0",
36
- "@aws-sdk/middleware-stack": "3.37.0",
37
- "@aws-sdk/middleware-user-agent": "3.37.0",
38
- "@aws-sdk/node-config-provider": "3.37.0",
39
- "@aws-sdk/node-http-handler": "3.37.0",
40
- "@aws-sdk/protocol-http": "3.37.0",
41
- "@aws-sdk/smithy-client": "3.37.0",
42
- "@aws-sdk/types": "3.37.0",
43
- "@aws-sdk/url-parser": "3.37.0",
24
+ "@aws-sdk/client-sts": "3.38.0",
25
+ "@aws-sdk/config-resolver": "3.38.0",
26
+ "@aws-sdk/credential-provider-node": "3.38.0",
27
+ "@aws-sdk/fetch-http-handler": "3.38.0",
28
+ "@aws-sdk/hash-node": "3.38.0",
29
+ "@aws-sdk/invalid-dependency": "3.38.0",
30
+ "@aws-sdk/middleware-content-length": "3.38.0",
31
+ "@aws-sdk/middleware-host-header": "3.38.0",
32
+ "@aws-sdk/middleware-logger": "3.38.0",
33
+ "@aws-sdk/middleware-retry": "3.38.0",
34
+ "@aws-sdk/middleware-serde": "3.38.0",
35
+ "@aws-sdk/middleware-signing": "3.38.0",
36
+ "@aws-sdk/middleware-stack": "3.38.0",
37
+ "@aws-sdk/middleware-user-agent": "3.38.0",
38
+ "@aws-sdk/node-config-provider": "3.38.0",
39
+ "@aws-sdk/node-http-handler": "3.38.0",
40
+ "@aws-sdk/protocol-http": "3.38.0",
41
+ "@aws-sdk/smithy-client": "3.38.0",
42
+ "@aws-sdk/types": "3.38.0",
43
+ "@aws-sdk/url-parser": "3.38.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.37.0",
49
- "@aws-sdk/util-user-agent-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.38.0",
49
+ "@aws-sdk/util-user-agent-node": "3.38.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
- "@aws-sdk/util-waiter": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.38.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",
55
55
  "tslib": "^2.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/client-documentation-generator": "3.37.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.38.0",
59
59
  "@types/node": "^12.7.5",
60
60
  "downlevel-dts": "0.7.0",
61
61
  "jest": "^26.1.0",