@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,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeListeners = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeListenersCommand_1 = require("../commands/DescribeListenersCommand");
6
- const ElasticLoadBalancingV2Client_1 = require("../ElasticLoadBalancingV2Client");
7
- exports.paginateDescribeListeners = (0, core_1.createPaginator)(ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client, DescribeListenersCommand_1.DescribeListenersCommand, "Marker", "NextMarker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeLoadBalancers = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeLoadBalancersCommand_1 = require("../commands/DescribeLoadBalancersCommand");
6
- const ElasticLoadBalancingV2Client_1 = require("../ElasticLoadBalancingV2Client");
7
- exports.paginateDescribeLoadBalancers = (0, core_1.createPaginator)(ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand_1.DescribeLoadBalancersCommand, "Marker", "NextMarker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeTargetGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeTargetGroupsCommand_1 = require("../commands/DescribeTargetGroupsCommand");
6
- const ElasticLoadBalancingV2Client_1 = require("../ElasticLoadBalancingV2Client");
7
- exports.paginateDescribeTargetGroups = (0, core_1.createPaginator)(ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand_1.DescribeTargetGroupsCommand, "Marker", "NextMarker", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeTrustStoreAssociations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeTrustStoreAssociationsCommand_1 = require("../commands/DescribeTrustStoreAssociationsCommand");
6
- const ElasticLoadBalancingV2Client_1 = require("../ElasticLoadBalancingV2Client");
7
- exports.paginateDescribeTrustStoreAssociations = (0, core_1.createPaginator)(ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client, DescribeTrustStoreAssociationsCommand_1.DescribeTrustStoreAssociationsCommand, "Marker", "NextMarker", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeTrustStoreRevocations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeTrustStoreRevocationsCommand_1 = require("../commands/DescribeTrustStoreRevocationsCommand");
6
- const ElasticLoadBalancingV2Client_1 = require("../ElasticLoadBalancingV2Client");
7
- exports.paginateDescribeTrustStoreRevocations = (0, core_1.createPaginator)(ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client, DescribeTrustStoreRevocationsCommand_1.DescribeTrustStoreRevocationsCommand, "Marker", "NextMarker", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeTrustStores = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeTrustStoresCommand_1 = require("../commands/DescribeTrustStoresCommand");
6
- const ElasticLoadBalancingV2Client_1 = require("../ElasticLoadBalancingV2Client");
7
- exports.paginateDescribeTrustStores = (0, core_1.createPaginator)(ElasticLoadBalancingV2Client_1.ElasticLoadBalancingV2Client, DescribeTrustStoresCommand_1.DescribeTrustStoresCommand, "Marker", "NextMarker", "PageSize");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,10 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeListenersPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeLoadBalancersPaginator"), exports);
6
- tslib_1.__exportStar(require("./DescribeTargetGroupsPaginator"), exports);
7
- tslib_1.__exportStar(require("./DescribeTrustStoreAssociationsPaginator"), exports);
8
- tslib_1.__exportStar(require("./DescribeTrustStoreRevocationsPaginator"), exports);
9
- tslib_1.__exportStar(require("./DescribeTrustStoresPaginator"), exports);
10
- tslib_1.__exportStar(require("./Interfaces"), exports);
1
+ module.exports = require("../index.js");