@aws-sdk/client-elastic-load-balancing-v2 3.130.0 → 3.141.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 (75) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddListenerCertificatesCommand.js +2 -2
  4. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  5. package/dist-cjs/commands/CreateListenerCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRuleCommand.js +2 -2
  8. package/dist-cjs/commands/CreateTargetGroupCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteListenerCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteTargetGroupCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterTargetsCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeListenersCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRulesCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeTargetHealthCommand.js +2 -2
  25. package/dist-cjs/commands/ModifyListenerCommand.js +2 -2
  26. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
  27. package/dist-cjs/commands/ModifyRuleCommand.js +2 -2
  28. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +2 -2
  29. package/dist-cjs/commands/ModifyTargetGroupCommand.js +2 -2
  30. package/dist-cjs/commands/RegisterTargetsCommand.js +2 -2
  31. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +2 -2
  32. package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
  33. package/dist-cjs/commands/SetIpAddressTypeCommand.js +2 -2
  34. package/dist-cjs/commands/SetRulePrioritiesCommand.js +2 -2
  35. package/dist-cjs/commands/SetSecurityGroupsCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubnetsCommand.js +2 -2
  37. package/dist-cjs/models/models_0.js +424 -634
  38. package/dist-es/commands/AddListenerCertificatesCommand.js +3 -3
  39. package/dist-es/commands/AddTagsCommand.js +3 -3
  40. package/dist-es/commands/CreateListenerCommand.js +3 -3
  41. package/dist-es/commands/CreateLoadBalancerCommand.js +3 -3
  42. package/dist-es/commands/CreateRuleCommand.js +3 -3
  43. package/dist-es/commands/CreateTargetGroupCommand.js +3 -3
  44. package/dist-es/commands/DeleteListenerCommand.js +3 -3
  45. package/dist-es/commands/DeleteLoadBalancerCommand.js +3 -3
  46. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  47. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -3
  48. package/dist-es/commands/DeregisterTargetsCommand.js +3 -3
  49. package/dist-es/commands/DescribeAccountLimitsCommand.js +3 -3
  50. package/dist-es/commands/DescribeListenerCertificatesCommand.js +3 -3
  51. package/dist-es/commands/DescribeListenersCommand.js +3 -3
  52. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +3 -3
  53. package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
  54. package/dist-es/commands/DescribeRulesCommand.js +3 -3
  55. package/dist-es/commands/DescribeSSLPoliciesCommand.js +3 -3
  56. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  57. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +3 -3
  58. package/dist-es/commands/DescribeTargetGroupsCommand.js +3 -3
  59. package/dist-es/commands/DescribeTargetHealthCommand.js +3 -3
  60. package/dist-es/commands/ModifyListenerCommand.js +3 -3
  61. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +3 -3
  62. package/dist-es/commands/ModifyRuleCommand.js +3 -3
  63. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +3 -3
  64. package/dist-es/commands/ModifyTargetGroupCommand.js +3 -3
  65. package/dist-es/commands/RegisterTargetsCommand.js +3 -3
  66. package/dist-es/commands/RemoveListenerCertificatesCommand.js +3 -3
  67. package/dist-es/commands/RemoveTagsCommand.js +3 -3
  68. package/dist-es/commands/SetIpAddressTypeCommand.js +3 -3
  69. package/dist-es/commands/SetRulePrioritiesCommand.js +3 -3
  70. package/dist-es/commands/SetSecurityGroupsCommand.js +3 -3
  71. package/dist-es/commands/SetSubnetsCommand.js +3 -3
  72. package/dist-es/models/models_0.js +105 -420
  73. package/dist-types/models/models_0.d.ts +420 -630
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -128
  75. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
4
+ import { RemoveTagsInputFilterSensitiveLog, RemoveTagsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_queryRemoveTagsCommand, serializeAws_queryRemoveTagsCommand } from "../protocols/Aws_query";
6
6
  var RemoveTagsCommand = (function (_super) {
7
7
  __extends(RemoveTagsCommand, _super);
@@ -20,8 +20,8 @@ var RemoveTagsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: RemoveTagsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: RemoveTagsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: RemoveTagsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: RemoveTagsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0";
4
+ import { SetIpAddressTypeInputFilterSensitiveLog, SetIpAddressTypeOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_querySetIpAddressTypeCommand, serializeAws_querySetIpAddressTypeCommand, } from "../protocols/Aws_query";
6
6
  var SetIpAddressTypeCommand = (function (_super) {
7
7
  __extends(SetIpAddressTypeCommand, _super);
@@ -20,8 +20,8 @@ var SetIpAddressTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SetIpAddressTypeInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: SetIpAddressTypeOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SetIpAddressTypeInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SetIpAddressTypeOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0";
4
+ import { SetRulePrioritiesInputFilterSensitiveLog, SetRulePrioritiesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_querySetRulePrioritiesCommand, serializeAws_querySetRulePrioritiesCommand, } from "../protocols/Aws_query";
6
6
  var SetRulePrioritiesCommand = (function (_super) {
7
7
  __extends(SetRulePrioritiesCommand, _super);
@@ -20,8 +20,8 @@ var SetRulePrioritiesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SetRulePrioritiesInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: SetRulePrioritiesOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SetRulePrioritiesInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SetRulePrioritiesOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0";
4
+ import { SetSecurityGroupsInputFilterSensitiveLog, SetSecurityGroupsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_querySetSecurityGroupsCommand, serializeAws_querySetSecurityGroupsCommand, } from "../protocols/Aws_query";
6
6
  var SetSecurityGroupsCommand = (function (_super) {
7
7
  __extends(SetSecurityGroupsCommand, _super);
@@ -20,8 +20,8 @@ var SetSecurityGroupsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SetSecurityGroupsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: SetSecurityGroupsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SetSecurityGroupsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SetSecurityGroupsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
4
+ import { SetSubnetsInputFilterSensitiveLog, SetSubnetsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_querySetSubnetsCommand, serializeAws_querySetSubnetsCommand } from "../protocols/Aws_query";
6
6
  var SetSubnetsCommand = (function (_super) {
7
7
  __extends(SetSubnetsCommand, _super);
@@ -20,8 +20,8 @@ var SetSubnetsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: SetSubnetsInput.filterSensitiveLog,
24
- outputFilterSensitiveLog: SetSubnetsOutput.filterSensitiveLog,
23
+ inputFilterSensitiveLog: SetSubnetsInputFilterSensitiveLog,
24
+ outputFilterSensitiveLog: SetSubnetsOutputFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {