@aws-sdk/client-elastic-load-balancing-v2 3.170.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 (49) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +0 -34
  3. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +0 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1200 -3421
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  44. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +0 -2
  45. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +0 -2
  46. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +0 -2
  47. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +0 -2
  48. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +0 -2
  49. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
@@ -136,7 +136,6 @@ import {
136
136
  SetSubnetsCommandOutput,
137
137
  } from "./commands/SetSubnetsCommand";
138
138
  import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
139
-
140
139
  export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
141
140
  addListenerCertificates(
142
141
  args: AddListenerCertificatesCommandInput,
@@ -151,7 +150,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
151
150
  options: __HttpHandlerOptions,
152
151
  cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void
153
152
  ): void;
154
-
155
153
  addTags(
156
154
  args: AddTagsCommandInput,
157
155
  options?: __HttpHandlerOptions
@@ -165,7 +163,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
165
163
  options: __HttpHandlerOptions,
166
164
  cb: (err: any, data?: AddTagsCommandOutput) => void
167
165
  ): void;
168
-
169
166
  createListener(
170
167
  args: CreateListenerCommandInput,
171
168
  options?: __HttpHandlerOptions
@@ -179,7 +176,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
179
176
  options: __HttpHandlerOptions,
180
177
  cb: (err: any, data?: CreateListenerCommandOutput) => void
181
178
  ): void;
182
-
183
179
  createLoadBalancer(
184
180
  args: CreateLoadBalancerCommandInput,
185
181
  options?: __HttpHandlerOptions
@@ -193,7 +189,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
193
189
  options: __HttpHandlerOptions,
194
190
  cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
195
191
  ): void;
196
-
197
192
  createRule(
198
193
  args: CreateRuleCommandInput,
199
194
  options?: __HttpHandlerOptions
@@ -207,7 +202,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
207
202
  options: __HttpHandlerOptions,
208
203
  cb: (err: any, data?: CreateRuleCommandOutput) => void
209
204
  ): void;
210
-
211
205
  createTargetGroup(
212
206
  args: CreateTargetGroupCommandInput,
213
207
  options?: __HttpHandlerOptions
@@ -221,7 +215,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
221
215
  options: __HttpHandlerOptions,
222
216
  cb: (err: any, data?: CreateTargetGroupCommandOutput) => void
223
217
  ): void;
224
-
225
218
  deleteListener(
226
219
  args: DeleteListenerCommandInput,
227
220
  options?: __HttpHandlerOptions
@@ -235,7 +228,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
235
228
  options: __HttpHandlerOptions,
236
229
  cb: (err: any, data?: DeleteListenerCommandOutput) => void
237
230
  ): void;
238
-
239
231
  deleteLoadBalancer(
240
232
  args: DeleteLoadBalancerCommandInput,
241
233
  options?: __HttpHandlerOptions
@@ -249,7 +241,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
249
241
  options: __HttpHandlerOptions,
250
242
  cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
251
243
  ): void;
252
-
253
244
  deleteRule(
254
245
  args: DeleteRuleCommandInput,
255
246
  options?: __HttpHandlerOptions
@@ -263,7 +254,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
263
254
  options: __HttpHandlerOptions,
264
255
  cb: (err: any, data?: DeleteRuleCommandOutput) => void
265
256
  ): void;
266
-
267
257
  deleteTargetGroup(
268
258
  args: DeleteTargetGroupCommandInput,
269
259
  options?: __HttpHandlerOptions
@@ -277,7 +267,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
277
267
  options: __HttpHandlerOptions,
278
268
  cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void
279
269
  ): void;
280
-
281
270
  deregisterTargets(
282
271
  args: DeregisterTargetsCommandInput,
283
272
  options?: __HttpHandlerOptions
@@ -291,7 +280,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
291
280
  options: __HttpHandlerOptions,
292
281
  cb: (err: any, data?: DeregisterTargetsCommandOutput) => void
293
282
  ): void;
294
-
295
283
  describeAccountLimits(
296
284
  args: DescribeAccountLimitsCommandInput,
297
285
  options?: __HttpHandlerOptions
@@ -305,7 +293,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
305
293
  options: __HttpHandlerOptions,
306
294
  cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
307
295
  ): void;
308
-
309
296
  describeListenerCertificates(
310
297
  args: DescribeListenerCertificatesCommandInput,
311
298
  options?: __HttpHandlerOptions
@@ -319,7 +306,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
319
306
  options: __HttpHandlerOptions,
320
307
  cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
321
308
  ): void;
322
-
323
309
  describeListeners(
324
310
  args: DescribeListenersCommandInput,
325
311
  options?: __HttpHandlerOptions
@@ -333,7 +319,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
333
319
  options: __HttpHandlerOptions,
334
320
  cb: (err: any, data?: DescribeListenersCommandOutput) => void
335
321
  ): void;
336
-
337
322
  describeLoadBalancerAttributes(
338
323
  args: DescribeLoadBalancerAttributesCommandInput,
339
324
  options?: __HttpHandlerOptions
@@ -347,7 +332,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
347
332
  options: __HttpHandlerOptions,
348
333
  cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
349
334
  ): void;
350
-
351
335
  describeLoadBalancers(
352
336
  args: DescribeLoadBalancersCommandInput,
353
337
  options?: __HttpHandlerOptions
@@ -361,7 +345,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
361
345
  options: __HttpHandlerOptions,
362
346
  cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
363
347
  ): void;
364
-
365
348
  describeRules(
366
349
  args: DescribeRulesCommandInput,
367
350
  options?: __HttpHandlerOptions
@@ -375,7 +358,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
375
358
  options: __HttpHandlerOptions,
376
359
  cb: (err: any, data?: DescribeRulesCommandOutput) => void
377
360
  ): void;
378
-
379
361
  describeSSLPolicies(
380
362
  args: DescribeSSLPoliciesCommandInput,
381
363
  options?: __HttpHandlerOptions
@@ -389,7 +371,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
389
371
  options: __HttpHandlerOptions,
390
372
  cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void
391
373
  ): void;
392
-
393
374
  describeTags(
394
375
  args: DescribeTagsCommandInput,
395
376
  options?: __HttpHandlerOptions
@@ -403,7 +384,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
403
384
  options: __HttpHandlerOptions,
404
385
  cb: (err: any, data?: DescribeTagsCommandOutput) => void
405
386
  ): void;
406
-
407
387
  describeTargetGroupAttributes(
408
388
  args: DescribeTargetGroupAttributesCommandInput,
409
389
  options?: __HttpHandlerOptions
@@ -417,7 +397,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
417
397
  options: __HttpHandlerOptions,
418
398
  cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
419
399
  ): void;
420
-
421
400
  describeTargetGroups(
422
401
  args: DescribeTargetGroupsCommandInput,
423
402
  options?: __HttpHandlerOptions
@@ -431,7 +410,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
431
410
  options: __HttpHandlerOptions,
432
411
  cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void
433
412
  ): void;
434
-
435
413
  describeTargetHealth(
436
414
  args: DescribeTargetHealthCommandInput,
437
415
  options?: __HttpHandlerOptions
@@ -445,7 +423,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
445
423
  options: __HttpHandlerOptions,
446
424
  cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void
447
425
  ): void;
448
-
449
426
  modifyListener(
450
427
  args: ModifyListenerCommandInput,
451
428
  options?: __HttpHandlerOptions
@@ -459,7 +436,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
459
436
  options: __HttpHandlerOptions,
460
437
  cb: (err: any, data?: ModifyListenerCommandOutput) => void
461
438
  ): void;
462
-
463
439
  modifyLoadBalancerAttributes(
464
440
  args: ModifyLoadBalancerAttributesCommandInput,
465
441
  options?: __HttpHandlerOptions
@@ -473,7 +449,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
473
449
  options: __HttpHandlerOptions,
474
450
  cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
475
451
  ): void;
476
-
477
452
  modifyRule(
478
453
  args: ModifyRuleCommandInput,
479
454
  options?: __HttpHandlerOptions
@@ -487,7 +462,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
487
462
  options: __HttpHandlerOptions,
488
463
  cb: (err: any, data?: ModifyRuleCommandOutput) => void
489
464
  ): void;
490
-
491
465
  modifyTargetGroup(
492
466
  args: ModifyTargetGroupCommandInput,
493
467
  options?: __HttpHandlerOptions
@@ -501,7 +475,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
501
475
  options: __HttpHandlerOptions,
502
476
  cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void
503
477
  ): void;
504
-
505
478
  modifyTargetGroupAttributes(
506
479
  args: ModifyTargetGroupAttributesCommandInput,
507
480
  options?: __HttpHandlerOptions
@@ -515,7 +488,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
515
488
  options: __HttpHandlerOptions,
516
489
  cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
517
490
  ): void;
518
-
519
491
  registerTargets(
520
492
  args: RegisterTargetsCommandInput,
521
493
  options?: __HttpHandlerOptions
@@ -529,7 +501,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
529
501
  options: __HttpHandlerOptions,
530
502
  cb: (err: any, data?: RegisterTargetsCommandOutput) => void
531
503
  ): void;
532
-
533
504
  removeListenerCertificates(
534
505
  args: RemoveListenerCertificatesCommandInput,
535
506
  options?: __HttpHandlerOptions
@@ -543,7 +514,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
543
514
  options: __HttpHandlerOptions,
544
515
  cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void
545
516
  ): void;
546
-
547
517
  removeTags(
548
518
  args: RemoveTagsCommandInput,
549
519
  options?: __HttpHandlerOptions
@@ -557,7 +527,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
557
527
  options: __HttpHandlerOptions,
558
528
  cb: (err: any, data?: RemoveTagsCommandOutput) => void
559
529
  ): void;
560
-
561
530
  setIpAddressType(
562
531
  args: SetIpAddressTypeCommandInput,
563
532
  options?: __HttpHandlerOptions
@@ -571,7 +540,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
571
540
  options: __HttpHandlerOptions,
572
541
  cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void
573
542
  ): void;
574
-
575
543
  setRulePriorities(
576
544
  args: SetRulePrioritiesCommandInput,
577
545
  options?: __HttpHandlerOptions
@@ -585,7 +553,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
585
553
  options: __HttpHandlerOptions,
586
554
  cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void
587
555
  ): void;
588
-
589
556
  setSecurityGroups(
590
557
  args: SetSecurityGroupsCommandInput,
591
558
  options?: __HttpHandlerOptions
@@ -599,7 +566,6 @@ export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client
599
566
  options: __HttpHandlerOptions,
600
567
  cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void
601
568
  ): void;
602
-
603
569
  setSubnets(
604
570
  args: SetSubnetsCommandInput,
605
571
  options?: __HttpHandlerOptions
@@ -251,47 +251,26 @@ export declare type ServiceOutputTypes =
251
251
  export interface ClientDefaults
252
252
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
253
253
  requestHandler?: __HttpHandler;
254
-
255
254
  sha256?: __HashConstructor;
256
-
257
255
  urlParser?: __UrlParser;
258
-
259
256
  bodyLengthChecker?: __BodyLengthCalculator;
260
-
261
257
  streamCollector?: __StreamCollector;
262
-
263
258
  base64Decoder?: __Decoder;
264
-
265
259
  base64Encoder?: __Encoder;
266
-
267
260
  utf8Decoder?: __Decoder;
268
-
269
261
  utf8Encoder?: __Encoder;
270
-
271
262
  runtime?: string;
272
-
273
263
  disableHostPrefix?: boolean;
274
-
275
264
  maxAttempts?: number | __Provider<number>;
276
-
277
265
  retryMode?: string | __Provider<string>;
278
-
279
266
  logger?: __Logger;
280
-
281
267
  useDualstackEndpoint?: boolean | __Provider<boolean>;
282
-
283
268
  useFipsEndpoint?: boolean | __Provider<boolean>;
284
-
285
269
  serviceId?: string;
286
-
287
270
  region?: string | __Provider<string>;
288
-
289
271
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
290
-
291
272
  regionInfoProvider?: RegionInfoProvider;
292
-
293
273
  defaultUserAgentProvider?: Provider<__UserAgent>;
294
-
295
274
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
296
275
  }
297
276
  declare type ElasticLoadBalancingV2ClientConfigType = Partial<
@@ -304,7 +283,6 @@ declare type ElasticLoadBalancingV2ClientConfigType = Partial<
304
283
  HostHeaderInputConfig &
305
284
  AwsAuthInputConfig &
306
285
  UserAgentInputConfig;
307
-
308
286
  export interface ElasticLoadBalancingV2ClientConfig
309
287
  extends ElasticLoadBalancingV2ClientConfigType {}
310
288
  declare type ElasticLoadBalancingV2ClientResolvedConfigType =
@@ -316,10 +294,8 @@ declare type ElasticLoadBalancingV2ClientResolvedConfigType =
316
294
  HostHeaderResolvedConfig &
317
295
  AwsAuthResolvedConfig &
318
296
  UserAgentResolvedConfig;
319
-
320
297
  export interface ElasticLoadBalancingV2ClientResolvedConfig
321
298
  extends ElasticLoadBalancingV2ClientResolvedConfigType {}
322
-
323
299
  export declare class ElasticLoadBalancingV2Client extends __Client<
324
300
  __HttpHandlerOptions,
325
301
  ServiceInputTypes,
@@ -328,7 +304,6 @@ export declare class ElasticLoadBalancingV2Client extends __Client<
328
304
  > {
329
305
  readonly config: ElasticLoadBalancingV2ClientResolvedConfig;
330
306
  constructor(configuration: ElasticLoadBalancingV2ClientConfig);
331
-
332
307
  destroy(): void;
333
308
  }
334
309
  export {};
@@ -19,7 +19,6 @@ export interface AddListenerCertificatesCommandInput
19
19
  export interface AddListenerCertificatesCommandOutput
20
20
  extends AddListenerCertificatesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddListenerCertificatesCommand extends $Command<
24
23
  AddListenerCertificatesCommandInput,
25
24
  AddListenerCertificatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddListenerCertificatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddListenerCertificatesCommandInput;
29
28
  constructor(input: AddListenerCertificatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
14
14
  export interface AddTagsCommandInput extends AddTagsInput {}
15
15
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
16
-
17
16
  export declare class AddTagsCommand extends $Command<
18
17
  AddTagsCommandInput,
19
18
  AddTagsCommandOutput,
@@ -21,7 +20,6 @@ export declare class AddTagsCommand extends $Command<
21
20
  > {
22
21
  readonly input: AddTagsCommandInput;
23
22
  constructor(input: AddTagsCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateListenerCommandInput extends CreateListenerInput {}
15
15
  export interface CreateListenerCommandOutput
16
16
  extends CreateListenerOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateListenerCommand extends $Command<
20
19
  CreateListenerCommandInput,
21
20
  CreateListenerCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateListenerCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateListenerCommandInput;
25
24
  constructor(input: CreateListenerCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateLoadBalancerCommandInput
19
19
  export interface CreateLoadBalancerCommandOutput
20
20
  extends CreateLoadBalancerOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateLoadBalancerCommand extends $Command<
24
23
  CreateLoadBalancerCommandInput,
25
24
  CreateLoadBalancerCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateLoadBalancerCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateLoadBalancerCommandInput;
29
28
  constructor(input: CreateLoadBalancerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateRuleCommandInput extends CreateRuleInput {}
15
15
  export interface CreateRuleCommandOutput
16
16
  extends CreateRuleOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateRuleCommand extends $Command<
20
19
  CreateRuleCommandInput,
21
20
  CreateRuleCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateRuleCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateRuleCommandInput;
25
24
  constructor(input: CreateRuleCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {}
18
18
  export interface CreateTargetGroupCommandOutput
19
19
  extends CreateTargetGroupOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateTargetGroupCommand extends $Command<
23
22
  CreateTargetGroupCommandInput,
24
23
  CreateTargetGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateTargetGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateTargetGroupCommandInput;
28
27
  constructor(input: CreateTargetGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteListenerCommandInput extends DeleteListenerInput {}
15
15
  export interface DeleteListenerCommandOutput
16
16
  extends DeleteListenerOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteListenerCommand extends $Command<
20
19
  DeleteListenerCommandInput,
21
20
  DeleteListenerCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteListenerCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteListenerCommandInput;
25
24
  constructor(input: DeleteListenerCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteLoadBalancerCommandInput
19
19
  export interface DeleteLoadBalancerCommandOutput
20
20
  extends DeleteLoadBalancerOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteLoadBalancerCommand extends $Command<
24
23
  DeleteLoadBalancerCommandInput,
25
24
  DeleteLoadBalancerCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteLoadBalancerCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteLoadBalancerCommandInput;
29
28
  constructor(input: DeleteLoadBalancerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteRuleCommandInput extends DeleteRuleInput {}
15
15
  export interface DeleteRuleCommandOutput
16
16
  extends DeleteRuleOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteRuleCommand extends $Command<
20
19
  DeleteRuleCommandInput,
21
20
  DeleteRuleCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteRuleCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteRuleCommandInput;
25
24
  constructor(input: DeleteRuleCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {}
18
18
  export interface DeleteTargetGroupCommandOutput
19
19
  extends DeleteTargetGroupOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteTargetGroupCommand extends $Command<
23
22
  DeleteTargetGroupCommandInput,
24
23
  DeleteTargetGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteTargetGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteTargetGroupCommandInput;
28
27
  constructor(input: DeleteTargetGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {}
18
18
  export interface DeregisterTargetsCommandOutput
19
19
  extends DeregisterTargetsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeregisterTargetsCommand extends $Command<
23
22
  DeregisterTargetsCommandInput,
24
23
  DeregisterTargetsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeregisterTargetsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeregisterTargetsCommandInput;
28
27
  constructor(input: DeregisterTargetsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeAccountLimitsCommandInput
19
19
  export interface DescribeAccountLimitsCommandOutput
20
20
  extends DescribeAccountLimitsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeAccountLimitsCommand extends $Command<
24
23
  DescribeAccountLimitsCommandInput,
25
24
  DescribeAccountLimitsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeAccountLimitsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeAccountLimitsCommandInput;
29
28
  constructor(input: DescribeAccountLimitsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeListenerCertificatesCommandInput
19
19
  export interface DescribeListenerCertificatesCommandOutput
20
20
  extends DescribeListenerCertificatesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeListenerCertificatesCommand extends $Command<
24
23
  DescribeListenerCertificatesCommandInput,
25
24
  DescribeListenerCertificatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeListenerCertificatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeListenerCertificatesCommandInput;
29
28
  constructor(input: DescribeListenerCertificatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeListenersCommandInput extends DescribeListenersInput {}
18
18
  export interface DescribeListenersCommandOutput
19
19
  extends DescribeListenersOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeListenersCommand extends $Command<
23
22
  DescribeListenersCommandInput,
24
23
  DescribeListenersCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeListenersCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeListenersCommandInput;
28
27
  constructor(input: DescribeListenersCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancerAttributesCommandInput
19
19
  export interface DescribeLoadBalancerAttributesCommandOutput
20
20
  extends DescribeLoadBalancerAttributesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLoadBalancerAttributesCommand extends $Command<
24
23
  DescribeLoadBalancerAttributesCommandInput,
25
24
  DescribeLoadBalancerAttributesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancerAttributesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLoadBalancerAttributesCommandInput;
29
28
  constructor(input: DescribeLoadBalancerAttributesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancersCommandInput
19
19
  export interface DescribeLoadBalancersCommandOutput
20
20
  extends DescribeLoadBalancersOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLoadBalancersCommand extends $Command<
24
23
  DescribeLoadBalancersCommandInput,
25
24
  DescribeLoadBalancersCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancersCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLoadBalancersCommandInput;
29
28
  constructor(input: DescribeLoadBalancersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeRulesCommandInput extends DescribeRulesInput {}
15
15
  export interface DescribeRulesCommandOutput
16
16
  extends DescribeRulesOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeRulesCommand extends $Command<
20
19
  DescribeRulesCommandInput,
21
20
  DescribeRulesCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeRulesCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeRulesCommandInput;
25
24
  constructor(input: DescribeRulesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSSLPoliciesCommandInput
19
19
  export interface DescribeSSLPoliciesCommandOutput
20
20
  extends DescribeSSLPoliciesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSSLPoliciesCommand extends $Command<
24
23
  DescribeSSLPoliciesCommandInput,
25
24
  DescribeSSLPoliciesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSSLPoliciesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSSLPoliciesCommandInput;
29
28
  constructor(input: DescribeSSLPoliciesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {}
15
15
  export interface DescribeTagsCommandOutput
16
16
  extends DescribeTagsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeTagsCommand extends $Command<
20
19
  DescribeTagsCommandInput,
21
20
  DescribeTagsCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeTagsCommandInput;
25
24
  constructor(input: DescribeTagsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ElasticLoadBalancingV2ClientResolvedConfig,