aws-sdk-elasticloadbalancingv2 1.55.0 → 1.56.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c977ec38153794350f8a5be98172e0a36df12f71377400ef6ab8c36d2ead830c
|
4
|
+
data.tar.gz: b091e0d2d15a6127d2276a778dcba9c4b05aabfffd654f002536a78c54bbf38f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1be793a837cbb879d2882aecf2937fb03d946b7efd7bfa573ef69cd5ea3612995c43fec6f05b9790956ddc84ca55a70ed3a2938df33491ff71c515c32014c533
|
7
|
+
data.tar.gz: 485dc19723150b8bbb17ba0f3d4e1b9bb1d41f5c5af8812bddd38b5e18d1c5bdf836ad0e76cb3f0c7d4a5ce07836699b90c9e375d4446b97414b46073f108f2d
|
@@ -466,8 +466,9 @@ module Aws::ElasticLoadBalancingV2
|
|
466
466
|
# The protocol for connections from clients to the load balancer. For
|
467
467
|
# Application Load Balancers, the supported protocols are HTTP and
|
468
468
|
# HTTPS. For Network Load Balancers, the supported protocols are TCP,
|
469
|
-
# TLS, UDP, and TCP\_UDP. You
|
470
|
-
#
|
469
|
+
# TLS, UDP, and TCP\_UDP. You can’t specify the UDP or TCP\_UDP protocol
|
470
|
+
# if dual-stack mode is enabled. You cannot specify a protocol for a
|
471
|
+
# Gateway Load Balancer.
|
471
472
|
#
|
472
473
|
# @option params [Integer] :port
|
473
474
|
# The port on which the load balancer is listening. You cannot specify a
|
@@ -819,7 +820,9 @@ module Aws::ElasticLoadBalancingV2
|
|
819
820
|
# Availability Zones. You can specify one Elastic IP address per subnet
|
820
821
|
# if you need static IP addresses for your internet-facing load
|
821
822
|
# balancer. For internal load balancers, you can specify one private IP
|
822
|
-
# address per subnet from the IPv4 range of the subnet.
|
823
|
+
# address per subnet from the IPv4 range of the subnet. For
|
824
|
+
# internet-facing load balancer, you can specify one IPv6 address per
|
825
|
+
# subnet.
|
823
826
|
#
|
824
827
|
# \[Gateway Load Balancers\] You can specify subnets from one or more
|
825
828
|
# Availability Zones. You cannot specify Elastic IP addresses for your
|
@@ -853,10 +856,10 @@ module Aws::ElasticLoadBalancingV2
|
|
853
856
|
# The type of load balancer. The default is `application`.
|
854
857
|
#
|
855
858
|
# @option params [String] :ip_address_type
|
856
|
-
#
|
857
|
-
#
|
858
|
-
#
|
859
|
-
#
|
859
|
+
# The type of IP addresses used by the subnets for your load balancer.
|
860
|
+
# The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
|
861
|
+
# (for IPv4 and IPv6 addresses). Internal load balancers must use
|
862
|
+
# `ipv4`.
|
860
863
|
#
|
861
864
|
# @option params [String] :customer_owned_ipv_4_pool
|
862
865
|
# \[Application Load Balancers on Outposts\] The ID of the
|
@@ -968,6 +971,7 @@ module Aws::ElasticLoadBalancingV2
|
|
968
971
|
# subnet_id: "SubnetId",
|
969
972
|
# allocation_id: "AllocationId",
|
970
973
|
# private_i_pv_4_address: "PrivateIPv4Address",
|
974
|
+
# i_pv_6_address: "IPv6Address",
|
971
975
|
# },
|
972
976
|
# ],
|
973
977
|
# security_groups: ["SecurityGroupId"],
|
@@ -1004,6 +1008,7 @@ module Aws::ElasticLoadBalancingV2
|
|
1004
1008
|
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].ip_address #=> String
|
1005
1009
|
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].allocation_id #=> String
|
1006
1010
|
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].private_i_pv_4_address #=> String
|
1011
|
+
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].i_pv_6_address #=> String
|
1007
1012
|
# resp.load_balancers[0].security_groups #=> Array
|
1008
1013
|
# resp.load_balancers[0].security_groups[0] #=> String
|
1009
1014
|
# resp.load_balancers[0].ip_address_type #=> String, one of "ipv4", "dualstack"
|
@@ -2125,6 +2130,7 @@ module Aws::ElasticLoadBalancingV2
|
|
2125
2130
|
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].ip_address #=> String
|
2126
2131
|
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].allocation_id #=> String
|
2127
2132
|
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].private_i_pv_4_address #=> String
|
2133
|
+
# resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].i_pv_6_address #=> String
|
2128
2134
|
# resp.load_balancers[0].security_groups #=> Array
|
2129
2135
|
# resp.load_balancers[0].security_groups[0] #=> String
|
2130
2136
|
# resp.load_balancers[0].ip_address_type #=> String, one of "ipv4", "dualstack"
|
@@ -2839,7 +2845,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2839
2845
|
# The protocol for connections from clients to the load balancer.
|
2840
2846
|
# Application Load Balancers support the HTTP and HTTPS protocols.
|
2841
2847
|
# Network Load Balancers support the TCP, TLS, UDP, and TCP\_UDP
|
2842
|
-
# protocols. You
|
2848
|
+
# protocols. You can’t change the protocol to UDP or TCP\_UDP if
|
2849
|
+
# dual-stack mode is enabled. You cannot specify a protocol for a
|
2850
|
+
# Gateway Load Balancer.
|
2843
2851
|
#
|
2844
2852
|
# @option params [String] :ssl_policy
|
2845
2853
|
# \[HTTPS and TLS listeners\] The security policy that defines which
|
@@ -3901,7 +3909,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3901
3909
|
# @option params [required, String] :ip_address_type
|
3902
3910
|
# The IP address type. The possible values are `ipv4` (for IPv4
|
3903
3911
|
# addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
|
3904
|
-
# load balancers must use `ipv4`.
|
3912
|
+
# load balancers must use `ipv4`. You can’t specify `dualstack` for a
|
3913
|
+
# load balancer with a UDP or TCP\_UDP listener.
|
3905
3914
|
#
|
3906
3915
|
# @return [Types::SetIpAddressTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3907
3916
|
#
|
@@ -4133,10 +4142,21 @@ module Aws::ElasticLoadBalancingV2
|
|
4133
4142
|
# The Amazon Resource Name (ARN) of the load balancer.
|
4134
4143
|
#
|
4135
4144
|
# @option params [Array<String>] :subnets
|
4136
|
-
# The IDs of the public subnets. You
|
4137
|
-
# two Availability Zones. You can specify only one subnet per
|
4145
|
+
# The IDs of the public subnets. You can specify only one subnet per
|
4138
4146
|
# Availability Zone. You must specify either subnets or subnet mappings.
|
4139
4147
|
#
|
4148
|
+
# \[Application Load Balancers\] You must specify subnets from at least
|
4149
|
+
# two Availability Zones.
|
4150
|
+
#
|
4151
|
+
# \[Application Load Balancers on Outposts\] You must specify one
|
4152
|
+
# Outpost subnet.
|
4153
|
+
#
|
4154
|
+
# \[Application Load Balancers on Local Zones\] You can specify subnets
|
4155
|
+
# from one or more Local Zones.
|
4156
|
+
#
|
4157
|
+
# \[Network Load Balancers\] You can specify subnets from one or more
|
4158
|
+
# Availability Zones.
|
4159
|
+
#
|
4140
4160
|
# @option params [Array<Types::SubnetMapping>] :subnet_mappings
|
4141
4161
|
# The IDs of the public subnets. You can specify only one subnet per
|
4142
4162
|
# Availability Zone. You must specify either subnets or subnet mappings.
|
@@ -4145,15 +4165,31 @@ module Aws::ElasticLoadBalancingV2
|
|
4145
4165
|
# two Availability Zones. You cannot specify Elastic IP addresses for
|
4146
4166
|
# your subnets.
|
4147
4167
|
#
|
4168
|
+
# \[Application Load Balancers on Outposts\] You must specify one
|
4169
|
+
# Outpost subnet.
|
4170
|
+
#
|
4171
|
+
# \[Application Load Balancers on Local Zones\] You can specify subnets
|
4172
|
+
# from one or more Local Zones.
|
4173
|
+
#
|
4148
4174
|
# \[Network Load Balancers\] You can specify subnets from one or more
|
4149
|
-
# Availability Zones.
|
4150
|
-
#
|
4151
|
-
#
|
4152
|
-
#
|
4175
|
+
# Availability Zones. You can specify one Elastic IP address per subnet
|
4176
|
+
# if you need static IP addresses for your internet-facing load
|
4177
|
+
# balancer. For internal load balancers, you can specify one private IP
|
4178
|
+
# address per subnet from the IPv4 range of the subnet. For
|
4179
|
+
# internet-facing load balancer, you can specify one IPv6 address per
|
4180
|
+
# subnet.
|
4181
|
+
#
|
4182
|
+
# @option params [String] :ip_address_type
|
4183
|
+
# \[Network Load Balancers\] The type of IP addresses used by the
|
4184
|
+
# subnets for your load balancer. The possible values are `ipv4` (for
|
4185
|
+
# IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
|
4186
|
+
# can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
|
4187
|
+
# listener. Internal load balancers must use `ipv4`.
|
4153
4188
|
#
|
4154
4189
|
# @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4155
4190
|
#
|
4156
4191
|
# * {Types::SetSubnetsOutput#availability_zones #availability_zones} => Array<Types::AvailabilityZone>
|
4192
|
+
# * {Types::SetSubnetsOutput#ip_address_type #ip_address_type} => String
|
4157
4193
|
#
|
4158
4194
|
#
|
4159
4195
|
# @example Example: To enable Availability Zones for a load balancer
|
@@ -4192,8 +4228,10 @@ module Aws::ElasticLoadBalancingV2
|
|
4192
4228
|
# subnet_id: "SubnetId",
|
4193
4229
|
# allocation_id: "AllocationId",
|
4194
4230
|
# private_i_pv_4_address: "PrivateIPv4Address",
|
4231
|
+
# i_pv_6_address: "IPv6Address",
|
4195
4232
|
# },
|
4196
4233
|
# ],
|
4234
|
+
# ip_address_type: "ipv4", # accepts ipv4, dualstack
|
4197
4235
|
# })
|
4198
4236
|
#
|
4199
4237
|
# @example Response structure
|
@@ -4206,6 +4244,8 @@ module Aws::ElasticLoadBalancingV2
|
|
4206
4244
|
# resp.availability_zones[0].load_balancer_addresses[0].ip_address #=> String
|
4207
4245
|
# resp.availability_zones[0].load_balancer_addresses[0].allocation_id #=> String
|
4208
4246
|
# resp.availability_zones[0].load_balancer_addresses[0].private_i_pv_4_address #=> String
|
4247
|
+
# resp.availability_zones[0].load_balancer_addresses[0].i_pv_6_address #=> String
|
4248
|
+
# resp.ip_address_type #=> String, one of "ipv4", "dualstack"
|
4209
4249
|
#
|
4210
4250
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnets AWS API Documentation
|
4211
4251
|
#
|
@@ -4229,7 +4269,7 @@ module Aws::ElasticLoadBalancingV2
|
|
4229
4269
|
params: params,
|
4230
4270
|
config: config)
|
4231
4271
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
4232
|
-
context[:gem_version] = '1.
|
4272
|
+
context[:gem_version] = '1.56.0'
|
4233
4273
|
Seahorse::Client::Request.new(handlers, context)
|
4234
4274
|
end
|
4235
4275
|
|
@@ -131,6 +131,7 @@ module Aws::ElasticLoadBalancingV2
|
|
131
131
|
HttpHeaderConditionConfig = Shapes::StructureShape.new(name: 'HttpHeaderConditionConfig')
|
132
132
|
HttpHeaderConditionName = Shapes::StringShape.new(name: 'HttpHeaderConditionName')
|
133
133
|
HttpRequestMethodConditionConfig = Shapes::StructureShape.new(name: 'HttpRequestMethodConditionConfig')
|
134
|
+
IPv6Address = Shapes::StringShape.new(name: 'IPv6Address')
|
134
135
|
IncompatibleProtocolsException = Shapes::StructureShape.new(name: 'IncompatibleProtocolsException')
|
135
136
|
InvalidConfigurationRequestException = Shapes::StructureShape.new(name: 'InvalidConfigurationRequestException')
|
136
137
|
InvalidLoadBalancerActionException = Shapes::StructureShape.new(name: 'InvalidLoadBalancerActionException')
|
@@ -639,6 +640,7 @@ module Aws::ElasticLoadBalancingV2
|
|
639
640
|
LoadBalancerAddress.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
|
640
641
|
LoadBalancerAddress.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
|
641
642
|
LoadBalancerAddress.add_member(:private_i_pv_4_address, Shapes::ShapeRef.new(shape: PrivateIPv4Address, location_name: "PrivateIPv4Address"))
|
643
|
+
LoadBalancerAddress.add_member(:i_pv_6_address, Shapes::ShapeRef.new(shape: IPv6Address, location_name: "IPv6Address"))
|
642
644
|
LoadBalancerAddress.struct_class = Types::LoadBalancerAddress
|
643
645
|
|
644
646
|
LoadBalancerAddresses.member = Shapes::ShapeRef.new(shape: LoadBalancerAddress)
|
@@ -818,9 +820,11 @@ module Aws::ElasticLoadBalancingV2
|
|
818
820
|
SetSubnetsInput.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, required: true, location_name: "LoadBalancerArn"))
|
819
821
|
SetSubnetsInput.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, location_name: "Subnets"))
|
820
822
|
SetSubnetsInput.add_member(:subnet_mappings, Shapes::ShapeRef.new(shape: SubnetMappings, location_name: "SubnetMappings"))
|
823
|
+
SetSubnetsInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
821
824
|
SetSubnetsInput.struct_class = Types::SetSubnetsInput
|
822
825
|
|
823
826
|
SetSubnetsOutput.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
827
|
+
SetSubnetsOutput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
|
824
828
|
SetSubnetsOutput.struct_class = Types::SetSubnetsOutput
|
825
829
|
|
826
830
|
SourceIpConditionConfig.add_member(:values, Shapes::ShapeRef.new(shape: ListOfString, location_name: "Values"))
|
@@ -840,6 +844,7 @@ module Aws::ElasticLoadBalancingV2
|
|
840
844
|
SubnetMapping.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
841
845
|
SubnetMapping.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
|
842
846
|
SubnetMapping.add_member(:private_i_pv_4_address, Shapes::ShapeRef.new(shape: PrivateIPv4Address, location_name: "PrivateIPv4Address"))
|
847
|
+
SubnetMapping.add_member(:i_pv_6_address, Shapes::ShapeRef.new(shape: IPv6Address, location_name: "IPv6Address"))
|
843
848
|
SubnetMapping.struct_class = Types::SubnetMapping
|
844
849
|
|
845
850
|
SubnetMappings.member = Shapes::ShapeRef.new(shape: SubnetMapping)
|
@@ -613,8 +613,9 @@ module Aws::ElasticLoadBalancingV2
|
|
613
613
|
# The protocol for connections from clients to the load balancer. For
|
614
614
|
# Application Load Balancers, the supported protocols are HTTP and
|
615
615
|
# HTTPS. For Network Load Balancers, the supported protocols are TCP,
|
616
|
-
# TLS, UDP, and TCP\_UDP. You
|
617
|
-
#
|
616
|
+
# TLS, UDP, and TCP\_UDP. You can’t specify the UDP or TCP\_UDP
|
617
|
+
# protocol if dual-stack mode is enabled. You cannot specify a
|
618
|
+
# protocol for a Gateway Load Balancer.
|
618
619
|
# @return [String]
|
619
620
|
#
|
620
621
|
# @!attribute [rw] port
|
@@ -711,6 +712,7 @@ module Aws::ElasticLoadBalancingV2
|
|
711
712
|
# subnet_id: "SubnetId",
|
712
713
|
# allocation_id: "AllocationId",
|
713
714
|
# private_i_pv_4_address: "PrivateIPv4Address",
|
715
|
+
# i_pv_6_address: "IPv6Address",
|
714
716
|
# },
|
715
717
|
# ],
|
716
718
|
# security_groups: ["SecurityGroupId"],
|
@@ -775,7 +777,9 @@ module Aws::ElasticLoadBalancingV2
|
|
775
777
|
# Availability Zones. You can specify one Elastic IP address per
|
776
778
|
# subnet if you need static IP addresses for your internet-facing load
|
777
779
|
# balancer. For internal load balancers, you can specify one private
|
778
|
-
# IP address per subnet from the IPv4 range of the subnet.
|
780
|
+
# IP address per subnet from the IPv4 range of the subnet. For
|
781
|
+
# internet-facing load balancer, you can specify one IPv6 address per
|
782
|
+
# subnet.
|
779
783
|
#
|
780
784
|
# \[Gateway Load Balancers\] You can specify subnets from one or more
|
781
785
|
# Availability Zones. You cannot specify Elastic IP addresses for your
|
@@ -814,10 +818,10 @@ module Aws::ElasticLoadBalancingV2
|
|
814
818
|
# @return [String]
|
815
819
|
#
|
816
820
|
# @!attribute [rw] ip_address_type
|
817
|
-
#
|
818
|
-
#
|
819
|
-
#
|
820
|
-
#
|
821
|
+
# The type of IP addresses used by the subnets for your load balancer.
|
822
|
+
# The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
|
823
|
+
# (for IPv4 and IPv6 addresses). Internal load balancers must use
|
824
|
+
# `ipv4`.
|
821
825
|
# @return [String]
|
822
826
|
#
|
823
827
|
# @!attribute [rw] customer_owned_ipv_4_pool
|
@@ -2316,12 +2320,17 @@ module Aws::ElasticLoadBalancingV2
|
|
2316
2320
|
# load balancer.
|
2317
2321
|
# @return [String]
|
2318
2322
|
#
|
2323
|
+
# @!attribute [rw] i_pv_6_address
|
2324
|
+
# \[Network Load Balancers\] The IPv6 address.
|
2325
|
+
# @return [String]
|
2326
|
+
#
|
2319
2327
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancerAddress AWS API Documentation
|
2320
2328
|
#
|
2321
2329
|
class LoadBalancerAddress < Struct.new(
|
2322
2330
|
:ip_address,
|
2323
2331
|
:allocation_id,
|
2324
|
-
:private_i_pv_4_address
|
2332
|
+
:private_i_pv_4_address,
|
2333
|
+
:i_pv_6_address)
|
2325
2334
|
SENSITIVE = []
|
2326
2335
|
include Aws::Structure
|
2327
2336
|
end
|
@@ -2384,6 +2393,11 @@ module Aws::ElasticLoadBalancingV2
|
|
2384
2393
|
# Balancing requires that message header names contain only
|
2385
2394
|
# alphanumeric characters and hyphens.
|
2386
2395
|
#
|
2396
|
+
# * `waf.fail_open.enabled` - Indicates whether to allow a WAF-enabled
|
2397
|
+
# load balancer to route requests to targets if it is unable to
|
2398
|
+
# forward the request to AWS WAF. The value is `true` or `false`.
|
2399
|
+
# The default is `false`.
|
2400
|
+
#
|
2387
2401
|
# The following attribute is supported by Network Load Balancers and
|
2388
2402
|
# Gateway Load Balancers:
|
2389
2403
|
#
|
@@ -2562,8 +2576,9 @@ module Aws::ElasticLoadBalancingV2
|
|
2562
2576
|
# The protocol for connections from clients to the load balancer.
|
2563
2577
|
# Application Load Balancers support the HTTP and HTTPS protocols.
|
2564
2578
|
# Network Load Balancers support the TCP, TLS, UDP, and TCP\_UDP
|
2565
|
-
# protocols. You
|
2566
|
-
#
|
2579
|
+
# protocols. You can’t change the protocol to UDP or TCP\_UDP if
|
2580
|
+
# dual-stack mode is enabled. You cannot specify a protocol for a
|
2581
|
+
# Gateway Load Balancer.
|
2567
2582
|
# @return [String]
|
2568
2583
|
#
|
2569
2584
|
# @!attribute [rw] ssl_policy
|
@@ -3497,7 +3512,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3497
3512
|
# @!attribute [rw] ip_address_type
|
3498
3513
|
# The IP address type. The possible values are `ipv4` (for IPv4
|
3499
3514
|
# addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
|
3500
|
-
# load balancers must use `ipv4`.
|
3515
|
+
# load balancers must use `ipv4`. You can’t specify `dualstack` for a
|
3516
|
+
# load balancer with a UDP or TCP\_UDP listener.
|
3501
3517
|
# @return [String]
|
3502
3518
|
#
|
3503
3519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation
|
@@ -3605,8 +3621,10 @@ module Aws::ElasticLoadBalancingV2
|
|
3605
3621
|
# subnet_id: "SubnetId",
|
3606
3622
|
# allocation_id: "AllocationId",
|
3607
3623
|
# private_i_pv_4_address: "PrivateIPv4Address",
|
3624
|
+
# i_pv_6_address: "IPv6Address",
|
3608
3625
|
# },
|
3609
3626
|
# ],
|
3627
|
+
# ip_address_type: "ipv4", # accepts ipv4, dualstack
|
3610
3628
|
# }
|
3611
3629
|
#
|
3612
3630
|
# @!attribute [rw] load_balancer_arn
|
@@ -3614,10 +3632,21 @@ module Aws::ElasticLoadBalancingV2
|
|
3614
3632
|
# @return [String]
|
3615
3633
|
#
|
3616
3634
|
# @!attribute [rw] subnets
|
3617
|
-
# The IDs of the public subnets. You
|
3618
|
-
# least two Availability Zones. You can specify only one subnet per
|
3635
|
+
# The IDs of the public subnets. You can specify only one subnet per
|
3619
3636
|
# Availability Zone. You must specify either subnets or subnet
|
3620
3637
|
# mappings.
|
3638
|
+
#
|
3639
|
+
# \[Application Load Balancers\] You must specify subnets from at
|
3640
|
+
# least two Availability Zones.
|
3641
|
+
#
|
3642
|
+
# \[Application Load Balancers on Outposts\] You must specify one
|
3643
|
+
# Outpost subnet.
|
3644
|
+
#
|
3645
|
+
# \[Application Load Balancers on Local Zones\] You can specify
|
3646
|
+
# subnets from one or more Local Zones.
|
3647
|
+
#
|
3648
|
+
# \[Network Load Balancers\] You can specify subnets from one or more
|
3649
|
+
# Availability Zones.
|
3621
3650
|
# @return [Array<String>]
|
3622
3651
|
#
|
3623
3652
|
# @!attribute [rw] subnet_mappings
|
@@ -3629,19 +3658,36 @@ module Aws::ElasticLoadBalancingV2
|
|
3629
3658
|
# least two Availability Zones. You cannot specify Elastic IP
|
3630
3659
|
# addresses for your subnets.
|
3631
3660
|
#
|
3661
|
+
# \[Application Load Balancers on Outposts\] You must specify one
|
3662
|
+
# Outpost subnet.
|
3663
|
+
#
|
3664
|
+
# \[Application Load Balancers on Local Zones\] You can specify
|
3665
|
+
# subnets from one or more Local Zones.
|
3666
|
+
#
|
3632
3667
|
# \[Network Load Balancers\] You can specify subnets from one or more
|
3633
|
-
# Availability Zones.
|
3634
|
-
#
|
3635
|
-
#
|
3636
|
-
#
|
3668
|
+
# Availability Zones. You can specify one Elastic IP address per
|
3669
|
+
# subnet if you need static IP addresses for your internet-facing load
|
3670
|
+
# balancer. For internal load balancers, you can specify one private
|
3671
|
+
# IP address per subnet from the IPv4 range of the subnet. For
|
3672
|
+
# internet-facing load balancer, you can specify one IPv6 address per
|
3673
|
+
# subnet.
|
3637
3674
|
# @return [Array<Types::SubnetMapping>]
|
3638
3675
|
#
|
3676
|
+
# @!attribute [rw] ip_address_type
|
3677
|
+
# \[Network Load Balancers\] The type of IP addresses used by the
|
3678
|
+
# subnets for your load balancer. The possible values are `ipv4` (for
|
3679
|
+
# IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
|
3680
|
+
# can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
|
3681
|
+
# listener. Internal load balancers must use `ipv4`.
|
3682
|
+
# @return [String]
|
3683
|
+
#
|
3639
3684
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
|
3640
3685
|
#
|
3641
3686
|
class SetSubnetsInput < Struct.new(
|
3642
3687
|
:load_balancer_arn,
|
3643
3688
|
:subnets,
|
3644
|
-
:subnet_mappings
|
3689
|
+
:subnet_mappings,
|
3690
|
+
:ip_address_type)
|
3645
3691
|
SENSITIVE = []
|
3646
3692
|
include Aws::Structure
|
3647
3693
|
end
|
@@ -3650,10 +3696,15 @@ module Aws::ElasticLoadBalancingV2
|
|
3650
3696
|
# Information about the subnets.
|
3651
3697
|
# @return [Array<Types::AvailabilityZone>]
|
3652
3698
|
#
|
3699
|
+
# @!attribute [rw] ip_address_type
|
3700
|
+
# \[Network Load Balancers\] The IP address type.
|
3701
|
+
# @return [String]
|
3702
|
+
#
|
3653
3703
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsOutput AWS API Documentation
|
3654
3704
|
#
|
3655
3705
|
class SetSubnetsOutput < Struct.new(
|
3656
|
-
:availability_zones
|
3706
|
+
:availability_zones,
|
3707
|
+
:ip_address_type)
|
3657
3708
|
SENSITIVE = []
|
3658
3709
|
include Aws::Structure
|
3659
3710
|
end
|
@@ -3724,6 +3775,7 @@ module Aws::ElasticLoadBalancingV2
|
|
3724
3775
|
# subnet_id: "SubnetId",
|
3725
3776
|
# allocation_id: "AllocationId",
|
3726
3777
|
# private_i_pv_4_address: "PrivateIPv4Address",
|
3778
|
+
# i_pv_6_address: "IPv6Address",
|
3727
3779
|
# }
|
3728
3780
|
#
|
3729
3781
|
# @!attribute [rw] subnet_id
|
@@ -3740,12 +3792,17 @@ module Aws::ElasticLoadBalancingV2
|
|
3740
3792
|
# load balancer.
|
3741
3793
|
# @return [String]
|
3742
3794
|
#
|
3795
|
+
# @!attribute [rw] i_pv_6_address
|
3796
|
+
# \[Network Load Balancers\] The IPv6 address.
|
3797
|
+
# @return [String]
|
3798
|
+
#
|
3743
3799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SubnetMapping AWS API Documentation
|
3744
3800
|
#
|
3745
3801
|
class SubnetMapping < Struct.new(
|
3746
3802
|
:subnet_id,
|
3747
3803
|
:allocation_id,
|
3748
|
-
:private_i_pv_4_address
|
3804
|
+
:private_i_pv_4_address,
|
3805
|
+
:i_pv_6_address)
|
3749
3806
|
SENSITIVE = []
|
3750
3807
|
include Aws::Structure
|
3751
3808
|
end
|
@@ -4039,13 +4096,17 @@ module Aws::ElasticLoadBalancingV2
|
|
4039
4096
|
#
|
4040
4097
|
# ^
|
4041
4098
|
#
|
4042
|
-
# The following
|
4099
|
+
# The following attributes are supported only by Network Load
|
4100
|
+
# Balancers:
|
4101
|
+
#
|
4102
|
+
# * `deregistration_delay.connection_termination.enabled` - Indicates
|
4103
|
+
# whether the load balancer terminates connections at the end of the
|
4104
|
+
# deregistration timeout. The value is `true` or `false`. The
|
4105
|
+
# default is `false`.
|
4043
4106
|
#
|
4044
4107
|
# * `proxy_protocol_v2.enabled` - Indicates whether Proxy Protocol
|
4045
4108
|
# version 2 is enabled. The value is `true` or `false`. The default
|
4046
4109
|
# is `false`.
|
4047
|
-
#
|
4048
|
-
# ^
|
4049
4110
|
# @return [String]
|
4050
4111
|
#
|
4051
4112
|
# @!attribute [rw] value
|
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.
|
4
|
+
version: 1.56.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: 2020-11-
|
11
|
+
date: 2020-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|