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