@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,107 +1,334 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
10
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
11
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
12
- import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
13
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
14
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
15
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
16
- import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
17
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
18
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
19
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
20
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
21
- import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "./commands/DescribeListenerCertificatesCommand";
22
- import { DescribeListenersCommandInput, DescribeListenersCommandOutput } from "./commands/DescribeListenersCommand";
23
- import { DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput } from "./commands/DescribeLoadBalancerAttributesCommand";
24
- import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "./commands/DescribeLoadBalancersCommand";
25
- import { DescribeRulesCommandInput, DescribeRulesCommandOutput } from "./commands/DescribeRulesCommand";
26
- import { DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput } from "./commands/DescribeSSLPoliciesCommand";
27
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
28
- import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "./commands/DescribeTargetGroupAttributesCommand";
29
- import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "./commands/DescribeTargetGroupsCommand";
30
- import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "./commands/DescribeTargetHealthCommand";
31
- import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand";
32
- import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "./commands/ModifyLoadBalancerAttributesCommand";
33
- import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
34
- import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "./commands/ModifyTargetGroupAttributesCommand";
35
- import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "./commands/ModifyTargetGroupCommand";
36
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
37
- import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "./commands/RemoveListenerCertificatesCommand";
38
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
39
- import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
40
- import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "./commands/SetRulePrioritiesCommand";
41
- import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
42
- import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
43
- export declare type ServiceInputTypes = AddListenerCertificatesCommandInput | AddTagsCommandInput | CreateListenerCommandInput | CreateLoadBalancerCommandInput | CreateRuleCommandInput | CreateTargetGroupCommandInput | DeleteListenerCommandInput | DeleteLoadBalancerCommandInput | DeleteRuleCommandInput | DeleteTargetGroupCommandInput | DeregisterTargetsCommandInput | DescribeAccountLimitsCommandInput | DescribeListenerCertificatesCommandInput | DescribeListenersCommandInput | DescribeLoadBalancerAttributesCommandInput | DescribeLoadBalancersCommandInput | DescribeRulesCommandInput | DescribeSSLPoliciesCommandInput | DescribeTagsCommandInput | DescribeTargetGroupAttributesCommandInput | DescribeTargetGroupsCommandInput | DescribeTargetHealthCommandInput | ModifyListenerCommandInput | ModifyLoadBalancerAttributesCommandInput | ModifyRuleCommandInput | ModifyTargetGroupAttributesCommandInput | ModifyTargetGroupCommandInput | RegisterTargetsCommandInput | RemoveListenerCertificatesCommandInput | RemoveTagsCommandInput | SetIpAddressTypeCommandInput | SetRulePrioritiesCommandInput | SetSecurityGroupsCommandInput | SetSubnetsCommandInput;
44
- export declare type ServiceOutputTypes = AddListenerCertificatesCommandOutput | AddTagsCommandOutput | CreateListenerCommandOutput | CreateLoadBalancerCommandOutput | CreateRuleCommandOutput | CreateTargetGroupCommandOutput | DeleteListenerCommandOutput | DeleteLoadBalancerCommandOutput | DeleteRuleCommandOutput | DeleteTargetGroupCommandOutput | DeregisterTargetsCommandOutput | DescribeAccountLimitsCommandOutput | DescribeListenerCertificatesCommandOutput | DescribeListenersCommandOutput | DescribeLoadBalancerAttributesCommandOutput | DescribeLoadBalancersCommandOutput | DescribeRulesCommandOutput | DescribeSSLPoliciesCommandOutput | DescribeTagsCommandOutput | DescribeTargetGroupAttributesCommandOutput | DescribeTargetGroupsCommandOutput | DescribeTargetHealthCommandOutput | ModifyListenerCommandOutput | ModifyLoadBalancerAttributesCommandOutput | ModifyRuleCommandOutput | ModifyTargetGroupAttributesCommandOutput | ModifyTargetGroupCommandOutput | RegisterTargetsCommandOutput | RemoveListenerCertificatesCommandOutput | RemoveTagsCommandOutput | SetIpAddressTypeCommandOutput | SetRulePrioritiesCommandOutput | SetSecurityGroupsCommandOutput | SetSubnetsCommandOutput;
45
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
-
47
- requestHandler?: __HttpHandler;
48
-
49
- sha256?: __HashConstructor;
50
-
51
- urlParser?: __UrlParser;
52
-
53
- bodyLengthChecker?: __BodyLengthCalculator;
54
-
55
- streamCollector?: __StreamCollector;
56
-
57
- base64Decoder?: __Decoder;
58
-
59
- base64Encoder?: __Encoder;
60
-
61
- utf8Decoder?: __Decoder;
62
-
63
- utf8Encoder?: __Encoder;
64
-
65
- runtime?: string;
66
-
67
- disableHostPrefix?: boolean;
68
-
69
- maxAttempts?: number | __Provider<number>;
70
-
71
- retryMode?: string | __Provider<string>;
72
-
73
- logger?: __Logger;
74
-
75
- useDualstackEndpoint?: boolean | __Provider<boolean>;
76
-
77
- useFipsEndpoint?: boolean | __Provider<boolean>;
78
-
79
- serviceId?: string;
80
-
81
- region?: string | __Provider<string>;
82
-
83
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
84
-
85
- regionInfoProvider?: RegionInfoProvider;
86
-
87
- defaultUserAgentProvider?: Provider<__UserAgent>;
88
-
89
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
90
- }
91
- declare type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
92
-
93
- export interface ElasticLoadBalancingV2ClientConfig extends ElasticLoadBalancingV2ClientConfigType {
94
- }
95
- declare type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
96
-
97
- export interface ElasticLoadBalancingV2ClientResolvedConfig extends ElasticLoadBalancingV2ClientResolvedConfigType {
98
- }
99
-
100
- export declare class ElasticLoadBalancingV2Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ElasticLoadBalancingV2ClientResolvedConfig> {
101
-
102
- readonly config: ElasticLoadBalancingV2ClientResolvedConfig;
103
- constructor(configuration: ElasticLoadBalancingV2ClientConfig);
104
-
105
- destroy(): void;
106
- }
107
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AddListenerCertificatesCommandInput,
47
+ AddListenerCertificatesCommandOutput,
48
+ } from "./commands/AddListenerCertificatesCommand";
49
+ import {
50
+ AddTagsCommandInput,
51
+ AddTagsCommandOutput,
52
+ } from "./commands/AddTagsCommand";
53
+ import {
54
+ CreateListenerCommandInput,
55
+ CreateListenerCommandOutput,
56
+ } from "./commands/CreateListenerCommand";
57
+ import {
58
+ CreateLoadBalancerCommandInput,
59
+ CreateLoadBalancerCommandOutput,
60
+ } from "./commands/CreateLoadBalancerCommand";
61
+ import {
62
+ CreateRuleCommandInput,
63
+ CreateRuleCommandOutput,
64
+ } from "./commands/CreateRuleCommand";
65
+ import {
66
+ CreateTargetGroupCommandInput,
67
+ CreateTargetGroupCommandOutput,
68
+ } from "./commands/CreateTargetGroupCommand";
69
+ import {
70
+ DeleteListenerCommandInput,
71
+ DeleteListenerCommandOutput,
72
+ } from "./commands/DeleteListenerCommand";
73
+ import {
74
+ DeleteLoadBalancerCommandInput,
75
+ DeleteLoadBalancerCommandOutput,
76
+ } from "./commands/DeleteLoadBalancerCommand";
77
+ import {
78
+ DeleteRuleCommandInput,
79
+ DeleteRuleCommandOutput,
80
+ } from "./commands/DeleteRuleCommand";
81
+ import {
82
+ DeleteTargetGroupCommandInput,
83
+ DeleteTargetGroupCommandOutput,
84
+ } from "./commands/DeleteTargetGroupCommand";
85
+ import {
86
+ DeregisterTargetsCommandInput,
87
+ DeregisterTargetsCommandOutput,
88
+ } from "./commands/DeregisterTargetsCommand";
89
+ import {
90
+ DescribeAccountLimitsCommandInput,
91
+ DescribeAccountLimitsCommandOutput,
92
+ } from "./commands/DescribeAccountLimitsCommand";
93
+ import {
94
+ DescribeListenerCertificatesCommandInput,
95
+ DescribeListenerCertificatesCommandOutput,
96
+ } from "./commands/DescribeListenerCertificatesCommand";
97
+ import {
98
+ DescribeListenersCommandInput,
99
+ DescribeListenersCommandOutput,
100
+ } from "./commands/DescribeListenersCommand";
101
+ import {
102
+ DescribeLoadBalancerAttributesCommandInput,
103
+ DescribeLoadBalancerAttributesCommandOutput,
104
+ } from "./commands/DescribeLoadBalancerAttributesCommand";
105
+ import {
106
+ DescribeLoadBalancersCommandInput,
107
+ DescribeLoadBalancersCommandOutput,
108
+ } from "./commands/DescribeLoadBalancersCommand";
109
+ import {
110
+ DescribeRulesCommandInput,
111
+ DescribeRulesCommandOutput,
112
+ } from "./commands/DescribeRulesCommand";
113
+ import {
114
+ DescribeSSLPoliciesCommandInput,
115
+ DescribeSSLPoliciesCommandOutput,
116
+ } from "./commands/DescribeSSLPoliciesCommand";
117
+ import {
118
+ DescribeTagsCommandInput,
119
+ DescribeTagsCommandOutput,
120
+ } from "./commands/DescribeTagsCommand";
121
+ import {
122
+ DescribeTargetGroupAttributesCommandInput,
123
+ DescribeTargetGroupAttributesCommandOutput,
124
+ } from "./commands/DescribeTargetGroupAttributesCommand";
125
+ import {
126
+ DescribeTargetGroupsCommandInput,
127
+ DescribeTargetGroupsCommandOutput,
128
+ } from "./commands/DescribeTargetGroupsCommand";
129
+ import {
130
+ DescribeTargetHealthCommandInput,
131
+ DescribeTargetHealthCommandOutput,
132
+ } from "./commands/DescribeTargetHealthCommand";
133
+ import {
134
+ ModifyListenerCommandInput,
135
+ ModifyListenerCommandOutput,
136
+ } from "./commands/ModifyListenerCommand";
137
+ import {
138
+ ModifyLoadBalancerAttributesCommandInput,
139
+ ModifyLoadBalancerAttributesCommandOutput,
140
+ } from "./commands/ModifyLoadBalancerAttributesCommand";
141
+ import {
142
+ ModifyRuleCommandInput,
143
+ ModifyRuleCommandOutput,
144
+ } from "./commands/ModifyRuleCommand";
145
+ import {
146
+ ModifyTargetGroupAttributesCommandInput,
147
+ ModifyTargetGroupAttributesCommandOutput,
148
+ } from "./commands/ModifyTargetGroupAttributesCommand";
149
+ import {
150
+ ModifyTargetGroupCommandInput,
151
+ ModifyTargetGroupCommandOutput,
152
+ } from "./commands/ModifyTargetGroupCommand";
153
+ import {
154
+ RegisterTargetsCommandInput,
155
+ RegisterTargetsCommandOutput,
156
+ } from "./commands/RegisterTargetsCommand";
157
+ import {
158
+ RemoveListenerCertificatesCommandInput,
159
+ RemoveListenerCertificatesCommandOutput,
160
+ } from "./commands/RemoveListenerCertificatesCommand";
161
+ import {
162
+ RemoveTagsCommandInput,
163
+ RemoveTagsCommandOutput,
164
+ } from "./commands/RemoveTagsCommand";
165
+ import {
166
+ SetIpAddressTypeCommandInput,
167
+ SetIpAddressTypeCommandOutput,
168
+ } from "./commands/SetIpAddressTypeCommand";
169
+ import {
170
+ SetRulePrioritiesCommandInput,
171
+ SetRulePrioritiesCommandOutput,
172
+ } from "./commands/SetRulePrioritiesCommand";
173
+ import {
174
+ SetSecurityGroupsCommandInput,
175
+ SetSecurityGroupsCommandOutput,
176
+ } from "./commands/SetSecurityGroupsCommand";
177
+ import {
178
+ SetSubnetsCommandInput,
179
+ SetSubnetsCommandOutput,
180
+ } from "./commands/SetSubnetsCommand";
181
+ export declare type ServiceInputTypes =
182
+ | AddListenerCertificatesCommandInput
183
+ | AddTagsCommandInput
184
+ | CreateListenerCommandInput
185
+ | CreateLoadBalancerCommandInput
186
+ | CreateRuleCommandInput
187
+ | CreateTargetGroupCommandInput
188
+ | DeleteListenerCommandInput
189
+ | DeleteLoadBalancerCommandInput
190
+ | DeleteRuleCommandInput
191
+ | DeleteTargetGroupCommandInput
192
+ | DeregisterTargetsCommandInput
193
+ | DescribeAccountLimitsCommandInput
194
+ | DescribeListenerCertificatesCommandInput
195
+ | DescribeListenersCommandInput
196
+ | DescribeLoadBalancerAttributesCommandInput
197
+ | DescribeLoadBalancersCommandInput
198
+ | DescribeRulesCommandInput
199
+ | DescribeSSLPoliciesCommandInput
200
+ | DescribeTagsCommandInput
201
+ | DescribeTargetGroupAttributesCommandInput
202
+ | DescribeTargetGroupsCommandInput
203
+ | DescribeTargetHealthCommandInput
204
+ | ModifyListenerCommandInput
205
+ | ModifyLoadBalancerAttributesCommandInput
206
+ | ModifyRuleCommandInput
207
+ | ModifyTargetGroupAttributesCommandInput
208
+ | ModifyTargetGroupCommandInput
209
+ | RegisterTargetsCommandInput
210
+ | RemoveListenerCertificatesCommandInput
211
+ | RemoveTagsCommandInput
212
+ | SetIpAddressTypeCommandInput
213
+ | SetRulePrioritiesCommandInput
214
+ | SetSecurityGroupsCommandInput
215
+ | SetSubnetsCommandInput;
216
+ export declare type ServiceOutputTypes =
217
+ | AddListenerCertificatesCommandOutput
218
+ | AddTagsCommandOutput
219
+ | CreateListenerCommandOutput
220
+ | CreateLoadBalancerCommandOutput
221
+ | CreateRuleCommandOutput
222
+ | CreateTargetGroupCommandOutput
223
+ | DeleteListenerCommandOutput
224
+ | DeleteLoadBalancerCommandOutput
225
+ | DeleteRuleCommandOutput
226
+ | DeleteTargetGroupCommandOutput
227
+ | DeregisterTargetsCommandOutput
228
+ | DescribeAccountLimitsCommandOutput
229
+ | DescribeListenerCertificatesCommandOutput
230
+ | DescribeListenersCommandOutput
231
+ | DescribeLoadBalancerAttributesCommandOutput
232
+ | DescribeLoadBalancersCommandOutput
233
+ | DescribeRulesCommandOutput
234
+ | DescribeSSLPoliciesCommandOutput
235
+ | DescribeTagsCommandOutput
236
+ | DescribeTargetGroupAttributesCommandOutput
237
+ | DescribeTargetGroupsCommandOutput
238
+ | DescribeTargetHealthCommandOutput
239
+ | ModifyListenerCommandOutput
240
+ | ModifyLoadBalancerAttributesCommandOutput
241
+ | ModifyRuleCommandOutput
242
+ | ModifyTargetGroupAttributesCommandOutput
243
+ | ModifyTargetGroupCommandOutput
244
+ | RegisterTargetsCommandOutput
245
+ | RemoveListenerCertificatesCommandOutput
246
+ | RemoveTagsCommandOutput
247
+ | SetIpAddressTypeCommandOutput
248
+ | SetRulePrioritiesCommandOutput
249
+ | SetSecurityGroupsCommandOutput
250
+ | SetSubnetsCommandOutput;
251
+ export interface ClientDefaults
252
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
253
+ requestHandler?: __HttpHandler;
254
+
255
+ sha256?: __HashConstructor;
256
+
257
+ urlParser?: __UrlParser;
258
+
259
+ bodyLengthChecker?: __BodyLengthCalculator;
260
+
261
+ streamCollector?: __StreamCollector;
262
+
263
+ base64Decoder?: __Decoder;
264
+
265
+ base64Encoder?: __Encoder;
266
+
267
+ utf8Decoder?: __Decoder;
268
+
269
+ utf8Encoder?: __Encoder;
270
+
271
+ runtime?: string;
272
+
273
+ disableHostPrefix?: boolean;
274
+
275
+ maxAttempts?: number | __Provider<number>;
276
+
277
+ retryMode?: string | __Provider<string>;
278
+
279
+ logger?: __Logger;
280
+
281
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
282
+
283
+ useFipsEndpoint?: boolean | __Provider<boolean>;
284
+
285
+ serviceId?: string;
286
+
287
+ region?: string | __Provider<string>;
288
+
289
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
290
+
291
+ regionInfoProvider?: RegionInfoProvider;
292
+
293
+ defaultUserAgentProvider?: Provider<__UserAgent>;
294
+
295
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
296
+ }
297
+ declare type ElasticLoadBalancingV2ClientConfigType = Partial<
298
+ __SmithyConfiguration<__HttpHandlerOptions>
299
+ > &
300
+ ClientDefaults &
301
+ RegionInputConfig &
302
+ EndpointsInputConfig &
303
+ RetryInputConfig &
304
+ HostHeaderInputConfig &
305
+ AwsAuthInputConfig &
306
+ UserAgentInputConfig;
307
+
308
+ export interface ElasticLoadBalancingV2ClientConfig
309
+ extends ElasticLoadBalancingV2ClientConfigType {}
310
+ declare type ElasticLoadBalancingV2ClientResolvedConfigType =
311
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
312
+ Required<ClientDefaults> &
313
+ RegionResolvedConfig &
314
+ EndpointsResolvedConfig &
315
+ RetryResolvedConfig &
316
+ HostHeaderResolvedConfig &
317
+ AwsAuthResolvedConfig &
318
+ UserAgentResolvedConfig;
319
+
320
+ export interface ElasticLoadBalancingV2ClientResolvedConfig
321
+ extends ElasticLoadBalancingV2ClientResolvedConfigType {}
322
+
323
+ export declare class ElasticLoadBalancingV2Client extends __Client<
324
+ __HttpHandlerOptions,
325
+ ServiceInputTypes,
326
+ ServiceOutputTypes,
327
+ ElasticLoadBalancingV2ClientResolvedConfig
328
+ > {
329
+ readonly config: ElasticLoadBalancingV2ClientResolvedConfig;
330
+ constructor(configuration: ElasticLoadBalancingV2ClientConfig);
331
+
332
+ destroy(): void;
333
+ }
334
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
5
- export interface AddListenerCertificatesCommandInput extends AddListenerCertificatesInput {
6
- }
7
- export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: AddListenerCertificatesCommandInput;
12
- constructor(input: AddListenerCertificatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticLoadBalancingV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticLoadBalancingV2Client";
13
+ import {
14
+ AddListenerCertificatesInput,
15
+ AddListenerCertificatesOutput,
16
+ } from "../models/models_0";
17
+ export interface AddListenerCertificatesCommandInput
18
+ extends AddListenerCertificatesInput {}
19
+ export interface AddListenerCertificatesCommandOutput
20
+ extends AddListenerCertificatesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AddListenerCertificatesCommand extends $Command<
24
+ AddListenerCertificatesCommandInput,
25
+ AddListenerCertificatesCommandOutput,
26
+ ElasticLoadBalancingV2ClientResolvedConfig
27
+ > {
28
+ readonly input: AddListenerCertificatesCommandInput;
29
+ constructor(input: AddListenerCertificatesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AddListenerCertificatesCommandInput,
37
+ AddListenerCertificatesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
5
- export interface AddTagsCommandInput extends AddTagsInput {
6
- }
7
- export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: AddTagsCommandInput;
12
- constructor(input: AddTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticLoadBalancingV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticLoadBalancingV2Client";
13
+ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
14
+ export interface AddTagsCommandInput extends AddTagsInput {}
15
+ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
16
+
17
+ export declare class AddTagsCommand extends $Command<
18
+ AddTagsCommandInput,
19
+ AddTagsCommandOutput,
20
+ ElasticLoadBalancingV2ClientResolvedConfig
21
+ > {
22
+ readonly input: AddTagsCommandInput;
23
+ constructor(input: AddTagsCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
4
- import { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
5
- export interface CreateListenerCommandInput extends CreateListenerInput {
6
- }
7
- export interface CreateListenerCommandOutput extends CreateListenerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
11
- readonly input: CreateListenerCommandInput;
12
- constructor(input: CreateListenerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ElasticLoadBalancingV2ClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ElasticLoadBalancingV2Client";
13
+ import { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
14
+ export interface CreateListenerCommandInput extends CreateListenerInput {}
15
+ export interface CreateListenerCommandOutput
16
+ extends CreateListenerOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateListenerCommand extends $Command<
20
+ CreateListenerCommandInput,
21
+ CreateListenerCommandOutput,
22
+ ElasticLoadBalancingV2ClientResolvedConfig
23
+ > {
24
+ readonly input: CreateListenerCommandInput;
25
+ constructor(input: CreateListenerCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ElasticLoadBalancingV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }