@aws-sdk/client-elastic-load-balancing-v2 3.183.0 → 3.185.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 (55) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_query.js +2 -2
  3. package/dist-es/ElasticLoadBalancingV2.js +145 -138
  4. package/dist-es/ElasticLoadBalancingV2Client.js +28 -22
  5. package/dist-es/commands/AddListenerCertificatesCommand.js +28 -21
  6. package/dist-es/commands/AddTagsCommand.js +28 -21
  7. package/dist-es/commands/CreateListenerCommand.js +28 -21
  8. package/dist-es/commands/CreateLoadBalancerCommand.js +28 -21
  9. package/dist-es/commands/CreateRuleCommand.js +28 -21
  10. package/dist-es/commands/CreateTargetGroupCommand.js +28 -21
  11. package/dist-es/commands/DeleteListenerCommand.js +28 -21
  12. package/dist-es/commands/DeleteLoadBalancerCommand.js +28 -21
  13. package/dist-es/commands/DeleteRuleCommand.js +28 -21
  14. package/dist-es/commands/DeleteTargetGroupCommand.js +28 -21
  15. package/dist-es/commands/DeregisterTargetsCommand.js +28 -21
  16. package/dist-es/commands/DescribeAccountLimitsCommand.js +28 -21
  17. package/dist-es/commands/DescribeListenerCertificatesCommand.js +28 -21
  18. package/dist-es/commands/DescribeListenersCommand.js +28 -21
  19. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +28 -21
  20. package/dist-es/commands/DescribeLoadBalancersCommand.js +28 -21
  21. package/dist-es/commands/DescribeRulesCommand.js +28 -21
  22. package/dist-es/commands/DescribeSSLPoliciesCommand.js +28 -21
  23. package/dist-es/commands/DescribeTagsCommand.js +28 -21
  24. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +28 -21
  25. package/dist-es/commands/DescribeTargetGroupsCommand.js +28 -21
  26. package/dist-es/commands/DescribeTargetHealthCommand.js +28 -21
  27. package/dist-es/commands/ModifyListenerCommand.js +28 -21
  28. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +28 -21
  29. package/dist-es/commands/ModifyRuleCommand.js +28 -21
  30. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +28 -21
  31. package/dist-es/commands/ModifyTargetGroupCommand.js +28 -21
  32. package/dist-es/commands/RegisterTargetsCommand.js +28 -21
  33. package/dist-es/commands/RemoveListenerCertificatesCommand.js +28 -21
  34. package/dist-es/commands/RemoveTagsCommand.js +28 -21
  35. package/dist-es/commands/SetIpAddressTypeCommand.js +28 -21
  36. package/dist-es/commands/SetRulePrioritiesCommand.js +28 -21
  37. package/dist-es/commands/SetSecurityGroupsCommand.js +28 -21
  38. package/dist-es/commands/SetSubnetsCommand.js +28 -21
  39. package/dist-es/endpoints.js +8 -8
  40. package/dist-es/models/ElasticLoadBalancingV2ServiceException.js +10 -5
  41. package/dist-es/models/models_0.js +587 -796
  42. package/dist-es/pagination/DescribeListenersPaginator.js +67 -24
  43. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +67 -24
  44. package/dist-es/pagination/DescribeTargetGroupsPaginator.js +67 -24
  45. package/dist-es/protocols/Aws_query.js +4090 -3070
  46. package/dist-es/runtimeConfig.browser.js +12 -26
  47. package/dist-es/runtimeConfig.js +12 -30
  48. package/dist-es/runtimeConfig.native.js +5 -8
  49. package/dist-es/runtimeConfig.shared.js +11 -8
  50. package/dist-es/waiters/waitForLoadBalancerAvailable.js +93 -52
  51. package/dist-es/waiters/waitForLoadBalancerExists.js +42 -23
  52. package/dist-es/waiters/waitForLoadBalancersDeleted.js +69 -38
  53. package/dist-es/waiters/waitForTargetDeregistered.js +69 -38
  54. package/dist-es/waiters/waitForTargetInService.js +69 -38
  55. package/package.json +5 -5
@@ -1,31 +1,74 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
1
2
  import { DescribeListenersCommand, } from "../commands/DescribeListenersCommand";
2
3
  import { ElasticLoadBalancingV2 } from "../ElasticLoadBalancingV2";
3
4
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- const makePagedClientRequest = async (client, input, ...args) => {
5
- return await client.send(new DescribeListenersCommand(input), ...args);
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeListenersCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
6
18
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.describeListeners(input, ...args);
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.describeListeners.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
9
32
  };
10
- export async function* paginateDescribeListeners(config, input, ...additionalArguments) {
11
- let token = config.startingToken || undefined;
12
- let hasNext = true;
13
- let page;
14
- while (hasNext) {
15
- input.Marker = token;
16
- if (config.client instanceof ElasticLoadBalancingV2) {
17
- page = await makePagedRequest(config.client, input, ...additionalArguments);
18
- }
19
- else if (config.client instanceof ElasticLoadBalancingV2Client) {
20
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
21
- }
22
- else {
23
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
24
- }
25
- yield page;
26
- const prevToken = token;
27
- token = page.NextMarker;
28
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
33
+ export function paginateDescribeListeners(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
29
37
  }
30
- return undefined;
38
+ return __asyncGenerator(this, arguments, function paginateDescribeListeners_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.Marker = token;
49
+ if (!(config.client instanceof ElasticLoadBalancingV2)) return [3, 3];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
+ case 2:
52
+ page = _a.sent();
53
+ return [3, 6];
54
+ case 3:
55
+ if (!(config.client instanceof ElasticLoadBalancingV2Client)) return [3, 5];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
+ case 4:
58
+ page = _a.sent();
59
+ return [3, 6];
60
+ case 5: throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
61
+ case 6: return [4, __await(page)];
62
+ case 7: return [4, _a.sent()];
63
+ case 8:
64
+ _a.sent();
65
+ prevToken = token;
66
+ token = page.NextMarker;
67
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
71
+ }
72
+ });
73
+ });
31
74
  }
@@ -1,31 +1,74 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
1
2
  import { DescribeLoadBalancersCommand, } from "../commands/DescribeLoadBalancersCommand";
2
3
  import { ElasticLoadBalancingV2 } from "../ElasticLoadBalancingV2";
3
4
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- const makePagedClientRequest = async (client, input, ...args) => {
5
- return await client.send(new DescribeLoadBalancersCommand(input), ...args);
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeLoadBalancersCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
6
18
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.describeLoadBalancers(input, ...args);
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.describeLoadBalancers.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
9
32
  };
10
- export async function* paginateDescribeLoadBalancers(config, input, ...additionalArguments) {
11
- let token = config.startingToken || undefined;
12
- let hasNext = true;
13
- let page;
14
- while (hasNext) {
15
- input.Marker = token;
16
- if (config.client instanceof ElasticLoadBalancingV2) {
17
- page = await makePagedRequest(config.client, input, ...additionalArguments);
18
- }
19
- else if (config.client instanceof ElasticLoadBalancingV2Client) {
20
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
21
- }
22
- else {
23
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
24
- }
25
- yield page;
26
- const prevToken = token;
27
- token = page.NextMarker;
28
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
33
+ export function paginateDescribeLoadBalancers(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
29
37
  }
30
- return undefined;
38
+ return __asyncGenerator(this, arguments, function paginateDescribeLoadBalancers_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.Marker = token;
49
+ if (!(config.client instanceof ElasticLoadBalancingV2)) return [3, 3];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
+ case 2:
52
+ page = _a.sent();
53
+ return [3, 6];
54
+ case 3:
55
+ if (!(config.client instanceof ElasticLoadBalancingV2Client)) return [3, 5];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
+ case 4:
58
+ page = _a.sent();
59
+ return [3, 6];
60
+ case 5: throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
61
+ case 6: return [4, __await(page)];
62
+ case 7: return [4, _a.sent()];
63
+ case 8:
64
+ _a.sent();
65
+ prevToken = token;
66
+ token = page.NextMarker;
67
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
71
+ }
72
+ });
73
+ });
31
74
  }
@@ -1,31 +1,74 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
1
2
  import { DescribeTargetGroupsCommand, } from "../commands/DescribeTargetGroupsCommand";
2
3
  import { ElasticLoadBalancingV2 } from "../ElasticLoadBalancingV2";
3
4
  import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
4
- const makePagedClientRequest = async (client, input, ...args) => {
5
- return await client.send(new DescribeTargetGroupsCommand(input), ...args);
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new DescribeTargetGroupsCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
6
18
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.describeTargetGroups(input, ...args);
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.describeTargetGroups.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
9
32
  };
10
- export async function* paginateDescribeTargetGroups(config, input, ...additionalArguments) {
11
- let token = config.startingToken || undefined;
12
- let hasNext = true;
13
- let page;
14
- while (hasNext) {
15
- input.Marker = token;
16
- if (config.client instanceof ElasticLoadBalancingV2) {
17
- page = await makePagedRequest(config.client, input, ...additionalArguments);
18
- }
19
- else if (config.client instanceof ElasticLoadBalancingV2Client) {
20
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
21
- }
22
- else {
23
- throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
24
- }
25
- yield page;
26
- const prevToken = token;
27
- token = page.NextMarker;
28
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
33
+ export function paginateDescribeTargetGroups(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
29
37
  }
30
- return undefined;
38
+ return __asyncGenerator(this, arguments, function paginateDescribeTargetGroups_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.Marker = token;
49
+ if (!(config.client instanceof ElasticLoadBalancingV2)) return [3, 3];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
+ case 2:
52
+ page = _a.sent();
53
+ return [3, 6];
54
+ case 3:
55
+ if (!(config.client instanceof ElasticLoadBalancingV2Client)) return [3, 5];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
+ case 4:
58
+ page = _a.sent();
59
+ return [3, 6];
60
+ case 5: throw new Error("Invalid client, expected ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client");
61
+ case 6: return [4, __await(page)];
62
+ case 7: return [4, _a.sent()];
63
+ case 8:
64
+ _a.sent();
65
+ prevToken = token;
66
+ token = page.NextMarker;
67
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
71
+ }
72
+ });
73
+ });
31
74
  }