aws-sdk-elasticloadbalancingv2 1.71.0 → 1.75.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: 7a0770735ba380d3b5c0a003d2b848c6df335060f7c06761544877e3f4311b77
4
- data.tar.gz: b3bed9243276aa78e863f53a6461f792a0ebcc455b639ea8df10638f59faaaf0
3
+ metadata.gz: 5d0db30df7d7caa50eaccfa945f11961922dc21afc53724ccdfc2215908201b0
4
+ data.tar.gz: ed949905714a4297c1c6cb739130ce2e04e4bc8e565c3a79ef371ea3926a0b14
5
5
  SHA512:
6
- metadata.gz: fb6da40c72fc7affdd5cde6fc0223cf8ef8ce83534e02099cced793b6731385832cf5eba3d85461540741cdc1042e365b47b1d5609e252b7aaa5e20c2d128caf
7
- data.tar.gz: fecae1d5bf0706aa1919b8626cc99c54a3ff7e98d04f2c189ede64f5a6bd006c317df0f9163a979719ecd05d086d57dc6b4fcdb6a1b4e711f93f3ed35939efd0
6
+ metadata.gz: dea73570c9259ead2134f2997248164c0681eccfa685a3de4cefdf952f573a1a408fc04c9ec1c7a899ab7e8dcbcef9af516599efa8fbe8bdf58ac18f94dcaf08
7
+ data.tar.gz: ffacc552855f928b0df1b8101b76c9477cf78252e409b88d4a1dad9082beb165657e2072aea87ec4a1cae3e90fe238f008f853d395aeb1c1310c32ff7988d676
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.74.0 (2021-11-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.73.0 (2021-11-23)
15
+ ------------------
16
+
17
+ * Feature - This release allows you to create internal Application and Network Load Balancers in dualstack mode. This release also adds an attribute to block internet gateway (IGW) access to the load balancer, preventing unintended access to your internal load balancers through an internet gateway.
18
+
19
+ 1.72.0 (2021-11-04)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.71.0 (2021-10-18)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.75.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/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/query.rb'
32
33
 
@@ -73,6 +74,7 @@ module Aws::ElasticLoadBalancingV2
73
74
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
74
75
  add_plugin(Aws::Plugins::TransferEncoding)
75
76
  add_plugin(Aws::Plugins::HttpChecksum)
77
+ add_plugin(Aws::Plugins::DefaultsMode)
76
78
  add_plugin(Aws::Plugins::SignatureV4)
77
79
  add_plugin(Aws::Plugins::Protocols::Query)
78
80
 
@@ -119,7 +121,9 @@ module Aws::ElasticLoadBalancingV2
119
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
122
  # are very aggressive. Construct and pass an instance of
121
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
123
127
  #
124
128
  # @option options [required, String] :region
125
129
  # The AWS region to connect to. The configured `:region` is
@@ -173,6 +177,10 @@ module Aws::ElasticLoadBalancingV2
173
177
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
174
178
  # a clock skew correction and retry requests with skewed client clocks.
175
179
  #
180
+ # @option options [String] :defaults_mode ("legacy")
181
+ # See {Aws::DefaultsModeConfiguration} for a list of the
182
+ # accepted modes and the configuration defaults that are included.
183
+ #
176
184
  # @option options [Boolean] :disable_host_prefix_injection (false)
177
185
  # Set to true to disable SDK automatically adding host prefix
178
186
  # to default service endpoint when available.
@@ -275,6 +283,15 @@ module Aws::ElasticLoadBalancingV2
275
283
  # ** Please note ** When response stubbing is enabled, no HTTP
276
284
  # requests are made, and retries are disabled.
277
285
  #
286
+ # @option options [Boolean] :use_dualstack_endpoint
287
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
288
+ # will be used if available.
289
+ #
290
+ # @option options [Boolean] :use_fips_endpoint
291
+ # When set to `true`, fips compatible endpoints will be used if available.
292
+ # When a `fips` region is used, the region is normalized and this config
293
+ # is set to `true`.
294
+ #
278
295
  # @option options [Boolean] :validate_params (true)
279
296
  # When `true`, request parameters are validated before
280
297
  # sending the request.
@@ -286,7 +303,7 @@ module Aws::ElasticLoadBalancingV2
286
303
  # seconds to wait when opening a HTTP session before raising a
287
304
  # `Timeout::Error`.
288
305
  #
289
- # @option options [Integer] :http_read_timeout (60) The default
306
+ # @option options [Float] :http_read_timeout (60) The default
290
307
  # number of seconds to wait for response data. This value can
291
308
  # safely be set per-request on the session.
292
309
  #
@@ -302,6 +319,9 @@ module Aws::ElasticLoadBalancingV2
302
319
  # disables this behaviour. This value can safely be set per
303
320
  # request on the session.
304
321
  #
322
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
323
+ # in seconds.
324
+ #
305
325
  # @option options [Boolean] :http_wire_trace (false) When `true`,
306
326
  # HTTP debug output will be sent to the `:logger`.
307
327
  #
@@ -858,8 +878,7 @@ module Aws::ElasticLoadBalancingV2
858
878
  # @option params [String] :ip_address_type
859
879
  # The type of IP addresses used by the subnets for your load balancer.
860
880
  # The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
861
- # (for IPv4 and IPv6 addresses). Internal load balancers must use
862
- # `ipv4`.
881
+ # (for IPv4 and IPv6 addresses).
863
882
  #
864
883
  # @option params [String] :customer_owned_ipv_4_pool
865
884
  # \[Application Load Balancers on Outposts\] The ID of the
@@ -3929,9 +3948,9 @@ module Aws::ElasticLoadBalancingV2
3929
3948
  #
3930
3949
  # @option params [required, String] :ip_address_type
3931
3950
  # The IP address type. The possible values are `ipv4` (for IPv4
3932
- # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
3933
- # load balancers must use `ipv4`. You can’t specify `dualstack` for a
3934
- # load balancer with a UDP or TCP\_UDP listener.
3951
+ # addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t
3952
+ # specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3953
+ # listener.
3935
3954
  #
3936
3955
  # @return [Types::SetIpAddressTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3937
3956
  #
@@ -4205,7 +4224,7 @@ module Aws::ElasticLoadBalancingV2
4205
4224
  # subnets for your load balancer. The possible values are `ipv4` (for
4206
4225
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
4207
4226
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
4208
- # listener. Internal load balancers must use `ipv4`.
4227
+ # listener. .
4209
4228
  #
4210
4229
  # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4211
4230
  #
@@ -4290,7 +4309,7 @@ module Aws::ElasticLoadBalancingV2
4290
4309
  params: params,
4291
4310
  config: config)
4292
4311
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4293
- context[:gem_version] = '1.71.0'
4312
+ context[:gem_version] = '1.75.0'
4294
4313
  Seahorse::Client::Request.new(handlers, context)
4295
4314
  end
4296
4315
 
@@ -820,8 +820,7 @@ module Aws::ElasticLoadBalancingV2
820
820
  # @!attribute [rw] ip_address_type
821
821
  # The type of IP addresses used by the subnets for your load balancer.
822
822
  # The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
823
- # (for IPv4 and IPv6 addresses). Internal load balancers must use
824
- # `ipv4`.
823
+ # (for IPv4 and IPv6 addresses).
825
824
  # @return [String]
826
825
  #
827
826
  # @!attribute [rw] customer_owned_ipv_4_pool
@@ -2388,6 +2387,12 @@ module Aws::ElasticLoadBalancingV2
2388
2387
  # * `access_logs.s3.prefix` - The prefix for the location in the S3
2389
2388
  # bucket for the access logs.
2390
2389
  #
2390
+ # * `ipv6.deny-all-igw-traffic` - Blocks internet gateway (IGW) access
2391
+ # to the load balancer. It is set to `false` for internet-facing
2392
+ # load balancers and `true` for internal load balancers, preventing
2393
+ # unintended access to your internal load balancer through an
2394
+ # internet gateway.
2395
+ #
2391
2396
  # The following attributes are supported by only Application Load
2392
2397
  # Balancers:
2393
2398
  #
@@ -3552,9 +3557,9 @@ module Aws::ElasticLoadBalancingV2
3552
3557
  #
3553
3558
  # @!attribute [rw] ip_address_type
3554
3559
  # The IP address type. The possible values are `ipv4` (for IPv4
3555
- # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
3556
- # load balancers must use `ipv4`. You can’t specify `dualstack` for a
3557
- # load balancer with a UDP or TCP\_UDP listener.
3560
+ # addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t
3561
+ # specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3562
+ # listener.
3558
3563
  # @return [String]
3559
3564
  #
3560
3565
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation
@@ -3719,7 +3724,7 @@ module Aws::ElasticLoadBalancingV2
3719
3724
  # subnets for your load balancer. The possible values are `ipv4` (for
3720
3725
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
3721
3726
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3722
- # listener. Internal load balancers must use `ipv4`.
3727
+ # listener. .
3723
3728
  # @return [String]
3724
3729
  #
3725
3730
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -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.71.0'
52
+ GEM_VERSION = '1.75.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.71.0
4
+ version: 1.75.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: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2021-12-21 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.121.2
22
+ version: 3.125.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.121.2
32
+ version: 3.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement