aws-sdk-ec2 1.185.0 → 1.186.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: 63f95ae0213d0f4f5b2863e5d8ab26088b57ebdcb90822de26fb07f31bbaee5e
4
- data.tar.gz: 529571a52f01e96b63ec503b07d45500cdb632a1c7865a46b189cb22b68892da
3
+ metadata.gz: c087cc21cc05aa1550218ee95a65d3733371313cfd317396853d4ad1f5a1c649
4
+ data.tar.gz: c9aa30129a056bb87d295a15242151f6f22fa0ae07f6b9db13263889b3507247
5
5
  SHA512:
6
- metadata.gz: 1c723c6f37e2a6fc344c0aa88fd84b4c6f1d19ab21da4bc38412f7a1efe8503f1763d426eb71effe40b95ee3b74433e2ccf211f208597d0fec2c969b4b8bf236
7
- data.tar.gz: b61cd5a797bb48b6c65f749aa83db52fff28e1b16a77a780fe09793630b33b2dedf52816f9b67d05f2498a52781c5f173c518a3ef3b932d2b012a60b6ed37236
6
+ metadata.gz: 7625dfb04e5dafdbf468285b443f9743bfb2fdfcba71960addb6c325580caeb9fb0c100bb898e7fd588b64dc1ce49151f4085319cc3a0f21ba09328a35bea9d2
7
+ data.tar.gz: 88e85407babdaa3fe27ef3bbea0f23cfedcf7d2f89a31dea6687c0660ef0d3d9712dd438dbd99b2e97a558a977c70af9781353313ad3302efc65e41e2d874050
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-ec2/customizations'
71
71
  # @service
72
72
  module Aws::EC2
73
73
 
74
- GEM_VERSION = '1.185.0'
74
+ GEM_VERSION = '1.186.0'
75
75
 
76
76
  end
@@ -9737,15 +9737,15 @@ module Aws::EC2
9737
9737
  end
9738
9738
 
9739
9739
  # Creates a VPN connection between an existing virtual private gateway
9740
- # and a VPN customer gateway. The supported connection type is
9741
- # `ipsec.1`.
9740
+ # or transit gateway and a customer gateway. The supported connection
9741
+ # type is `ipsec.1`.
9742
9742
  #
9743
9743
  # The response includes information that you need to give to your
9744
9744
  # network administrator to configure your customer gateway.
9745
9745
  #
9746
9746
  # We strongly recommend that you use HTTPS when calling this operation
9747
9747
  # because the response contains sensitive cryptographic information for
9748
- # configuring your customer gateway.
9748
+ # configuring your customer gateway device.
9749
9749
  #
9750
9750
  # If you decide to shut down your VPN connection for any reason and
9751
9751
  # later create a new VPN connection, you must reconfigure your customer
@@ -9802,9 +9802,11 @@ module Aws::EC2
9802
9802
  # options: {
9803
9803
  # enable_acceleration: false,
9804
9804
  # static_routes_only: false,
9805
+ # tunnel_inside_ip_version: "ipv4", # accepts ipv4, ipv6
9805
9806
  # tunnel_options: [
9806
9807
  # {
9807
9808
  # tunnel_inside_cidr: "String",
9809
+ # tunnel_inside_ipv_6_cidr: "String",
9808
9810
  # pre_shared_key: "String",
9809
9811
  # phase_1_lifetime_seconds: 1,
9810
9812
  # phase_2_lifetime_seconds: 1,
@@ -9875,9 +9877,11 @@ module Aws::EC2
9875
9877
  # resp.vpn_connection.transit_gateway_id #=> String
9876
9878
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
9877
9879
  # resp.vpn_connection.options.static_routes_only #=> Boolean
9880
+ # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
9878
9881
  # resp.vpn_connection.options.tunnel_options #=> Array
9879
9882
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
9880
9883
  # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
9884
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_ipv_6_cidr #=> String
9881
9885
  # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
9882
9886
  # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
9883
9887
  # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
@@ -25790,9 +25794,11 @@ module Aws::EC2
25790
25794
  # resp.vpn_connections[0].transit_gateway_id #=> String
25791
25795
  # resp.vpn_connections[0].options.enable_acceleration #=> Boolean
25792
25796
  # resp.vpn_connections[0].options.static_routes_only #=> Boolean
25797
+ # resp.vpn_connections[0].options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
25793
25798
  # resp.vpn_connections[0].options.tunnel_options #=> Array
25794
25799
  # resp.vpn_connections[0].options.tunnel_options[0].outside_ip_address #=> String
25795
25800
  # resp.vpn_connections[0].options.tunnel_options[0].tunnel_inside_cidr #=> String
25801
+ # resp.vpn_connections[0].options.tunnel_options[0].tunnel_inside_ipv_6_cidr #=> String
25796
25802
  # resp.vpn_connections[0].options.tunnel_options[0].pre_shared_key #=> String
25797
25803
  # resp.vpn_connections[0].options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
25798
25804
  # resp.vpn_connections[0].options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
@@ -32662,9 +32668,11 @@ module Aws::EC2
32662
32668
  # resp.vpn_connection.transit_gateway_id #=> String
32663
32669
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
32664
32670
  # resp.vpn_connection.options.static_routes_only #=> Boolean
32671
+ # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
32665
32672
  # resp.vpn_connection.options.tunnel_options #=> Array
32666
32673
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
32667
32674
  # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
32675
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_ipv_6_cidr #=> String
32668
32676
  # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
32669
32677
  # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
32670
32678
  # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
@@ -32748,9 +32756,11 @@ module Aws::EC2
32748
32756
  # resp.vpn_connection.transit_gateway_id #=> String
32749
32757
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
32750
32758
  # resp.vpn_connection.options.static_routes_only #=> Boolean
32759
+ # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
32751
32760
  # resp.vpn_connection.options.tunnel_options #=> Array
32752
32761
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
32753
32762
  # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
32763
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_ipv_6_cidr #=> String
32754
32764
  # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
32755
32765
  # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
32756
32766
  # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
@@ -32833,6 +32843,7 @@ module Aws::EC2
32833
32843
  # vpn_tunnel_outside_ip_address: "String", # required
32834
32844
  # tunnel_options: { # required
32835
32845
  # tunnel_inside_cidr: "String",
32846
+ # tunnel_inside_ipv_6_cidr: "String",
32836
32847
  # pre_shared_key: "String",
32837
32848
  # phase_1_lifetime_seconds: 1,
32838
32849
  # phase_2_lifetime_seconds: 1,
@@ -32891,9 +32902,11 @@ module Aws::EC2
32891
32902
  # resp.vpn_connection.transit_gateway_id #=> String
32892
32903
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
32893
32904
  # resp.vpn_connection.options.static_routes_only #=> Boolean
32905
+ # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
32894
32906
  # resp.vpn_connection.options.tunnel_options #=> Array
32895
32907
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
32896
32908
  # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
32909
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_ipv_6_cidr #=> String
32897
32910
  # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
32898
32911
  # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
32899
32912
  # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
@@ -38171,7 +38184,7 @@ module Aws::EC2
38171
38184
  params: params,
38172
38185
  config: config)
38173
38186
  context[:gem_name] = 'aws-sdk-ec2'
38174
- context[:gem_version] = '1.185.0'
38187
+ context[:gem_version] = '1.186.0'
38175
38188
  Seahorse::Client::Request.new(handlers, context)
38176
38189
  end
38177
38190
 
@@ -1944,6 +1944,7 @@ module Aws::EC2
1944
1944
  TransitGatewayVpcAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayVpcAttachmentList')
1945
1945
  TransitGatewayVpcAttachmentOptions = Shapes::StructureShape.new(name: 'TransitGatewayVpcAttachmentOptions')
1946
1946
  TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
1947
+ TunnelInsideIpVersion = Shapes::StringShape.new(name: 'TunnelInsideIpVersion')
1947
1948
  TunnelOption = Shapes::StructureShape.new(name: 'TunnelOption')
1948
1949
  TunnelOptionsList = Shapes::ListShape.new(name: 'TunnelOptionsList')
1949
1950
  UnassignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesRequest')
@@ -7585,6 +7586,7 @@ module Aws::EC2
7585
7586
  ModifyVpnTunnelOptionsResult.struct_class = Types::ModifyVpnTunnelOptionsResult
7586
7587
 
7587
7588
  ModifyVpnTunnelOptionsSpecification.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "TunnelInsideCidr"))
7589
+ ModifyVpnTunnelOptionsSpecification.add_member(:tunnel_inside_ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "TunnelInsideIpv6Cidr"))
7588
7590
  ModifyVpnTunnelOptionsSpecification.add_member(:pre_shared_key, Shapes::ShapeRef.new(shape: String, location_name: "PreSharedKey"))
7589
7591
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase1LifetimeSeconds"))
7590
7592
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase2LifetimeSeconds"))
@@ -9650,6 +9652,7 @@ module Aws::EC2
9650
9652
 
9651
9653
  TunnelOption.add_member(:outside_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "outsideIpAddress"))
9652
9654
  TunnelOption.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "tunnelInsideCidr"))
9655
+ TunnelOption.add_member(:tunnel_inside_ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "tunnelInsideIpv6Cidr"))
9653
9656
  TunnelOption.add_member(:pre_shared_key, Shapes::ShapeRef.new(shape: String, location_name: "preSharedKey"))
9654
9657
  TunnelOption.add_member(:phase_1_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "phase1LifetimeSeconds"))
9655
9658
  TunnelOption.add_member(:phase_2_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "phase2LifetimeSeconds"))
@@ -10025,11 +10028,13 @@ module Aws::EC2
10025
10028
 
10026
10029
  VpnConnectionOptions.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableAcceleration"))
10027
10030
  VpnConnectionOptions.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
10031
+ VpnConnectionOptions.add_member(:tunnel_inside_ip_version, Shapes::ShapeRef.new(shape: TunnelInsideIpVersion, location_name: "tunnelInsideIpVersion"))
10028
10032
  VpnConnectionOptions.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "tunnelOptionSet"))
10029
10033
  VpnConnectionOptions.struct_class = Types::VpnConnectionOptions
10030
10034
 
10031
10035
  VpnConnectionOptionsSpecification.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableAcceleration"))
10032
10036
  VpnConnectionOptionsSpecification.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
10037
+ VpnConnectionOptionsSpecification.add_member(:tunnel_inside_ip_version, Shapes::ShapeRef.new(shape: TunnelInsideIpVersion, location_name: "TunnelInsideIpVersion"))
10033
10038
  VpnConnectionOptionsSpecification.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecificationsList, location_name: "TunnelOptions"))
10034
10039
  VpnConnectionOptionsSpecification.struct_class = Types::VpnConnectionOptionsSpecification
10035
10040
 
@@ -10054,6 +10059,7 @@ module Aws::EC2
10054
10059
  VpnStaticRouteList.member = Shapes::ShapeRef.new(shape: VpnStaticRoute, location_name: "item")
10055
10060
 
10056
10061
  VpnTunnelOptionsSpecification.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "TunnelInsideCidr"))
10062
+ VpnTunnelOptionsSpecification.add_member(:tunnel_inside_ipv_6_cidr, Shapes::ShapeRef.new(shape: String, location_name: "TunnelInsideIpv6Cidr"))
10057
10063
  VpnTunnelOptionsSpecification.add_member(:pre_shared_key, Shapes::ShapeRef.new(shape: String, location_name: "PreSharedKey"))
10058
10064
  VpnTunnelOptionsSpecification.add_member(:phase_1_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase1LifetimeSeconds"))
10059
10065
  VpnTunnelOptionsSpecification.add_member(:phase_2_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase2LifetimeSeconds"))
@@ -9854,9 +9854,11 @@ module Aws::EC2
9854
9854
  # options: {
9855
9855
  # enable_acceleration: false,
9856
9856
  # static_routes_only: false,
9857
+ # tunnel_inside_ip_version: "ipv4", # accepts ipv4, ipv6
9857
9858
  # tunnel_options: [
9858
9859
  # {
9859
9860
  # tunnel_inside_cidr: "String",
9861
+ # tunnel_inside_ipv_6_cidr: "String",
9860
9862
  # pre_shared_key: "String",
9861
9863
  # phase_1_lifetime_seconds: 1,
9862
9864
  # phase_2_lifetime_seconds: 1,
@@ -36886,6 +36888,7 @@ module Aws::EC2
36886
36888
  # vpn_tunnel_outside_ip_address: "String", # required
36887
36889
  # tunnel_options: { # required
36888
36890
  # tunnel_inside_cidr: "String",
36891
+ # tunnel_inside_ipv_6_cidr: "String",
36889
36892
  # pre_shared_key: "String",
36890
36893
  # phase_1_lifetime_seconds: 1,
36891
36894
  # phase_2_lifetime_seconds: 1,
@@ -36981,6 +36984,7 @@ module Aws::EC2
36981
36984
  #
36982
36985
  # {
36983
36986
  # tunnel_inside_cidr: "String",
36987
+ # tunnel_inside_ipv_6_cidr: "String",
36984
36988
  # pre_shared_key: "String",
36985
36989
  # phase_1_lifetime_seconds: 1,
36986
36990
  # phase_2_lifetime_seconds: 1,
@@ -37026,9 +37030,9 @@ module Aws::EC2
37026
37030
  # }
37027
37031
  #
37028
37032
  # @!attribute [rw] tunnel_inside_cidr
37029
- # The range of inside IP addresses for the tunnel. Any specified CIDR
37030
- # blocks must be unique across all VPN connections that use the same
37031
- # virtual private gateway.
37033
+ # The range of inside IPv4 addresses for the tunnel. Any specified
37034
+ # CIDR blocks must be unique across all VPN connections that use the
37035
+ # same virtual private gateway.
37032
37036
  #
37033
37037
  # Constraints: A size /30 CIDR block from the `169.254.0.0/16` range.
37034
37038
  # The following CIDR blocks are reserved and cannot be used:
@@ -37048,6 +37052,14 @@ module Aws::EC2
37048
37052
  # * `169.254.169.252/30`
37049
37053
  # @return [String]
37050
37054
  #
37055
+ # @!attribute [rw] tunnel_inside_ipv_6_cidr
37056
+ # The range of inside IPv6 addresses for the tunnel. Any specified
37057
+ # CIDR blocks must be unique across all VPN connections that use the
37058
+ # same transit gateway.
37059
+ #
37060
+ # Constraints: A size /126 CIDR block from the local `fd00::/8` range.
37061
+ # @return [String]
37062
+ #
37051
37063
  # @!attribute [rw] pre_shared_key
37052
37064
  # The pre-shared key (PSK) to establish initial authentication between
37053
37065
  # the virtual private gateway and the customer gateway.
@@ -37115,36 +37127,38 @@ module Aws::EC2
37115
37127
  # One or more encryption algorithms that are permitted for the VPN
37116
37128
  # tunnel for phase 1 IKE negotiations.
37117
37129
  #
37118
- # Valid values: `AES128` \| `AES256`
37130
+ # Valid values: `AES128` \| `AES256` \| `AES128-GCM-16` \|
37131
+ # `AES256-GCM-16`
37119
37132
  # @return [Array<Types::Phase1EncryptionAlgorithmsRequestListValue>]
37120
37133
  #
37121
37134
  # @!attribute [rw] phase_2_encryption_algorithms
37122
37135
  # One or more encryption algorithms that are permitted for the VPN
37123
37136
  # tunnel for phase 2 IKE negotiations.
37124
37137
  #
37125
- # Valid values: `AES128` \| `AES256`
37138
+ # Valid values: `AES128` \| `AES256` \| `AES128-GCM-16` \|
37139
+ # `AES256-GCM-16`
37126
37140
  # @return [Array<Types::Phase2EncryptionAlgorithmsRequestListValue>]
37127
37141
  #
37128
37142
  # @!attribute [rw] phase_1_integrity_algorithms
37129
37143
  # One or more integrity algorithms that are permitted for the VPN
37130
37144
  # tunnel for phase 1 IKE negotiations.
37131
37145
  #
37132
- # Valid values: `SHA1` \| `SHA2-256`
37146
+ # Valid values: `SHA1` \| `SHA2-256` \| `SHA2-384` \| `SHA2-512`
37133
37147
  # @return [Array<Types::Phase1IntegrityAlgorithmsRequestListValue>]
37134
37148
  #
37135
37149
  # @!attribute [rw] phase_2_integrity_algorithms
37136
37150
  # One or more integrity algorithms that are permitted for the VPN
37137
37151
  # tunnel for phase 2 IKE negotiations.
37138
37152
  #
37139
- # Valid values: `SHA1` \| `SHA2-256`
37153
+ # Valid values: `SHA1` \| `SHA2-256` \| `SHA2-384` \| `SHA2-512`
37140
37154
  # @return [Array<Types::Phase2IntegrityAlgorithmsRequestListValue>]
37141
37155
  #
37142
37156
  # @!attribute [rw] phase_1_dh_group_numbers
37143
37157
  # One or more Diffie-Hellman group numbers that are permitted for the
37144
37158
  # VPN tunnel for phase 1 IKE negotiations.
37145
37159
  #
37146
- # Valid values: `2` \| `14` \| `15` \| `16` \| `17` \| `18` \| `22` \|
37147
- # `23` \| `24`
37160
+ # Valid values: `2` \| `14` \| `15` \| `16` \| `17` \| `18` \| `19` \|
37161
+ # `20` \| `21` \| `22` \| `23` \| `24`
37148
37162
  # @return [Array<Types::Phase1DHGroupNumbersRequestListValue>]
37149
37163
  #
37150
37164
  # @!attribute [rw] phase_2_dh_group_numbers
@@ -37152,7 +37166,7 @@ module Aws::EC2
37152
37166
  # VPN tunnel for phase 2 IKE negotiations.
37153
37167
  #
37154
37168
  # Valid values: `2` \| `5` \| `14` \| `15` \| `16` \| `17` \| `18` \|
37155
- # `22` \| `23` \| `24`
37169
+ # `19` \| `20` \| `21` \| `22` \| `23` \| `24`
37156
37170
  # @return [Array<Types::Phase2DHGroupNumbersRequestListValue>]
37157
37171
  #
37158
37172
  # @!attribute [rw] ike_versions
@@ -37165,6 +37179,7 @@ module Aws::EC2
37165
37179
  #
37166
37180
  class ModifyVpnTunnelOptionsSpecification < Struct.new(
37167
37181
  :tunnel_inside_cidr,
37182
+ :tunnel_inside_ipv_6_cidr,
37168
37183
  :pre_shared_key,
37169
37184
  :phase_1_lifetime_seconds,
37170
37185
  :phase_2_lifetime_seconds,
@@ -49185,7 +49200,11 @@ module Aws::EC2
49185
49200
  # @return [String]
49186
49201
  #
49187
49202
  # @!attribute [rw] tunnel_inside_cidr
49188
- # The range of inside IP addresses for the tunnel.
49203
+ # The range of inside IPv4 addresses for the tunnel.
49204
+ # @return [String]
49205
+ #
49206
+ # @!attribute [rw] tunnel_inside_ipv_6_cidr
49207
+ # The range of inside IPv6 addresses for the tunnel.
49189
49208
  # @return [String]
49190
49209
  #
49191
49210
  # @!attribute [rw] pre_shared_key
@@ -49260,6 +49279,7 @@ module Aws::EC2
49260
49279
  class TunnelOption < Struct.new(
49261
49280
  :outside_ip_address,
49262
49281
  :tunnel_inside_cidr,
49282
+ :tunnel_inside_ipv_6_cidr,
49263
49283
  :pre_shared_key,
49264
49284
  :phase_1_lifetime_seconds,
49265
49285
  :phase_2_lifetime_seconds,
@@ -50882,6 +50902,10 @@ module Aws::EC2
50882
50902
  # routes must be used for devices that don't support BGP.
50883
50903
  # @return [Boolean]
50884
50904
  #
50905
+ # @!attribute [rw] tunnel_inside_ip_version
50906
+ # Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
50907
+ # @return [String]
50908
+ #
50885
50909
  # @!attribute [rw] tunnel_options
50886
50910
  # Indicates the VPN tunnel options.
50887
50911
  # @return [Array<Types::TunnelOption>]
@@ -50891,6 +50915,7 @@ module Aws::EC2
50891
50915
  class VpnConnectionOptions < Struct.new(
50892
50916
  :enable_acceleration,
50893
50917
  :static_routes_only,
50918
+ :tunnel_inside_ip_version,
50894
50919
  :tunnel_options)
50895
50920
  SENSITIVE = []
50896
50921
  include Aws::Structure
@@ -50904,9 +50929,11 @@ module Aws::EC2
50904
50929
  # {
50905
50930
  # enable_acceleration: false,
50906
50931
  # static_routes_only: false,
50932
+ # tunnel_inside_ip_version: "ipv4", # accepts ipv4, ipv6
50907
50933
  # tunnel_options: [
50908
50934
  # {
50909
50935
  # tunnel_inside_cidr: "String",
50936
+ # tunnel_inside_ipv_6_cidr: "String",
50910
50937
  # pre_shared_key: "String",
50911
50938
  # phase_1_lifetime_seconds: 1,
50912
50939
  # phase_2_lifetime_seconds: 1,
@@ -50968,6 +50995,12 @@ module Aws::EC2
50968
50995
  # Default: `false`
50969
50996
  # @return [Boolean]
50970
50997
  #
50998
+ # @!attribute [rw] tunnel_inside_ip_version
50999
+ # Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
51000
+ #
51001
+ # Default: `ipv4`
51002
+ # @return [String]
51003
+ #
50971
51004
  # @!attribute [rw] tunnel_options
50972
51005
  # The tunnel options for the VPN connection.
50973
51006
  # @return [Array<Types::VpnTunnelOptionsSpecification>]
@@ -50977,6 +51010,7 @@ module Aws::EC2
50977
51010
  class VpnConnectionOptionsSpecification < Struct.new(
50978
51011
  :enable_acceleration,
50979
51012
  :static_routes_only,
51013
+ :tunnel_inside_ip_version,
50980
51014
  :tunnel_options)
50981
51015
  SENSITIVE = []
50982
51016
  include Aws::Structure
@@ -51060,6 +51094,7 @@ module Aws::EC2
51060
51094
  #
51061
51095
  # {
51062
51096
  # tunnel_inside_cidr: "String",
51097
+ # tunnel_inside_ipv_6_cidr: "String",
51063
51098
  # pre_shared_key: "String",
51064
51099
  # phase_1_lifetime_seconds: 1,
51065
51100
  # phase_2_lifetime_seconds: 1,
@@ -51105,9 +51140,9 @@ module Aws::EC2
51105
51140
  # }
51106
51141
  #
51107
51142
  # @!attribute [rw] tunnel_inside_cidr
51108
- # The range of inside IP addresses for the tunnel. Any specified CIDR
51109
- # blocks must be unique across all VPN connections that use the same
51110
- # virtual private gateway.
51143
+ # The range of inside IPv4 addresses for the tunnel. Any specified
51144
+ # CIDR blocks must be unique across all VPN connections that use the
51145
+ # same virtual private gateway.
51111
51146
  #
51112
51147
  # Constraints: A size /30 CIDR block from the `169.254.0.0/16` range.
51113
51148
  # The following CIDR blocks are reserved and cannot be used:
@@ -51127,6 +51162,14 @@ module Aws::EC2
51127
51162
  # * `169.254.169.252/30`
51128
51163
  # @return [String]
51129
51164
  #
51165
+ # @!attribute [rw] tunnel_inside_ipv_6_cidr
51166
+ # The range of inside IPv6 addresses for the tunnel. Any specified
51167
+ # CIDR blocks must be unique across all VPN connections that use the
51168
+ # same transit gateway.
51169
+ #
51170
+ # Constraints: A size /126 CIDR block from the local `fd00::/8` range.
51171
+ # @return [String]
51172
+ #
51130
51173
  # @!attribute [rw] pre_shared_key
51131
51174
  # The pre-shared key (PSK) to establish initial authentication between
51132
51175
  # the virtual private gateway and customer gateway.
@@ -51194,36 +51237,38 @@ module Aws::EC2
51194
51237
  # One or more encryption algorithms that are permitted for the VPN
51195
51238
  # tunnel for phase 1 IKE negotiations.
51196
51239
  #
51197
- # Valid values: `AES128` \| `AES256`
51240
+ # Valid values: `AES128` \| `AES256` \| `AES128-GCM-16` \|
51241
+ # `AES256-GCM-16`
51198
51242
  # @return [Array<Types::Phase1EncryptionAlgorithmsRequestListValue>]
51199
51243
  #
51200
51244
  # @!attribute [rw] phase_2_encryption_algorithms
51201
51245
  # One or more encryption algorithms that are permitted for the VPN
51202
51246
  # tunnel for phase 2 IKE negotiations.
51203
51247
  #
51204
- # Valid values: `AES128` \| `AES256`
51248
+ # Valid values: `AES128` \| `AES256` \| `AES128-GCM-16` \|
51249
+ # `AES256-GCM-16`
51205
51250
  # @return [Array<Types::Phase2EncryptionAlgorithmsRequestListValue>]
51206
51251
  #
51207
51252
  # @!attribute [rw] phase_1_integrity_algorithms
51208
51253
  # One or more integrity algorithms that are permitted for the VPN
51209
51254
  # tunnel for phase 1 IKE negotiations.
51210
51255
  #
51211
- # Valid values: `SHA1` \| `SHA2-256`
51256
+ # Valid values: `SHA1` \| `SHA2-256` \| `SHA2-384` \| `SHA2-512`
51212
51257
  # @return [Array<Types::Phase1IntegrityAlgorithmsRequestListValue>]
51213
51258
  #
51214
51259
  # @!attribute [rw] phase_2_integrity_algorithms
51215
51260
  # One or more integrity algorithms that are permitted for the VPN
51216
51261
  # tunnel for phase 2 IKE negotiations.
51217
51262
  #
51218
- # Valid values: `SHA1` \| `SHA2-256`
51263
+ # Valid values: `SHA1` \| `SHA2-256` \| `SHA2-384` \| `SHA2-512`
51219
51264
  # @return [Array<Types::Phase2IntegrityAlgorithmsRequestListValue>]
51220
51265
  #
51221
51266
  # @!attribute [rw] phase_1_dh_group_numbers
51222
51267
  # One or more Diffie-Hellman group numbers that are permitted for the
51223
51268
  # VPN tunnel for phase 1 IKE negotiations.
51224
51269
  #
51225
- # Valid values: `2` \| `14` \| `15` \| `16` \| `17` \| `18` \| `22` \|
51226
- # `23` \| `24`
51270
+ # Valid values: `2` \| `14` \| `15` \| `16` \| `17` \| `18` \| `19` \|
51271
+ # `20` \| `21` \| `22` \| `23` \| `24`
51227
51272
  # @return [Array<Types::Phase1DHGroupNumbersRequestListValue>]
51228
51273
  #
51229
51274
  # @!attribute [rw] phase_2_dh_group_numbers
@@ -51231,7 +51276,7 @@ module Aws::EC2
51231
51276
  # VPN tunnel for phase 2 IKE negotiations.
51232
51277
  #
51233
51278
  # Valid values: `2` \| `5` \| `14` \| `15` \| `16` \| `17` \| `18` \|
51234
- # `22` \| `23` \| `24`
51279
+ # `19` \| `20` \| `21` \| `22` \| `23` \| `24`
51235
51280
  # @return [Array<Types::Phase2DHGroupNumbersRequestListValue>]
51236
51281
  #
51237
51282
  # @!attribute [rw] ike_versions
@@ -51244,6 +51289,7 @@ module Aws::EC2
51244
51289
  #
51245
51290
  class VpnTunnelOptionsSpecification < Struct.new(
51246
51291
  :tunnel_inside_cidr,
51292
+ :tunnel_inside_ipv_6_cidr,
51247
51293
  :pre_shared_key,
51248
51294
  :phase_1_lifetime_seconds,
51249
51295
  :phase_2_lifetime_seconds,
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.185.0
4
+ version: 1.186.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-11 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4