aws-sdk-elasticloadbalancingv2 1.118.0 → 1.120.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.
@@ -399,13 +399,21 @@ module Aws::ElasticLoadBalancingV2
399
399
  # from the IPv4 range of the subnet.
400
400
  # @return [Array<Types::LoadBalancerAddress>]
401
401
  #
402
+ # @!attribute [rw] source_nat_ipv_6_prefixes
403
+ # \[Network Load Balancers with UDP listeners\] The IPv6 prefixes to
404
+ # use for source NAT. For each subnet, specify an IPv6 prefix (/80
405
+ # netmask) from the subnet CIDR block or `auto_assigned` to use an
406
+ # IPv6 prefix selected at random from the subnet CIDR block.
407
+ # @return [Array<String>]
408
+ #
402
409
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AvailabilityZone AWS API Documentation
403
410
  #
404
411
  class AvailabilityZone < Struct.new(
405
412
  :zone_name,
406
413
  :subnet_id,
407
414
  :outpost_id,
408
- :load_balancer_addresses)
415
+ :load_balancer_addresses,
416
+ :source_nat_ipv_6_prefixes)
409
417
  SENSITIVE = []
410
418
  include Aws::Structure
411
419
  end
@@ -478,12 +486,12 @@ module Aws::ElasticLoadBalancingV2
478
486
  # Application Load Balancers, the supported protocols are HTTP and
479
487
  # HTTPS. For Network Load Balancers, the supported protocols are TCP,
480
488
  # TLS, UDP, and TCP\_UDP. You can’t specify the UDP or TCP\_UDP
481
- # protocol if dual-stack mode is enabled. You cannot specify a
489
+ # protocol if dual-stack mode is enabled. You can't specify a
482
490
  # protocol for a Gateway Load Balancer.
483
491
  # @return [String]
484
492
  #
485
493
  # @!attribute [rw] port
486
- # The port on which the load balancer is listening. You cannot specify
494
+ # The port on which the load balancer is listening. You can't specify
487
495
  # a port for a Gateway Load Balancer.
488
496
  # @return [Integer]
489
497
  #
@@ -594,11 +602,8 @@ module Aws::ElasticLoadBalancingV2
594
602
  # \[Application Load Balancers on Local Zones\] You can specify
595
603
  # subnets from one or more Local Zones.
596
604
  #
597
- # \[Network Load Balancers\] You can specify subnets from one or more
598
- # Availability Zones.
599
- #
600
- # \[Gateway Load Balancers\] You can specify subnets from one or more
601
- # Availability Zones.
605
+ # \[Network Load Balancers and Gateway Load Balancers\] You can
606
+ # specify subnets from one or more Availability Zones.
602
607
  # @return [Array<String>]
603
608
  #
604
609
  # @!attribute [rw] subnet_mappings
@@ -607,7 +612,7 @@ module Aws::ElasticLoadBalancingV2
607
612
  # mappings, but not both.
608
613
  #
609
614
  # \[Application Load Balancers\] You must specify subnets from at
610
- # least two Availability Zones. You cannot specify Elastic IP
615
+ # least two Availability Zones. You can't specify Elastic IP
611
616
  # addresses for your subnets.
612
617
  #
613
618
  # \[Application Load Balancers on Outposts\] You must specify one
@@ -625,7 +630,7 @@ module Aws::ElasticLoadBalancingV2
625
630
  # subnet.
626
631
  #
627
632
  # \[Gateway Load Balancers\] You can specify subnets from one or more
628
- # Availability Zones. You cannot specify Elastic IP addresses for your
633
+ # Availability Zones. You can't specify Elastic IP addresses for your
629
634
  # subnets.
630
635
  # @return [Array<Types::SubnetMapping>]
631
636
  #
@@ -649,7 +654,7 @@ module Aws::ElasticLoadBalancingV2
649
654
  #
650
655
  # The default is an Internet-facing load balancer.
651
656
  #
652
- # You cannot specify a scheme for a Gateway Load Balancer.
657
+ # You can't specify a scheme for a Gateway Load Balancer.
653
658
  # @return [String]
654
659
  #
655
660
  # @!attribute [rw] tags
@@ -661,21 +666,16 @@ module Aws::ElasticLoadBalancingV2
661
666
  # @return [String]
662
667
  #
663
668
  # @!attribute [rw] ip_address_type
664
- # Note: Internal load balancers must use the `ipv4` IP address type.
669
+ # The IP address type. Internal load balancers must use `ipv4`.
665
670
  #
666
- # \[Application Load Balancers\] The IP address type. The possible
667
- # values are `ipv4` (for only IPv4 addresses), `dualstack` (for IPv4
668
- # and IPv6 addresses), and `dualstack-without-public-ipv4` (for IPv6
669
- # only public addresses, with private IPv4 and IPv6 addresses).
671
+ # \[Application Load Balancers\] The possible values are `ipv4` (IPv4
672
+ # addresses), `dualstack` (IPv4 and IPv6 addresses), and
673
+ # `dualstack-without-public-ipv4` (public IPv6 addresses and private
674
+ # IPv4 and IPv6 addresses).
670
675
  #
671
- # \[Network Load Balancers\] The IP address type. The possible values
672
- # are `ipv4` (for only IPv4 addresses) and `dualstack` (for IPv4 and
673
- # IPv6 addresses). You can’t specify `dualstack` for a load balancer
674
- # with a UDP or TCP\_UDP listener.
675
- #
676
- # \[Gateway Load Balancers\] The IP address type. The possible values
677
- # are `ipv4` (for only IPv4 addresses) and `dualstack` (for IPv4 and
678
- # IPv6 addresses).
676
+ # \[Network Load Balancers and Gateway Load Balancers\] The possible
677
+ # values are `ipv4` (IPv4 addresses) and `dualstack` (IPv4 and IPv6
678
+ # addresses).
679
679
  # @return [String]
680
680
  #
681
681
  # @!attribute [rw] customer_owned_ipv_4_pool
@@ -683,6 +683,12 @@ module Aws::ElasticLoadBalancingV2
683
683
  # customer-owned address pool (CoIP pool).
684
684
  # @return [String]
685
685
  #
686
+ # @!attribute [rw] enable_prefix_for_ipv_6_source_nat
687
+ # \[Network Load Balancers with UDP listeners\] Indicates whether to
688
+ # use an IPv6 prefix from each subnet for source NAT. The IP address
689
+ # type must be `dualstack`. The default value is `off`.
690
+ # @return [String]
691
+ #
686
692
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateLoadBalancerInput AWS API Documentation
687
693
  #
688
694
  class CreateLoadBalancerInput < Struct.new(
@@ -694,7 +700,8 @@ module Aws::ElasticLoadBalancingV2
694
700
  :tags,
695
701
  :type,
696
702
  :ip_address_type,
697
- :customer_owned_ipv_4_pool)
703
+ :customer_owned_ipv_4_pool,
704
+ :enable_prefix_for_ipv_6_source_nat)
698
705
  SENSITIVE = []
699
706
  include Aws::Structure
700
707
  end
@@ -815,7 +822,7 @@ module Aws::ElasticLoadBalancingV2
815
822
  # Indicates whether health checks are enabled. If the target type is
816
823
  # `lambda`, health checks are disabled by default but can be enabled.
817
824
  # If the target type is `instance`, `ip`, or `alb`, health checks are
818
- # always enabled and cannot be disabled.
825
+ # always enabled and can't be disabled.
819
826
  # @return [Boolean]
820
827
  #
821
828
  # @!attribute [rw] health_check_path
@@ -897,9 +904,7 @@ module Aws::ElasticLoadBalancingV2
897
904
  # @return [Array<Types::Tag>]
898
905
  #
899
906
  # @!attribute [rw] ip_address_type
900
- # The type of IP address used for this target group. The possible
901
- # values are `ipv4` and `ipv6`. This is an optional parameter. If not
902
- # specified, the IP address type defaults to `ipv4`.
907
+ # The IP address type. The default value is `ipv4`.
903
908
  # @return [String]
904
909
  #
905
910
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateTargetGroupInput AWS API Documentation
@@ -941,7 +946,7 @@ module Aws::ElasticLoadBalancingV2
941
946
  # @!attribute [rw] name
942
947
  # The name of the trust store.
943
948
  #
944
- # This name must be unique per region and cannot be changed after
949
+ # This name must be unique per region and can't be changed after
945
950
  # creation.
946
951
  # @return [String]
947
952
  #
@@ -986,7 +991,7 @@ module Aws::ElasticLoadBalancingV2
986
991
  include Aws::Structure
987
992
  end
988
993
 
989
- # The specified association cannot be within the same account.
994
+ # The specified association can't be within the same account.
990
995
  #
991
996
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DeleteAssociationSameAccountException AWS API Documentation
992
997
  #
@@ -2247,17 +2252,17 @@ module Aws::ElasticLoadBalancingV2
2247
2252
  # @return [Array<String>]
2248
2253
  #
2249
2254
  # @!attribute [rw] ip_address_type
2250
- # \[Application Load Balancers\] The type of IP addresses used for
2251
- # public or private connections by the subnets attached to your load
2252
- # balancer. The possible values are `ipv4` (for only IPv4 addresses),
2253
- # `dualstack` (for IPv4 and IPv6 addresses), and
2254
- # `dualstack-without-public-ipv4` (for IPv6 only public addresses,
2255
- # with private IPv4 and IPv6 addresses).
2255
+ # The type of IP addresses used for public or private connections by
2256
+ # the subnets attached to your load balancer.
2257
+ #
2258
+ # \[Application Load Balancers\] The possible values are `ipv4` (IPv4
2259
+ # addresses), `dualstack` (IPv4 and IPv6 addresses), and
2260
+ # `dualstack-without-public-ipv4` (public IPv6 addresses and private
2261
+ # IPv4 and IPv6 addresses).
2256
2262
  #
2257
- # \[Network Load Balancers and Gateway Load Balancers\] The type of IP
2258
- # addresses used for public or private connections by the subnets
2259
- # attached to your load balancer. The possible values are `ipv4` (for
2260
- # only IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses).
2263
+ # \[Network Load Balancers and Gateway Load Balancers\] The possible
2264
+ # values are `ipv4` (IPv4 addresses) and `dualstack` (IPv4 and IPv6
2265
+ # addresses).
2261
2266
  # @return [String]
2262
2267
  #
2263
2268
  # @!attribute [rw] customer_owned_ipv_4_pool
@@ -2271,6 +2276,12 @@ module Aws::ElasticLoadBalancingV2
2271
2276
  # PrivateLink.
2272
2277
  # @return [String]
2273
2278
  #
2279
+ # @!attribute [rw] enable_prefix_for_ipv_6_source_nat
2280
+ # \[Network Load Balancers with UDP listeners\] Indicates whether to
2281
+ # use an IPv6 prefix from each subnet for source NAT. The IP address
2282
+ # type must be `dualstack`. The default value is `off`.
2283
+ # @return [String]
2284
+ #
2274
2285
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancer AWS API Documentation
2275
2286
  #
2276
2287
  class LoadBalancer < Struct.new(
@@ -2287,7 +2298,8 @@ module Aws::ElasticLoadBalancingV2
2287
2298
  :security_groups,
2288
2299
  :ip_address_type,
2289
2300
  :customer_owned_ipv_4_pool,
2290
- :enforce_security_group_inbound_rules_on_private_link_traffic)
2301
+ :enforce_security_group_inbound_rules_on_private_link_traffic,
2302
+ :enable_prefix_for_ipv_6_source_nat)
2291
2303
  SENSITIVE = []
2292
2304
  include Aws::Structure
2293
2305
  end
@@ -2338,7 +2350,7 @@ module Aws::ElasticLoadBalancingV2
2338
2350
  # load balancing is enabled. The possible values are `true` and
2339
2351
  # `false`. The default for Network Load Balancers and Gateway Load
2340
2352
  # Balancers is `false`. The default for Application Load Balancers
2341
- # is `true`, and cannot be changed.
2353
+ # is `true`, and can't be changed.
2342
2354
  #
2343
2355
  # The following attributes are supported by both Application Load
2344
2356
  # Balancers and Network Load Balancers:
@@ -2573,7 +2585,7 @@ module Aws::ElasticLoadBalancingV2
2573
2585
  #
2574
2586
  # @!attribute [rw] port
2575
2587
  # The port for connections from clients to the load balancer. You
2576
- # cannot specify a port for a Gateway Load Balancer.
2588
+ # can't specify a port for a Gateway Load Balancer.
2577
2589
  # @return [Integer]
2578
2590
  #
2579
2591
  # @!attribute [rw] protocol
@@ -2581,7 +2593,7 @@ module Aws::ElasticLoadBalancingV2
2581
2593
  # Application Load Balancers support the HTTP and HTTPS protocols.
2582
2594
  # Network Load Balancers support the TCP, TLS, UDP, and TCP\_UDP
2583
2595
  # protocols. You can’t change the protocol to UDP or TCP\_UDP if
2584
- # dual-stack mode is enabled. You cannot specify a protocol for a
2596
+ # dual-stack mode is enabled. You can't specify a protocol for a
2585
2597
  # Gateway Load Balancer.
2586
2598
  # @return [String]
2587
2599
  #
@@ -3027,7 +3039,7 @@ module Aws::ElasticLoadBalancingV2
3027
3039
  # @!attribute [rw] protocol
3028
3040
  # The protocol. You can specify HTTP, HTTPS, or #\\\{protocol\\}. You
3029
3041
  # can redirect HTTP to HTTP, HTTP to HTTPS, and HTTPS to HTTPS. You
3030
- # cannot redirect HTTPS to HTTP.
3042
+ # can't redirect HTTPS to HTTP.
3031
3043
  # @return [String]
3032
3044
  #
3033
3045
  # @!attribute [rw] port
@@ -3253,7 +3265,7 @@ module Aws::ElasticLoadBalancingV2
3253
3265
  # conditions: `http-request-method`, `host-header`, `path-pattern`, and
3254
3266
  # `source-ip`. Each rule can also optionally include one or more of each
3255
3267
  # of the following conditions: `http-header` and `query-string`. Note
3256
- # that the value for a condition cannot be empty.
3268
+ # that the value for a condition can't be empty.
3257
3269
  #
3258
3270
  # For more information, see [Quotas for your Application Load
3259
3271
  # Balancers][1].
@@ -3397,27 +3409,21 @@ module Aws::ElasticLoadBalancingV2
3397
3409
  # @return [String]
3398
3410
  #
3399
3411
  # @!attribute [rw] ip_address_type
3400
- # Note: Internal load balancers must use the `ipv4` IP address type.
3401
- #
3402
- # \[Application Load Balancers\] The IP address type. The possible
3403
- # values are `ipv4` (for only IPv4 addresses), `dualstack` (for IPv4
3404
- # and IPv6 addresses), and `dualstack-without-public-ipv4` (for IPv6
3405
- # only public addresses, with private IPv4 and IPv6 addresses).
3412
+ # The IP address type. Internal load balancers must use `ipv4`.
3406
3413
  #
3407
- # Note: Application Load Balancer authentication only supports IPv4
3408
- # addresses when connecting to an Identity Provider (IdP) or Amazon
3409
- # Cognito endpoint. Without a public IPv4 address the load balancer
3410
- # cannot complete the authentication process, resulting in HTTP 500
3411
- # errors.
3414
+ # \[Application Load Balancers\] The possible values are `ipv4` (IPv4
3415
+ # addresses), `dualstack` (IPv4 and IPv6 addresses), and
3416
+ # `dualstack-without-public-ipv4` (public IPv6 addresses and private
3417
+ # IPv4 and IPv6 addresses).
3412
3418
  #
3413
- # \[Network Load Balancers\] The IP address type. The possible values
3414
- # are `ipv4` (for only IPv4 addresses) and `dualstack` (for IPv4 and
3415
- # IPv6 addresses). You can’t specify `dualstack` for a load balancer
3416
- # with a UDP or TCP\_UDP listener.
3419
+ # Application Load Balancer authentication supports IPv4 addresses
3420
+ # only when connecting to an Identity Provider (IdP) or Amazon Cognito
3421
+ # endpoint. Without a public IPv4 address the load balancer can't
3422
+ # complete the authentication process, resulting in HTTP 500 errors.
3417
3423
  #
3418
- # \[Gateway Load Balancers\] The IP address type. The possible values
3419
- # are `ipv4` (for only IPv4 addresses) and `dualstack` (for IPv4 and
3420
- # IPv6 addresses).
3424
+ # \[Network Load Balancers and Gateway Load Balancers\] The possible
3425
+ # values are `ipv4` (IPv4 addresses) and `dualstack` (IPv4 and IPv6
3426
+ # addresses).
3421
3427
  # @return [String]
3422
3428
  #
3423
3429
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation
@@ -3526,11 +3532,8 @@ module Aws::ElasticLoadBalancingV2
3526
3532
  # \[Application Load Balancers on Local Zones\] You can specify
3527
3533
  # subnets from one or more Local Zones.
3528
3534
  #
3529
- # \[Network Load Balancers\] You can specify subnets from one or more
3530
- # Availability Zones.
3531
- #
3532
- # \[Gateway Load Balancers\] You can specify subnets from one or more
3533
- # Availability Zones.
3535
+ # \[Network Load Balancers and Gateway Load Balancers\] You can
3536
+ # specify subnets from one or more Availability Zones.
3534
3537
  # @return [Array<String>]
3535
3538
  #
3536
3539
  # @!attribute [rw] subnet_mappings
@@ -3539,7 +3542,7 @@ module Aws::ElasticLoadBalancingV2
3539
3542
  # mappings.
3540
3543
  #
3541
3544
  # \[Application Load Balancers\] You must specify subnets from at
3542
- # least two Availability Zones. You cannot specify Elastic IP
3545
+ # least two Availability Zones. You can't specify Elastic IP
3543
3546
  # addresses for your subnets.
3544
3547
  #
3545
3548
  # \[Application Load Balancers on Outposts\] You must specify one
@@ -3561,20 +3564,22 @@ module Aws::ElasticLoadBalancingV2
3561
3564
  # @return [Array<Types::SubnetMapping>]
3562
3565
  #
3563
3566
  # @!attribute [rw] ip_address_type
3564
- # \[Application Load Balancers\] The IP address type. The possible
3565
- # values are `ipv4` (for only IPv4 addresses), `dualstack` (for IPv4
3566
- # and IPv6 addresses), and `dualstack-without-public-ipv4` (for IPv6
3567
- # only public addresses, with private IPv4 and IPv6 addresses).
3567
+ # The IP address type.
3568
3568
  #
3569
- # \[Network Load Balancers\] The type of IP addresses used by the
3570
- # subnets for your load balancer. The possible values are `ipv4` (for
3571
- # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
3572
- # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3573
- # listener.
3569
+ # \[Application Load Balancers\] The possible values are `ipv4` (IPv4
3570
+ # addresses), `dualstack` (IPv4 and IPv6 addresses), and
3571
+ # `dualstack-without-public-ipv4` (public IPv6 addresses and private
3572
+ # IPv4 and IPv6 addresses).
3574
3573
  #
3575
- # \[Gateway Load Balancers\] The type of IP addresses used by the
3576
- # subnets for your load balancer. The possible values are `ipv4` (for
3577
- # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses).
3574
+ # \[Network Load Balancers and Gateway Load Balancers\] The possible
3575
+ # values are `ipv4` (IPv4 addresses) and `dualstack` (IPv4 and IPv6
3576
+ # addresses).
3577
+ # @return [String]
3578
+ #
3579
+ # @!attribute [rw] enable_prefix_for_ipv_6_source_nat
3580
+ # \[Network Load Balancers with UDP listeners\] Indicates whether to
3581
+ # use an IPv6 prefix from each subnet for source NAT. The IP address
3582
+ # type must be `dualstack`. The default value is `off`.
3578
3583
  # @return [String]
3579
3584
  #
3580
3585
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -3583,7 +3588,8 @@ module Aws::ElasticLoadBalancingV2
3583
3588
  :load_balancer_arn,
3584
3589
  :subnets,
3585
3590
  :subnet_mappings,
3586
- :ip_address_type)
3591
+ :ip_address_type,
3592
+ :enable_prefix_for_ipv_6_source_nat)
3587
3593
  SENSITIVE = []
3588
3594
  include Aws::Structure
3589
3595
  end
@@ -3593,18 +3599,20 @@ module Aws::ElasticLoadBalancingV2
3593
3599
  # @return [Array<Types::AvailabilityZone>]
3594
3600
  #
3595
3601
  # @!attribute [rw] ip_address_type
3596
- # \[Application Load Balancers\] The IP address type.
3597
- #
3598
- # \[Network Load Balancers\] The IP address type.
3602
+ # The IP address type.
3603
+ # @return [String]
3599
3604
  #
3600
- # \[Gateway Load Balancers\] The IP address type.
3605
+ # @!attribute [rw] enable_prefix_for_ipv_6_source_nat
3606
+ # \[Network Load Balancers\] Indicates whether to use an IPv6 prefix
3607
+ # from each subnet for source NAT.
3601
3608
  # @return [String]
3602
3609
  #
3603
3610
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsOutput AWS API Documentation
3604
3611
  #
3605
3612
  class SetSubnetsOutput < Struct.new(
3606
3613
  :availability_zones,
3607
- :ip_address_type)
3614
+ :ip_address_type,
3615
+ :enable_prefix_for_ipv_6_source_nat)
3608
3616
  SENSITIVE = []
3609
3617
  include Aws::Structure
3610
3618
  end
@@ -3686,13 +3694,21 @@ module Aws::ElasticLoadBalancingV2
3686
3694
  # \[Network Load Balancers\] The IPv6 address.
3687
3695
  # @return [String]
3688
3696
  #
3697
+ # @!attribute [rw] source_nat_ipv_6_prefix
3698
+ # \[Network Load Balancers with UDP listeners\] The IPv6 prefix to use
3699
+ # for source NAT. Specify an IPv6 prefix (/80 netmask) from the subnet
3700
+ # CIDR block or `auto_assigned` to use an IPv6 prefix selected at
3701
+ # random from the subnet CIDR block.
3702
+ # @return [String]
3703
+ #
3689
3704
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SubnetMapping AWS API Documentation
3690
3705
  #
3691
3706
  class SubnetMapping < Struct.new(
3692
3707
  :subnet_id,
3693
3708
  :allocation_id,
3694
3709
  :private_i_pv_4_address,
3695
- :i_pv_6_address)
3710
+ :i_pv_6_address,
3711
+ :source_nat_ipv_6_prefix)
3696
3712
  SENSITIVE = []
3697
3713
  include Aws::Structure
3698
3714
  end
@@ -3882,9 +3898,7 @@ module Aws::ElasticLoadBalancingV2
3882
3898
  # @return [String]
3883
3899
  #
3884
3900
  # @!attribute [rw] ip_address_type
3885
- # The type of IP address used for this target group. The possible
3886
- # values are `ipv4` and `ipv6`. This is an optional parameter. If not
3887
- # specified, the IP address type defaults to `ipv4`.
3901
+ # The IP address type. The default value is `ipv4`.
3888
3902
  # @return [String]
3889
3903
  #
3890
3904
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/TargetGroup AWS API Documentation
@@ -4045,7 +4059,7 @@ module Aws::ElasticLoadBalancingV2
4045
4059
  # preservation is enabled. The value is `true` or `false`. The
4046
4060
  # default is disabled if the target group type is IP address and the
4047
4061
  # target group protocol is TCP or TLS. Otherwise, the default is
4048
- # enabled. Client IP preservation cannot be disabled for UDP and
4062
+ # enabled. Client IP preservation can't be disabled for UDP and
4049
4063
  # TCP\_UDP target groups.
4050
4064
  #
4051
4065
  # * `proxy_protocol_v2.enabled` - Indicates whether Proxy Protocol
@@ -4083,7 +4097,7 @@ module Aws::ElasticLoadBalancingV2
4083
4097
  # possible values are `rebalance` and `no_rebalance`. The default is
4084
4098
  # `no_rebalance`. The two attributes
4085
4099
  # (`target_failover.on_deregistration` and
4086
- # `target_failover.on_unhealthy`) cannot be set independently. The
4100
+ # `target_failover.on_unhealthy`) can't be set independently. The
4087
4101
  # value you set for both attributes must be the same.
4088
4102
  # @return [String]
4089
4103
  #
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.118.0'
58
+ GEM_VERSION = '1.120.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -225,7 +225,8 @@ module Aws
225
225
  subnet_id: ::String?,
226
226
  allocation_id: ::String?,
227
227
  private_i_pv_4_address: ::String?,
228
- i_pv_6_address: ::String?
228
+ i_pv_6_address: ::String?,
229
+ source_nat_ipv_6_prefix: ::String?
229
230
  },
230
231
  ],
231
232
  ?security_groups: Array[::String],
@@ -238,7 +239,8 @@ module Aws
238
239
  ],
239
240
  ?type: ("application" | "network" | "gateway"),
240
241
  ?ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4"),
241
- ?customer_owned_ipv_4_pool: ::String
242
+ ?customer_owned_ipv_4_pool: ::String,
243
+ ?enable_prefix_for_ipv_6_source_nat: ("on" | "off")
242
244
  ) -> _CreateLoadBalancerResponseSuccess
243
245
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLoadBalancerResponseSuccess
244
246
 
@@ -1050,6 +1052,7 @@ module Aws
1050
1052
  include ::Seahorse::Client::_ResponseSuccess[Types::SetSubnetsOutput]
1051
1053
  def availability_zones: () -> ::Array[Types::AvailabilityZone]
1052
1054
  def ip_address_type: () -> ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
1055
+ def enable_prefix_for_ipv_6_source_nat: () -> ("on" | "off")
1053
1056
  end
1054
1057
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ElasticLoadBalancingV2/Client.html#set_subnets-instance_method
1055
1058
  def set_subnets: (
@@ -1060,10 +1063,12 @@ module Aws
1060
1063
  subnet_id: ::String?,
1061
1064
  allocation_id: ::String?,
1062
1065
  private_i_pv_4_address: ::String?,
1063
- i_pv_6_address: ::String?
1066
+ i_pv_6_address: ::String?,
1067
+ source_nat_ipv_6_prefix: ::String?
1064
1068
  },
1065
1069
  ],
1066
- ?ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
1070
+ ?ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4"),
1071
+ ?enable_prefix_for_ipv_6_source_nat: ("on" | "off")
1067
1072
  ) -> _SetSubnetsResponseSuccess
1068
1073
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetSubnetsResponseSuccess
1069
1074
 
data/sig/types.rbs CHANGED
@@ -103,6 +103,7 @@ module Aws::ElasticLoadBalancingV2
103
103
  attr_accessor subnet_id: ::String
104
104
  attr_accessor outpost_id: ::String
105
105
  attr_accessor load_balancer_addresses: ::Array[Types::LoadBalancerAddress]
106
+ attr_accessor source_nat_ipv_6_prefixes: ::Array[::String]
106
107
  SENSITIVE: []
107
108
  end
108
109
 
@@ -155,6 +156,7 @@ module Aws::ElasticLoadBalancingV2
155
156
  attr_accessor type: ("application" | "network" | "gateway")
156
157
  attr_accessor ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
157
158
  attr_accessor customer_owned_ipv_4_pool: ::String
159
+ attr_accessor enable_prefix_for_ipv_6_source_nat: ("on" | "off")
158
160
  SENSITIVE: []
159
161
  end
160
162
 
@@ -623,6 +625,7 @@ module Aws::ElasticLoadBalancingV2
623
625
  attr_accessor ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
624
626
  attr_accessor customer_owned_ipv_4_pool: ::String
625
627
  attr_accessor enforce_security_group_inbound_rules_on_private_link_traffic: ::String
628
+ attr_accessor enable_prefix_for_ipv_6_source_nat: ("on" | "off")
626
629
  SENSITIVE: []
627
630
  end
628
631
 
@@ -917,12 +920,14 @@ module Aws::ElasticLoadBalancingV2
917
920
  attr_accessor subnets: ::Array[::String]
918
921
  attr_accessor subnet_mappings: ::Array[Types::SubnetMapping]
919
922
  attr_accessor ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
923
+ attr_accessor enable_prefix_for_ipv_6_source_nat: ("on" | "off")
920
924
  SENSITIVE: []
921
925
  end
922
926
 
923
927
  class SetSubnetsOutput
924
928
  attr_accessor availability_zones: ::Array[Types::AvailabilityZone]
925
929
  attr_accessor ip_address_type: ("ipv4" | "dualstack" | "dualstack-without-public-ipv4")
930
+ attr_accessor enable_prefix_for_ipv_6_source_nat: ("on" | "off")
926
931
  SENSITIVE: []
927
932
  end
928
933
 
@@ -944,6 +949,7 @@ module Aws::ElasticLoadBalancingV2
944
949
  attr_accessor allocation_id: ::String
945
950
  attr_accessor private_i_pv_4_address: ::String
946
951
  attr_accessor i_pv_6_address: ::String
952
+ attr_accessor source_nat_ipv_6_prefix: ::String
947
953
  SENSITIVE: []
948
954
  end
949
955
 
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.118.0
4
+ version: 1.120.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: 2024-10-11 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement