@aws-sdk/client-elastic-load-balancing-v2 3.490.0 → 3.496.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 (70) hide show
  1. package/dist-cjs/ElasticLoadBalancingV2.js +1 -99
  2. package/dist-cjs/ElasticLoadBalancingV2Client.js +1 -43
  3. package/dist-cjs/commands/AddListenerCertificatesCommand.js +1 -28
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  5. package/dist-cjs/commands/AddTrustStoreRevocationsCommand.js +1 -28
  6. package/dist-cjs/commands/CreateListenerCommand.js +1 -28
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +1 -28
  10. package/dist-cjs/commands/CreateTrustStoreCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteTargetGroupCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteTrustStoreCommand.js +1 -28
  16. package/dist-cjs/commands/DeregisterTargetsCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeListenersCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeRulesCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeTargetHealthCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeTrustStoreAssociationsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeTrustStoreRevocationsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeTrustStoresCommand.js +1 -28
  31. package/dist-cjs/commands/GetTrustStoreCaCertificatesBundleCommand.js +1 -28
  32. package/dist-cjs/commands/GetTrustStoreRevocationContentCommand.js +1 -28
  33. package/dist-cjs/commands/ModifyListenerCommand.js +1 -28
  34. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +1 -28
  35. package/dist-cjs/commands/ModifyRuleCommand.js +1 -28
  36. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +1 -28
  37. package/dist-cjs/commands/ModifyTargetGroupCommand.js +1 -28
  38. package/dist-cjs/commands/ModifyTrustStoreCommand.js +1 -28
  39. package/dist-cjs/commands/RegisterTargetsCommand.js +1 -28
  40. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +1 -28
  41. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  42. package/dist-cjs/commands/RemoveTrustStoreRevocationsCommand.js +1 -28
  43. package/dist-cjs/commands/SetIpAddressTypeCommand.js +1 -28
  44. package/dist-cjs/commands/SetRulePrioritiesCommand.js +1 -28
  45. package/dist-cjs/commands/SetSecurityGroupsCommand.js +1 -28
  46. package/dist-cjs/commands/SetSubnetsCommand.js +1 -28
  47. package/dist-cjs/commands/index.js +1 -47
  48. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  49. package/dist-cjs/extensionConfiguration.js +1 -2
  50. package/dist-cjs/index.js +8838 -12
  51. package/dist-cjs/models/ElasticLoadBalancingV2ServiceException.js +1 -12
  52. package/dist-cjs/models/index.js +1 -4
  53. package/dist-cjs/models/models_0.js +1 -781
  54. package/dist-cjs/pagination/DescribeListenersPaginator.js +1 -7
  55. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +1 -7
  56. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +1 -7
  57. package/dist-cjs/pagination/DescribeTrustStoreAssociationsPaginator.js +1 -7
  58. package/dist-cjs/pagination/DescribeTrustStoreRevocationsPaginator.js +1 -7
  59. package/dist-cjs/pagination/DescribeTrustStoresPaginator.js +1 -7
  60. package/dist-cjs/pagination/Interfaces.js +1 -2
  61. package/dist-cjs/pagination/index.js +1 -10
  62. package/dist-cjs/protocols/Aws_query.js +1 -6597
  63. package/dist-cjs/runtimeExtensions.js +1 -22
  64. package/dist-cjs/waiters/index.js +1 -8
  65. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +1 -62
  66. package/dist-cjs/waiters/waitForLoadBalancerExists.js +1 -31
  67. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +1 -47
  68. package/dist-cjs/waiters/waitForTargetDeregistered.js +1 -47
  69. package/dist-cjs/waiters/waitForTargetInService.js +1 -47
  70. package/package.json +41 -41
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticLoadBalancingV2ServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class ElasticLoadBalancingV2ServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, ElasticLoadBalancingV2ServiceException.prototype);
10
- }
11
- }
12
- exports.ElasticLoadBalancingV2ServiceException = ElasticLoadBalancingV2ServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");