aws-sdk-elasticloadbalancingv2 1.88.0 → 1.90.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a76c7c2c7dadf08f89a00ed48cbb0d426894c1903eb97237a4f34e3818ca664
4
- data.tar.gz: 36b0925c7103567a6404fcac82b1ad0c88b44e1a5f4597228e046b085efd256b
3
+ metadata.gz: 361f5d7d7ee43f340b84a3dfe8f8f755b26769b03631ab794898384278d14945
4
+ data.tar.gz: 0507306f3ebc1b7aa58963a401a34edcd5a16ea3ec7143764d3926e21ab082a6
5
5
  SHA512:
6
- metadata.gz: 0fbeef2ef3b4471f3b8fada7294bc021c3ae375fd4b43f9acfc18c9156dd4aabd934038d2cb9f31e45fe698f53e4fd088d988662b877f6e19bf3381d4fc5368e
7
- data.tar.gz: f3ce31540eea516847c9ab72a454644be352719277aad9c89cde9c05a53a2be1b29fc734a56f4c68e913c2ed9a695b153df2f4f2ed2fb2f8ee7d3424e03d8a00
6
+ metadata.gz: 9af87d68ab226092c08dfdf2866e75ea1842df22bea8a3a924a1d89d8e4162ab461bb9e5b42e594d146ad852f4ac8726bd33debca6cb83b0de12f18371f05296
7
+ data.tar.gz: 90d58d7e43b4670ed632b89aee655cd086edee74503dd8b7b080a024f6840cc37d9a351687a627ce038fe15569a5b6b608179c119d64dfbd9d73c18e833fa21b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2023-08-10)
5
+ ------------------
6
+
7
+ * Feature - This release enables configuring security groups for Network Load Balancers
8
+
9
+ 1.89.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.88.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.0
@@ -216,6 +216,10 @@ module Aws::ElasticLoadBalancingV2
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -889,8 +893,8 @@ module Aws::ElasticLoadBalancingV2
889
893
  # subnets.
890
894
  #
891
895
  # @option params [Array<String>] :security_groups
892
- # \[Application Load Balancers\] The IDs of the security groups for the
893
- # load balancer.
896
+ # \[Application Load Balancers and Network Load Balancers\] The IDs of
897
+ # the security groups for the load balancer.
894
898
  #
895
899
  # @option params [String] :scheme
896
900
  # The nodes of an Internet-facing load balancer have public IP
@@ -1072,6 +1076,7 @@ module Aws::ElasticLoadBalancingV2
1072
1076
  # resp.load_balancers[0].security_groups[0] #=> String
1073
1077
  # resp.load_balancers[0].ip_address_type #=> String, one of "ipv4", "dualstack"
1074
1078
  # resp.load_balancers[0].customer_owned_ipv_4_pool #=> String
1079
+ # resp.load_balancers[0].enforce_security_group_inbound_rules_on_private_link_traffic #=> String
1075
1080
  #
1076
1081
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateLoadBalancer AWS API Documentation
1077
1082
  #
@@ -1742,6 +1747,9 @@ module Aws::ElasticLoadBalancingV2
1742
1747
  # After the targets are deregistered, they no longer receive traffic
1743
1748
  # from the load balancer.
1744
1749
  #
1750
+ # Note: If the specified target does not exist, the action returns
1751
+ # successfully.
1752
+ #
1745
1753
  # @option params [required, String] :target_group_arn
1746
1754
  # The Amazon Resource Name (ARN) of the target group.
1747
1755
  #
@@ -2204,6 +2212,7 @@ module Aws::ElasticLoadBalancingV2
2204
2212
  # resp.load_balancers[0].security_groups[0] #=> String
2205
2213
  # resp.load_balancers[0].ip_address_type #=> String, one of "ipv4", "dualstack"
2206
2214
  # resp.load_balancers[0].customer_owned_ipv_4_pool #=> String
2215
+ # resp.load_balancers[0].enforce_security_group_inbound_rules_on_private_link_traffic #=> String
2207
2216
  # resp.next_marker #=> String
2208
2217
  #
2209
2218
  #
@@ -4147,11 +4156,14 @@ module Aws::ElasticLoadBalancingV2
4147
4156
  end
4148
4157
 
4149
4158
  # Associates the specified security groups with the specified
4150
- # Application Load Balancer. The specified security groups override the
4151
- # previously associated security groups.
4159
+ # Application Load Balancer or Network Load Balancer. The specified
4160
+ # security groups override the previously associated security groups.
4152
4161
  #
4153
- # You can't specify a security group for a Network Load Balancer or
4154
- # Gateway Load Balancer.
4162
+ # You can't perform this operation on a Network Load Balancer unless
4163
+ # you specified a security group for the load balancer when you created
4164
+ # it.
4165
+ #
4166
+ # You can't associate a security group with a Gateway Load Balancer.
4155
4167
  #
4156
4168
  # @option params [required, String] :load_balancer_arn
4157
4169
  # The Amazon Resource Name (ARN) of the load balancer.
@@ -4159,9 +4171,15 @@ module Aws::ElasticLoadBalancingV2
4159
4171
  # @option params [required, Array<String>] :security_groups
4160
4172
  # The IDs of the security groups.
4161
4173
  #
4174
+ # @option params [String] :enforce_security_group_inbound_rules_on_private_link_traffic
4175
+ # Indicates whether to evaluate inbound security group rules for traffic
4176
+ # sent to a Network Load Balancer through Amazon Web Services
4177
+ # PrivateLink. The default is `on`.
4178
+ #
4162
4179
  # @return [Types::SetSecurityGroupsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4163
4180
  #
4164
4181
  # * {Types::SetSecurityGroupsOutput#security_group_ids #security_group_ids} => Array&lt;String&gt;
4182
+ # * {Types::SetSecurityGroupsOutput#enforce_security_group_inbound_rules_on_private_link_traffic #enforce_security_group_inbound_rules_on_private_link_traffic} => String
4165
4183
  #
4166
4184
  #
4167
4185
  # @example Example: To associate a security group with a load balancer
@@ -4187,12 +4205,14 @@ module Aws::ElasticLoadBalancingV2
4187
4205
  # resp = client.set_security_groups({
4188
4206
  # load_balancer_arn: "LoadBalancerArn", # required
4189
4207
  # security_groups: ["SecurityGroupId"], # required
4208
+ # enforce_security_group_inbound_rules_on_private_link_traffic: "on", # accepts on, off
4190
4209
  # })
4191
4210
  #
4192
4211
  # @example Response structure
4193
4212
  #
4194
4213
  # resp.security_group_ids #=> Array
4195
4214
  # resp.security_group_ids[0] #=> String
4215
+ # resp.enforce_security_group_inbound_rules_on_private_link_traffic #=> String, one of "on", "off"
4196
4216
  #
4197
4217
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSecurityGroups AWS API Documentation
4198
4218
  #
@@ -4257,7 +4277,7 @@ module Aws::ElasticLoadBalancingV2
4257
4277
  # subnets for your load balancer. The possible values are `ipv4` (for
4258
4278
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
4259
4279
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
4260
- # listener. .
4280
+ # listener.
4261
4281
  #
4262
4282
  # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4263
4283
  #
@@ -4342,7 +4362,7 @@ module Aws::ElasticLoadBalancingV2
4342
4362
  params: params,
4343
4363
  config: config)
4344
4364
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4345
- context[:gem_version] = '1.88.0'
4365
+ context[:gem_version] = '1.90.0'
4346
4366
  Seahorse::Client::Request.new(handlers, context)
4347
4367
  end
4348
4368
 
@@ -114,6 +114,8 @@ module Aws::ElasticLoadBalancingV2
114
114
  DuplicateLoadBalancerNameException = Shapes::StructureShape.new(name: 'DuplicateLoadBalancerNameException')
115
115
  DuplicateTagKeysException = Shapes::StructureShape.new(name: 'DuplicateTagKeysException')
116
116
  DuplicateTargetGroupNameException = Shapes::StructureShape.new(name: 'DuplicateTargetGroupNameException')
117
+ EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = Shapes::StringShape.new(name: 'EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic')
118
+ EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum = Shapes::StringShape.new(name: 'EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum')
117
119
  FixedResponseActionConfig = Shapes::StructureShape.new(name: 'FixedResponseActionConfig')
118
120
  FixedResponseActionContentType = Shapes::StringShape.new(name: 'FixedResponseActionContentType')
119
121
  FixedResponseActionMessage = Shapes::StringShape.new(name: 'FixedResponseActionMessage')
@@ -638,6 +640,7 @@ module Aws::ElasticLoadBalancingV2
638
640
  LoadBalancer.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
639
641
  LoadBalancer.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
640
642
  LoadBalancer.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CustomerOwnedIpv4Pool, location_name: "CustomerOwnedIpv4Pool"))
643
+ LoadBalancer.add_member(:enforce_security_group_inbound_rules_on_private_link_traffic, Shapes::ShapeRef.new(shape: EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic, location_name: "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic"))
641
644
  LoadBalancer.struct_class = Types::LoadBalancer
642
645
 
643
646
  LoadBalancerAddress.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
@@ -815,9 +818,11 @@ module Aws::ElasticLoadBalancingV2
815
818
 
816
819
  SetSecurityGroupsInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
817
820
  SetSecurityGroupsInput.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "SecurityGroups"))
821
+ SetSecurityGroupsInput.add_member(:enforce_security_group_inbound_rules_on_private_link_traffic, Shapes::ShapeRef.new(shape: EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum, location_name: "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic"))
818
822
  SetSecurityGroupsInput.struct_class = Types::SetSecurityGroupsInput
819
823
 
820
824
  SetSecurityGroupsOutput.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroupIds"))
825
+ SetSecurityGroupsOutput.add_member(:enforce_security_group_inbound_rules_on_private_link_traffic, Shapes::ShapeRef.new(shape: EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum, location_name: "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic"))
821
826
  SetSecurityGroupsOutput.struct_class = Types::SetSecurityGroupsOutput
822
827
 
823
828
  SetSubnetsInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
@@ -50,9 +50,6 @@ module Aws::ElasticLoadBalancingV2
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
- if self[:region].nil?
54
- raise ArgumentError, "Missing required EndpointParameter: :region"
55
- end
56
53
  self[:use_dual_stack] = options[:use_dual_stack]
57
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
58
55
  if self[:use_dual_stack].nil?
@@ -14,39 +14,42 @@ module Aws::ElasticLoadBalancingV2
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint)
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
26
20
  end
27
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
28
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
29
- return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
30
- end
31
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
32
23
  end
33
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
36
- return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing.#{region}.amazonaws.com", headers: {}, properties: {})
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
37
31
  end
38
- return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
39
33
  end
40
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
41
- end
42
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
43
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
44
- return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
37
+ return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing.#{region}.amazonaws.com", headers: {}, properties: {})
38
+ end
39
+ return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
40
+ end
41
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
42
+ end
43
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
44
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
45
+ return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
46
+ end
47
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
48
  end
46
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
49
+ return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
50
  end
48
- return Aws::Endpoints::Endpoint.new(url: "https://elasticloadbalancing.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
49
51
  end
52
+ raise ArgumentError, "Invalid Configuration: Missing Region"
50
53
  raise ArgumentError, 'No endpoint could be resolved'
51
54
 
52
55
  end
@@ -546,8 +546,8 @@ module Aws::ElasticLoadBalancingV2
546
546
  # @return [Array<Types::SubnetMapping>]
547
547
  #
548
548
  # @!attribute [rw] security_groups
549
- # \[Application Load Balancers\] The IDs of the security groups for
550
- # the load balancer.
549
+ # \[Application Load Balancers and Network Load Balancers\] The IDs of
550
+ # the security groups for the load balancer.
551
551
  # @return [Array<String>]
552
552
  #
553
553
  # @!attribute [rw] scheme
@@ -1557,6 +1557,20 @@ module Aws::ElasticLoadBalancingV2
1557
1557
  # Information about an Elastic Load Balancing resource limit for your
1558
1558
  # Amazon Web Services account.
1559
1559
  #
1560
+ # For more information, see the following:
1561
+ #
1562
+ # * [Quotas for your Application Load Balancers][1]
1563
+ #
1564
+ # * [Quotas for your Network Load Balancers][2]
1565
+ #
1566
+ # * [Quotas for your Gateway Load Balancers][3]
1567
+ #
1568
+ #
1569
+ #
1570
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
1571
+ # [2]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html
1572
+ # [3]: https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html
1573
+ #
1560
1574
  # @!attribute [rw] name
1561
1575
  # The name of the limit. The possible values are:
1562
1576
  #
@@ -1735,6 +1749,12 @@ module Aws::ElasticLoadBalancingV2
1735
1749
  # customer-owned address pool.
1736
1750
  # @return [String]
1737
1751
  #
1752
+ # @!attribute [rw] enforce_security_group_inbound_rules_on_private_link_traffic
1753
+ # Indicates whether to evaluate inbound security group rules for
1754
+ # traffic sent to a Network Load Balancer through Amazon Web Services
1755
+ # PrivateLink.
1756
+ # @return [String]
1757
+ #
1738
1758
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancer AWS API Documentation
1739
1759
  #
1740
1760
  class LoadBalancer < Struct.new(
@@ -1750,7 +1770,8 @@ module Aws::ElasticLoadBalancingV2
1750
1770
  :availability_zones,
1751
1771
  :security_groups,
1752
1772
  :ip_address_type,
1753
- :customer_owned_ipv_4_pool)
1773
+ :customer_owned_ipv_4_pool,
1774
+ :enforce_security_group_inbound_rules_on_private_link_traffic)
1754
1775
  SENSITIVE = []
1755
1776
  include Aws::Structure
1756
1777
  end
@@ -2515,6 +2536,13 @@ module Aws::ElasticLoadBalancingV2
2515
2536
  # of the following conditions: `http-header` and `query-string`. Note
2516
2537
  # that the value for a condition cannot be empty.
2517
2538
  #
2539
+ # For more information, see [Quotas for your Application Load
2540
+ # Balancers][1].
2541
+ #
2542
+ #
2543
+ #
2544
+ # [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html
2545
+ #
2518
2546
  # @!attribute [rw] field
2519
2547
  # The field in the HTTP request. The following are the possible
2520
2548
  # values:
@@ -2709,11 +2737,18 @@ module Aws::ElasticLoadBalancingV2
2709
2737
  # The IDs of the security groups.
2710
2738
  # @return [Array<String>]
2711
2739
  #
2740
+ # @!attribute [rw] enforce_security_group_inbound_rules_on_private_link_traffic
2741
+ # Indicates whether to evaluate inbound security group rules for
2742
+ # traffic sent to a Network Load Balancer through Amazon Web Services
2743
+ # PrivateLink. The default is `on`.
2744
+ # @return [String]
2745
+ #
2712
2746
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSecurityGroupsInput AWS API Documentation
2713
2747
  #
2714
2748
  class SetSecurityGroupsInput < Struct.new(
2715
2749
  :load_balancer_arn,
2716
- :security_groups)
2750
+ :security_groups,
2751
+ :enforce_security_group_inbound_rules_on_private_link_traffic)
2717
2752
  SENSITIVE = []
2718
2753
  include Aws::Structure
2719
2754
  end
@@ -2722,10 +2757,17 @@ module Aws::ElasticLoadBalancingV2
2722
2757
  # The IDs of the security groups associated with the load balancer.
2723
2758
  # @return [Array<String>]
2724
2759
  #
2760
+ # @!attribute [rw] enforce_security_group_inbound_rules_on_private_link_traffic
2761
+ # Indicates whether to evaluate inbound security group rules for
2762
+ # traffic sent to a Network Load Balancer through Amazon Web Services
2763
+ # PrivateLink.
2764
+ # @return [String]
2765
+ #
2725
2766
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSecurityGroupsOutput AWS API Documentation
2726
2767
  #
2727
2768
  class SetSecurityGroupsOutput < Struct.new(
2728
- :security_group_ids)
2769
+ :security_group_ids,
2770
+ :enforce_security_group_inbound_rules_on_private_link_traffic)
2729
2771
  SENSITIVE = []
2730
2772
  include Aws::Structure
2731
2773
  end
@@ -2781,7 +2823,7 @@ module Aws::ElasticLoadBalancingV2
2781
2823
  # subnets for your load balancer. The possible values are `ipv4` (for
2782
2824
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
2783
2825
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
2784
- # listener. .
2826
+ # listener.
2785
2827
  # @return [String]
2786
2828
  #
2787
2829
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -2956,8 +2998,8 @@ module Aws::ElasticLoadBalancingV2
2956
2998
  # The port on which the target is listening. If the target group
2957
2999
  # protocol is GENEVE, the supported port is 6081. If the target type
2958
3000
  # is `alb`, the targeted Application Load Balancer must have at least
2959
- # one listener whose port matches the target group port. Not used if
2960
- # the target is a Lambda function.
3001
+ # one listener whose port matches the target group port. This
3002
+ # parameter is not used if the target is a Lambda function.
2961
3003
  # @return [Integer]
2962
3004
  #
2963
3005
  # @!attribute [rw] availability_zone
@@ -3013,8 +3055,8 @@ module Aws::ElasticLoadBalancingV2
3013
3055
  # @return [String]
3014
3056
  #
3015
3057
  # @!attribute [rw] port
3016
- # The port on which the targets are listening. Not used if the target
3017
- # is a Lambda function.
3058
+ # The port on which the targets are listening. This parameter is not
3059
+ # used if the target is a Lambda function.
3018
3060
  # @return [Integer]
3019
3061
  #
3020
3062
  # @!attribute [rw] vpc_id
@@ -3064,8 +3106,9 @@ module Aws::ElasticLoadBalancingV2
3064
3106
  # @return [Types::Matcher]
3065
3107
  #
3066
3108
  # @!attribute [rw] load_balancer_arns
3067
- # The Amazon Resource Names (ARN) of the load balancers that route
3068
- # traffic to this target group.
3109
+ # The Amazon Resource Name (ARN) of the load balancer that routes
3110
+ # traffic to this target group. You can use each target group with
3111
+ # only one load balancer.
3069
3112
  # @return [Array<String>]
3070
3113
  #
3071
3114
  # @!attribute [rw] target_type
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticLoadBalancingV2
55
55
 
56
- GEM_VERSION = '1.88.0'
56
+ GEM_VERSION = '1.90.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core