aws-sdk-elasticloadbalancingv2 1.49.0 → 1.50.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: 63471e765b6275c7ee3c54fb3352b8fa33fee1310b4740aee33685ca32ed5937
4
- data.tar.gz: f62d05bb5644b33f5255c415795629564fe4b51ddd7b590e845b0284a195b7a3
3
+ metadata.gz: 3258bea9f984201a7dc34d43e2389ef0b3e9130156a1f53632003f29224e8f5c
4
+ data.tar.gz: 6a3cb9593599497f2b1ce7e62dfbe92c2cc4da908943f619f4e577c6f201579f
5
5
  SHA512:
6
- metadata.gz: 759f313b5f49de3e7fb885fad2db28c7031601b2e52b559f3391cc05c9c4a2780afdeceff1e4f9ec9afc360248a43d1a741affcd81f55bce0a27dd94c5fcf16b
7
- data.tar.gz: 5e6e10b1a9b8b6da8b0cc16470464c97397ca907d818edbaba8b68aa31e10d1e507b71775489ca914e11c0d01a123bc3bb327c468274e9c2fefac2fed124dc81
6
+ metadata.gz: e98aae14b82f6f2cf7a0f4d0c59aa3eb4caeaed237698454c973701f6f834410418ce1378328b45cbe0f5238214b2f6ea60ef2c5aef98ed261843bdc23891eda
7
+ data.tar.gz: 7741aa4fdc0fd2fd8c6884e7a3b2a7c7e41a3f7a0250f406020d3f2392e44d96e2dd461cd2e265ea3bc36e278aa30aae17ddf26135e5f0e19c5c88589a0a4fff
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
48
48
  # @!group service
49
49
  module Aws::ElasticLoadBalancingV2
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
@@ -835,6 +835,12 @@ module Aws::ElasticLoadBalancingV2
835
835
  # \[Application Load Balancers\] You must specify subnets from at least
836
836
  # two Availability Zones.
837
837
  #
838
+ # \[Application Load Balancers on Outposts\] You must specify one
839
+ # Outpost subnet.
840
+ #
841
+ # \[Application Load Balancers on Local Zones\] You can specify subnets
842
+ # from one or more Local Zones.
843
+ #
838
844
  # \[Network Load Balancers\] You can specify subnets from one or more
839
845
  # Availability Zones.
840
846
  #
@@ -846,6 +852,12 @@ module Aws::ElasticLoadBalancingV2
846
852
  # two Availability Zones. You cannot specify Elastic IP addresses for
847
853
  # your subnets.
848
854
  #
855
+ # \[Application Load Balancers on Outposts\] You must specify one
856
+ # Outpost subnet.
857
+ #
858
+ # \[Application Load Balancers on Local Zones\] You can specify subnets
859
+ # from one or more Local Zones.
860
+ #
849
861
  # \[Network Load Balancers\] You can specify subnets from one or more
850
862
  # Availability Zones. You can specify one Elastic IP address per subnet
851
863
  # if you need static IP addresses for your internet-facing load
@@ -883,6 +895,10 @@ module Aws::ElasticLoadBalancingV2
883
895
  # IPv4 addresses) and `dualstack` (for IPv4 and IPv6 addresses).
884
896
  # Internal load balancers must use `ipv4`.
885
897
  #
898
+ # @option params [String] :customer_owned_ipv_4_pool
899
+ # \[Application Load Balancers on Outposts\] The ID of the
900
+ # customer-owned address pool (CoIP pool).
901
+ #
886
902
  # @return [Types::CreateLoadBalancerOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
887
903
  #
888
904
  # * {Types::CreateLoadBalancerOutput#load_balancers #load_balancers} => Array<Types::LoadBalancer>
@@ -1001,6 +1017,7 @@ module Aws::ElasticLoadBalancingV2
1001
1017
  # ],
1002
1018
  # type: "application", # accepts application, network
1003
1019
  # ip_address_type: "ipv4", # accepts ipv4, dualstack
1020
+ # customer_owned_ipv_4_pool: "CustomerOwnedIpv4Pool",
1004
1021
  # })
1005
1022
  #
1006
1023
  # @example Response structure
@@ -1019,6 +1036,7 @@ module Aws::ElasticLoadBalancingV2
1019
1036
  # resp.load_balancers[0].availability_zones #=> Array
1020
1037
  # resp.load_balancers[0].availability_zones[0].zone_name #=> String
1021
1038
  # resp.load_balancers[0].availability_zones[0].subnet_id #=> String
1039
+ # resp.load_balancers[0].availability_zones[0].outpost_id #=> String
1022
1040
  # resp.load_balancers[0].availability_zones[0].load_balancer_addresses #=> Array
1023
1041
  # resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].ip_address #=> String
1024
1042
  # resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].allocation_id #=> String
@@ -1026,6 +1044,7 @@ module Aws::ElasticLoadBalancingV2
1026
1044
  # resp.load_balancers[0].security_groups #=> Array
1027
1045
  # resp.load_balancers[0].security_groups[0] #=> String
1028
1046
  # resp.load_balancers[0].ip_address_type #=> String, one of "ipv4", "dualstack"
1047
+ # resp.load_balancers[0].customer_owned_ipv_4_pool #=> String
1029
1048
  #
1030
1049
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateLoadBalancer AWS API Documentation
1031
1050
  #
@@ -2122,6 +2141,7 @@ module Aws::ElasticLoadBalancingV2
2122
2141
  # resp.load_balancers[0].availability_zones #=> Array
2123
2142
  # resp.load_balancers[0].availability_zones[0].zone_name #=> String
2124
2143
  # resp.load_balancers[0].availability_zones[0].subnet_id #=> String
2144
+ # resp.load_balancers[0].availability_zones[0].outpost_id #=> String
2125
2145
  # resp.load_balancers[0].availability_zones[0].load_balancer_addresses #=> Array
2126
2146
  # resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].ip_address #=> String
2127
2147
  # resp.load_balancers[0].availability_zones[0].load_balancer_addresses[0].allocation_id #=> String
@@ -2129,6 +2149,7 @@ module Aws::ElasticLoadBalancingV2
2129
2149
  # resp.load_balancers[0].security_groups #=> Array
2130
2150
  # resp.load_balancers[0].security_groups[0] #=> String
2131
2151
  # resp.load_balancers[0].ip_address_type #=> String, one of "ipv4", "dualstack"
2152
+ # resp.load_balancers[0].customer_owned_ipv_4_pool #=> String
2132
2153
  # resp.next_marker #=> String
2133
2154
  #
2134
2155
  #
@@ -4264,6 +4285,7 @@ module Aws::ElasticLoadBalancingV2
4264
4285
  # resp.availability_zones #=> Array
4265
4286
  # resp.availability_zones[0].zone_name #=> String
4266
4287
  # resp.availability_zones[0].subnet_id #=> String
4288
+ # resp.availability_zones[0].outpost_id #=> String
4267
4289
  # resp.availability_zones[0].load_balancer_addresses #=> Array
4268
4290
  # resp.availability_zones[0].load_balancer_addresses[0].ip_address #=> String
4269
4291
  # resp.availability_zones[0].load_balancer_addresses[0].allocation_id #=> String
@@ -4291,7 +4313,7 @@ module Aws::ElasticLoadBalancingV2
4291
4313
  params: params,
4292
4314
  config: config)
4293
4315
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
4294
- context[:gem_version] = '1.49.0'
4316
+ context[:gem_version] = '1.50.0'
4295
4317
  Seahorse::Client::Request.new(handlers, context)
4296
4318
  end
4297
4319
 
@@ -74,6 +74,7 @@ module Aws::ElasticLoadBalancingV2
74
74
  CreateTargetGroupInput = Shapes::StructureShape.new(name: 'CreateTargetGroupInput')
75
75
  CreateTargetGroupOutput = Shapes::StructureShape.new(name: 'CreateTargetGroupOutput')
76
76
  CreatedTime = Shapes::TimestampShape.new(name: 'CreatedTime')
77
+ CustomerOwnedIpv4Pool = Shapes::StringShape.new(name: 'CustomerOwnedIpv4Pool')
77
78
  DNSName = Shapes::StringShape.new(name: 'DNSName')
78
79
  Default = Shapes::BooleanShape.new(name: 'Default')
79
80
  DeleteListenerInput = Shapes::StructureShape.new(name: 'DeleteListenerInput')
@@ -179,6 +180,7 @@ module Aws::ElasticLoadBalancingV2
179
180
  ModifyTargetGroupOutput = Shapes::StructureShape.new(name: 'ModifyTargetGroupOutput')
180
181
  Name = Shapes::StringShape.new(name: 'Name')
181
182
  OperationNotPermittedException = Shapes::StructureShape.new(name: 'OperationNotPermittedException')
183
+ OutpostId = Shapes::StringShape.new(name: 'OutpostId')
182
184
  PageSize = Shapes::IntegerShape.new(name: 'PageSize')
183
185
  Path = Shapes::StringShape.new(name: 'Path')
184
186
  PathPatternConditionConfig = Shapes::StructureShape.new(name: 'PathPatternConditionConfig')
@@ -352,6 +354,7 @@ module Aws::ElasticLoadBalancingV2
352
354
 
353
355
  AvailabilityZone.add_member(:zone_name, Shapes::ShapeRef.new(shape: ZoneName, location_name: "ZoneName"))
354
356
  AvailabilityZone.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
357
+ AvailabilityZone.add_member(:outpost_id, Shapes::ShapeRef.new(shape: OutpostId, location_name: "OutpostId"))
355
358
  AvailabilityZone.add_member(:load_balancer_addresses, Shapes::ShapeRef.new(shape: LoadBalancerAddresses, location_name: "LoadBalancerAddresses"))
356
359
  AvailabilityZone.struct_class = Types::AvailabilityZone
357
360
 
@@ -393,6 +396,7 @@ module Aws::ElasticLoadBalancingV2
393
396
  CreateLoadBalancerInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
394
397
  CreateLoadBalancerInput.add_member(:type, Shapes::ShapeRef.new(shape: LoadBalancerTypeEnum, location_name: "Type"))
395
398
  CreateLoadBalancerInput.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
399
+ CreateLoadBalancerInput.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CustomerOwnedIpv4Pool, location_name: "CustomerOwnedIpv4Pool"))
396
400
  CreateLoadBalancerInput.struct_class = Types::CreateLoadBalancerInput
397
401
 
398
402
  CreateLoadBalancerOutput.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "LoadBalancers"))
@@ -623,6 +627,7 @@ module Aws::ElasticLoadBalancingV2
623
627
  LoadBalancer.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
624
628
  LoadBalancer.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "SecurityGroups"))
625
629
  LoadBalancer.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
630
+ LoadBalancer.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CustomerOwnedIpv4Pool, location_name: "CustomerOwnedIpv4Pool"))
626
631
  LoadBalancer.struct_class = Types::LoadBalancer
627
632
 
628
633
  LoadBalancerAddress.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddress, location_name: "IpAddress"))
@@ -438,6 +438,10 @@ module Aws::ElasticLoadBalancingV2
438
438
  # Zone.
439
439
  # @return [String]
440
440
  #
441
+ # @!attribute [rw] outpost_id
442
+ # \[Application Load Balancers on Outposts\] The ID of the Outpost.
443
+ # @return [String]
444
+ #
441
445
  # @!attribute [rw] load_balancer_addresses
442
446
  # \[Network Load Balancers\] If you need static IP addresses for your
443
447
  # load balancer, you can specify one Elastic IP address per
@@ -451,6 +455,7 @@ module Aws::ElasticLoadBalancingV2
451
455
  class AvailabilityZone < Struct.new(
452
456
  :zone_name,
453
457
  :subnet_id,
458
+ :outpost_id,
454
459
  :load_balancer_addresses)
455
460
  SENSITIVE = []
456
461
  include Aws::Structure
@@ -748,6 +753,7 @@ module Aws::ElasticLoadBalancingV2
748
753
  # ],
749
754
  # type: "application", # accepts application, network
750
755
  # ip_address_type: "ipv4", # accepts ipv4, dualstack
756
+ # customer_owned_ipv_4_pool: "CustomerOwnedIpv4Pool",
751
757
  # }
752
758
  #
753
759
  # @!attribute [rw] name
@@ -767,6 +773,12 @@ module Aws::ElasticLoadBalancingV2
767
773
  # \[Application Load Balancers\] You must specify subnets from at
768
774
  # least two Availability Zones.
769
775
  #
776
+ # \[Application Load Balancers on Outposts\] You must specify one
777
+ # Outpost subnet.
778
+ #
779
+ # \[Application Load Balancers on Local Zones\] You can specify
780
+ # subnets from one or more Local Zones.
781
+ #
770
782
  # \[Network Load Balancers\] You can specify subnets from one or more
771
783
  # Availability Zones.
772
784
  # @return [Array<String>]
@@ -780,6 +792,12 @@ module Aws::ElasticLoadBalancingV2
780
792
  # least two Availability Zones. You cannot specify Elastic IP
781
793
  # addresses for your subnets.
782
794
  #
795
+ # \[Application Load Balancers on Outposts\] You must specify one
796
+ # Outpost subnet.
797
+ #
798
+ # \[Application Load Balancers on Local Zones\] You can specify
799
+ # subnets from one or more Local Zones.
800
+ #
783
801
  # \[Network Load Balancers\] You can specify subnets from one or more
784
802
  # Availability Zones. You can specify one Elastic IP address per
785
803
  # subnet if you need static IP addresses for your internet-facing load
@@ -823,6 +841,11 @@ module Aws::ElasticLoadBalancingV2
823
841
  # Internal load balancers must use `ipv4`.
824
842
  # @return [String]
825
843
  #
844
+ # @!attribute [rw] customer_owned_ipv_4_pool
845
+ # \[Application Load Balancers on Outposts\] The ID of the
846
+ # customer-owned address pool (CoIP pool).
847
+ # @return [String]
848
+ #
826
849
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/CreateLoadBalancerInput AWS API Documentation
827
850
  #
828
851
  class CreateLoadBalancerInput < Struct.new(
@@ -833,7 +856,8 @@ module Aws::ElasticLoadBalancingV2
833
856
  :scheme,
834
857
  :tags,
835
858
  :type,
836
- :ip_address_type)
859
+ :ip_address_type,
860
+ :customer_owned_ipv_4_pool)
837
861
  SENSITIVE = []
838
862
  include Aws::Structure
839
863
  end
@@ -2229,7 +2253,7 @@ module Aws::ElasticLoadBalancingV2
2229
2253
  # @return [String]
2230
2254
  #
2231
2255
  # @!attribute [rw] availability_zones
2232
- # The Availability Zones for the load balancer.
2256
+ # The subnets for the load balancer.
2233
2257
  # @return [Array<Types::AvailabilityZone>]
2234
2258
  #
2235
2259
  # @!attribute [rw] security_groups
@@ -2242,6 +2266,11 @@ module Aws::ElasticLoadBalancingV2
2242
2266
  # (for IPv4 and IPv6 addresses).
2243
2267
  # @return [String]
2244
2268
  #
2269
+ # @!attribute [rw] customer_owned_ipv_4_pool
2270
+ # \[Application Load Balancers on Outposts\] The ID of the
2271
+ # customer-owned address pool.
2272
+ # @return [String]
2273
+ #
2245
2274
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/LoadBalancer AWS API Documentation
2246
2275
  #
2247
2276
  class LoadBalancer < Struct.new(
@@ -2256,7 +2285,8 @@ module Aws::ElasticLoadBalancingV2
2256
2285
  :type,
2257
2286
  :availability_zones,
2258
2287
  :security_groups,
2259
- :ip_address_type)
2288
+ :ip_address_type,
2289
+ :customer_owned_ipv_4_pool)
2260
2290
  SENSITIVE = []
2261
2291
  include Aws::Structure
2262
2292
  end
@@ -3661,7 +3691,7 @@ module Aws::ElasticLoadBalancingV2
3661
3691
  end
3662
3692
 
3663
3693
  # @!attribute [rw] availability_zones
3664
- # Information about the subnet and Availability Zone.
3694
+ # Information about the subnets.
3665
3695
  # @return [Array<Types::AvailabilityZone>]
3666
3696
  #
3667
3697
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SetSubnetsOutput AWS API Documentation
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.49.0
4
+ version: 1.50.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-08-25 00:00:00.000000000 Z
11
+ date: 2020-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core