@aws-sdk/client-elastic-load-balancing-v2 3.169.0 → 3.170.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 (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +616 -175
  3. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +334 -107
  4. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/index.d.ts +34 -34
  39. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  40. package/dist-types/ts3.4/index.d.ts +7 -7
  41. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +8 -6
  42. package/dist-types/ts3.4/models/index.d.ts +1 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +3009 -206
  44. package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  48. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  49. package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  54. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  55. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +13 -7
  56. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +13 -7
  57. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +13 -7
  58. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +13 -7
  59. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +13 -7
  60. package/package.json +35 -35
@@ -1,175 +1,616 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
3
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
4
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
5
- import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
6
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
7
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
8
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
9
- import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
10
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
11
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
12
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
13
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
14
- import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "./commands/DescribeListenerCertificatesCommand";
15
- import { DescribeListenersCommandInput, DescribeListenersCommandOutput } from "./commands/DescribeListenersCommand";
16
- import { DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput } from "./commands/DescribeLoadBalancerAttributesCommand";
17
- import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "./commands/DescribeLoadBalancersCommand";
18
- import { DescribeRulesCommandInput, DescribeRulesCommandOutput } from "./commands/DescribeRulesCommand";
19
- import { DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput } from "./commands/DescribeSSLPoliciesCommand";
20
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
21
- import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "./commands/DescribeTargetGroupAttributesCommand";
22
- import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "./commands/DescribeTargetGroupsCommand";
23
- import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "./commands/DescribeTargetHealthCommand";
24
- import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand";
25
- import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "./commands/ModifyLoadBalancerAttributesCommand";
26
- import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
27
- import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "./commands/ModifyTargetGroupAttributesCommand";
28
- import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "./commands/ModifyTargetGroupCommand";
29
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
30
- import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "./commands/RemoveListenerCertificatesCommand";
31
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
32
- import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
33
- import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "./commands/SetRulePrioritiesCommand";
34
- import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
35
- import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
36
- import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
37
-
38
- export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
39
-
40
- addListenerCertificates(args: AddListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<AddListenerCertificatesCommandOutput>;
41
- addListenerCertificates(args: AddListenerCertificatesCommandInput, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
42
- addListenerCertificates(args: AddListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
43
-
44
- addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
45
- addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
46
- addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
47
-
48
- createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
49
- createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
50
- createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
51
-
52
- createLoadBalancer(args: CreateLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerCommandOutput>;
53
- createLoadBalancer(args: CreateLoadBalancerCommandInput, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
54
- createLoadBalancer(args: CreateLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
55
-
56
- createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
57
- createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
58
- createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
59
-
60
- createTargetGroup(args: CreateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetGroupCommandOutput>;
61
- createTargetGroup(args: CreateTargetGroupCommandInput, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
62
- createTargetGroup(args: CreateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
63
-
64
- deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
65
- deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
66
- deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
67
-
68
- deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerCommandOutput>;
69
- deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
70
- deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
71
-
72
- deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
73
- deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
74
- deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
75
-
76
- deleteTargetGroup(args: DeleteTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetGroupCommandOutput>;
77
- deleteTargetGroup(args: DeleteTargetGroupCommandInput, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
78
- deleteTargetGroup(args: DeleteTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
79
-
80
- deregisterTargets(args: DeregisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTargetsCommandOutput>;
81
- deregisterTargets(args: DeregisterTargetsCommandInput, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
82
- deregisterTargets(args: DeregisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
83
-
84
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
85
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
86
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
87
-
88
- describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCertificatesCommandOutput>;
89
- describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
90
- describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
91
-
92
- describeListeners(args: DescribeListenersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenersCommandOutput>;
93
- describeListeners(args: DescribeListenersCommandInput, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
94
- describeListeners(args: DescribeListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
95
-
96
- describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerAttributesCommandOutput>;
97
- describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
98
- describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
99
-
100
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
101
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
102
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
103
-
104
- describeRules(args: DescribeRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRulesCommandOutput>;
105
- describeRules(args: DescribeRulesCommandInput, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
106
- describeRules(args: DescribeRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
107
-
108
- describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSSLPoliciesCommandOutput>;
109
- describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
110
- describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
111
-
112
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
113
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
114
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
115
-
116
- describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupAttributesCommandOutput>;
117
- describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
118
- describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
119
-
120
- describeTargetGroups(args: DescribeTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupsCommandOutput>;
121
- describeTargetGroups(args: DescribeTargetGroupsCommandInput, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
122
- describeTargetGroups(args: DescribeTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
123
-
124
- describeTargetHealth(args: DescribeTargetHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetHealthCommandOutput>;
125
- describeTargetHealth(args: DescribeTargetHealthCommandInput, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
126
- describeTargetHealth(args: DescribeTargetHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
127
-
128
- modifyListener(args: ModifyListenerCommandInput, options?: __HttpHandlerOptions): Promise<ModifyListenerCommandOutput>;
129
- modifyListener(args: ModifyListenerCommandInput, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
130
- modifyListener(args: ModifyListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
131
-
132
- modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLoadBalancerAttributesCommandOutput>;
133
- modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
134
- modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
135
-
136
- modifyRule(args: ModifyRuleCommandInput, options?: __HttpHandlerOptions): Promise<ModifyRuleCommandOutput>;
137
- modifyRule(args: ModifyRuleCommandInput, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
138
- modifyRule(args: ModifyRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
139
-
140
- modifyTargetGroup(args: ModifyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupCommandOutput>;
141
- modifyTargetGroup(args: ModifyTargetGroupCommandInput, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
142
- modifyTargetGroup(args: ModifyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
143
-
144
- modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupAttributesCommandOutput>;
145
- modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
146
- modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
147
-
148
- registerTargets(args: RegisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTargetsCommandOutput>;
149
- registerTargets(args: RegisterTargetsCommandInput, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
150
- registerTargets(args: RegisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
151
-
152
- removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveListenerCertificatesCommandOutput>;
153
- removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
154
- removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
155
-
156
- removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
157
- removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
158
- removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
159
-
160
- setIpAddressType(args: SetIpAddressTypeCommandInput, options?: __HttpHandlerOptions): Promise<SetIpAddressTypeCommandOutput>;
161
- setIpAddressType(args: SetIpAddressTypeCommandInput, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
162
- setIpAddressType(args: SetIpAddressTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
163
-
164
- setRulePriorities(args: SetRulePrioritiesCommandInput, options?: __HttpHandlerOptions): Promise<SetRulePrioritiesCommandOutput>;
165
- setRulePriorities(args: SetRulePrioritiesCommandInput, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
166
- setRulePriorities(args: SetRulePrioritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
167
-
168
- setSecurityGroups(args: SetSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SetSecurityGroupsCommandOutput>;
169
- setSecurityGroups(args: SetSecurityGroupsCommandInput, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
170
- setSecurityGroups(args: SetSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
171
-
172
- setSubnets(args: SetSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<SetSubnetsCommandOutput>;
173
- setSubnets(args: SetSubnetsCommandInput, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
174
- setSubnets(args: SetSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
175
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddListenerCertificatesCommandInput,
4
+ AddListenerCertificatesCommandOutput,
5
+ } from "./commands/AddListenerCertificatesCommand";
6
+ import {
7
+ AddTagsCommandInput,
8
+ AddTagsCommandOutput,
9
+ } from "./commands/AddTagsCommand";
10
+ import {
11
+ CreateListenerCommandInput,
12
+ CreateListenerCommandOutput,
13
+ } from "./commands/CreateListenerCommand";
14
+ import {
15
+ CreateLoadBalancerCommandInput,
16
+ CreateLoadBalancerCommandOutput,
17
+ } from "./commands/CreateLoadBalancerCommand";
18
+ import {
19
+ CreateRuleCommandInput,
20
+ CreateRuleCommandOutput,
21
+ } from "./commands/CreateRuleCommand";
22
+ import {
23
+ CreateTargetGroupCommandInput,
24
+ CreateTargetGroupCommandOutput,
25
+ } from "./commands/CreateTargetGroupCommand";
26
+ import {
27
+ DeleteListenerCommandInput,
28
+ DeleteListenerCommandOutput,
29
+ } from "./commands/DeleteListenerCommand";
30
+ import {
31
+ DeleteLoadBalancerCommandInput,
32
+ DeleteLoadBalancerCommandOutput,
33
+ } from "./commands/DeleteLoadBalancerCommand";
34
+ import {
35
+ DeleteRuleCommandInput,
36
+ DeleteRuleCommandOutput,
37
+ } from "./commands/DeleteRuleCommand";
38
+ import {
39
+ DeleteTargetGroupCommandInput,
40
+ DeleteTargetGroupCommandOutput,
41
+ } from "./commands/DeleteTargetGroupCommand";
42
+ import {
43
+ DeregisterTargetsCommandInput,
44
+ DeregisterTargetsCommandOutput,
45
+ } from "./commands/DeregisterTargetsCommand";
46
+ import {
47
+ DescribeAccountLimitsCommandInput,
48
+ DescribeAccountLimitsCommandOutput,
49
+ } from "./commands/DescribeAccountLimitsCommand";
50
+ import {
51
+ DescribeListenerCertificatesCommandInput,
52
+ DescribeListenerCertificatesCommandOutput,
53
+ } from "./commands/DescribeListenerCertificatesCommand";
54
+ import {
55
+ DescribeListenersCommandInput,
56
+ DescribeListenersCommandOutput,
57
+ } from "./commands/DescribeListenersCommand";
58
+ import {
59
+ DescribeLoadBalancerAttributesCommandInput,
60
+ DescribeLoadBalancerAttributesCommandOutput,
61
+ } from "./commands/DescribeLoadBalancerAttributesCommand";
62
+ import {
63
+ DescribeLoadBalancersCommandInput,
64
+ DescribeLoadBalancersCommandOutput,
65
+ } from "./commands/DescribeLoadBalancersCommand";
66
+ import {
67
+ DescribeRulesCommandInput,
68
+ DescribeRulesCommandOutput,
69
+ } from "./commands/DescribeRulesCommand";
70
+ import {
71
+ DescribeSSLPoliciesCommandInput,
72
+ DescribeSSLPoliciesCommandOutput,
73
+ } from "./commands/DescribeSSLPoliciesCommand";
74
+ import {
75
+ DescribeTagsCommandInput,
76
+ DescribeTagsCommandOutput,
77
+ } from "./commands/DescribeTagsCommand";
78
+ import {
79
+ DescribeTargetGroupAttributesCommandInput,
80
+ DescribeTargetGroupAttributesCommandOutput,
81
+ } from "./commands/DescribeTargetGroupAttributesCommand";
82
+ import {
83
+ DescribeTargetGroupsCommandInput,
84
+ DescribeTargetGroupsCommandOutput,
85
+ } from "./commands/DescribeTargetGroupsCommand";
86
+ import {
87
+ DescribeTargetHealthCommandInput,
88
+ DescribeTargetHealthCommandOutput,
89
+ } from "./commands/DescribeTargetHealthCommand";
90
+ import {
91
+ ModifyListenerCommandInput,
92
+ ModifyListenerCommandOutput,
93
+ } from "./commands/ModifyListenerCommand";
94
+ import {
95
+ ModifyLoadBalancerAttributesCommandInput,
96
+ ModifyLoadBalancerAttributesCommandOutput,
97
+ } from "./commands/ModifyLoadBalancerAttributesCommand";
98
+ import {
99
+ ModifyRuleCommandInput,
100
+ ModifyRuleCommandOutput,
101
+ } from "./commands/ModifyRuleCommand";
102
+ import {
103
+ ModifyTargetGroupAttributesCommandInput,
104
+ ModifyTargetGroupAttributesCommandOutput,
105
+ } from "./commands/ModifyTargetGroupAttributesCommand";
106
+ import {
107
+ ModifyTargetGroupCommandInput,
108
+ ModifyTargetGroupCommandOutput,
109
+ } from "./commands/ModifyTargetGroupCommand";
110
+ import {
111
+ RegisterTargetsCommandInput,
112
+ RegisterTargetsCommandOutput,
113
+ } from "./commands/RegisterTargetsCommand";
114
+ import {
115
+ RemoveListenerCertificatesCommandInput,
116
+ RemoveListenerCertificatesCommandOutput,
117
+ } from "./commands/RemoveListenerCertificatesCommand";
118
+ import {
119
+ RemoveTagsCommandInput,
120
+ RemoveTagsCommandOutput,
121
+ } from "./commands/RemoveTagsCommand";
122
+ import {
123
+ SetIpAddressTypeCommandInput,
124
+ SetIpAddressTypeCommandOutput,
125
+ } from "./commands/SetIpAddressTypeCommand";
126
+ import {
127
+ SetRulePrioritiesCommandInput,
128
+ SetRulePrioritiesCommandOutput,
129
+ } from "./commands/SetRulePrioritiesCommand";
130
+ import {
131
+ SetSecurityGroupsCommandInput,
132
+ SetSecurityGroupsCommandOutput,
133
+ } from "./commands/SetSecurityGroupsCommand";
134
+ import {
135
+ SetSubnetsCommandInput,
136
+ SetSubnetsCommandOutput,
137
+ } from "./commands/SetSubnetsCommand";
138
+ import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
139
+
140
+ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
141
+ addListenerCertificates(
142
+ args: AddListenerCertificatesCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<AddListenerCertificatesCommandOutput>;
145
+ addListenerCertificates(
146
+ args: AddListenerCertificatesCommandInput,
147
+ cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void
148
+ ): void;
149
+ addListenerCertificates(
150
+ args: AddListenerCertificatesCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void
153
+ ): void;
154
+
155
+ addTags(
156
+ args: AddTagsCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<AddTagsCommandOutput>;
159
+ addTags(
160
+ args: AddTagsCommandInput,
161
+ cb: (err: any, data?: AddTagsCommandOutput) => void
162
+ ): void;
163
+ addTags(
164
+ args: AddTagsCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: AddTagsCommandOutput) => void
167
+ ): void;
168
+
169
+ createListener(
170
+ args: CreateListenerCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<CreateListenerCommandOutput>;
173
+ createListener(
174
+ args: CreateListenerCommandInput,
175
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
176
+ ): void;
177
+ createListener(
178
+ args: CreateListenerCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
181
+ ): void;
182
+
183
+ createLoadBalancer(
184
+ args: CreateLoadBalancerCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<CreateLoadBalancerCommandOutput>;
187
+ createLoadBalancer(
188
+ args: CreateLoadBalancerCommandInput,
189
+ cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
190
+ ): void;
191
+ createLoadBalancer(
192
+ args: CreateLoadBalancerCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
195
+ ): void;
196
+
197
+ createRule(
198
+ args: CreateRuleCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<CreateRuleCommandOutput>;
201
+ createRule(
202
+ args: CreateRuleCommandInput,
203
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
204
+ ): void;
205
+ createRule(
206
+ args: CreateRuleCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: CreateRuleCommandOutput) => void
209
+ ): void;
210
+
211
+ createTargetGroup(
212
+ args: CreateTargetGroupCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CreateTargetGroupCommandOutput>;
215
+ createTargetGroup(
216
+ args: CreateTargetGroupCommandInput,
217
+ cb: (err: any, data?: CreateTargetGroupCommandOutput) => void
218
+ ): void;
219
+ createTargetGroup(
220
+ args: CreateTargetGroupCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CreateTargetGroupCommandOutput) => void
223
+ ): void;
224
+
225
+ deleteListener(
226
+ args: DeleteListenerCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<DeleteListenerCommandOutput>;
229
+ deleteListener(
230
+ args: DeleteListenerCommandInput,
231
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
232
+ ): void;
233
+ deleteListener(
234
+ args: DeleteListenerCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
237
+ ): void;
238
+
239
+ deleteLoadBalancer(
240
+ args: DeleteLoadBalancerCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<DeleteLoadBalancerCommandOutput>;
243
+ deleteLoadBalancer(
244
+ args: DeleteLoadBalancerCommandInput,
245
+ cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
246
+ ): void;
247
+ deleteLoadBalancer(
248
+ args: DeleteLoadBalancerCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
251
+ ): void;
252
+
253
+ deleteRule(
254
+ args: DeleteRuleCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<DeleteRuleCommandOutput>;
257
+ deleteRule(
258
+ args: DeleteRuleCommandInput,
259
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
260
+ ): void;
261
+ deleteRule(
262
+ args: DeleteRuleCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void
265
+ ): void;
266
+
267
+ deleteTargetGroup(
268
+ args: DeleteTargetGroupCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<DeleteTargetGroupCommandOutput>;
271
+ deleteTargetGroup(
272
+ args: DeleteTargetGroupCommandInput,
273
+ cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void
274
+ ): void;
275
+ deleteTargetGroup(
276
+ args: DeleteTargetGroupCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void
279
+ ): void;
280
+
281
+ deregisterTargets(
282
+ args: DeregisterTargetsCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<DeregisterTargetsCommandOutput>;
285
+ deregisterTargets(
286
+ args: DeregisterTargetsCommandInput,
287
+ cb: (err: any, data?: DeregisterTargetsCommandOutput) => void
288
+ ): void;
289
+ deregisterTargets(
290
+ args: DeregisterTargetsCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: DeregisterTargetsCommandOutput) => void
293
+ ): void;
294
+
295
+ describeAccountLimits(
296
+ args: DescribeAccountLimitsCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<DescribeAccountLimitsCommandOutput>;
299
+ describeAccountLimits(
300
+ args: DescribeAccountLimitsCommandInput,
301
+ cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
302
+ ): void;
303
+ describeAccountLimits(
304
+ args: DescribeAccountLimitsCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
307
+ ): void;
308
+
309
+ describeListenerCertificates(
310
+ args: DescribeListenerCertificatesCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DescribeListenerCertificatesCommandOutput>;
313
+ describeListenerCertificates(
314
+ args: DescribeListenerCertificatesCommandInput,
315
+ cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
316
+ ): void;
317
+ describeListenerCertificates(
318
+ args: DescribeListenerCertificatesCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
321
+ ): void;
322
+
323
+ describeListeners(
324
+ args: DescribeListenersCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<DescribeListenersCommandOutput>;
327
+ describeListeners(
328
+ args: DescribeListenersCommandInput,
329
+ cb: (err: any, data?: DescribeListenersCommandOutput) => void
330
+ ): void;
331
+ describeListeners(
332
+ args: DescribeListenersCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: DescribeListenersCommandOutput) => void
335
+ ): void;
336
+
337
+ describeLoadBalancerAttributes(
338
+ args: DescribeLoadBalancerAttributesCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<DescribeLoadBalancerAttributesCommandOutput>;
341
+ describeLoadBalancerAttributes(
342
+ args: DescribeLoadBalancerAttributesCommandInput,
343
+ cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
344
+ ): void;
345
+ describeLoadBalancerAttributes(
346
+ args: DescribeLoadBalancerAttributesCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
349
+ ): void;
350
+
351
+ describeLoadBalancers(
352
+ args: DescribeLoadBalancersCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<DescribeLoadBalancersCommandOutput>;
355
+ describeLoadBalancers(
356
+ args: DescribeLoadBalancersCommandInput,
357
+ cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
358
+ ): void;
359
+ describeLoadBalancers(
360
+ args: DescribeLoadBalancersCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
363
+ ): void;
364
+
365
+ describeRules(
366
+ args: DescribeRulesCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<DescribeRulesCommandOutput>;
369
+ describeRules(
370
+ args: DescribeRulesCommandInput,
371
+ cb: (err: any, data?: DescribeRulesCommandOutput) => void
372
+ ): void;
373
+ describeRules(
374
+ args: DescribeRulesCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: DescribeRulesCommandOutput) => void
377
+ ): void;
378
+
379
+ describeSSLPolicies(
380
+ args: DescribeSSLPoliciesCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<DescribeSSLPoliciesCommandOutput>;
383
+ describeSSLPolicies(
384
+ args: DescribeSSLPoliciesCommandInput,
385
+ cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void
386
+ ): void;
387
+ describeSSLPolicies(
388
+ args: DescribeSSLPoliciesCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void
391
+ ): void;
392
+
393
+ describeTags(
394
+ args: DescribeTagsCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<DescribeTagsCommandOutput>;
397
+ describeTags(
398
+ args: DescribeTagsCommandInput,
399
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
400
+ ): void;
401
+ describeTags(
402
+ args: DescribeTagsCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
405
+ ): void;
406
+
407
+ describeTargetGroupAttributes(
408
+ args: DescribeTargetGroupAttributesCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<DescribeTargetGroupAttributesCommandOutput>;
411
+ describeTargetGroupAttributes(
412
+ args: DescribeTargetGroupAttributesCommandInput,
413
+ cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
414
+ ): void;
415
+ describeTargetGroupAttributes(
416
+ args: DescribeTargetGroupAttributesCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
419
+ ): void;
420
+
421
+ describeTargetGroups(
422
+ args: DescribeTargetGroupsCommandInput,
423
+ options?: __HttpHandlerOptions
424
+ ): Promise<DescribeTargetGroupsCommandOutput>;
425
+ describeTargetGroups(
426
+ args: DescribeTargetGroupsCommandInput,
427
+ cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void
428
+ ): void;
429
+ describeTargetGroups(
430
+ args: DescribeTargetGroupsCommandInput,
431
+ options: __HttpHandlerOptions,
432
+ cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void
433
+ ): void;
434
+
435
+ describeTargetHealth(
436
+ args: DescribeTargetHealthCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<DescribeTargetHealthCommandOutput>;
439
+ describeTargetHealth(
440
+ args: DescribeTargetHealthCommandInput,
441
+ cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void
442
+ ): void;
443
+ describeTargetHealth(
444
+ args: DescribeTargetHealthCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void
447
+ ): void;
448
+
449
+ modifyListener(
450
+ args: ModifyListenerCommandInput,
451
+ options?: __HttpHandlerOptions
452
+ ): Promise<ModifyListenerCommandOutput>;
453
+ modifyListener(
454
+ args: ModifyListenerCommandInput,
455
+ cb: (err: any, data?: ModifyListenerCommandOutput) => void
456
+ ): void;
457
+ modifyListener(
458
+ args: ModifyListenerCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (err: any, data?: ModifyListenerCommandOutput) => void
461
+ ): void;
462
+
463
+ modifyLoadBalancerAttributes(
464
+ args: ModifyLoadBalancerAttributesCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<ModifyLoadBalancerAttributesCommandOutput>;
467
+ modifyLoadBalancerAttributes(
468
+ args: ModifyLoadBalancerAttributesCommandInput,
469
+ cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
470
+ ): void;
471
+ modifyLoadBalancerAttributes(
472
+ args: ModifyLoadBalancerAttributesCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
475
+ ): void;
476
+
477
+ modifyRule(
478
+ args: ModifyRuleCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<ModifyRuleCommandOutput>;
481
+ modifyRule(
482
+ args: ModifyRuleCommandInput,
483
+ cb: (err: any, data?: ModifyRuleCommandOutput) => void
484
+ ): void;
485
+ modifyRule(
486
+ args: ModifyRuleCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: ModifyRuleCommandOutput) => void
489
+ ): void;
490
+
491
+ modifyTargetGroup(
492
+ args: ModifyTargetGroupCommandInput,
493
+ options?: __HttpHandlerOptions
494
+ ): Promise<ModifyTargetGroupCommandOutput>;
495
+ modifyTargetGroup(
496
+ args: ModifyTargetGroupCommandInput,
497
+ cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void
498
+ ): void;
499
+ modifyTargetGroup(
500
+ args: ModifyTargetGroupCommandInput,
501
+ options: __HttpHandlerOptions,
502
+ cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void
503
+ ): void;
504
+
505
+ modifyTargetGroupAttributes(
506
+ args: ModifyTargetGroupAttributesCommandInput,
507
+ options?: __HttpHandlerOptions
508
+ ): Promise<ModifyTargetGroupAttributesCommandOutput>;
509
+ modifyTargetGroupAttributes(
510
+ args: ModifyTargetGroupAttributesCommandInput,
511
+ cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
512
+ ): void;
513
+ modifyTargetGroupAttributes(
514
+ args: ModifyTargetGroupAttributesCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
517
+ ): void;
518
+
519
+ registerTargets(
520
+ args: RegisterTargetsCommandInput,
521
+ options?: __HttpHandlerOptions
522
+ ): Promise<RegisterTargetsCommandOutput>;
523
+ registerTargets(
524
+ args: RegisterTargetsCommandInput,
525
+ cb: (err: any, data?: RegisterTargetsCommandOutput) => void
526
+ ): void;
527
+ registerTargets(
528
+ args: RegisterTargetsCommandInput,
529
+ options: __HttpHandlerOptions,
530
+ cb: (err: any, data?: RegisterTargetsCommandOutput) => void
531
+ ): void;
532
+
533
+ removeListenerCertificates(
534
+ args: RemoveListenerCertificatesCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<RemoveListenerCertificatesCommandOutput>;
537
+ removeListenerCertificates(
538
+ args: RemoveListenerCertificatesCommandInput,
539
+ cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void
540
+ ): void;
541
+ removeListenerCertificates(
542
+ args: RemoveListenerCertificatesCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void
545
+ ): void;
546
+
547
+ removeTags(
548
+ args: RemoveTagsCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<RemoveTagsCommandOutput>;
551
+ removeTags(
552
+ args: RemoveTagsCommandInput,
553
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void
554
+ ): void;
555
+ removeTags(
556
+ args: RemoveTagsCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void
559
+ ): void;
560
+
561
+ setIpAddressType(
562
+ args: SetIpAddressTypeCommandInput,
563
+ options?: __HttpHandlerOptions
564
+ ): Promise<SetIpAddressTypeCommandOutput>;
565
+ setIpAddressType(
566
+ args: SetIpAddressTypeCommandInput,
567
+ cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void
568
+ ): void;
569
+ setIpAddressType(
570
+ args: SetIpAddressTypeCommandInput,
571
+ options: __HttpHandlerOptions,
572
+ cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void
573
+ ): void;
574
+
575
+ setRulePriorities(
576
+ args: SetRulePrioritiesCommandInput,
577
+ options?: __HttpHandlerOptions
578
+ ): Promise<SetRulePrioritiesCommandOutput>;
579
+ setRulePriorities(
580
+ args: SetRulePrioritiesCommandInput,
581
+ cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void
582
+ ): void;
583
+ setRulePriorities(
584
+ args: SetRulePrioritiesCommandInput,
585
+ options: __HttpHandlerOptions,
586
+ cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void
587
+ ): void;
588
+
589
+ setSecurityGroups(
590
+ args: SetSecurityGroupsCommandInput,
591
+ options?: __HttpHandlerOptions
592
+ ): Promise<SetSecurityGroupsCommandOutput>;
593
+ setSecurityGroups(
594
+ args: SetSecurityGroupsCommandInput,
595
+ cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void
596
+ ): void;
597
+ setSecurityGroups(
598
+ args: SetSecurityGroupsCommandInput,
599
+ options: __HttpHandlerOptions,
600
+ cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void
601
+ ): void;
602
+
603
+ setSubnets(
604
+ args: SetSubnetsCommandInput,
605
+ options?: __HttpHandlerOptions
606
+ ): Promise<SetSubnetsCommandOutput>;
607
+ setSubnets(
608
+ args: SetSubnetsCommandInput,
609
+ cb: (err: any, data?: SetSubnetsCommandOutput) => void
610
+ ): void;
611
+ setSubnets(
612
+ args: SetSubnetsCommandInput,
613
+ options: __HttpHandlerOptions,
614
+ cb: (err: any, data?: SetSubnetsCommandOutput) => void
615
+ ): void;
616
+ }