aws-sdk-elasticloadbalancingv2 1.69.0 → 1.73.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: 1760e9d2226a02600366db38b0912840d6e0a546e8e3513ee84556127ea53a88
4
- data.tar.gz: e7dc23df5e5212cb31545ecea5d18903c0ec01eee79d95c24689cdac7af1da8d
3
+ metadata.gz: d2c44d7ffc692eec2f4c8ef210972fd3df032ce45a3391311854c193d88281ad
4
+ data.tar.gz: cd1ebaa6bc50871b2fbfcedb05cd777f03e689a4eb96d12eef00f1b947f1b25b
5
5
  SHA512:
6
- metadata.gz: 1e375251d624f30b095d6a7a45b5c7088d2768ee97c19ed586b2e89598f06758e7d4f031086eceb003f075fa0e0d6b7ee692b3fc0627c3fbc145d0e1b9a33880
7
- data.tar.gz: 28d9f6aa26cdccf4a1707946325a289e949b2afdb68f585e6b8b231523e3901e98661d27fc58cbc12914b00c49d4fd9c446e142eb2f67011b594b01d9390ce52
6
+ metadata.gz: c6ff70fb0377d37a053195cdb4bc16df620d052b5aee7ebcc7eece2751d2b600853cfaff2c48bd86bc083beae4a55917009685116788e551c9ac037b3ecce0b7
7
+ data.tar.gz: e2336a42afc2333a8c69d1439d70ceb7143a65192e9f854a729d6b4cb833788bf5ffb93ae5a5332176bc14cb8304e15bfa2dbda99dfe90b163d6ba6c9f46363b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.72.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.71.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.70.0 (2021-10-14)
20
+ ------------------
21
+
22
+ * Feature - Adds new option to filter by availability on each type of load balancer when describing ssl policies.
23
+
4
24
  1.69.0 (2021-10-11)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.73.0
@@ -275,6 +275,15 @@ module Aws::ElasticLoadBalancingV2
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -858,8 +867,7 @@ module Aws::ElasticLoadBalancingV2
858
867
  # @option params [String] :ip_address_type
859
868
  # The type of IP addresses used by the subnets for your load balancer.
860
869
  # The possible values are `ipv4` (for IPv4 addresses) and `dualstack`
861
- # (for IPv4 and IPv6 addresses). Internal load balancers must use
862
- # `ipv4`.
870
+ # (for IPv4 and IPv6 addresses).
863
871
  #
864
872
  # @option params [String] :customer_owned_ipv_4_pool
865
873
  # \[Application Load Balancers on Outposts\] The ID of the
@@ -2325,6 +2333,10 @@ module Aws::ElasticLoadBalancingV2
2325
2333
  # @option params [Integer] :page_size
2326
2334
  # The maximum number of results to return with this call.
2327
2335
  #
2336
+ # @option params [String] :load_balancer_type
2337
+ # The type of load balancer. The default lists the SSL policies for all
2338
+ # load balancers.
2339
+ #
2328
2340
  # @return [Types::DescribeSSLPoliciesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2329
2341
  #
2330
2342
  # * {Types::DescribeSSLPoliciesOutput#ssl_policies #ssl_policies} => Array<Types::SslPolicy>
@@ -2439,6 +2451,7 @@ module Aws::ElasticLoadBalancingV2
2439
2451
  # names: ["SslPolicyName"],
2440
2452
  # marker: "Marker",
2441
2453
  # page_size: 1,
2454
+ # load_balancer_type: "application", # accepts application, network, gateway
2442
2455
  # })
2443
2456
  #
2444
2457
  # @example Response structure
@@ -2450,6 +2463,8 @@ module Aws::ElasticLoadBalancingV2
2450
2463
  # resp.ssl_policies[0].ciphers[0].name #=> String
2451
2464
  # resp.ssl_policies[0].ciphers[0].priority #=> Integer
2452
2465
  # resp.ssl_policies[0].name #=> String
2466
+ # resp.ssl_policies[0].supported_load_balancer_types #=> Array
2467
+ # resp.ssl_policies[0].supported_load_balancer_types[0] #=> String
2453
2468
  # resp.next_marker #=> String
2454
2469
  #
2455
2470
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeSSLPolicies AWS API Documentation
@@ -3922,9 +3937,9 @@ module Aws::ElasticLoadBalancingV2
3922
3937
  #
3923
3938
  # @option params [required, String] :ip_address_type
3924
3939
  # The IP address type. The possible values are `ipv4` (for IPv4
3925
- # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
3926
- # load balancers must use `ipv4`. You can’t specify `dualstack` for a
3927
- # load balancer with a UDP or TCP\_UDP listener.
3940
+ # addresses) and `dualstack` (for IPv4 and IPv6 addresses). You can’t
3941
+ # specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3942
+ # listener.
3928
3943
  #
3929
3944
  # @return [Types::SetIpAddressTypeOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3930
3945
  #
@@ -4198,7 +4213,7 @@ module Aws::ElasticLoadBalancingV2
4198
4213
  # subnets for your load balancer. The possible values are `ipv4` (for
4199
4214
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
4200
4215
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
4201
- # listener. Internal load balancers must use `ipv4`.
4216
+ # listener. .
4202
4217
  #
4203
4218
  # @return [Types::SetSubnetsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4204
4219
  #
@@ -4283,7 +4298,7 @@ module Aws::ElasticLoadBalancingV2
4283
4298
  params: params,
4284
4299
  config: config)
4285
4300
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4286
- context[:gem_version] = '1.69.0'
4301
+ context[:gem_version] = '1.73.0'
4287
4302
  Seahorse::Client::Request.new(handlers, context)
4288
4303
  end
4289
4304
 
@@ -521,6 +521,7 @@ module Aws::ElasticLoadBalancingV2
521
521
  DescribeSSLPoliciesInput.add_member(:names, Shapes::ShapeRef.new(shape: SslPolicyNames, location_name: "Names"))
522
522
  DescribeSSLPoliciesInput.add_member(:marker, Shapes::ShapeRef.new(shape: Marker, location_name: "Marker"))
523
523
  DescribeSSLPoliciesInput.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
524
+ DescribeSSLPoliciesInput.add_member(:load_balancer_type, Shapes::ShapeRef.new(shape: LoadBalancerTypeEnum, location_name: "LoadBalancerType"))
524
525
  DescribeSSLPoliciesInput.struct_class = Types::DescribeSSLPoliciesInput
525
526
 
526
527
  DescribeSSLPoliciesOutput.add_member(:ssl_policies, Shapes::ShapeRef.new(shape: SslPolicies, location_name: "SslPolicies"))
@@ -837,6 +838,7 @@ module Aws::ElasticLoadBalancingV2
837
838
  SslPolicy.add_member(:ssl_protocols, Shapes::ShapeRef.new(shape: SslProtocols, location_name: "SslProtocols"))
838
839
  SslPolicy.add_member(:ciphers, Shapes::ShapeRef.new(shape: Ciphers, location_name: "Ciphers"))
839
840
  SslPolicy.add_member(:name, Shapes::ShapeRef.new(shape: SslPolicyName, location_name: "Name"))
841
+ SslPolicy.add_member(:supported_load_balancer_types, Shapes::ShapeRef.new(shape: ListOfString, location_name: "SupportedLoadBalancerTypes"))
840
842
  SslPolicy.struct_class = Types::SslPolicy
841
843
 
842
844
  SslPolicyNames.member = Shapes::ShapeRef.new(shape: SslPolicyName)
@@ -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
@@ -1646,6 +1645,7 @@ module Aws::ElasticLoadBalancingV2
1646
1645
  # names: ["SslPolicyName"],
1647
1646
  # marker: "Marker",
1648
1647
  # page_size: 1,
1648
+ # load_balancer_type: "application", # accepts application, network, gateway
1649
1649
  # }
1650
1650
  #
1651
1651
  # @!attribute [rw] names
@@ -1661,12 +1661,18 @@ module Aws::ElasticLoadBalancingV2
1661
1661
  # The maximum number of results to return with this call.
1662
1662
  # @return [Integer]
1663
1663
  #
1664
+ # @!attribute [rw] load_balancer_type
1665
+ # The type of load balancer. The default lists the SSL policies for
1666
+ # all load balancers.
1667
+ # @return [String]
1668
+ #
1664
1669
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DescribeSSLPoliciesInput AWS API Documentation
1665
1670
  #
1666
1671
  class DescribeSSLPoliciesInput < Struct.new(
1667
1672
  :names,
1668
1673
  :marker,
1669
- :page_size)
1674
+ :page_size,
1675
+ :load_balancer_type)
1670
1676
  SENSITIVE = []
1671
1677
  include Aws::Structure
1672
1678
  end
@@ -2381,6 +2387,12 @@ module Aws::ElasticLoadBalancingV2
2381
2387
  # * `access_logs.s3.prefix` - The prefix for the location in the S3
2382
2388
  # bucket for the access logs.
2383
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
+ #
2384
2396
  # The following attributes are supported by only Application Load
2385
2397
  # Balancers:
2386
2398
  #
@@ -3545,9 +3557,9 @@ module Aws::ElasticLoadBalancingV2
3545
3557
  #
3546
3558
  # @!attribute [rw] ip_address_type
3547
3559
  # The IP address type. The possible values are `ipv4` (for IPv4
3548
- # addresses) and `dualstack` (for IPv4 and IPv6 addresses). Internal
3549
- # load balancers must use `ipv4`. You can’t specify `dualstack` for a
3550
- # 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.
3551
3563
  # @return [String]
3552
3564
  #
3553
3565
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetIpAddressTypeInput AWS API Documentation
@@ -3712,7 +3724,7 @@ module Aws::ElasticLoadBalancingV2
3712
3724
  # subnets for your load balancer. The possible values are `ipv4` (for
3713
3725
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses). You
3714
3726
  # can’t specify `dualstack` for a load balancer with a UDP or TCP\_UDP
3715
- # listener. Internal load balancers must use `ipv4`.
3727
+ # listener. .
3716
3728
  # @return [String]
3717
3729
  #
3718
3730
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsInput AWS API Documentation
@@ -3790,12 +3802,17 @@ module Aws::ElasticLoadBalancingV2
3790
3802
  # The name of the policy.
3791
3803
  # @return [String]
3792
3804
  #
3805
+ # @!attribute [rw] supported_load_balancer_types
3806
+ # The supported load balancers.
3807
+ # @return [Array<String>]
3808
+ #
3793
3809
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SslPolicy AWS API Documentation
3794
3810
  #
3795
3811
  class SslPolicy < Struct.new(
3796
3812
  :ssl_protocols,
3797
3813
  :ciphers,
3798
- :name)
3814
+ :name,
3815
+ :supported_load_balancer_types)
3799
3816
  SENSITIVE = []
3800
3817
  include Aws::Structure
3801
3818
  end
@@ -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.69.0'
52
+ GEM_VERSION = '1.73.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.69.0
4
+ version: 1.73.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-11 00:00:00.000000000 Z
11
+ date: 2021-11-23 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.120.0
22
+ version: 3.122.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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement