aws-sdk-ec2 1.183.0 → 1.184.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: 6868280381866e7052385c6fa36574e1b5be36be035a25a4274000b0a953ba1d
4
- data.tar.gz: 19b88e9e0e5649abc0a75af7d6ad35123e8df8eecc295ff28d6dfb2eb2ffddce
3
+ metadata.gz: 66a0c0ebc25f593006eb416244d9d627e25369aec3e492ceebea10c928d59bfc
4
+ data.tar.gz: ba50a8a3265035d75c8f7f136f2be14bd6b21db16a411df5e3e1221b3591467e
5
5
  SHA512:
6
- metadata.gz: 9f7a96636595e3359d88838419ebd3fb9c3be21296c84d43f11b1f3838012a9e2a752ed73aab191170e4349417eacf3a4c1e995c0fcd0d21fc10183bafe823e1
7
- data.tar.gz: 1dbd4a8acf26420ab00d63692f8a7e17745b4ffa82894dbc7eb8fbb72910be12982d0b63cd7b7c5884cc2d7dbd3942ce684e8fac984a3c239460adc0493f59fd
6
+ metadata.gz: e71057893a1a20ccd2a6d2f1ebdcbeb7ddef4c2fe5ebaf2c99821d331452a5d3b0be06e0b7e79c5a4692f208f54c2088aa5e327b39747922fe2079c470426d6f
7
+ data.tar.gz: 2f4fa637480b4b33a810cbdd176ab4d0287e79cdcecff7f72b59ca389a9162f0a3e859df57ab450a87969521d1bafd941cf02d28782acbfe7792b6e876d364bb
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-ec2/customizations'
71
71
  # @service
72
72
  module Aws::EC2
73
73
 
74
- GEM_VERSION = '1.183.0'
74
+ GEM_VERSION = '1.184.0'
75
75
 
76
76
  end
@@ -31530,20 +31530,6 @@ module Aws::EC2
31530
31530
  # @option params [required, String] :subnet_id
31531
31531
  # The ID of the subnet.
31532
31532
  #
31533
- # @option params [Types::AttributeBooleanValue] :map_customer_owned_ip_on_launch
31534
- # Specify `true` to indicate that network interfaces attached to
31535
- # instances created in the specified subnet should be assigned a
31536
- # customer-owned IPv4 address.
31537
- #
31538
- # When this value is `true`, you must specify the customer-owned IP pool
31539
- # using `CustomerOwnedIpv4Pool`.
31540
- #
31541
- # @option params [String] :customer_owned_ipv_4_pool
31542
- # The customer-owned IPv4 address pool associated with the subnet.
31543
- #
31544
- # You must set this value when you specify `true` for
31545
- # `MapCustomerOwnedIpOnLaunch`.
31546
- #
31547
31533
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
31548
31534
  #
31549
31535
  #
@@ -31569,10 +31555,6 @@ module Aws::EC2
31569
31555
  # value: false,
31570
31556
  # },
31571
31557
  # subnet_id: "SubnetId", # required
31572
- # map_customer_owned_ip_on_launch: {
31573
- # value: false,
31574
- # },
31575
- # customer_owned_ipv_4_pool: "CoipPoolId",
31576
31558
  # })
31577
31559
  #
31578
31560
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySubnetAttribute AWS API Documentation
@@ -38189,7 +38171,7 @@ module Aws::EC2
38189
38171
  params: params,
38190
38172
  config: config)
38191
38173
  context[:gem_name] = 'aws-sdk-ec2'
38192
- context[:gem_version] = '1.183.0'
38174
+ context[:gem_version] = '1.184.0'
38193
38175
  Seahorse::Client::Request.new(handlers, context)
38194
38176
  end
38195
38177
 
@@ -7417,8 +7417,6 @@ module Aws::EC2
7417
7417
  ModifySubnetAttributeRequest.add_member(:assign_ipv_6_address_on_creation, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "AssignIpv6AddressOnCreation"))
7418
7418
  ModifySubnetAttributeRequest.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapPublicIpOnLaunch"))
7419
7419
  ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
7420
- ModifySubnetAttributeRequest.add_member(:map_customer_owned_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapCustomerOwnedIpOnLaunch"))
7421
- ModifySubnetAttributeRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "CustomerOwnedIpv4Pool"))
7422
7420
  ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
7423
7421
 
7424
7422
  ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
@@ -35814,10 +35814,6 @@ module Aws::EC2
35814
35814
  # value: false,
35815
35815
  # },
35816
35816
  # subnet_id: "SubnetId", # required
35817
- # map_customer_owned_ip_on_launch: {
35818
- # value: false,
35819
- # },
35820
- # customer_owned_ipv_4_pool: "CoipPoolId",
35821
35817
  # }
35822
35818
  #
35823
35819
  # @!attribute [rw] assign_ipv_6_address_on_creation
@@ -35841,30 +35837,12 @@ module Aws::EC2
35841
35837
  # The ID of the subnet.
35842
35838
  # @return [String]
35843
35839
  #
35844
- # @!attribute [rw] map_customer_owned_ip_on_launch
35845
- # Specify `true` to indicate that network interfaces attached to
35846
- # instances created in the specified subnet should be assigned a
35847
- # customer-owned IPv4 address.
35848
- #
35849
- # When this value is `true`, you must specify the customer-owned IP
35850
- # pool using `CustomerOwnedIpv4Pool`.
35851
- # @return [Types::AttributeBooleanValue]
35852
- #
35853
- # @!attribute [rw] customer_owned_ipv_4_pool
35854
- # The customer-owned IPv4 address pool associated with the subnet.
35855
- #
35856
- # You must set this value when you specify `true` for
35857
- # `MapCustomerOwnedIpOnLaunch`.
35858
- # @return [String]
35859
- #
35860
35840
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySubnetAttributeRequest AWS API Documentation
35861
35841
  #
35862
35842
  class ModifySubnetAttributeRequest < Struct.new(
35863
35843
  :assign_ipv_6_address_on_creation,
35864
35844
  :map_public_ip_on_launch,
35865
- :subnet_id,
35866
- :map_customer_owned_ip_on_launch,
35867
- :customer_owned_ipv_4_pool)
35845
+ :subnet_id)
35868
35846
  SENSITIVE = []
35869
35847
  include Aws::Structure
35870
35848
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.183.0
4
+ version: 1.184.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-06 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4