@aws-sdk/client-elastic-load-balancing-v2 3.929.0 → 3.931.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 (88) hide show
  1. package/dist-cjs/index.js +2272 -6639
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElasticLoadBalancingV2Client.js +2 -0
  4. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -9
  5. package/dist-es/commands/AddTagsCommand.js +3 -9
  6. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +3 -9
  7. package/dist-es/commands/CreateListenerCommand.js +3 -9
  8. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTrustStoreCommand.js +3 -9
  12. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  13. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -9
  14. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteSharedTrustStoreAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  17. package/dist-es/commands/DeleteTrustStoreCommand.js +3 -9
  18. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
  20. package/dist-es/commands/DescribeCapacityReservationCommand.js +3 -9
  21. package/dist-es/commands/DescribeListenerAttributesCommand.js +3 -9
  22. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -9
  23. package/dist-es/commands/DescribeListenersCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -9
  26. package/dist-es/commands/DescribeRulesCommand.js +3 -9
  27. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -9
  28. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  29. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -9
  30. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -9
  31. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -9
  32. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +3 -9
  33. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +3 -9
  34. package/dist-es/commands/DescribeTrustStoresCommand.js +3 -9
  35. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  36. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +3 -9
  37. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +3 -9
  38. package/dist-es/commands/ModifyCapacityReservationCommand.js +3 -9
  39. package/dist-es/commands/ModifyIpPoolsCommand.js +3 -9
  40. package/dist-es/commands/ModifyListenerAttributesCommand.js +3 -9
  41. package/dist-es/commands/ModifyListenerCommand.js +3 -9
  42. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -9
  43. package/dist-es/commands/ModifyRuleCommand.js +3 -9
  44. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -9
  45. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ModifyTrustStoreCommand.js +3 -9
  47. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  48. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -9
  49. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  50. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +3 -9
  51. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -9
  52. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -9
  53. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -9
  54. package/dist-es/commands/SetSubnetsCommand.js +3 -9
  55. package/dist-es/models/models_0.js +8 -0
  56. package/dist-es/runtimeConfig.shared.js +7 -0
  57. package/dist-es/schemas/schemas_0.js +2216 -0
  58. package/dist-types/ElasticLoadBalancingV2Client.d.ts +10 -1
  59. package/dist-types/commands/CreateListenerCommand.d.ts +30 -4
  60. package/dist-types/commands/CreateRuleCommand.d.ts +28 -2
  61. package/dist-types/commands/CreateTargetGroupCommand.d.ts +4 -4
  62. package/dist-types/commands/DeregisterTargetsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeListenersCommand.d.ts +15 -2
  64. package/dist-types/commands/DescribeRulesCommand.d.ts +15 -2
  65. package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -2
  66. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -0
  67. package/dist-types/commands/ModifyListenerCommand.d.ts +30 -4
  68. package/dist-types/commands/ModifyRuleCommand.d.ts +28 -2
  69. package/dist-types/commands/ModifyTargetGroupCommand.d.ts +3 -3
  70. package/dist-types/commands/RegisterTargetsCommand.d.ts +1 -0
  71. package/dist-types/commands/SetRulePrioritiesCommand.d.ts +14 -1
  72. package/dist-types/models/models_0.d.ts +107 -25
  73. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  74. package/dist-types/runtimeConfig.d.ts +1 -0
  75. package/dist-types/runtimeConfig.native.d.ts +1 -0
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  77. package/dist-types/schemas/schemas_0.d.ts +323 -0
  78. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +4 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +22 -0
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  84. package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -0
  85. package/package.json +34 -34
  86. package/dist-es/protocols/Aws_query.js +0 -6319
  87. package/dist-types/protocols/Aws_query.d.ts +0 -461
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -617

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.