aws-sdk-elasticloadbalancingv2 1.76.0 → 1.79.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97ada9cfa7b50e6f138b88d1921792e53567d3f0b75ce6cde33983a4978ec99c
4
- data.tar.gz: c9ed5a33b4c7e94e788ee5c7063eb40dfc199229161e656db71bd62552959619
3
+ metadata.gz: f729865c6d0439e9ee5a425e7ffaac39e011b9517688dd130a39cb0e1a575e47
4
+ data.tar.gz: 968802ac07b56f6f08df7f79390424c581db339b06f0b2789dc5eac21ef495b9
5
5
  SHA512:
6
- metadata.gz: 165765f2db364470d438e0045c9c55a75b31fd06998d3342d9378c58472e6f75fc765f958e027eb97c0a9361e34527dd647e54401359c2884adfadc858cd2819
7
- data.tar.gz: 45a0f84ebdca1d2a8f2ed5beb69d51e5d1b30cc2cb0b883394aa87771b665e6fdb3c892ec301d5f0bd0dd35666d03599489daa2b02e64dabb592414ed0dc1f2f
6
+ metadata.gz: d6a646836b29e25afb3a6ec8f76f7c3777909a51a4a12b5041a2899adb1790bcecc2efa699d063a238003ac6ecdfc72bd1dd3580120d94d83d985bc55cc348d0
7
+ data.tar.gz: d1ad00d4a3b7e8cb421243b28b076267e94a8cd1a7ca9ed98655011de3a772f69ceb03ca2d9a8042b971060605835b9a342082c19d49969ed9ce54c47c1dcac2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2022-08-25)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for ELBv2. Gateway Load Balancer now supports Configurable Flow Stickiness, enabling you to configure the hashing used to maintain stickiness of flows to a specific target appliance.
8
+
9
+ 1.78.0 (2022-06-29)
10
+ ------------------
11
+
12
+ * Feature - This release adds two attributes for ALB. One, helps to preserve the host header and the other helps to modify, preserve, or remove the X-Forwarded-For header in the HTTP request.
13
+
14
+ 1.77.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.76.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.79.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::ElasticLoadBalancingV2
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -807,7 +809,9 @@ module Aws::ElasticLoadBalancingV2
807
809
  #
808
810
  # @option params [Array<String>] :subnets
809
811
  # The IDs of the public subnets. You can specify only one subnet per
810
- # Availability Zone. You must specify either subnets or subnet mappings.
812
+ # Availability Zone. You must specify either subnets or subnet mappings,
813
+ # but not both. To specify an Elastic IP address, specify subnet
814
+ # mappings instead of subnets.
811
815
  #
812
816
  # \[Application Load Balancers\] You must specify subnets from at least
813
817
  # two Availability Zones.
@@ -826,7 +830,8 @@ module Aws::ElasticLoadBalancingV2
826
830
  #
827
831
  # @option params [Array<Types::SubnetMapping>] :subnet_mappings
828
832
  # The IDs of the public subnets. You can specify only one subnet per
829
- # Availability Zone. You must specify either subnets or subnet mappings.
833
+ # Availability Zone. You must specify either subnets or subnet mappings,
834
+ # but not both.
830
835
  #
831
836
  # \[Application Load Balancers\] You must specify subnets from at least
832
837
  # two Availability Zones. You cannot specify Elastic IP addresses for
@@ -1391,11 +1396,12 @@ module Aws::ElasticLoadBalancingV2
1391
1396
  #
1392
1397
  # @option params [Integer] :health_check_interval_seconds
1393
1398
  # The approximate amount of time, in seconds, between health checks of
1394
- # an individual target. If the target group protocol is TCP, TLS, UDP,
1395
- # or TCP\_UDP, the supported values are 10 and 30 seconds. If the target
1396
- # group protocol is HTTP or HTTPS, the default is 30 seconds. If the
1397
- # target group protocol is GENEVE, the default is 10 seconds. If the
1398
- # target type is `lambda`, the default is 35 seconds.
1399
+ # an individual target. If the target group protocol is HTTP or HTTPS,
1400
+ # the default is 30 seconds. If the target group protocol is TCP, TLS,
1401
+ # UDP, or TCP\_UDP, the supported values are 10 and 30 seconds and the
1402
+ # default is 30 seconds. If the target group protocol is GENEVE, the
1403
+ # default is 10 seconds. If the target type is `lambda`, the default is
1404
+ # 35 seconds.
1399
1405
  #
1400
1406
  # @option params [Integer] :health_check_timeout_seconds
1401
1407
  # The amount of time, in seconds, during which no response from a target
@@ -3553,6 +3559,10 @@ module Aws::ElasticLoadBalancingV2
3553
3559
  # Modifies the health checks used when evaluating the health state of
3554
3560
  # the targets in the specified target group.
3555
3561
  #
3562
+ # If the protocol of the target group is TCP, TLS, UDP, or TCP\_UDP, you
3563
+ # can't modify the health check protocol, interval, timeout, or success
3564
+ # codes.
3565
+ #
3556
3566
  # @option params [required, String] :target_group_arn
3557
3567
  # The Amazon Resource Name (ARN) of the target group.
3558
3568
  #
@@ -3566,8 +3576,6 @@ module Aws::ElasticLoadBalancingV2
3566
3576
  # TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are not
3567
3577
  # supported for health checks.
3568
3578
  #
3569
- # With Network Load Balancers, you can't modify this setting.
3570
- #
3571
3579
  # @option params [String] :health_check_port
3572
3580
  # The port the load balancer uses when performing health checks on
3573
3581
  # targets.
@@ -3590,14 +3598,10 @@ module Aws::ElasticLoadBalancingV2
3590
3598
  # an individual target. For TCP health checks, the supported values are
3591
3599
  # 10 or 30 seconds.
3592
3600
  #
3593
- # With Network Load Balancers, you can't modify this setting.
3594
- #
3595
3601
  # @option params [Integer] :health_check_timeout_seconds
3596
3602
  # \[HTTP/HTTPS health checks\] The amount of time, in seconds, during
3597
3603
  # which no response means a failed health check.
3598
3604
  #
3599
- # With Network Load Balancers, you can't modify this setting.
3600
- #
3601
3605
  # @option params [Integer] :healthy_threshold_count
3602
3606
  # The number of consecutive health checks successes required before
3603
3607
  # considering an unhealthy target healthy.
@@ -3612,8 +3616,6 @@ module Aws::ElasticLoadBalancingV2
3612
3616
  # \[HTTP/HTTPS health checks\] The HTTP or gRPC codes to use when
3613
3617
  # checking for a successful response from a target.
3614
3618
  #
3615
- # With Network Load Balancers, you can't modify this setting.
3616
- #
3617
3619
  # @return [Types::ModifyTargetGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3618
3620
  #
3619
3621
  # * {Types::ModifyTargetGroupOutput#target_groups #target_groups} => Array&lt;Types::TargetGroup&gt;
@@ -4311,7 +4313,7 @@ module Aws::ElasticLoadBalancingV2
4311
4313
  params: params,
4312
4314
  config: config)
4313
4315
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4314
- context[:gem_version] = '1.76.0'
4316
+ context[:gem_version] = '1.79.0'
4315
4317
  Seahorse::Client::Request.new(handlers, context)
4316
4318
  end
4317
4319
 
@@ -740,7 +740,8 @@ module Aws::ElasticLoadBalancingV2
740
740
  # @!attribute [rw] subnets
741
741
  # The IDs of the public subnets. You can specify only one subnet per
742
742
  # Availability Zone. You must specify either subnets or subnet
743
- # mappings.
743
+ # mappings, but not both. To specify an Elastic IP address, specify
744
+ # subnet mappings instead of subnets.
744
745
  #
745
746
  # \[Application Load Balancers\] You must specify subnets from at
746
747
  # least two Availability Zones.
@@ -761,7 +762,7 @@ module Aws::ElasticLoadBalancingV2
761
762
  # @!attribute [rw] subnet_mappings
762
763
  # The IDs of the public subnets. You can specify only one subnet per
763
764
  # Availability Zone. You must specify either subnets or subnet
764
- # mappings.
765
+ # mappings, but not both.
765
766
  #
766
767
  # \[Application Load Balancers\] You must specify subnets from at
767
768
  # least two Availability Zones. You cannot specify Elastic IP
@@ -1111,11 +1112,12 @@ module Aws::ElasticLoadBalancingV2
1111
1112
  #
1112
1113
  # @!attribute [rw] health_check_interval_seconds
1113
1114
  # The approximate amount of time, in seconds, between health checks of
1114
- # an individual target. If the target group protocol is TCP, TLS, UDP,
1115
- # or TCP\_UDP, the supported values are 10 and 30 seconds. If the
1116
- # target group protocol is HTTP or HTTPS, the default is 30 seconds.
1117
- # If the target group protocol is GENEVE, the default is 10 seconds.
1118
- # If the target type is `lambda`, the default is 35 seconds.
1115
+ # an individual target. If the target group protocol is HTTP or HTTPS,
1116
+ # the default is 30 seconds. If the target group protocol is TCP, TLS,
1117
+ # UDP, or TCP\_UDP, the supported values are 10 and 30 seconds and the
1118
+ # default is 30 seconds. If the target group protocol is GENEVE, the
1119
+ # default is 10 seconds. If the target type is `lambda`, the default
1120
+ # is 35 seconds.
1119
1121
  # @return [Integer]
1120
1122
  #
1121
1123
  # @!attribute [rw] health_check_timeout_seconds
@@ -2387,7 +2389,7 @@ module Aws::ElasticLoadBalancingV2
2387
2389
  # * `access_logs.s3.prefix` - The prefix for the location in the S3
2388
2390
  # bucket for the access logs.
2389
2391
  #
2390
- # * `ipv6.deny-all-igw-traffic` - Blocks internet gateway (IGW) access
2392
+ # * `ipv6.deny_all_igw_traffic` - Blocks internet gateway (IGW) access
2391
2393
  # to the load balancer. It is set to `false` for internet-facing
2392
2394
  # load balancers and `true` for internal load balancers, preventing
2393
2395
  # unintended access to your internal load balancer through an
@@ -2410,6 +2412,11 @@ module Aws::ElasticLoadBalancingV2
2410
2412
  # load balancer (`true`) or routed to targets (`false`). The default
2411
2413
  # is `false`.
2412
2414
  #
2415
+ # * `routing.http.preserve_host_header.enabled` - Indicates whether
2416
+ # the Application Load Balancer should preserve the `Host` header in
2417
+ # the HTTP request and send it to the target without any change. The
2418
+ # possible values are `true` and `false`. The default is `false`.
2419
+ #
2413
2420
  # * `routing.http.x_amzn_tls_version_and_cipher_suite.enabled` -
2414
2421
  # Indicates whether the two headers (`x-amzn-tls-version` and
2415
2422
  # `x-amzn-tls-cipher-suite`), which contain information about the
@@ -2426,6 +2433,24 @@ module Aws::ElasticLoadBalancingV2
2426
2433
  # client used to connect to the load balancer. The possible values
2427
2434
  # are `true` and `false`. The default is `false`.
2428
2435
  #
2436
+ # * `routing.http.xff_header_processing.mode` - Enables you to modify,
2437
+ # preserve, or remove the `X-Forwarded-For` header in the HTTP
2438
+ # request before the Application Load Balancer sends the request to
2439
+ # the target. The possible values are `append`, `preserve`, and
2440
+ # `remove`. The default is `append`.
2441
+ #
2442
+ # * If the value is `append`, the Application Load Balancer adds the
2443
+ # client IP address (of the last hop) to the `X-Forwarded-For`
2444
+ # header in the HTTP request before it sends it to targets.
2445
+ #
2446
+ # * If the value is `preserve` the Application Load Balancer
2447
+ # preserves the `X-Forwarded-For` header in the HTTP request, and
2448
+ # sends it to targets without any change.
2449
+ #
2450
+ # * If the value is `remove`, the Application Load Balancer removes
2451
+ # the `X-Forwarded-For` header in the HTTP request before it sends
2452
+ # it to targets.
2453
+ #
2429
2454
  # * `routing.http2.enabled` - Indicates whether HTTP/2 is enabled. The
2430
2455
  # possible values are `true` and `false`. The default is `true`.
2431
2456
  # Elastic Load Balancing requires that message header names contain
@@ -2944,8 +2969,6 @@ module Aws::ElasticLoadBalancingV2
2944
2969
  # health checks only if the protocol of the target group is TCP, TLS,
2945
2970
  # UDP, or TCP\_UDP. The GENEVE, TLS, UDP, and TCP\_UDP protocols are
2946
2971
  # not supported for health checks.
2947
- #
2948
- # With Network Load Balancers, you can't modify this setting.
2949
2972
  # @return [String]
2950
2973
  #
2951
2974
  # @!attribute [rw] health_check_port
@@ -2972,15 +2995,11 @@ module Aws::ElasticLoadBalancingV2
2972
2995
  # The approximate amount of time, in seconds, between health checks of
2973
2996
  # an individual target. For TCP health checks, the supported values
2974
2997
  # are 10 or 30 seconds.
2975
- #
2976
- # With Network Load Balancers, you can't modify this setting.
2977
2998
  # @return [Integer]
2978
2999
  #
2979
3000
  # @!attribute [rw] health_check_timeout_seconds
2980
3001
  # \[HTTP/HTTPS health checks\] The amount of time, in seconds, during
2981
3002
  # which no response means a failed health check.
2982
- #
2983
- # With Network Load Balancers, you can't modify this setting.
2984
3003
  # @return [Integer]
2985
3004
  #
2986
3005
  # @!attribute [rw] healthy_threshold_count
@@ -2998,8 +3017,6 @@ module Aws::ElasticLoadBalancingV2
2998
3017
  # @!attribute [rw] matcher
2999
3018
  # \[HTTP/HTTPS health checks\] The HTTP or gRPC codes to use when
3000
3019
  # checking for a successful response from a target.
3001
- #
3002
- # With Network Load Balancers, you can't modify this setting.
3003
3020
  # @return [Types::Matcher]
3004
3021
  #
3005
3022
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/ModifyTargetGroupInput AWS API Documentation
@@ -3371,7 +3388,8 @@ module Aws::ElasticLoadBalancingV2
3371
3388
  # Each rule can optionally include up to one of each of the following
3372
3389
  # conditions: `http-request-method`, `host-header`, `path-pattern`, and
3373
3390
  # `source-ip`. Each rule can also optionally include one or more of each
3374
- # of the following conditions: `http-header` and `query-string`.
3391
+ # of the following conditions: `http-header` and `query-string`. Note
3392
+ # that the value for a condition cannot be empty.
3375
3393
  #
3376
3394
  # @note When making an API call, you may pass RuleCondition
3377
3395
  # data as a hash:
@@ -4113,15 +4131,21 @@ module Aws::ElasticLoadBalancingV2
4113
4131
  #
4114
4132
  # ^
4115
4133
  #
4116
- # The following attributes are supported by both Application Load
4117
- # Balancers and Network Load Balancers:
4134
+ # The following attributes are supported by Application Load
4135
+ # Balancers, Network Load Balancers, and Gateway Load Balancers:
4118
4136
  #
4119
- # * `stickiness.enabled` - Indicates whether sticky sessions are
4137
+ # * `stickiness.enabled` - Indicates whether target stickiness is
4120
4138
  # enabled. The value is `true` or `false`. The default is `false`.
4121
4139
  #
4122
- # * `stickiness.type` - The type of sticky sessions. The possible
4123
- # values are `lb_cookie` and `app_cookie` for Application Load
4124
- # Balancers or `source_ip` for Network Load Balancers.
4140
+ # * `stickiness.type` - Indicates the type of stickiness. The possible
4141
+ # values are:
4142
+ #
4143
+ # * `lb_cookie` and `app_cookie` for Application Load Balancers
4144
+ #
4145
+ # * `source_ip` for Network Load Balancers
4146
+ #
4147
+ # * `source_ip_dest_ip` and `source_ip_dest_ip_proto` for Gateway
4148
+ # Load Balancers
4125
4149
  #
4126
4150
  # The following attributes are supported only if the load balancer is
4127
4151
  # an Application Load Balancer and the target is an instance or an IP
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
49
49
  # @!group service
50
50
  module Aws::ElasticLoadBalancingV2
51
51
 
52
- GEM_VERSION = '1.76.0'
52
+ GEM_VERSION = '1.79.0'
53
53
 
54
54
  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.76.0
4
+ version: 1.79.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: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-08-25 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.126.0
22
+ version: 3.127.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.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement