aws-sdk-ec2 1.106.0 → 1.107.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
  SHA1:
3
- metadata.gz: d2d59e810cb3c1b0f8a1186e79e05e9cbbc259bf
4
- data.tar.gz: e4a3d4352f563e21c877ab7e8116134cec5db4f6
3
+ metadata.gz: c99a7dd7377eb1d30f7f2d522898851927cdabd3
4
+ data.tar.gz: 997794dc7ae69dc8e381a80efc1eac0edf2f4a0c
5
5
  SHA512:
6
- metadata.gz: 8f5ce3fd09e0b8988bffc38c0e3cd35e5222501d5ccc9059682976a876880a10356b03d7bc3bdeac3bf3be6b2e23771d0202be3976b1f5174b76da3425ad6183
7
- data.tar.gz: 42c6460c99c783538abe64d11bc6c0311699f717721d3a698a30bfe35f7efba2d420b9c5e66c1bdc65396096c57651f5e167b021cc6697385a45e76b294e9743
6
+ metadata.gz: d3d8482ff2cd49a37b446e29fb0b114b4f0e8116d77ede7daeeacc6ea985b64e60652724e27b5481a8d8f5d98bb020feb81e6181415130e0978b0ba666bdc5a0
7
+ data.tar.gz: 5787d48d62dd2ef94a1060389bcc5c291a886b5b9f7a71b142792b827ea397792d8dc1eb8c49657101b53431b737254f44b17311a2f88d6b10d4a102c285940f
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.106.0'
68
+ GEM_VERSION = '1.107.0'
69
69
 
70
70
  end
@@ -3633,7 +3633,7 @@ module Aws::EC2
3633
3633
  # connection. (The device on the AWS side of the VPN connection is the
3634
3634
  # virtual private gateway.) You must provide the Internet-routable IP
3635
3635
  # address of the customer gateway's external interface. The IP address
3636
- # must be static and may be behind a device performing network address
3636
+ # must be static and can be behind a device performing network address
3637
3637
  # translation (NAT).
3638
3638
  #
3639
3639
  # For devices that use Border Gateway Protocol (BGP), you can also
@@ -8459,7 +8459,7 @@ module Aws::EC2
8459
8459
  end
8460
8460
 
8461
8461
  # Creates a VPN connection between an existing virtual private gateway
8462
- # and a VPN customer gateway. The supported connection types is
8462
+ # and a VPN customer gateway. The supported connection type is
8463
8463
  # `ipsec.1`.
8464
8464
  #
8465
8465
  # The response includes information that you need to give to your
@@ -8524,6 +8524,47 @@ module Aws::EC2
8524
8524
  # {
8525
8525
  # tunnel_inside_cidr: "String",
8526
8526
  # pre_shared_key: "String",
8527
+ # phase_1_lifetime_seconds: 1,
8528
+ # phase_2_lifetime_seconds: 1,
8529
+ # rekey_margin_time_seconds: 1,
8530
+ # rekey_fuzz_percentage: 1,
8531
+ # replay_window_size: 1,
8532
+ # dpd_timeout_seconds: 1,
8533
+ # phase_1_encryption_algorithms: [
8534
+ # {
8535
+ # value: "String",
8536
+ # },
8537
+ # ],
8538
+ # phase_2_encryption_algorithms: [
8539
+ # {
8540
+ # value: "String",
8541
+ # },
8542
+ # ],
8543
+ # phase_1_integrity_algorithms: [
8544
+ # {
8545
+ # value: "String",
8546
+ # },
8547
+ # ],
8548
+ # phase_2_integrity_algorithms: [
8549
+ # {
8550
+ # value: "String",
8551
+ # },
8552
+ # ],
8553
+ # phase_1_dh_group_numbers: [
8554
+ # {
8555
+ # value: 1,
8556
+ # },
8557
+ # ],
8558
+ # phase_2_dh_group_numbers: [
8559
+ # {
8560
+ # value: 1,
8561
+ # },
8562
+ # ],
8563
+ # ike_versions: [
8564
+ # {
8565
+ # value: "String",
8566
+ # },
8567
+ # ],
8527
8568
  # },
8528
8569
  # ],
8529
8570
  # },
@@ -8540,6 +8581,30 @@ module Aws::EC2
8540
8581
  # resp.vpn_connection.vpn_gateway_id #=> String
8541
8582
  # resp.vpn_connection.transit_gateway_id #=> String
8542
8583
  # resp.vpn_connection.options.static_routes_only #=> Boolean
8584
+ # resp.vpn_connection.options.tunnel_options #=> Array
8585
+ # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
8586
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
8587
+ # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
8588
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
8589
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
8590
+ # resp.vpn_connection.options.tunnel_options[0].rekey_margin_time_seconds #=> Integer
8591
+ # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
8592
+ # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
8593
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
8594
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
8595
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
8596
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
8597
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms[0].value #=> String
8598
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms #=> Array
8599
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms[0].value #=> String
8600
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms #=> Array
8601
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms[0].value #=> String
8602
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers #=> Array
8603
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers[0].value #=> Integer
8604
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers #=> Array
8605
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
8606
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
8607
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
8543
8608
  # resp.vpn_connection.routes #=> Array
8544
8609
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
8545
8610
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -21927,6 +21992,30 @@ module Aws::EC2
21927
21992
  # resp.vpn_connections[0].vpn_gateway_id #=> String
21928
21993
  # resp.vpn_connections[0].transit_gateway_id #=> String
21929
21994
  # resp.vpn_connections[0].options.static_routes_only #=> Boolean
21995
+ # resp.vpn_connections[0].options.tunnel_options #=> Array
21996
+ # resp.vpn_connections[0].options.tunnel_options[0].outside_ip_address #=> String
21997
+ # resp.vpn_connections[0].options.tunnel_options[0].tunnel_inside_cidr #=> String
21998
+ # resp.vpn_connections[0].options.tunnel_options[0].pre_shared_key #=> String
21999
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
22000
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
22001
+ # resp.vpn_connections[0].options.tunnel_options[0].rekey_margin_time_seconds #=> Integer
22002
+ # resp.vpn_connections[0].options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
22003
+ # resp.vpn_connections[0].options.tunnel_options[0].replay_window_size #=> Integer
22004
+ # resp.vpn_connections[0].options.tunnel_options[0].dpd_timeout_seconds #=> Integer
22005
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
22006
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
22007
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
22008
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_encryption_algorithms[0].value #=> String
22009
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_integrity_algorithms #=> Array
22010
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_integrity_algorithms[0].value #=> String
22011
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_integrity_algorithms #=> Array
22012
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_integrity_algorithms[0].value #=> String
22013
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_dh_group_numbers #=> Array
22014
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_1_dh_group_numbers[0].value #=> Integer
22015
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_dh_group_numbers #=> Array
22016
+ # resp.vpn_connections[0].options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
22017
+ # resp.vpn_connections[0].options.tunnel_options[0].ike_versions #=> Array
22018
+ # resp.vpn_connections[0].options.tunnel_options[0].ike_versions[0].value #=> String
21930
22019
  # resp.vpn_connections[0].routes #=> Array
21931
22020
  # resp.vpn_connections[0].routes[0].destination_cidr_block #=> String
21932
22021
  # resp.vpn_connections[0].routes[0].source #=> String, one of "Static"
@@ -27576,7 +27665,7 @@ module Aws::EC2
27576
27665
  req.send_request(options)
27577
27666
  end
27578
27667
 
27579
- # Modifies the target gateway of a AWS Site-to-Site VPN connection. The
27668
+ # Modifies the target gateway of an AWS Site-to-Site VPN connection. The
27580
27669
  # following migration options are available:
27581
27670
  #
27582
27671
  # * An existing virtual private gateway to a new virtual private gateway
@@ -27666,6 +27755,30 @@ module Aws::EC2
27666
27755
  # resp.vpn_connection.vpn_gateway_id #=> String
27667
27756
  # resp.vpn_connection.transit_gateway_id #=> String
27668
27757
  # resp.vpn_connection.options.static_routes_only #=> Boolean
27758
+ # resp.vpn_connection.options.tunnel_options #=> Array
27759
+ # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
27760
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
27761
+ # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
27762
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
27763
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
27764
+ # resp.vpn_connection.options.tunnel_options[0].rekey_margin_time_seconds #=> Integer
27765
+ # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
27766
+ # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
27767
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
27768
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
27769
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
27770
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
27771
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms[0].value #=> String
27772
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms #=> Array
27773
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms[0].value #=> String
27774
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms #=> Array
27775
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms[0].value #=> String
27776
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers #=> Array
27777
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers[0].value #=> Integer
27778
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers #=> Array
27779
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
27780
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
27781
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
27669
27782
  # resp.vpn_connection.routes #=> Array
27670
27783
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
27671
27784
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -27727,6 +27840,30 @@ module Aws::EC2
27727
27840
  # resp.vpn_connection.vpn_gateway_id #=> String
27728
27841
  # resp.vpn_connection.transit_gateway_id #=> String
27729
27842
  # resp.vpn_connection.options.static_routes_only #=> Boolean
27843
+ # resp.vpn_connection.options.tunnel_options #=> Array
27844
+ # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
27845
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
27846
+ # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
27847
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
27848
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
27849
+ # resp.vpn_connection.options.tunnel_options[0].rekey_margin_time_seconds #=> Integer
27850
+ # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
27851
+ # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
27852
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
27853
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
27854
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
27855
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
27856
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms[0].value #=> String
27857
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms #=> Array
27858
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms[0].value #=> String
27859
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms #=> Array
27860
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms[0].value #=> String
27861
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers #=> Array
27862
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers[0].value #=> Integer
27863
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers #=> Array
27864
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
27865
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
27866
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
27730
27867
  # resp.vpn_connection.routes #=> Array
27731
27868
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
27732
27869
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -27751,6 +27888,148 @@ module Aws::EC2
27751
27888
  req.send_request(options)
27752
27889
  end
27753
27890
 
27891
+ # Modifies the options for a VPN tunnel in an AWS Site-to-Site VPN
27892
+ # connection. You can modify multiple options for a tunnel in a single
27893
+ # request, but you can only modify one tunnel at a time. For more
27894
+ # information, see [Site-to-Site VPN Tunnel Options for Your
27895
+ # Site-to-Site VPN Connection][1] in the *AWS Site-to-Site VPN User
27896
+ # Guide*.
27897
+ #
27898
+ #
27899
+ #
27900
+ # [1]: https://docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html
27901
+ #
27902
+ # @option params [required, String] :vpn_connection_id
27903
+ # The ID of the AWS Site-to-Site VPN connection.
27904
+ #
27905
+ # @option params [required, String] :vpn_tunnel_outside_ip_address
27906
+ # The external IP address of the VPN tunnel.
27907
+ #
27908
+ # @option params [required, Types::ModifyVpnTunnelOptionsSpecification] :tunnel_options
27909
+ # The tunnel options to modify.
27910
+ #
27911
+ # @option params [Boolean] :dry_run
27912
+ # Checks whether you have the required permissions for the action,
27913
+ # without actually making the request, and provides an error response.
27914
+ # If you have the required permissions, the error response is
27915
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
27916
+ #
27917
+ # @return [Types::ModifyVpnTunnelOptionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
27918
+ #
27919
+ # * {Types::ModifyVpnTunnelOptionsResult#vpn_connection #vpn_connection} => Types::VpnConnection
27920
+ #
27921
+ # @example Request syntax with placeholder values
27922
+ #
27923
+ # resp = client.modify_vpn_tunnel_options({
27924
+ # vpn_connection_id: "String", # required
27925
+ # vpn_tunnel_outside_ip_address: "String", # required
27926
+ # tunnel_options: { # required
27927
+ # tunnel_inside_cidr: "String",
27928
+ # pre_shared_key: "String",
27929
+ # phase_1_lifetime_seconds: 1,
27930
+ # phase_2_lifetime_seconds: 1,
27931
+ # rekey_margin_time_seconds: 1,
27932
+ # rekey_fuzz_percentage: 1,
27933
+ # replay_window_size: 1,
27934
+ # dpd_timeout_seconds: 1,
27935
+ # phase_1_encryption_algorithms: [
27936
+ # {
27937
+ # value: "String",
27938
+ # },
27939
+ # ],
27940
+ # phase_2_encryption_algorithms: [
27941
+ # {
27942
+ # value: "String",
27943
+ # },
27944
+ # ],
27945
+ # phase_1_integrity_algorithms: [
27946
+ # {
27947
+ # value: "String",
27948
+ # },
27949
+ # ],
27950
+ # phase_2_integrity_algorithms: [
27951
+ # {
27952
+ # value: "String",
27953
+ # },
27954
+ # ],
27955
+ # phase_1_dh_group_numbers: [
27956
+ # {
27957
+ # value: 1,
27958
+ # },
27959
+ # ],
27960
+ # phase_2_dh_group_numbers: [
27961
+ # {
27962
+ # value: 1,
27963
+ # },
27964
+ # ],
27965
+ # ike_versions: [
27966
+ # {
27967
+ # value: "String",
27968
+ # },
27969
+ # ],
27970
+ # },
27971
+ # dry_run: false,
27972
+ # })
27973
+ #
27974
+ # @example Response structure
27975
+ #
27976
+ # resp.vpn_connection.customer_gateway_configuration #=> String
27977
+ # resp.vpn_connection.customer_gateway_id #=> String
27978
+ # resp.vpn_connection.category #=> String
27979
+ # resp.vpn_connection.state #=> String, one of "pending", "available", "deleting", "deleted"
27980
+ # resp.vpn_connection.type #=> String, one of "ipsec.1"
27981
+ # resp.vpn_connection.vpn_connection_id #=> String
27982
+ # resp.vpn_connection.vpn_gateway_id #=> String
27983
+ # resp.vpn_connection.transit_gateway_id #=> String
27984
+ # resp.vpn_connection.options.static_routes_only #=> Boolean
27985
+ # resp.vpn_connection.options.tunnel_options #=> Array
27986
+ # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
27987
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
27988
+ # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
27989
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
27990
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
27991
+ # resp.vpn_connection.options.tunnel_options[0].rekey_margin_time_seconds #=> Integer
27992
+ # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
27993
+ # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
27994
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
27995
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
27996
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
27997
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
27998
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms[0].value #=> String
27999
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms #=> Array
28000
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms[0].value #=> String
28001
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms #=> Array
28002
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms[0].value #=> String
28003
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers #=> Array
28004
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers[0].value #=> Integer
28005
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers #=> Array
28006
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
28007
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
28008
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
28009
+ # resp.vpn_connection.routes #=> Array
28010
+ # resp.vpn_connection.routes[0].destination_cidr_block #=> String
28011
+ # resp.vpn_connection.routes[0].source #=> String, one of "Static"
28012
+ # resp.vpn_connection.routes[0].state #=> String, one of "pending", "available", "deleting", "deleted"
28013
+ # resp.vpn_connection.tags #=> Array
28014
+ # resp.vpn_connection.tags[0].key #=> String
28015
+ # resp.vpn_connection.tags[0].value #=> String
28016
+ # resp.vpn_connection.vgw_telemetry #=> Array
28017
+ # resp.vpn_connection.vgw_telemetry[0].accepted_route_count #=> Integer
28018
+ # resp.vpn_connection.vgw_telemetry[0].last_status_change #=> Time
28019
+ # resp.vpn_connection.vgw_telemetry[0].outside_ip_address #=> String
28020
+ # resp.vpn_connection.vgw_telemetry[0].status #=> String, one of "UP", "DOWN"
28021
+ # resp.vpn_connection.vgw_telemetry[0].status_message #=> String
28022
+ # resp.vpn_connection.vgw_telemetry[0].certificate_arn #=> String
28023
+ #
28024
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpnTunnelOptions AWS API Documentation
28025
+ #
28026
+ # @overload modify_vpn_tunnel_options(params = {})
28027
+ # @param [Hash] params ({})
28028
+ def modify_vpn_tunnel_options(params = {}, options = {})
28029
+ req = build_request(:modify_vpn_tunnel_options, params)
28030
+ req.send_request(options)
28031
+ end
28032
+
27754
28033
  # Enables detailed monitoring for a running instance. Otherwise, basic
27755
28034
  # monitoring is enabled. For more information, see [Monitoring Your
27756
28035
  # Instances and Volumes][1] in the *Amazon Elastic Compute Cloud User
@@ -32339,7 +32618,7 @@ module Aws::EC2
32339
32618
  params: params,
32340
32619
  config: config)
32341
32620
  context[:gem_name] = 'aws-sdk-ec2'
32342
- context[:gem_version] = '1.106.0'
32621
+ context[:gem_version] = '1.107.0'
32343
32622
  Seahorse::Client::Request.new(handlers, context)
32344
32623
  end
32345
32624
 
@@ -822,6 +822,10 @@ module Aws::EC2
822
822
  HostReservationSet = Shapes::ListShape.new(name: 'HostReservationSet')
823
823
  HostTenancy = Shapes::StringShape.new(name: 'HostTenancy')
824
824
  HypervisorType = Shapes::StringShape.new(name: 'HypervisorType')
825
+ IKEVersionsList = Shapes::ListShape.new(name: 'IKEVersionsList')
826
+ IKEVersionsListValue = Shapes::StructureShape.new(name: 'IKEVersionsListValue')
827
+ IKEVersionsRequestList = Shapes::ListShape.new(name: 'IKEVersionsRequestList')
828
+ IKEVersionsRequestListValue = Shapes::StructureShape.new(name: 'IKEVersionsRequestListValue')
825
829
  IamInstanceProfile = Shapes::StructureShape.new(name: 'IamInstanceProfile')
826
830
  IamInstanceProfileAssociation = Shapes::StructureShape.new(name: 'IamInstanceProfileAssociation')
827
831
  IamInstanceProfileAssociationSet = Shapes::ListShape.new(name: 'IamInstanceProfileAssociationSet')
@@ -1074,6 +1078,9 @@ module Aws::EC2
1074
1078
  ModifyVpnConnectionResult = Shapes::StructureShape.new(name: 'ModifyVpnConnectionResult')
1075
1079
  ModifyVpnTunnelCertificateRequest = Shapes::StructureShape.new(name: 'ModifyVpnTunnelCertificateRequest')
1076
1080
  ModifyVpnTunnelCertificateResult = Shapes::StructureShape.new(name: 'ModifyVpnTunnelCertificateResult')
1081
+ ModifyVpnTunnelOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpnTunnelOptionsRequest')
1082
+ ModifyVpnTunnelOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpnTunnelOptionsResult')
1083
+ ModifyVpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'ModifyVpnTunnelOptionsSpecification')
1077
1084
  MonitorInstancesRequest = Shapes::StructureShape.new(name: 'MonitorInstancesRequest')
1078
1085
  MonitorInstancesResult = Shapes::StructureShape.new(name: 'MonitorInstancesResult')
1079
1086
  Monitoring = Shapes::StructureShape.new(name: 'Monitoring')
@@ -1130,6 +1137,30 @@ module Aws::EC2
1130
1137
  PeeringConnectionOptions = Shapes::StructureShape.new(name: 'PeeringConnectionOptions')
1131
1138
  PeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'PeeringConnectionOptionsRequest')
1132
1139
  PermissionGroup = Shapes::StringShape.new(name: 'PermissionGroup')
1140
+ Phase1DHGroupNumbersList = Shapes::ListShape.new(name: 'Phase1DHGroupNumbersList')
1141
+ Phase1DHGroupNumbersListValue = Shapes::StructureShape.new(name: 'Phase1DHGroupNumbersListValue')
1142
+ Phase1DHGroupNumbersRequestList = Shapes::ListShape.new(name: 'Phase1DHGroupNumbersRequestList')
1143
+ Phase1DHGroupNumbersRequestListValue = Shapes::StructureShape.new(name: 'Phase1DHGroupNumbersRequestListValue')
1144
+ Phase1EncryptionAlgorithmsList = Shapes::ListShape.new(name: 'Phase1EncryptionAlgorithmsList')
1145
+ Phase1EncryptionAlgorithmsListValue = Shapes::StructureShape.new(name: 'Phase1EncryptionAlgorithmsListValue')
1146
+ Phase1EncryptionAlgorithmsRequestList = Shapes::ListShape.new(name: 'Phase1EncryptionAlgorithmsRequestList')
1147
+ Phase1EncryptionAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase1EncryptionAlgorithmsRequestListValue')
1148
+ Phase1IntegrityAlgorithmsList = Shapes::ListShape.new(name: 'Phase1IntegrityAlgorithmsList')
1149
+ Phase1IntegrityAlgorithmsListValue = Shapes::StructureShape.new(name: 'Phase1IntegrityAlgorithmsListValue')
1150
+ Phase1IntegrityAlgorithmsRequestList = Shapes::ListShape.new(name: 'Phase1IntegrityAlgorithmsRequestList')
1151
+ Phase1IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase1IntegrityAlgorithmsRequestListValue')
1152
+ Phase2DHGroupNumbersList = Shapes::ListShape.new(name: 'Phase2DHGroupNumbersList')
1153
+ Phase2DHGroupNumbersListValue = Shapes::StructureShape.new(name: 'Phase2DHGroupNumbersListValue')
1154
+ Phase2DHGroupNumbersRequestList = Shapes::ListShape.new(name: 'Phase2DHGroupNumbersRequestList')
1155
+ Phase2DHGroupNumbersRequestListValue = Shapes::StructureShape.new(name: 'Phase2DHGroupNumbersRequestListValue')
1156
+ Phase2EncryptionAlgorithmsList = Shapes::ListShape.new(name: 'Phase2EncryptionAlgorithmsList')
1157
+ Phase2EncryptionAlgorithmsListValue = Shapes::StructureShape.new(name: 'Phase2EncryptionAlgorithmsListValue')
1158
+ Phase2EncryptionAlgorithmsRequestList = Shapes::ListShape.new(name: 'Phase2EncryptionAlgorithmsRequestList')
1159
+ Phase2EncryptionAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2EncryptionAlgorithmsRequestListValue')
1160
+ Phase2IntegrityAlgorithmsList = Shapes::ListShape.new(name: 'Phase2IntegrityAlgorithmsList')
1161
+ Phase2IntegrityAlgorithmsListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsListValue')
1162
+ Phase2IntegrityAlgorithmsRequestList = Shapes::ListShape.new(name: 'Phase2IntegrityAlgorithmsRequestList')
1163
+ Phase2IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsRequestListValue')
1133
1164
  Placement = Shapes::StructureShape.new(name: 'Placement')
1134
1165
  PlacementGroup = Shapes::StructureShape.new(name: 'PlacementGroup')
1135
1166
  PlacementGroupList = Shapes::ListShape.new(name: 'PlacementGroupList')
@@ -1475,6 +1506,7 @@ module Aws::EC2
1475
1506
  TransitGatewayVpcAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayVpcAttachmentList')
1476
1507
  TransitGatewayVpcAttachmentOptions = Shapes::StructureShape.new(name: 'TransitGatewayVpcAttachmentOptions')
1477
1508
  TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
1509
+ TunnelOption = Shapes::StructureShape.new(name: 'TunnelOption')
1478
1510
  TunnelOptionsList = Shapes::ListShape.new(name: 'TunnelOptionsList')
1479
1511
  UnassignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesRequest')
1480
1512
  UnassignIpv6AddressesResult = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesResult')
@@ -1574,6 +1606,7 @@ module Aws::EC2
1574
1606
  VpnStaticRouteList = Shapes::ListShape.new(name: 'VpnStaticRouteList')
1575
1607
  VpnStaticRouteSource = Shapes::StringShape.new(name: 'VpnStaticRouteSource')
1576
1608
  VpnTunnelOptionsSpecification = Shapes::StructureShape.new(name: 'VpnTunnelOptionsSpecification')
1609
+ VpnTunnelOptionsSpecificationsList = Shapes::ListShape.new(name: 'VpnTunnelOptionsSpecificationsList')
1577
1610
  WithdrawByoipCidrRequest = Shapes::StructureShape.new(name: 'WithdrawByoipCidrRequest')
1578
1611
  WithdrawByoipCidrResult = Shapes::StructureShape.new(name: 'WithdrawByoipCidrResult')
1579
1612
  ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
@@ -4891,6 +4924,16 @@ module Aws::EC2
4891
4924
 
4892
4925
  HostReservationSet.member = Shapes::ShapeRef.new(shape: HostReservation, location_name: "item")
4893
4926
 
4927
+ IKEVersionsList.member = Shapes::ShapeRef.new(shape: IKEVersionsListValue, location_name: "item")
4928
+
4929
+ IKEVersionsListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
4930
+ IKEVersionsListValue.struct_class = Types::IKEVersionsListValue
4931
+
4932
+ IKEVersionsRequestList.member = Shapes::ShapeRef.new(shape: IKEVersionsRequestListValue, location_name: "item")
4933
+
4934
+ IKEVersionsRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
4935
+ IKEVersionsRequestListValue.struct_class = Types::IKEVersionsRequestListValue
4936
+
4894
4937
  IamInstanceProfile.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
4895
4938
  IamInstanceProfile.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
4896
4939
  IamInstanceProfile.struct_class = Types::IamInstanceProfile
@@ -6040,6 +6083,32 @@ module Aws::EC2
6040
6083
  ModifyVpnTunnelCertificateResult.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: VpnConnection, location_name: "vpnConnection"))
6041
6084
  ModifyVpnTunnelCertificateResult.struct_class = Types::ModifyVpnTunnelCertificateResult
6042
6085
 
6086
+ ModifyVpnTunnelOptionsRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpnConnectionId"))
6087
+ ModifyVpnTunnelOptionsRequest.add_member(:vpn_tunnel_outside_ip_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpnTunnelOutsideIpAddress"))
6088
+ ModifyVpnTunnelOptionsRequest.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: ModifyVpnTunnelOptionsSpecification, required: true, location_name: "TunnelOptions"))
6089
+ ModifyVpnTunnelOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6090
+ ModifyVpnTunnelOptionsRequest.struct_class = Types::ModifyVpnTunnelOptionsRequest
6091
+
6092
+ ModifyVpnTunnelOptionsResult.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: VpnConnection, location_name: "vpnConnection"))
6093
+ ModifyVpnTunnelOptionsResult.struct_class = Types::ModifyVpnTunnelOptionsResult
6094
+
6095
+ ModifyVpnTunnelOptionsSpecification.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "TunnelInsideCidr"))
6096
+ ModifyVpnTunnelOptionsSpecification.add_member(:pre_shared_key, Shapes::ShapeRef.new(shape: String, location_name: "PreSharedKey"))
6097
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase1LifetimeSeconds"))
6098
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase2LifetimeSeconds"))
6099
+ ModifyVpnTunnelOptionsSpecification.add_member(:rekey_margin_time_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "RekeyMarginTimeSeconds"))
6100
+ ModifyVpnTunnelOptionsSpecification.add_member(:rekey_fuzz_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "RekeyFuzzPercentage"))
6101
+ ModifyVpnTunnelOptionsSpecification.add_member(:replay_window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "ReplayWindowSize"))
6102
+ ModifyVpnTunnelOptionsSpecification.add_member(:dpd_timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DPDTimeoutSeconds"))
6103
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsRequestList, location_name: "Phase1EncryptionAlgorithm"))
6104
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsRequestList, location_name: "Phase2EncryptionAlgorithm"))
6105
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsRequestList, location_name: "Phase1IntegrityAlgorithm"))
6106
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase2IntegrityAlgorithmsRequestList, location_name: "Phase2IntegrityAlgorithm"))
6107
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersRequestList, location_name: "Phase1DHGroupNumber"))
6108
+ ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersRequestList, location_name: "Phase2DHGroupNumber"))
6109
+ ModifyVpnTunnelOptionsSpecification.add_member(:ike_versions, Shapes::ShapeRef.new(shape: IKEVersionsRequestList, location_name: "IKEVersion"))
6110
+ ModifyVpnTunnelOptionsSpecification.struct_class = Types::ModifyVpnTunnelOptionsSpecification
6111
+
6043
6112
  MonitorInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
6044
6113
  MonitorInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6045
6114
  MonitorInstancesRequest.struct_class = Types::MonitorInstancesRequest
@@ -6234,6 +6303,66 @@ module Aws::EC2
6234
6303
  PeeringConnectionOptionsRequest.add_member(:allow_egress_from_local_vpc_to_remote_classic_link, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowEgressFromLocalVpcToRemoteClassicLink"))
6235
6304
  PeeringConnectionOptionsRequest.struct_class = Types::PeeringConnectionOptionsRequest
6236
6305
 
6306
+ Phase1DHGroupNumbersList.member = Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersListValue, location_name: "item")
6307
+
6308
+ Phase1DHGroupNumbersListValue.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
6309
+ Phase1DHGroupNumbersListValue.struct_class = Types::Phase1DHGroupNumbersListValue
6310
+
6311
+ Phase1DHGroupNumbersRequestList.member = Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersRequestListValue, location_name: "item")
6312
+
6313
+ Phase1DHGroupNumbersRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "Value"))
6314
+ Phase1DHGroupNumbersRequestListValue.struct_class = Types::Phase1DHGroupNumbersRequestListValue
6315
+
6316
+ Phase1EncryptionAlgorithmsList.member = Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsListValue, location_name: "item")
6317
+
6318
+ Phase1EncryptionAlgorithmsListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
6319
+ Phase1EncryptionAlgorithmsListValue.struct_class = Types::Phase1EncryptionAlgorithmsListValue
6320
+
6321
+ Phase1EncryptionAlgorithmsRequestList.member = Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsRequestListValue, location_name: "item")
6322
+
6323
+ Phase1EncryptionAlgorithmsRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
6324
+ Phase1EncryptionAlgorithmsRequestListValue.struct_class = Types::Phase1EncryptionAlgorithmsRequestListValue
6325
+
6326
+ Phase1IntegrityAlgorithmsList.member = Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsListValue, location_name: "item")
6327
+
6328
+ Phase1IntegrityAlgorithmsListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
6329
+ Phase1IntegrityAlgorithmsListValue.struct_class = Types::Phase1IntegrityAlgorithmsListValue
6330
+
6331
+ Phase1IntegrityAlgorithmsRequestList.member = Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsRequestListValue, location_name: "item")
6332
+
6333
+ Phase1IntegrityAlgorithmsRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
6334
+ Phase1IntegrityAlgorithmsRequestListValue.struct_class = Types::Phase1IntegrityAlgorithmsRequestListValue
6335
+
6336
+ Phase2DHGroupNumbersList.member = Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersListValue, location_name: "item")
6337
+
6338
+ Phase2DHGroupNumbersListValue.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "value"))
6339
+ Phase2DHGroupNumbersListValue.struct_class = Types::Phase2DHGroupNumbersListValue
6340
+
6341
+ Phase2DHGroupNumbersRequestList.member = Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersRequestListValue, location_name: "item")
6342
+
6343
+ Phase2DHGroupNumbersRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: Integer, location_name: "Value"))
6344
+ Phase2DHGroupNumbersRequestListValue.struct_class = Types::Phase2DHGroupNumbersRequestListValue
6345
+
6346
+ Phase2EncryptionAlgorithmsList.member = Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsListValue, location_name: "item")
6347
+
6348
+ Phase2EncryptionAlgorithmsListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
6349
+ Phase2EncryptionAlgorithmsListValue.struct_class = Types::Phase2EncryptionAlgorithmsListValue
6350
+
6351
+ Phase2EncryptionAlgorithmsRequestList.member = Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsRequestListValue, location_name: "item")
6352
+
6353
+ Phase2EncryptionAlgorithmsRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
6354
+ Phase2EncryptionAlgorithmsRequestListValue.struct_class = Types::Phase2EncryptionAlgorithmsRequestListValue
6355
+
6356
+ Phase2IntegrityAlgorithmsList.member = Shapes::ShapeRef.new(shape: Phase2IntegrityAlgorithmsListValue, location_name: "item")
6357
+
6358
+ Phase2IntegrityAlgorithmsListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
6359
+ Phase2IntegrityAlgorithmsListValue.struct_class = Types::Phase2IntegrityAlgorithmsListValue
6360
+
6361
+ Phase2IntegrityAlgorithmsRequestList.member = Shapes::ShapeRef.new(shape: Phase2IntegrityAlgorithmsRequestListValue, location_name: "item")
6362
+
6363
+ Phase2IntegrityAlgorithmsRequestListValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
6364
+ Phase2IntegrityAlgorithmsRequestListValue.struct_class = Types::Phase2IntegrityAlgorithmsRequestListValue
6365
+
6237
6366
  Placement.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
6238
6367
  Placement.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "affinity"))
6239
6368
  Placement.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
@@ -7742,7 +7871,25 @@ module Aws::EC2
7742
7871
  TransitGatewayVpcAttachmentOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "ipv6Support"))
7743
7872
  TransitGatewayVpcAttachmentOptions.struct_class = Types::TransitGatewayVpcAttachmentOptions
7744
7873
 
7745
- TunnelOptionsList.member = Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecification, location_name: "item")
7874
+ TunnelOption.add_member(:outside_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "outsideIpAddress"))
7875
+ TunnelOption.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "tunnelInsideCidr"))
7876
+ TunnelOption.add_member(:pre_shared_key, Shapes::ShapeRef.new(shape: String, location_name: "preSharedKey"))
7877
+ TunnelOption.add_member(:phase_1_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "phase1LifetimeSeconds"))
7878
+ TunnelOption.add_member(:phase_2_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "phase2LifetimeSeconds"))
7879
+ TunnelOption.add_member(:rekey_margin_time_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "rekeyMarginTimeSeconds"))
7880
+ TunnelOption.add_member(:rekey_fuzz_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "rekeyFuzzPercentage"))
7881
+ TunnelOption.add_member(:replay_window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "replayWindowSize"))
7882
+ TunnelOption.add_member(:dpd_timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "dpdTimeoutSeconds"))
7883
+ TunnelOption.add_member(:phase_1_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsList, location_name: "phase1EncryptionAlgorithmSet"))
7884
+ TunnelOption.add_member(:phase_2_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsList, location_name: "phase2EncryptionAlgorithmSet"))
7885
+ TunnelOption.add_member(:phase_1_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsList, location_name: "phase1IntegrityAlgorithmSet"))
7886
+ TunnelOption.add_member(:phase_2_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase2IntegrityAlgorithmsList, location_name: "phase2IntegrityAlgorithmSet"))
7887
+ TunnelOption.add_member(:phase_1_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersList, location_name: "phase1DHGroupNumberSet"))
7888
+ TunnelOption.add_member(:phase_2_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersList, location_name: "phase2DHGroupNumberSet"))
7889
+ TunnelOption.add_member(:ike_versions, Shapes::ShapeRef.new(shape: IKEVersionsList, location_name: "ikeVersionSet"))
7890
+ TunnelOption.struct_class = Types::TunnelOption
7891
+
7892
+ TunnelOptionsList.member = Shapes::ShapeRef.new(shape: TunnelOption, location_name: "item")
7746
7893
 
7747
7894
  UnassignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, required: true, location_name: "ipv6Addresses"))
7748
7895
  UnassignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
@@ -8055,10 +8202,11 @@ module Aws::EC2
8055
8202
  VpnConnectionList.member = Shapes::ShapeRef.new(shape: VpnConnection, location_name: "item")
8056
8203
 
8057
8204
  VpnConnectionOptions.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
8205
+ VpnConnectionOptions.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "tunnelOptionSet"))
8058
8206
  VpnConnectionOptions.struct_class = Types::VpnConnectionOptions
8059
8207
 
8060
8208
  VpnConnectionOptionsSpecification.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
8061
- VpnConnectionOptionsSpecification.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "TunnelOptions"))
8209
+ VpnConnectionOptionsSpecification.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecificationsList, location_name: "TunnelOptions"))
8062
8210
  VpnConnectionOptionsSpecification.struct_class = Types::VpnConnectionOptionsSpecification
8063
8211
 
8064
8212
  VpnGateway.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -8083,8 +8231,23 @@ module Aws::EC2
8083
8231
 
8084
8232
  VpnTunnelOptionsSpecification.add_member(:tunnel_inside_cidr, Shapes::ShapeRef.new(shape: String, location_name: "TunnelInsideCidr"))
8085
8233
  VpnTunnelOptionsSpecification.add_member(:pre_shared_key, Shapes::ShapeRef.new(shape: String, location_name: "PreSharedKey"))
8234
+ VpnTunnelOptionsSpecification.add_member(:phase_1_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase1LifetimeSeconds"))
8235
+ VpnTunnelOptionsSpecification.add_member(:phase_2_lifetime_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "Phase2LifetimeSeconds"))
8236
+ VpnTunnelOptionsSpecification.add_member(:rekey_margin_time_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "RekeyMarginTimeSeconds"))
8237
+ VpnTunnelOptionsSpecification.add_member(:rekey_fuzz_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "RekeyFuzzPercentage"))
8238
+ VpnTunnelOptionsSpecification.add_member(:replay_window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "ReplayWindowSize"))
8239
+ VpnTunnelOptionsSpecification.add_member(:dpd_timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DPDTimeoutSeconds"))
8240
+ VpnTunnelOptionsSpecification.add_member(:phase_1_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsRequestList, location_name: "Phase1EncryptionAlgorithm"))
8241
+ VpnTunnelOptionsSpecification.add_member(:phase_2_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsRequestList, location_name: "Phase2EncryptionAlgorithm"))
8242
+ VpnTunnelOptionsSpecification.add_member(:phase_1_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsRequestList, location_name: "Phase1IntegrityAlgorithm"))
8243
+ VpnTunnelOptionsSpecification.add_member(:phase_2_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase2IntegrityAlgorithmsRequestList, location_name: "Phase2IntegrityAlgorithm"))
8244
+ VpnTunnelOptionsSpecification.add_member(:phase_1_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersRequestList, location_name: "Phase1DHGroupNumber"))
8245
+ VpnTunnelOptionsSpecification.add_member(:phase_2_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersRequestList, location_name: "Phase2DHGroupNumber"))
8246
+ VpnTunnelOptionsSpecification.add_member(:ike_versions, Shapes::ShapeRef.new(shape: IKEVersionsRequestList, location_name: "IKEVersion"))
8086
8247
  VpnTunnelOptionsSpecification.struct_class = Types::VpnTunnelOptionsSpecification
8087
8248
 
8249
+ VpnTunnelOptionsSpecificationsList.member = Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecification)
8250
+
8088
8251
  WithdrawByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
8089
8252
  WithdrawByoipCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8090
8253
  WithdrawByoipCidrRequest.struct_class = Types::WithdrawByoipCidrRequest
@@ -11003,6 +11166,14 @@ module Aws::EC2
11003
11166
  o.output = Shapes::ShapeRef.new(shape: ModifyVpnTunnelCertificateResult)
11004
11167
  end)
11005
11168
 
11169
+ api.add_operation(:modify_vpn_tunnel_options, Seahorse::Model::Operation.new.tap do |o|
11170
+ o.name = "ModifyVpnTunnelOptions"
11171
+ o.http_method = "POST"
11172
+ o.http_request_uri = "/"
11173
+ o.input = Shapes::ShapeRef.new(shape: ModifyVpnTunnelOptionsRequest)
11174
+ o.output = Shapes::ShapeRef.new(shape: ModifyVpnTunnelOptionsResult)
11175
+ end)
11176
+
11006
11177
  api.add_operation(:monitor_instances, Seahorse::Model::Operation.new.tap do |o|
11007
11178
  o.name = "MonitorInstances"
11008
11179
  o.http_method = "POST"