@aws-sdk/client-elastic-load-balancing-v2 3.454.0 → 3.458.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 (86) hide show
  1. package/README.md +114 -34
  2. package/dist-cjs/ElasticLoadBalancingV2.js +20 -0
  3. package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +51 -0
  4. package/dist-cjs/commands/CreateTrustStoreCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteTrustStoreCommand.js +51 -0
  6. package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +51 -0
  7. package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +51 -0
  8. package/dist-cjs/commands/DescribeTrustStoresCommand.js +51 -0
  9. package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +51 -0
  10. package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +51 -0
  11. package/dist-cjs/commands/ModifyTrustStoreCommand.js +51 -0
  12. package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +51 -0
  13. package/dist-cjs/commands/index.js +10 -0
  14. package/dist-cjs/models/models_0.js +175 -2
  15. package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +29 -0
  16. package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +29 -0
  17. package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +29 -0
  18. package/dist-cjs/pagination/index.js +3 -0
  19. package/dist-cjs/protocols/Aws_query.js +1187 -19
  20. package/dist-es/ElasticLoadBalancingV2.js +20 -0
  21. package/dist-es/commands/AddTrustStoreRevocationsCommand.js +47 -0
  22. package/dist-es/commands/CreateTrustStoreCommand.js +47 -0
  23. package/dist-es/commands/DeleteTrustStoreCommand.js +47 -0
  24. package/dist-es/commands/DescribeTrustStoreAssociationsCommand.js +47 -0
  25. package/dist-es/commands/DescribeTrustStoreRevocationsCommand.js +47 -0
  26. package/dist-es/commands/DescribeTrustStoresCommand.js +47 -0
  27. package/dist-es/commands/GetTrustStoreCaCertificatesBundleCommand.js +47 -0
  28. package/dist-es/commands/GetTrustStoreRevocationContentCommand.js +47 -0
  29. package/dist-es/commands/ModifyTrustStoreCommand.js +47 -0
  30. package/dist-es/commands/RemoveTrustStoreRevocationsCommand.js +47 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/models/models_0.js +162 -0
  33. package/dist-es/pagination/DescribeTrustStoreAssociationsPaginator.js +25 -0
  34. package/dist-es/pagination/DescribeTrustStoreRevocationsPaginator.js +25 -0
  35. package/dist-es/pagination/DescribeTrustStoresPaginator.js +25 -0
  36. package/dist-es/pagination/index.js +3 -0
  37. package/dist-es/protocols/Aws_query.js +1167 -19
  38. package/dist-types/ElasticLoadBalancingV2.d.ts +70 -0
  39. package/dist-types/ElasticLoadBalancingV2Client.d.ts +12 -2
  40. package/dist-types/commands/AddTagsCommand.d.ts +5 -2
  41. package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +100 -0
  42. package/dist-types/commands/CreateListenerCommand.d.ts +17 -1
  43. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateTargetGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateTrustStoreCommand.d.ts +108 -0
  47. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +77 -0
  48. package/dist-types/commands/DescribeListenersCommand.d.ts +5 -0
  49. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -0
  50. package/dist-types/commands/DescribeTargetHealthCommand.d.ts +7 -0
  51. package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +83 -0
  52. package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +93 -0
  53. package/dist-types/commands/DescribeTrustStoresCommand.d.ts +93 -0
  54. package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +78 -0
  55. package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +82 -0
  56. package/dist-types/commands/ModifyListenerCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyTrustStoreCommand.d.ts +93 -0
  58. package/dist-types/commands/RemoveTagsCommand.d.ts +4 -1
  59. package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +80 -0
  60. package/dist-types/commands/index.d.ts +10 -0
  61. package/dist-types/models/models_0.d.ts +712 -2
  62. package/dist-types/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +7 -0
  63. package/dist-types/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/DescribeTrustStoresPaginator.d.ts +7 -0
  65. package/dist-types/pagination/index.d.ts +3 -0
  66. package/dist-types/protocols/Aws_query.d.ts +90 -0
  67. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +176 -0
  68. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +60 -0
  69. package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +38 -0
  71. package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +38 -0
  72. package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +39 -0
  75. package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +42 -0
  77. package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +38 -0
  78. package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +254 -0
  81. package/dist-types/ts3.4/pagination/DescribeTrustStoreAssociationsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/DescribeTrustStoreRevocationsPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/DescribeTrustStoresPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  85. package/dist-types/ts3.4/protocols/Aws_query.d.ts +120 -0
  86. package/package.json +3 -3
@@ -1,13 +1,16 @@
1
1
  export * from "./AddListenerCertificatesCommand";
2
2
  export * from "./AddTagsCommand";
3
+ export * from "./AddTrustStoreRevocationsCommand";
3
4
  export * from "./CreateListenerCommand";
4
5
  export * from "./CreateLoadBalancerCommand";
5
6
  export * from "./CreateRuleCommand";
6
7
  export * from "./CreateTargetGroupCommand";
8
+ export * from "./CreateTrustStoreCommand";
7
9
  export * from "./DeleteListenerCommand";
8
10
  export * from "./DeleteLoadBalancerCommand";
9
11
  export * from "./DeleteRuleCommand";
10
12
  export * from "./DeleteTargetGroupCommand";
13
+ export * from "./DeleteTrustStoreCommand";
11
14
  export * from "./DeregisterTargetsCommand";
12
15
  export * from "./DescribeAccountLimitsCommand";
13
16
  export * from "./DescribeListenerCertificatesCommand";
@@ -20,14 +23,21 @@ export * from "./DescribeTagsCommand";
20
23
  export * from "./DescribeTargetGroupAttributesCommand";
21
24
  export * from "./DescribeTargetGroupsCommand";
22
25
  export * from "./DescribeTargetHealthCommand";
26
+ export * from "./DescribeTrustStoreAssociationsCommand";
27
+ export * from "./DescribeTrustStoreRevocationsCommand";
28
+ export * from "./DescribeTrustStoresCommand";
29
+ export * from "./GetTrustStoreCaCertificatesBundleCommand";
30
+ export * from "./GetTrustStoreRevocationContentCommand";
23
31
  export * from "./ModifyListenerCommand";
24
32
  export * from "./ModifyLoadBalancerAttributesCommand";
25
33
  export * from "./ModifyRuleCommand";
26
34
  export * from "./ModifyTargetGroupAttributesCommand";
27
35
  export * from "./ModifyTargetGroupCommand";
36
+ export * from "./ModifyTrustStoreCommand";
28
37
  export * from "./RegisterTargetsCommand";
29
38
  export * from "./RemoveListenerCertificatesCommand";
30
39
  export * from "./RemoveTagsCommand";
40
+ export * from "./RemoveTrustStoreRevocationsCommand";
31
41
  export * from "./SetIpAddressTypeCommand";
32
42
  export * from "./SetRulePrioritiesCommand";
33
43
  export * from "./SetSecurityGroupsCommand";