@aws-sdk/client-elastic-load-balancing-v2 3.279.0 → 3.282.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 (36) hide show
  1. package/README.md +275 -0
  2. package/dist-types/commands/AddListenerCertificatesCommand.d.ts +6 -0
  3. package/dist-types/commands/AddTagsCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateListenerCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateRuleCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateTargetGroupCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteListenerCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteTargetGroupCommand.d.ts +6 -0
  12. package/dist-types/commands/DeregisterTargetsCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -0
  14. package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeListenersCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeRulesCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +6 -0
  24. package/dist-types/commands/ModifyListenerCommand.d.ts +6 -0
  25. package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -0
  26. package/dist-types/commands/ModifyRuleCommand.d.ts +6 -0
  27. package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +6 -0
  28. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +6 -0
  29. package/dist-types/commands/RegisterTargetsCommand.d.ts +6 -0
  30. package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +6 -0
  31. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -0
  32. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -0
  33. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +6 -0
  34. package/dist-types/commands/SetSecurityGroupsCommand.d.ts +6 -0
  35. package/dist-types/commands/SetSubnetsCommand.d.ts +6 -0
  36. package/package.json +17 -17
package/README.md CHANGED
@@ -238,3 +238,278 @@ To contribute to client you can check our [generate clients scripts](https://git
238
238
  This SDK is distributed under the
239
239
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
240
240
  see LICENSE for more information.
241
+
242
+ ## Client Commands (Operations List)
243
+
244
+ <details>
245
+ <summary>
246
+ AddListenerCertificates
247
+ </summary>
248
+
249
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/addlistenercertificatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/addlistenercertificatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/addlistenercertificatescommandoutput.html)
250
+
251
+ </details>
252
+ <details>
253
+ <summary>
254
+ AddTags
255
+ </summary>
256
+
257
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/addtagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/addtagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/addtagscommandoutput.html)
258
+
259
+ </details>
260
+ <details>
261
+ <summary>
262
+ CreateListener
263
+ </summary>
264
+
265
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/createlistenercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createlistenercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createlistenercommandoutput.html)
266
+
267
+ </details>
268
+ <details>
269
+ <summary>
270
+ CreateLoadBalancer
271
+ </summary>
272
+
273
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/createloadbalancercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createloadbalancercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createloadbalancercommandoutput.html)
274
+
275
+ </details>
276
+ <details>
277
+ <summary>
278
+ CreateRule
279
+ </summary>
280
+
281
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/createrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createrulecommandoutput.html)
282
+
283
+ </details>
284
+ <details>
285
+ <summary>
286
+ CreateTargetGroup
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/createtargetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createtargetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/createtargetgroupcommandoutput.html)
290
+
291
+ </details>
292
+ <details>
293
+ <summary>
294
+ DeleteListener
295
+ </summary>
296
+
297
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/deletelistenercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deletelistenercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deletelistenercommandoutput.html)
298
+
299
+ </details>
300
+ <details>
301
+ <summary>
302
+ DeleteLoadBalancer
303
+ </summary>
304
+
305
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/deleteloadbalancercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deleteloadbalancercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deleteloadbalancercommandoutput.html)
306
+
307
+ </details>
308
+ <details>
309
+ <summary>
310
+ DeleteRule
311
+ </summary>
312
+
313
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/deleterulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deleterulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deleterulecommandoutput.html)
314
+
315
+ </details>
316
+ <details>
317
+ <summary>
318
+ DeleteTargetGroup
319
+ </summary>
320
+
321
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/deletetargetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deletetargetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deletetargetgroupcommandoutput.html)
322
+
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ DeregisterTargets
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/deregistertargetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deregistertargetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/deregistertargetscommandoutput.html)
330
+
331
+ </details>
332
+ <details>
333
+ <summary>
334
+ DescribeAccountLimits
335
+ </summary>
336
+
337
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describeaccountlimitscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describeaccountlimitscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describeaccountlimitscommandoutput.html)
338
+
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ DescribeListenerCertificates
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describelistenercertificatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describelistenercertificatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describelistenercertificatescommandoutput.html)
346
+
347
+ </details>
348
+ <details>
349
+ <summary>
350
+ DescribeListeners
351
+ </summary>
352
+
353
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describelistenerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describelistenerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describelistenerscommandoutput.html)
354
+
355
+ </details>
356
+ <details>
357
+ <summary>
358
+ DescribeLoadBalancerAttributes
359
+ </summary>
360
+
361
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describeloadbalancerattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describeloadbalancerattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describeloadbalancerattributescommandoutput.html)
362
+
363
+ </details>
364
+ <details>
365
+ <summary>
366
+ DescribeLoadBalancers
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describeloadbalancerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describeloadbalancerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describeloadbalancerscommandoutput.html)
370
+
371
+ </details>
372
+ <details>
373
+ <summary>
374
+ DescribeRules
375
+ </summary>
376
+
377
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describerulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describerulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describerulescommandoutput.html)
378
+
379
+ </details>
380
+ <details>
381
+ <summary>
382
+ DescribeSSLPolicies
383
+ </summary>
384
+
385
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describesslpoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describesslpoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describesslpoliciescommandoutput.html)
386
+
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ DescribeTags
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetagscommandoutput.html)
394
+
395
+ </details>
396
+ <details>
397
+ <summary>
398
+ DescribeTargetGroupAttributes
399
+ </summary>
400
+
401
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describetargetgroupattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetargetgroupattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetargetgroupattributescommandoutput.html)
402
+
403
+ </details>
404
+ <details>
405
+ <summary>
406
+ DescribeTargetGroups
407
+ </summary>
408
+
409
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describetargetgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetargetgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetargetgroupscommandoutput.html)
410
+
411
+ </details>
412
+ <details>
413
+ <summary>
414
+ DescribeTargetHealth
415
+ </summary>
416
+
417
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/describetargethealthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetargethealthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/describetargethealthcommandoutput.html)
418
+
419
+ </details>
420
+ <details>
421
+ <summary>
422
+ ModifyListener
423
+ </summary>
424
+
425
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/modifylistenercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifylistenercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifylistenercommandoutput.html)
426
+
427
+ </details>
428
+ <details>
429
+ <summary>
430
+ ModifyLoadBalancerAttributes
431
+ </summary>
432
+
433
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/modifyloadbalancerattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifyloadbalancerattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifyloadbalancerattributescommandoutput.html)
434
+
435
+ </details>
436
+ <details>
437
+ <summary>
438
+ ModifyRule
439
+ </summary>
440
+
441
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/modifyrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifyrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifyrulecommandoutput.html)
442
+
443
+ </details>
444
+ <details>
445
+ <summary>
446
+ ModifyTargetGroup
447
+ </summary>
448
+
449
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/modifytargetgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifytargetgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifytargetgroupcommandoutput.html)
450
+
451
+ </details>
452
+ <details>
453
+ <summary>
454
+ ModifyTargetGroupAttributes
455
+ </summary>
456
+
457
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/modifytargetgroupattributescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifytargetgroupattributescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/modifytargetgroupattributescommandoutput.html)
458
+
459
+ </details>
460
+ <details>
461
+ <summary>
462
+ RegisterTargets
463
+ </summary>
464
+
465
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/registertargetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/registertargetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/registertargetscommandoutput.html)
466
+
467
+ </details>
468
+ <details>
469
+ <summary>
470
+ RemoveListenerCertificates
471
+ </summary>
472
+
473
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/removelistenercertificatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/removelistenercertificatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/removelistenercertificatescommandoutput.html)
474
+
475
+ </details>
476
+ <details>
477
+ <summary>
478
+ RemoveTags
479
+ </summary>
480
+
481
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/removetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/removetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/removetagscommandoutput.html)
482
+
483
+ </details>
484
+ <details>
485
+ <summary>
486
+ SetIpAddressType
487
+ </summary>
488
+
489
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/setipaddresstypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setipaddresstypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setipaddresstypecommandoutput.html)
490
+
491
+ </details>
492
+ <details>
493
+ <summary>
494
+ SetRulePriorities
495
+ </summary>
496
+
497
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/setruleprioritiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setruleprioritiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setruleprioritiescommandoutput.html)
498
+
499
+ </details>
500
+ <details>
501
+ <summary>
502
+ SetSecurityGroups
503
+ </summary>
504
+
505
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/setsecuritygroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setsecuritygroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setsecuritygroupscommandoutput.html)
506
+
507
+ </details>
508
+ <details>
509
+ <summary>
510
+ SetSubnets
511
+ </summary>
512
+
513
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/classes/setsubnetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setsubnetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-load-balancing-v2/interfaces/setsubnetscommandoutput.html)
514
+
515
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddListenerCertificatesCommand}.
8
+ */
6
9
  export interface AddListenerCertificatesCommandInput extends AddListenerCertificatesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddListenerCertificatesCommand}.
13
+ */
8
14
  export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddTagsCommand}.
8
+ */
6
9
  export interface AddTagsCommandInput extends AddTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddTagsCommand}.
13
+ */
8
14
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateListenerInput, CreateListenerOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateListenerCommand}.
8
+ */
6
9
  export interface CreateListenerCommandInput extends CreateListenerInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateListenerCommand}.
13
+ */
8
14
  export interface CreateListenerCommandOutput extends CreateListenerOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLoadBalancerCommand}.
8
+ */
6
9
  export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLoadBalancerCommand}.
13
+ */
8
14
  export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRuleCommand}.
8
+ */
6
9
  export interface CreateRuleCommandInput extends CreateRuleInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRuleCommand}.
13
+ */
8
14
  export interface CreateRuleCommandOutput extends CreateRuleOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateTargetGroupCommand}.
8
+ */
6
9
  export interface CreateTargetGroupCommandInput extends CreateTargetGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTargetGroupCommand}.
13
+ */
8
14
  export interface CreateTargetGroupCommandOutput extends CreateTargetGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteListenerCommand}.
8
+ */
6
9
  export interface DeleteListenerCommandInput extends DeleteListenerInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteListenerCommand}.
13
+ */
8
14
  export interface DeleteListenerCommandOutput extends DeleteListenerOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLoadBalancerCommand}.
8
+ */
6
9
  export interface DeleteLoadBalancerCommandInput extends DeleteLoadBalancerInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLoadBalancerCommand}.
13
+ */
8
14
  export interface DeleteLoadBalancerCommandOutput extends DeleteLoadBalancerOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRuleCommand}.
8
+ */
6
9
  export interface DeleteRuleCommandInput extends DeleteRuleInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRuleCommand}.
13
+ */
8
14
  export interface DeleteRuleCommandOutput extends DeleteRuleOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteTargetGroupCommand}.
8
+ */
6
9
  export interface DeleteTargetGroupCommandInput extends DeleteTargetGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTargetGroupCommand}.
13
+ */
8
14
  export interface DeleteTargetGroupCommandOutput extends DeleteTargetGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeregisterTargetsCommand}.
8
+ */
6
9
  export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeregisterTargetsCommand}.
13
+ */
8
14
  export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAccountLimitsCommand}.
8
+ */
6
9
  export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimitsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAccountLimitsCommand}.
13
+ */
8
14
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeListenerCertificatesCommand}.
8
+ */
6
9
  export interface DescribeListenerCertificatesCommandInput extends DescribeListenerCertificatesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeListenerCertificatesCommand}.
13
+ */
8
14
  export interface DescribeListenerCertificatesCommandOutput extends DescribeListenerCertificatesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeListenersCommand}.
8
+ */
6
9
  export interface DescribeListenersCommandInput extends DescribeListenersInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeListenersCommand}.
13
+ */
8
14
  export interface DescribeListenersCommandOutput extends DescribeListenersOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLoadBalancerAttributesCommand}.
8
+ */
6
9
  export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoadBalancerAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLoadBalancerAttributesCommand}.
13
+ */
8
14
  export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeLoadBalancersInput, DescribeLoadBalancersOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLoadBalancersCommand}.
8
+ */
6
9
  export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancersInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLoadBalancersCommand}.
13
+ */
8
14
  export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeRulesCommand}.
8
+ */
6
9
  export interface DescribeRulesCommandInput extends DescribeRulesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeRulesCommand}.
13
+ */
8
14
  export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeSSLPoliciesInput, DescribeSSLPoliciesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeSSLPoliciesCommand}.
8
+ */
6
9
  export interface DescribeSSLPoliciesCommandInput extends DescribeSSLPoliciesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSSLPoliciesCommand}.
13
+ */
8
14
  export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTagsCommand}.
8
+ */
6
9
  export interface DescribeTagsCommandInput extends DescribeTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTagsCommand}.
13
+ */
8
14
  export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTargetGroupAttributesInput, DescribeTargetGroupAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTargetGroupAttributesCommand}.
8
+ */
6
9
  export interface DescribeTargetGroupAttributesCommandInput extends DescribeTargetGroupAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTargetGroupAttributesCommand}.
13
+ */
8
14
  export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTargetGroupsCommand}.
8
+ */
6
9
  export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTargetGroupsCommand}.
13
+ */
8
14
  export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTargetHealthCommand}.
8
+ */
6
9
  export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTargetHealthCommand}.
13
+ */
8
14
  export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyListenerCommand}.
8
+ */
6
9
  export interface ModifyListenerCommandInput extends ModifyListenerInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyListenerCommand}.
13
+ */
8
14
  export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyLoadBalancerAttributesCommand}.
8
+ */
6
9
  export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBalancerAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyLoadBalancerAttributesCommand}.
13
+ */
8
14
  export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyRuleCommand}.
8
+ */
6
9
  export interface ModifyRuleCommandInput extends ModifyRuleInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyRuleCommand}.
13
+ */
8
14
  export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyTargetGroupAttributesCommand}.
8
+ */
6
9
  export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGroupAttributesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyTargetGroupAttributesCommand}.
13
+ */
8
14
  export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyTargetGroupCommand}.
8
+ */
6
9
  export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyTargetGroupCommand}.
13
+ */
8
14
  export interface ModifyTargetGroupCommandOutput extends ModifyTargetGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RegisterTargetsCommand}.
8
+ */
6
9
  export interface RegisterTargetsCommandInput extends RegisterTargetsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterTargetsCommand}.
13
+ */
8
14
  export interface RegisterTargetsCommandOutput extends RegisterTargetsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveListenerCertificatesCommand}.
8
+ */
6
9
  export interface RemoveListenerCertificatesCommandInput extends RemoveListenerCertificatesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveListenerCertificatesCommand}.
13
+ */
8
14
  export interface RemoveListenerCertificatesCommandOutput extends RemoveListenerCertificatesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveTagsCommand}.
8
+ */
6
9
  export interface RemoveTagsCommandInput extends RemoveTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveTagsCommand}.
13
+ */
8
14
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetIpAddressTypeCommand}.
8
+ */
6
9
  export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetIpAddressTypeCommand}.
13
+ */
8
14
  export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetRulePrioritiesCommand}.
8
+ */
6
9
  export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetRulePrioritiesCommand}.
13
+ */
8
14
  export interface SetRulePrioritiesCommandOutput extends SetRulePrioritiesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetSecurityGroupsCommand}.
8
+ */
6
9
  export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetSecurityGroupsCommand}.
13
+ */
8
14
  export interface SetSecurityGroupsCommandOutput extends SetSecurityGroupsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
5
5
  import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SetSubnetsCommand}.
8
+ */
6
9
  export interface SetSubnetsCommandInput extends SetSubnetsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SetSubnetsCommand}.
13
+ */
8
14
  export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,25 +20,25 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "@aws-sdk/util-waiter": "3.272.0",
56
56
  "fast-xml-parser": "4.1.2",