aws-sdk-ec2 1.190.0 → 1.191.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: a8591f6a129fb7c72af159363d177b3d86912183de7346d43624f5d22dc12dc4
4
- data.tar.gz: 74eee73f3332578c579b3df4b66723b5bad91b1fb196e639b5942a6e38d00a46
3
+ metadata.gz: 75f660921acbeb3fa1c586c2c3e050cf32c7a57817f5a3d7527df79e82e196d0
4
+ data.tar.gz: 7487bb70e89b111c43d1bff2685b01d51ebad50533c788c0f47587d02ce27ca8
5
5
  SHA512:
6
- metadata.gz: b5d9093f0a7dad3a83ff94ffbc7a5ed4818d8baee9c4f70a15860ffb195f8540e0d355856f31b568a64dd42bf6dc276ccb97d484b13e8b6104c3412b9bdc19c4
7
- data.tar.gz: c5f740b3b6b0c9af451170219d1e6edae20e189eaea7aa5e6f41750bac606d366df9a7b78f10e85a504317f3cca9aa846e21c65d163724766777d5533384f937
6
+ metadata.gz: 5249f77bcb7e5b4da87c555f5f44f448b970a911eb22887a01dcee99160a59894219c6dcb739ae999e9da1ab6f4537d376f6989eaac782f4f8404c594fb28d53
7
+ data.tar.gz: d7808ddffc55c6e3c610411c165ece9815e8422ff8cc1faa97e84b4a5715ca2e916a59de0eb6316c1286db998d58b9f760b1fb52502d288e9c4491759ba407bd
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-ec2/customizations'
71
71
  # @!group service
72
72
  module Aws::EC2
73
73
 
74
- GEM_VERSION = '1.190.0'
74
+ GEM_VERSION = '1.191.0'
75
75
 
76
76
  end
@@ -4045,7 +4045,7 @@ module Aws::EC2
4045
4045
  # Provides information to AWS about your VPN customer gateway device.
4046
4046
  # The customer gateway is the appliance at your end of the VPN
4047
4047
  # connection. (The device on the AWS side of the VPN connection is the
4048
- # virtual private gateway.) You must provide the Internet-routable IP
4048
+ # virtual private gateway.) You must provide the internet-routable IP
4049
4049
  # address of the customer gateway's external interface. The IP address
4050
4050
  # must be static and can be behind a device performing network address
4051
4051
  # translation (NAT).
@@ -4055,9 +4055,16 @@ module Aws::EC2
4055
4055
  # an existing ASN assigned to your network. If you don't have an ASN
4056
4056
  # already, you can use a private ASN (in the 64512 - 65534 range).
4057
4057
  #
4058
- # <note markdown="1"> Amazon EC2 supports all 2-byte ASN numbers in the range of 1 - 65534,
4059
- # with the exception of 7224, which is reserved in the `us-east-1`
4060
- # Region, and 9059, which is reserved in the `eu-west-1` Region.
4058
+ # <note markdown="1"> Amazon EC2 supports all 4-byte ASN numbers in the range of 1 -
4059
+ # 2147483647, with the exception of the following:
4060
+ #
4061
+ # * 7224 - reserved in the `us-east-1` Region
4062
+ #
4063
+ # * 9059 - reserved in the `eu-west-1` Region
4064
+ #
4065
+ # * 17943 - reserved in the `ap-southeast-1` Region
4066
+ #
4067
+ # * 10124 - reserved in the `ap-northeast-1` Region
4061
4068
  #
4062
4069
  # </note>
4063
4070
  #
@@ -9889,6 +9896,7 @@ module Aws::EC2
9889
9896
  # rekey_fuzz_percentage: 1,
9890
9897
  # replay_window_size: 1,
9891
9898
  # dpd_timeout_seconds: 1,
9899
+ # dpd_timeout_action: "String",
9892
9900
  # phase_1_encryption_algorithms: [
9893
9901
  # {
9894
9902
  # value: "String",
@@ -9924,8 +9932,13 @@ module Aws::EC2
9924
9932
  # value: "String",
9925
9933
  # },
9926
9934
  # ],
9935
+ # startup_action: "String",
9927
9936
  # },
9928
9937
  # ],
9938
+ # local_ipv_4_network_cidr: "String",
9939
+ # remote_ipv_4_network_cidr: "String",
9940
+ # local_ipv_6_network_cidr: "String",
9941
+ # remote_ipv_6_network_cidr: "String",
9929
9942
  # },
9930
9943
  # tag_specifications: [
9931
9944
  # {
@@ -9952,6 +9965,10 @@ module Aws::EC2
9952
9965
  # resp.vpn_connection.transit_gateway_id #=> String
9953
9966
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
9954
9967
  # resp.vpn_connection.options.static_routes_only #=> Boolean
9968
+ # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
9969
+ # resp.vpn_connection.options.remote_ipv_4_network_cidr #=> String
9970
+ # resp.vpn_connection.options.local_ipv_6_network_cidr #=> String
9971
+ # resp.vpn_connection.options.remote_ipv_6_network_cidr #=> String
9955
9972
  # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
9956
9973
  # resp.vpn_connection.options.tunnel_options #=> Array
9957
9974
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
@@ -9964,6 +9981,7 @@ module Aws::EC2
9964
9981
  # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
9965
9982
  # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
9966
9983
  # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
9984
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_action #=> String
9967
9985
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
9968
9986
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
9969
9987
  # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
@@ -9978,6 +9996,7 @@ module Aws::EC2
9978
9996
  # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
9979
9997
  # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
9980
9998
  # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
9999
+ # resp.vpn_connection.options.tunnel_options[0].startup_action #=> String
9981
10000
  # resp.vpn_connection.routes #=> Array
9982
10001
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
9983
10002
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -25920,6 +25939,10 @@ module Aws::EC2
25920
25939
  # resp.vpn_connections[0].transit_gateway_id #=> String
25921
25940
  # resp.vpn_connections[0].options.enable_acceleration #=> Boolean
25922
25941
  # resp.vpn_connections[0].options.static_routes_only #=> Boolean
25942
+ # resp.vpn_connections[0].options.local_ipv_4_network_cidr #=> String
25943
+ # resp.vpn_connections[0].options.remote_ipv_4_network_cidr #=> String
25944
+ # resp.vpn_connections[0].options.local_ipv_6_network_cidr #=> String
25945
+ # resp.vpn_connections[0].options.remote_ipv_6_network_cidr #=> String
25923
25946
  # resp.vpn_connections[0].options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
25924
25947
  # resp.vpn_connections[0].options.tunnel_options #=> Array
25925
25948
  # resp.vpn_connections[0].options.tunnel_options[0].outside_ip_address #=> String
@@ -25932,6 +25955,7 @@ module Aws::EC2
25932
25955
  # resp.vpn_connections[0].options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
25933
25956
  # resp.vpn_connections[0].options.tunnel_options[0].replay_window_size #=> Integer
25934
25957
  # resp.vpn_connections[0].options.tunnel_options[0].dpd_timeout_seconds #=> Integer
25958
+ # resp.vpn_connections[0].options.tunnel_options[0].dpd_timeout_action #=> String
25935
25959
  # resp.vpn_connections[0].options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
25936
25960
  # resp.vpn_connections[0].options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
25937
25961
  # resp.vpn_connections[0].options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
@@ -25946,6 +25970,7 @@ module Aws::EC2
25946
25970
  # resp.vpn_connections[0].options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
25947
25971
  # resp.vpn_connections[0].options.tunnel_options[0].ike_versions #=> Array
25948
25972
  # resp.vpn_connections[0].options.tunnel_options[0].ike_versions[0].value #=> String
25973
+ # resp.vpn_connections[0].options.tunnel_options[0].startup_action #=> String
25949
25974
  # resp.vpn_connections[0].routes #=> Array
25950
25975
  # resp.vpn_connections[0].routes[0].destination_cidr_block #=> String
25951
25976
  # resp.vpn_connections[0].routes[0].source #=> String, one of "Static"
@@ -33027,6 +33052,10 @@ module Aws::EC2
33027
33052
  # resp.vpn_connection.transit_gateway_id #=> String
33028
33053
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
33029
33054
  # resp.vpn_connection.options.static_routes_only #=> Boolean
33055
+ # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
33056
+ # resp.vpn_connection.options.remote_ipv_4_network_cidr #=> String
33057
+ # resp.vpn_connection.options.local_ipv_6_network_cidr #=> String
33058
+ # resp.vpn_connection.options.remote_ipv_6_network_cidr #=> String
33030
33059
  # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
33031
33060
  # resp.vpn_connection.options.tunnel_options #=> Array
33032
33061
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
@@ -33039,6 +33068,7 @@ module Aws::EC2
33039
33068
  # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
33040
33069
  # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
33041
33070
  # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
33071
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_action #=> String
33042
33072
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
33043
33073
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
33044
33074
  # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
@@ -33053,6 +33083,7 @@ module Aws::EC2
33053
33083
  # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
33054
33084
  # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
33055
33085
  # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
33086
+ # resp.vpn_connection.options.tunnel_options[0].startup_action #=> String
33056
33087
  # resp.vpn_connection.routes #=> Array
33057
33088
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
33058
33089
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -33077,6 +33108,128 @@ module Aws::EC2
33077
33108
  req.send_request(options)
33078
33109
  end
33079
33110
 
33111
+ # Modifies the connection options for your Site-to-Site VPN VPN
33112
+ # connection.
33113
+ #
33114
+ # When you modify the VPN connection options, the VPN endpoint IP
33115
+ # addresses on the AWS side do not change, and the tunnel options do not
33116
+ # change. Your VPN connection will be temporarily unavailable for a
33117
+ # brief period while the VPN connection is updated.
33118
+ #
33119
+ # @option params [required, String] :vpn_connection_id
33120
+ # The ID of the Site-to-Site VPN VPN connection.
33121
+ #
33122
+ # @option params [String] :local_ipv_4_network_cidr
33123
+ # The IPv4 CIDR on the customer gateway (on-premises) side of the VPN
33124
+ # connection.
33125
+ #
33126
+ # Default: `0.0.0.0/0`
33127
+ #
33128
+ # @option params [String] :remote_ipv_4_network_cidr
33129
+ # The IPv4 CIDR on the AWS side of the VPN connection.
33130
+ #
33131
+ # Default: `0.0.0.0/0`
33132
+ #
33133
+ # @option params [String] :local_ipv_6_network_cidr
33134
+ # The IPv6 CIDR on the customer gateway (on-premises) side of the VPN
33135
+ # connection.
33136
+ #
33137
+ # Default: `::/0`
33138
+ #
33139
+ # @option params [String] :remote_ipv_6_network_cidr
33140
+ # The IPv6 CIDR on the AWS side of the VPN connection.
33141
+ #
33142
+ # Default: `::/0`
33143
+ #
33144
+ # @option params [Boolean] :dry_run
33145
+ # Checks whether you have the required permissions for the action,
33146
+ # without actually making the request, and provides an error response.
33147
+ # If you have the required permissions, the error response is
33148
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
33149
+ #
33150
+ # @return [Types::ModifyVpnConnectionOptionsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
33151
+ #
33152
+ # * {Types::ModifyVpnConnectionOptionsResult#vpn_connection #vpn_connection} => Types::VpnConnection
33153
+ #
33154
+ # @example Request syntax with placeholder values
33155
+ #
33156
+ # resp = client.modify_vpn_connection_options({
33157
+ # vpn_connection_id: "VpnConnectionId", # required
33158
+ # local_ipv_4_network_cidr: "String",
33159
+ # remote_ipv_4_network_cidr: "String",
33160
+ # local_ipv_6_network_cidr: "String",
33161
+ # remote_ipv_6_network_cidr: "String",
33162
+ # dry_run: false,
33163
+ # })
33164
+ #
33165
+ # @example Response structure
33166
+ #
33167
+ # resp.vpn_connection.customer_gateway_configuration #=> String
33168
+ # resp.vpn_connection.customer_gateway_id #=> String
33169
+ # resp.vpn_connection.category #=> String
33170
+ # resp.vpn_connection.state #=> String, one of "pending", "available", "deleting", "deleted"
33171
+ # resp.vpn_connection.type #=> String, one of "ipsec.1"
33172
+ # resp.vpn_connection.vpn_connection_id #=> String
33173
+ # resp.vpn_connection.vpn_gateway_id #=> String
33174
+ # resp.vpn_connection.transit_gateway_id #=> String
33175
+ # resp.vpn_connection.options.enable_acceleration #=> Boolean
33176
+ # resp.vpn_connection.options.static_routes_only #=> Boolean
33177
+ # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
33178
+ # resp.vpn_connection.options.remote_ipv_4_network_cidr #=> String
33179
+ # resp.vpn_connection.options.local_ipv_6_network_cidr #=> String
33180
+ # resp.vpn_connection.options.remote_ipv_6_network_cidr #=> String
33181
+ # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
33182
+ # resp.vpn_connection.options.tunnel_options #=> Array
33183
+ # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
33184
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_cidr #=> String
33185
+ # resp.vpn_connection.options.tunnel_options[0].tunnel_inside_ipv_6_cidr #=> String
33186
+ # resp.vpn_connection.options.tunnel_options[0].pre_shared_key #=> String
33187
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_lifetime_seconds #=> Integer
33188
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_lifetime_seconds #=> Integer
33189
+ # resp.vpn_connection.options.tunnel_options[0].rekey_margin_time_seconds #=> Integer
33190
+ # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
33191
+ # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
33192
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
33193
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_action #=> String
33194
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
33195
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
33196
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
33197
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms[0].value #=> String
33198
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms #=> Array
33199
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_integrity_algorithms[0].value #=> String
33200
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms #=> Array
33201
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_integrity_algorithms[0].value #=> String
33202
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers #=> Array
33203
+ # resp.vpn_connection.options.tunnel_options[0].phase_1_dh_group_numbers[0].value #=> Integer
33204
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers #=> Array
33205
+ # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
33206
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
33207
+ # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
33208
+ # resp.vpn_connection.options.tunnel_options[0].startup_action #=> String
33209
+ # resp.vpn_connection.routes #=> Array
33210
+ # resp.vpn_connection.routes[0].destination_cidr_block #=> String
33211
+ # resp.vpn_connection.routes[0].source #=> String, one of "Static"
33212
+ # resp.vpn_connection.routes[0].state #=> String, one of "pending", "available", "deleting", "deleted"
33213
+ # resp.vpn_connection.tags #=> Array
33214
+ # resp.vpn_connection.tags[0].key #=> String
33215
+ # resp.vpn_connection.tags[0].value #=> String
33216
+ # resp.vpn_connection.vgw_telemetry #=> Array
33217
+ # resp.vpn_connection.vgw_telemetry[0].accepted_route_count #=> Integer
33218
+ # resp.vpn_connection.vgw_telemetry[0].last_status_change #=> Time
33219
+ # resp.vpn_connection.vgw_telemetry[0].outside_ip_address #=> String
33220
+ # resp.vpn_connection.vgw_telemetry[0].status #=> String, one of "UP", "DOWN"
33221
+ # resp.vpn_connection.vgw_telemetry[0].status_message #=> String
33222
+ # resp.vpn_connection.vgw_telemetry[0].certificate_arn #=> String
33223
+ #
33224
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpnConnectionOptions AWS API Documentation
33225
+ #
33226
+ # @overload modify_vpn_connection_options(params = {})
33227
+ # @param [Hash] params ({})
33228
+ def modify_vpn_connection_options(params = {}, options = {})
33229
+ req = build_request(:modify_vpn_connection_options, params)
33230
+ req.send_request(options)
33231
+ end
33232
+
33080
33233
  # Modifies the VPN tunnel endpoint certificate.
33081
33234
  #
33082
33235
  # @option params [required, String] :vpn_connection_id
@@ -33115,6 +33268,10 @@ module Aws::EC2
33115
33268
  # resp.vpn_connection.transit_gateway_id #=> String
33116
33269
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
33117
33270
  # resp.vpn_connection.options.static_routes_only #=> Boolean
33271
+ # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
33272
+ # resp.vpn_connection.options.remote_ipv_4_network_cidr #=> String
33273
+ # resp.vpn_connection.options.local_ipv_6_network_cidr #=> String
33274
+ # resp.vpn_connection.options.remote_ipv_6_network_cidr #=> String
33118
33275
  # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
33119
33276
  # resp.vpn_connection.options.tunnel_options #=> Array
33120
33277
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
@@ -33127,6 +33284,7 @@ module Aws::EC2
33127
33284
  # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
33128
33285
  # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
33129
33286
  # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
33287
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_action #=> String
33130
33288
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
33131
33289
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
33132
33290
  # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
@@ -33141,6 +33299,7 @@ module Aws::EC2
33141
33299
  # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
33142
33300
  # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
33143
33301
  # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
33302
+ # resp.vpn_connection.options.tunnel_options[0].startup_action #=> String
33144
33303
  # resp.vpn_connection.routes #=> Array
33145
33304
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
33146
33305
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -33210,6 +33369,7 @@ module Aws::EC2
33210
33369
  # rekey_fuzz_percentage: 1,
33211
33370
  # replay_window_size: 1,
33212
33371
  # dpd_timeout_seconds: 1,
33372
+ # dpd_timeout_action: "String",
33213
33373
  # phase_1_encryption_algorithms: [
33214
33374
  # {
33215
33375
  # value: "String",
@@ -33245,6 +33405,7 @@ module Aws::EC2
33245
33405
  # value: "String",
33246
33406
  # },
33247
33407
  # ],
33408
+ # startup_action: "String",
33248
33409
  # },
33249
33410
  # dry_run: false,
33250
33411
  # })
@@ -33261,6 +33422,10 @@ module Aws::EC2
33261
33422
  # resp.vpn_connection.transit_gateway_id #=> String
33262
33423
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
33263
33424
  # resp.vpn_connection.options.static_routes_only #=> Boolean
33425
+ # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
33426
+ # resp.vpn_connection.options.remote_ipv_4_network_cidr #=> String
33427
+ # resp.vpn_connection.options.local_ipv_6_network_cidr #=> String
33428
+ # resp.vpn_connection.options.remote_ipv_6_network_cidr #=> String
33264
33429
  # resp.vpn_connection.options.tunnel_inside_ip_version #=> String, one of "ipv4", "ipv6"
33265
33430
  # resp.vpn_connection.options.tunnel_options #=> Array
33266
33431
  # resp.vpn_connection.options.tunnel_options[0].outside_ip_address #=> String
@@ -33273,6 +33438,7 @@ module Aws::EC2
33273
33438
  # resp.vpn_connection.options.tunnel_options[0].rekey_fuzz_percentage #=> Integer
33274
33439
  # resp.vpn_connection.options.tunnel_options[0].replay_window_size #=> Integer
33275
33440
  # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_seconds #=> Integer
33441
+ # resp.vpn_connection.options.tunnel_options[0].dpd_timeout_action #=> String
33276
33442
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms #=> Array
33277
33443
  # resp.vpn_connection.options.tunnel_options[0].phase_1_encryption_algorithms[0].value #=> String
33278
33444
  # resp.vpn_connection.options.tunnel_options[0].phase_2_encryption_algorithms #=> Array
@@ -33287,6 +33453,7 @@ module Aws::EC2
33287
33453
  # resp.vpn_connection.options.tunnel_options[0].phase_2_dh_group_numbers[0].value #=> Integer
33288
33454
  # resp.vpn_connection.options.tunnel_options[0].ike_versions #=> Array
33289
33455
  # resp.vpn_connection.options.tunnel_options[0].ike_versions[0].value #=> String
33456
+ # resp.vpn_connection.options.tunnel_options[0].startup_action #=> String
33290
33457
  # resp.vpn_connection.routes #=> Array
33291
33458
  # resp.vpn_connection.routes[0].destination_cidr_block #=> String
33292
33459
  # resp.vpn_connection.routes[0].source #=> String, one of "Static"
@@ -38547,7 +38714,7 @@ module Aws::EC2
38547
38714
  params: params,
38548
38715
  config: config)
38549
38716
  context[:gem_name] = 'aws-sdk-ec2'
38550
- context[:gem_version] = '1.190.0'
38717
+ context[:gem_version] = '1.191.0'
38551
38718
  Seahorse::Client::Request.new(handlers, context)
38552
38719
  end
38553
38720
 
@@ -1405,6 +1405,8 @@ module Aws::EC2
1405
1405
  ModifyVpcPeeringConnectionOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpcPeeringConnectionOptionsResult')
1406
1406
  ModifyVpcTenancyRequest = Shapes::StructureShape.new(name: 'ModifyVpcTenancyRequest')
1407
1407
  ModifyVpcTenancyResult = Shapes::StructureShape.new(name: 'ModifyVpcTenancyResult')
1408
+ ModifyVpnConnectionOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpnConnectionOptionsRequest')
1409
+ ModifyVpnConnectionOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpnConnectionOptionsResult')
1408
1410
  ModifyVpnConnectionRequest = Shapes::StructureShape.new(name: 'ModifyVpnConnectionRequest')
1409
1411
  ModifyVpnConnectionResult = Shapes::StructureShape.new(name: 'ModifyVpnConnectionResult')
1410
1412
  ModifyVpnTunnelCertificateRequest = Shapes::StructureShape.new(name: 'ModifyVpnTunnelCertificateRequest')
@@ -7632,6 +7634,17 @@ module Aws::EC2
7632
7634
  ModifyVpcTenancyResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
7633
7635
  ModifyVpcTenancyResult.struct_class = Types::ModifyVpcTenancyResult
7634
7636
 
7637
+ ModifyVpnConnectionOptionsRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
7638
+ ModifyVpnConnectionOptionsRequest.add_member(:local_ipv_4_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "LocalIpv4NetworkCidr"))
7639
+ ModifyVpnConnectionOptionsRequest.add_member(:remote_ipv_4_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "RemoteIpv4NetworkCidr"))
7640
+ ModifyVpnConnectionOptionsRequest.add_member(:local_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "LocalIpv6NetworkCidr"))
7641
+ ModifyVpnConnectionOptionsRequest.add_member(:remote_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "RemoteIpv6NetworkCidr"))
7642
+ ModifyVpnConnectionOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7643
+ ModifyVpnConnectionOptionsRequest.struct_class = Types::ModifyVpnConnectionOptionsRequest
7644
+
7645
+ ModifyVpnConnectionOptionsResult.add_member(:vpn_connection, Shapes::ShapeRef.new(shape: VpnConnection, location_name: "vpnConnection"))
7646
+ ModifyVpnConnectionOptionsResult.struct_class = Types::ModifyVpnConnectionOptionsResult
7647
+
7635
7648
  ModifyVpnConnectionRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
7636
7649
  ModifyVpnConnectionRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
7637
7650
  ModifyVpnConnectionRequest.add_member(:customer_gateway_id, Shapes::ShapeRef.new(shape: CustomerGatewayId, location_name: "CustomerGatewayId"))
@@ -7668,6 +7681,7 @@ module Aws::EC2
7668
7681
  ModifyVpnTunnelOptionsSpecification.add_member(:rekey_fuzz_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "RekeyFuzzPercentage"))
7669
7682
  ModifyVpnTunnelOptionsSpecification.add_member(:replay_window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "ReplayWindowSize"))
7670
7683
  ModifyVpnTunnelOptionsSpecification.add_member(:dpd_timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DPDTimeoutSeconds"))
7684
+ ModifyVpnTunnelOptionsSpecification.add_member(:dpd_timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "DPDTimeoutAction"))
7671
7685
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsRequestList, location_name: "Phase1EncryptionAlgorithm"))
7672
7686
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsRequestList, location_name: "Phase2EncryptionAlgorithm"))
7673
7687
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsRequestList, location_name: "Phase1IntegrityAlgorithm"))
@@ -7675,6 +7689,7 @@ module Aws::EC2
7675
7689
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_1_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersRequestList, location_name: "Phase1DHGroupNumber"))
7676
7690
  ModifyVpnTunnelOptionsSpecification.add_member(:phase_2_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersRequestList, location_name: "Phase2DHGroupNumber"))
7677
7691
  ModifyVpnTunnelOptionsSpecification.add_member(:ike_versions, Shapes::ShapeRef.new(shape: IKEVersionsRequestList, location_name: "IKEVersion"))
7692
+ ModifyVpnTunnelOptionsSpecification.add_member(:startup_action, Shapes::ShapeRef.new(shape: String, location_name: "StartupAction"))
7678
7693
  ModifyVpnTunnelOptionsSpecification.struct_class = Types::ModifyVpnTunnelOptionsSpecification
7679
7694
 
7680
7695
  MonitorInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
@@ -9751,6 +9766,7 @@ module Aws::EC2
9751
9766
  TunnelOption.add_member(:rekey_fuzz_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "rekeyFuzzPercentage"))
9752
9767
  TunnelOption.add_member(:replay_window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "replayWindowSize"))
9753
9768
  TunnelOption.add_member(:dpd_timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "dpdTimeoutSeconds"))
9769
+ TunnelOption.add_member(:dpd_timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "dpdTimeoutAction"))
9754
9770
  TunnelOption.add_member(:phase_1_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsList, location_name: "phase1EncryptionAlgorithmSet"))
9755
9771
  TunnelOption.add_member(:phase_2_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsList, location_name: "phase2EncryptionAlgorithmSet"))
9756
9772
  TunnelOption.add_member(:phase_1_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsList, location_name: "phase1IntegrityAlgorithmSet"))
@@ -9758,6 +9774,7 @@ module Aws::EC2
9758
9774
  TunnelOption.add_member(:phase_1_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersList, location_name: "phase1DHGroupNumberSet"))
9759
9775
  TunnelOption.add_member(:phase_2_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersList, location_name: "phase2DHGroupNumberSet"))
9760
9776
  TunnelOption.add_member(:ike_versions, Shapes::ShapeRef.new(shape: IKEVersionsList, location_name: "ikeVersionSet"))
9777
+ TunnelOption.add_member(:startup_action, Shapes::ShapeRef.new(shape: String, location_name: "startupAction"))
9761
9778
  TunnelOption.struct_class = Types::TunnelOption
9762
9779
 
9763
9780
  TunnelOptionsList.member = Shapes::ShapeRef.new(shape: TunnelOption, location_name: "item")
@@ -10119,6 +10136,10 @@ module Aws::EC2
10119
10136
 
10120
10137
  VpnConnectionOptions.add_member(:enable_acceleration, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableAcceleration"))
10121
10138
  VpnConnectionOptions.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
10139
+ VpnConnectionOptions.add_member(:local_ipv_4_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "localIpv4NetworkCidr"))
10140
+ VpnConnectionOptions.add_member(:remote_ipv_4_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "remoteIpv4NetworkCidr"))
10141
+ VpnConnectionOptions.add_member(:local_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "localIpv6NetworkCidr"))
10142
+ VpnConnectionOptions.add_member(:remote_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "remoteIpv6NetworkCidr"))
10122
10143
  VpnConnectionOptions.add_member(:tunnel_inside_ip_version, Shapes::ShapeRef.new(shape: TunnelInsideIpVersion, location_name: "tunnelInsideIpVersion"))
10123
10144
  VpnConnectionOptions.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: TunnelOptionsList, location_name: "tunnelOptionSet"))
10124
10145
  VpnConnectionOptions.struct_class = Types::VpnConnectionOptions
@@ -10127,6 +10148,10 @@ module Aws::EC2
10127
10148
  VpnConnectionOptionsSpecification.add_member(:static_routes_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "staticRoutesOnly"))
10128
10149
  VpnConnectionOptionsSpecification.add_member(:tunnel_inside_ip_version, Shapes::ShapeRef.new(shape: TunnelInsideIpVersion, location_name: "TunnelInsideIpVersion"))
10129
10150
  VpnConnectionOptionsSpecification.add_member(:tunnel_options, Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecificationsList, location_name: "TunnelOptions"))
10151
+ VpnConnectionOptionsSpecification.add_member(:local_ipv_4_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "LocalIpv4NetworkCidr"))
10152
+ VpnConnectionOptionsSpecification.add_member(:remote_ipv_4_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "RemoteIpv4NetworkCidr"))
10153
+ VpnConnectionOptionsSpecification.add_member(:local_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "LocalIpv6NetworkCidr"))
10154
+ VpnConnectionOptionsSpecification.add_member(:remote_ipv_6_network_cidr, Shapes::ShapeRef.new(shape: String, location_name: "RemoteIpv6NetworkCidr"))
10130
10155
  VpnConnectionOptionsSpecification.struct_class = Types::VpnConnectionOptionsSpecification
10131
10156
 
10132
10157
  VpnGateway.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
@@ -10158,6 +10183,7 @@ module Aws::EC2
10158
10183
  VpnTunnelOptionsSpecification.add_member(:rekey_fuzz_percentage, Shapes::ShapeRef.new(shape: Integer, location_name: "RekeyFuzzPercentage"))
10159
10184
  VpnTunnelOptionsSpecification.add_member(:replay_window_size, Shapes::ShapeRef.new(shape: Integer, location_name: "ReplayWindowSize"))
10160
10185
  VpnTunnelOptionsSpecification.add_member(:dpd_timeout_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "DPDTimeoutSeconds"))
10186
+ VpnTunnelOptionsSpecification.add_member(:dpd_timeout_action, Shapes::ShapeRef.new(shape: String, location_name: "DPDTimeoutAction"))
10161
10187
  VpnTunnelOptionsSpecification.add_member(:phase_1_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase1EncryptionAlgorithmsRequestList, location_name: "Phase1EncryptionAlgorithm"))
10162
10188
  VpnTunnelOptionsSpecification.add_member(:phase_2_encryption_algorithms, Shapes::ShapeRef.new(shape: Phase2EncryptionAlgorithmsRequestList, location_name: "Phase2EncryptionAlgorithm"))
10163
10189
  VpnTunnelOptionsSpecification.add_member(:phase_1_integrity_algorithms, Shapes::ShapeRef.new(shape: Phase1IntegrityAlgorithmsRequestList, location_name: "Phase1IntegrityAlgorithm"))
@@ -10165,6 +10191,7 @@ module Aws::EC2
10165
10191
  VpnTunnelOptionsSpecification.add_member(:phase_1_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase1DHGroupNumbersRequestList, location_name: "Phase1DHGroupNumber"))
10166
10192
  VpnTunnelOptionsSpecification.add_member(:phase_2_dh_group_numbers, Shapes::ShapeRef.new(shape: Phase2DHGroupNumbersRequestList, location_name: "Phase2DHGroupNumber"))
10167
10193
  VpnTunnelOptionsSpecification.add_member(:ike_versions, Shapes::ShapeRef.new(shape: IKEVersionsRequestList, location_name: "IKEVersion"))
10194
+ VpnTunnelOptionsSpecification.add_member(:startup_action, Shapes::ShapeRef.new(shape: String, location_name: "StartupAction"))
10168
10195
  VpnTunnelOptionsSpecification.struct_class = Types::VpnTunnelOptionsSpecification
10169
10196
 
10170
10197
  VpnTunnelOptionsSpecificationsList.member = Shapes::ShapeRef.new(shape: VpnTunnelOptionsSpecification)
@@ -13635,6 +13662,14 @@ module Aws::EC2
13635
13662
  o.output = Shapes::ShapeRef.new(shape: ModifyVpnConnectionResult)
13636
13663
  end)
13637
13664
 
13665
+ api.add_operation(:modify_vpn_connection_options, Seahorse::Model::Operation.new.tap do |o|
13666
+ o.name = "ModifyVpnConnectionOptions"
13667
+ o.http_method = "POST"
13668
+ o.http_request_uri = "/"
13669
+ o.input = Shapes::ShapeRef.new(shape: ModifyVpnConnectionOptionsRequest)
13670
+ o.output = Shapes::ShapeRef.new(shape: ModifyVpnConnectionOptionsResult)
13671
+ end)
13672
+
13638
13673
  api.add_operation(:modify_vpn_tunnel_certificate, Seahorse::Model::Operation.new.tap do |o|
13639
13674
  o.name = "ModifyVpnTunnelCertificate"
13640
13675
  o.http_method = "POST"
@@ -9925,6 +9925,7 @@ module Aws::EC2
9925
9925
  # rekey_fuzz_percentage: 1,
9926
9926
  # replay_window_size: 1,
9927
9927
  # dpd_timeout_seconds: 1,
9928
+ # dpd_timeout_action: "String",
9928
9929
  # phase_1_encryption_algorithms: [
9929
9930
  # {
9930
9931
  # value: "String",
@@ -9960,8 +9961,13 @@ module Aws::EC2
9960
9961
  # value: "String",
9961
9962
  # },
9962
9963
  # ],
9964
+ # startup_action: "String",
9963
9965
  # },
9964
9966
  # ],
9967
+ # local_ipv_4_network_cidr: "String",
9968
+ # remote_ipv_4_network_cidr: "String",
9969
+ # local_ipv_6_network_cidr: "String",
9970
+ # remote_ipv_6_network_cidr: "String",
9965
9971
  # },
9966
9972
  # tag_specifications: [
9967
9973
  # {
@@ -37173,6 +37179,80 @@ module Aws::EC2
37173
37179
  include Aws::Structure
37174
37180
  end
37175
37181
 
37182
+ # @note When making an API call, you may pass ModifyVpnConnectionOptionsRequest
37183
+ # data as a hash:
37184
+ #
37185
+ # {
37186
+ # vpn_connection_id: "VpnConnectionId", # required
37187
+ # local_ipv_4_network_cidr: "String",
37188
+ # remote_ipv_4_network_cidr: "String",
37189
+ # local_ipv_6_network_cidr: "String",
37190
+ # remote_ipv_6_network_cidr: "String",
37191
+ # dry_run: false,
37192
+ # }
37193
+ #
37194
+ # @!attribute [rw] vpn_connection_id
37195
+ # The ID of the Site-to-Site VPN VPN connection.
37196
+ # @return [String]
37197
+ #
37198
+ # @!attribute [rw] local_ipv_4_network_cidr
37199
+ # The IPv4 CIDR on the customer gateway (on-premises) side of the VPN
37200
+ # connection.
37201
+ #
37202
+ # Default: `0.0.0.0/0`
37203
+ # @return [String]
37204
+ #
37205
+ # @!attribute [rw] remote_ipv_4_network_cidr
37206
+ # The IPv4 CIDR on the AWS side of the VPN connection.
37207
+ #
37208
+ # Default: `0.0.0.0/0`
37209
+ # @return [String]
37210
+ #
37211
+ # @!attribute [rw] local_ipv_6_network_cidr
37212
+ # The IPv6 CIDR on the customer gateway (on-premises) side of the VPN
37213
+ # connection.
37214
+ #
37215
+ # Default: `::/0`
37216
+ # @return [String]
37217
+ #
37218
+ # @!attribute [rw] remote_ipv_6_network_cidr
37219
+ # The IPv6 CIDR on the AWS side of the VPN connection.
37220
+ #
37221
+ # Default: `::/0`
37222
+ # @return [String]
37223
+ #
37224
+ # @!attribute [rw] dry_run
37225
+ # Checks whether you have the required permissions for the action,
37226
+ # without actually making the request, and provides an error response.
37227
+ # If you have the required permissions, the error response is
37228
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
37229
+ # @return [Boolean]
37230
+ #
37231
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpnConnectionOptionsRequest AWS API Documentation
37232
+ #
37233
+ class ModifyVpnConnectionOptionsRequest < Struct.new(
37234
+ :vpn_connection_id,
37235
+ :local_ipv_4_network_cidr,
37236
+ :remote_ipv_4_network_cidr,
37237
+ :local_ipv_6_network_cidr,
37238
+ :remote_ipv_6_network_cidr,
37239
+ :dry_run)
37240
+ SENSITIVE = []
37241
+ include Aws::Structure
37242
+ end
37243
+
37244
+ # @!attribute [rw] vpn_connection
37245
+ # Describes a VPN connection.
37246
+ # @return [Types::VpnConnection]
37247
+ #
37248
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpnConnectionOptionsResult AWS API Documentation
37249
+ #
37250
+ class ModifyVpnConnectionOptionsResult < Struct.new(
37251
+ :vpn_connection)
37252
+ SENSITIVE = []
37253
+ include Aws::Structure
37254
+ end
37255
+
37176
37256
  # @note When making an API call, you may pass ModifyVpnConnectionRequest
37177
37257
  # data as a hash:
37178
37258
  #
@@ -37294,6 +37374,7 @@ module Aws::EC2
37294
37374
  # rekey_fuzz_percentage: 1,
37295
37375
  # replay_window_size: 1,
37296
37376
  # dpd_timeout_seconds: 1,
37377
+ # dpd_timeout_action: "String",
37297
37378
  # phase_1_encryption_algorithms: [
37298
37379
  # {
37299
37380
  # value: "String",
@@ -37329,6 +37410,7 @@ module Aws::EC2
37329
37410
  # value: "String",
37330
37411
  # },
37331
37412
  # ],
37413
+ # startup_action: "String",
37332
37414
  # },
37333
37415
  # dry_run: false,
37334
37416
  # }
@@ -37390,6 +37472,7 @@ module Aws::EC2
37390
37472
  # rekey_fuzz_percentage: 1,
37391
37473
  # replay_window_size: 1,
37392
37474
  # dpd_timeout_seconds: 1,
37475
+ # dpd_timeout_action: "String",
37393
37476
  # phase_1_encryption_algorithms: [
37394
37477
  # {
37395
37478
  # value: "String",
@@ -37425,6 +37508,7 @@ module Aws::EC2
37425
37508
  # value: "String",
37426
37509
  # },
37427
37510
  # ],
37511
+ # startup_action: "String",
37428
37512
  # }
37429
37513
  #
37430
37514
  # @!attribute [rw] tunnel_inside_cidr
@@ -37521,6 +37605,15 @@ module Aws::EC2
37521
37605
  # Default: `30`
37522
37606
  # @return [Integer]
37523
37607
  #
37608
+ # @!attribute [rw] dpd_timeout_action
37609
+ # The action to take after DPD timeout occurs. Specify `restart` to
37610
+ # restart the IKE initiation. Specify `clear` to end the IKE session.
37611
+ #
37612
+ # Valid Values: `clear` \| `none` \| `restart`
37613
+ #
37614
+ # Default: `clear`
37615
+ # @return [String]
37616
+ #
37524
37617
  # @!attribute [rw] phase_1_encryption_algorithms
37525
37618
  # One or more encryption algorithms that are permitted for the VPN
37526
37619
  # tunnel for phase 1 IKE negotiations.
@@ -37573,6 +37666,17 @@ module Aws::EC2
37573
37666
  # Valid values: `ikev1` \| `ikev2`
37574
37667
  # @return [Array<Types::IKEVersionsRequestListValue>]
37575
37668
  #
37669
+ # @!attribute [rw] startup_action
37670
+ # The action to take when the establishing the tunnel for the VPN
37671
+ # connection. By default, your customer gateway device must initiate
37672
+ # the IKE negotiation and bring up the tunnel. Specify `start` for AWS
37673
+ # to initiate the IKE negotiation.
37674
+ #
37675
+ # Valid Values: `add` \| `start`
37676
+ #
37677
+ # Default: `add`
37678
+ # @return [String]
37679
+ #
37576
37680
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpnTunnelOptionsSpecification AWS API Documentation
37577
37681
  #
37578
37682
  class ModifyVpnTunnelOptionsSpecification < Struct.new(
@@ -37585,13 +37689,15 @@ module Aws::EC2
37585
37689
  :rekey_fuzz_percentage,
37586
37690
  :replay_window_size,
37587
37691
  :dpd_timeout_seconds,
37692
+ :dpd_timeout_action,
37588
37693
  :phase_1_encryption_algorithms,
37589
37694
  :phase_2_encryption_algorithms,
37590
37695
  :phase_1_integrity_algorithms,
37591
37696
  :phase_2_integrity_algorithms,
37592
37697
  :phase_1_dh_group_numbers,
37593
37698
  :phase_2_dh_group_numbers,
37594
- :ike_versions)
37699
+ :ike_versions,
37700
+ :startup_action)
37595
37701
  SENSITIVE = []
37596
37702
  include Aws::Structure
37597
37703
  end
@@ -49709,6 +49815,10 @@ module Aws::EC2
49709
49815
  # The number of seconds after which a DPD timeout occurs.
49710
49816
  # @return [Integer]
49711
49817
  #
49818
+ # @!attribute [rw] dpd_timeout_action
49819
+ # The action to take after a DPD timeout occurs.
49820
+ # @return [String]
49821
+ #
49712
49822
  # @!attribute [rw] phase_1_encryption_algorithms
49713
49823
  # The permitted encryption algorithms for the VPN tunnel for phase 1
49714
49824
  # IKE negotiations.
@@ -49743,6 +49853,11 @@ module Aws::EC2
49743
49853
  # The IKE versions that are permitted for the VPN tunnel.
49744
49854
  # @return [Array<Types::IKEVersionsListValue>]
49745
49855
  #
49856
+ # @!attribute [rw] startup_action
49857
+ # The action to take when the establishing the VPN tunnels for a VPN
49858
+ # connection.
49859
+ # @return [String]
49860
+ #
49746
49861
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TunnelOption AWS API Documentation
49747
49862
  #
49748
49863
  class TunnelOption < Struct.new(
@@ -49756,13 +49871,15 @@ module Aws::EC2
49756
49871
  :rekey_fuzz_percentage,
49757
49872
  :replay_window_size,
49758
49873
  :dpd_timeout_seconds,
49874
+ :dpd_timeout_action,
49759
49875
  :phase_1_encryption_algorithms,
49760
49876
  :phase_2_encryption_algorithms,
49761
49877
  :phase_1_integrity_algorithms,
49762
49878
  :phase_2_integrity_algorithms,
49763
49879
  :phase_1_dh_group_numbers,
49764
49880
  :phase_2_dh_group_numbers,
49765
- :ike_versions)
49881
+ :ike_versions,
49882
+ :startup_action)
49766
49883
  SENSITIVE = []
49767
49884
  include Aws::Structure
49768
49885
  end
@@ -51372,6 +51489,24 @@ module Aws::EC2
51372
51489
  # routes must be used for devices that don't support BGP.
51373
51490
  # @return [Boolean]
51374
51491
  #
51492
+ # @!attribute [rw] local_ipv_4_network_cidr
51493
+ # The IPv4 CIDR on the customer gateway (on-premises) side of the VPN
51494
+ # connection.
51495
+ # @return [String]
51496
+ #
51497
+ # @!attribute [rw] remote_ipv_4_network_cidr
51498
+ # The IPv4 CIDR on the AWS side of the VPN connection.
51499
+ # @return [String]
51500
+ #
51501
+ # @!attribute [rw] local_ipv_6_network_cidr
51502
+ # The IPv6 CIDR on the customer gateway (on-premises) side of the VPN
51503
+ # connection.
51504
+ # @return [String]
51505
+ #
51506
+ # @!attribute [rw] remote_ipv_6_network_cidr
51507
+ # The IPv6 CIDR on the AWS side of the VPN connection.
51508
+ # @return [String]
51509
+ #
51375
51510
  # @!attribute [rw] tunnel_inside_ip_version
51376
51511
  # Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.
51377
51512
  # @return [String]
@@ -51385,6 +51520,10 @@ module Aws::EC2
51385
51520
  class VpnConnectionOptions < Struct.new(
51386
51521
  :enable_acceleration,
51387
51522
  :static_routes_only,
51523
+ :local_ipv_4_network_cidr,
51524
+ :remote_ipv_4_network_cidr,
51525
+ :local_ipv_6_network_cidr,
51526
+ :remote_ipv_6_network_cidr,
51388
51527
  :tunnel_inside_ip_version,
51389
51528
  :tunnel_options)
51390
51529
  SENSITIVE = []
@@ -51411,6 +51550,7 @@ module Aws::EC2
51411
51550
  # rekey_fuzz_percentage: 1,
51412
51551
  # replay_window_size: 1,
51413
51552
  # dpd_timeout_seconds: 1,
51553
+ # dpd_timeout_action: "String",
51414
51554
  # phase_1_encryption_algorithms: [
51415
51555
  # {
51416
51556
  # value: "String",
@@ -51446,8 +51586,13 @@ module Aws::EC2
51446
51586
  # value: "String",
51447
51587
  # },
51448
51588
  # ],
51589
+ # startup_action: "String",
51449
51590
  # },
51450
51591
  # ],
51592
+ # local_ipv_4_network_cidr: "String",
51593
+ # remote_ipv_4_network_cidr: "String",
51594
+ # local_ipv_6_network_cidr: "String",
51595
+ # remote_ipv_6_network_cidr: "String",
51451
51596
  # }
51452
51597
  #
51453
51598
  # @!attribute [rw] enable_acceleration
@@ -51475,13 +51620,43 @@ module Aws::EC2
51475
51620
  # The tunnel options for the VPN connection.
51476
51621
  # @return [Array<Types::VpnTunnelOptionsSpecification>]
51477
51622
  #
51623
+ # @!attribute [rw] local_ipv_4_network_cidr
51624
+ # The IPv4 CIDR on the customer gateway (on-premises) side of the VPN
51625
+ # connection.
51626
+ #
51627
+ # Default: `0.0.0.0/0`
51628
+ # @return [String]
51629
+ #
51630
+ # @!attribute [rw] remote_ipv_4_network_cidr
51631
+ # The IPv4 CIDR on the AWS side of the VPN connection.
51632
+ #
51633
+ # Default: `0.0.0.0/0`
51634
+ # @return [String]
51635
+ #
51636
+ # @!attribute [rw] local_ipv_6_network_cidr
51637
+ # The IPv6 CIDR on the customer gateway (on-premises) side of the VPN
51638
+ # connection.
51639
+ #
51640
+ # Default: `::/0`
51641
+ # @return [String]
51642
+ #
51643
+ # @!attribute [rw] remote_ipv_6_network_cidr
51644
+ # The IPv6 CIDR on the AWS side of the VPN connection.
51645
+ #
51646
+ # Default: `::/0`
51647
+ # @return [String]
51648
+ #
51478
51649
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpnConnectionOptionsSpecification AWS API Documentation
51479
51650
  #
51480
51651
  class VpnConnectionOptionsSpecification < Struct.new(
51481
51652
  :enable_acceleration,
51482
51653
  :static_routes_only,
51483
51654
  :tunnel_inside_ip_version,
51484
- :tunnel_options)
51655
+ :tunnel_options,
51656
+ :local_ipv_4_network_cidr,
51657
+ :remote_ipv_4_network_cidr,
51658
+ :local_ipv_6_network_cidr,
51659
+ :remote_ipv_6_network_cidr)
51485
51660
  SENSITIVE = []
51486
51661
  include Aws::Structure
51487
51662
  end
@@ -51572,6 +51747,7 @@ module Aws::EC2
51572
51747
  # rekey_fuzz_percentage: 1,
51573
51748
  # replay_window_size: 1,
51574
51749
  # dpd_timeout_seconds: 1,
51750
+ # dpd_timeout_action: "String",
51575
51751
  # phase_1_encryption_algorithms: [
51576
51752
  # {
51577
51753
  # value: "String",
@@ -51607,6 +51783,7 @@ module Aws::EC2
51607
51783
  # value: "String",
51608
51784
  # },
51609
51785
  # ],
51786
+ # startup_action: "String",
51610
51787
  # }
51611
51788
  #
51612
51789
  # @!attribute [rw] tunnel_inside_cidr
@@ -51703,6 +51880,15 @@ module Aws::EC2
51703
51880
  # Default: `30`
51704
51881
  # @return [Integer]
51705
51882
  #
51883
+ # @!attribute [rw] dpd_timeout_action
51884
+ # The action to take after DPD timeout occurs. Specify `restart` to
51885
+ # restart the IKE initiation. Specify `clear` to end the IKE session.
51886
+ #
51887
+ # Valid Values: `clear` \| `none` \| `restart`
51888
+ #
51889
+ # Default: `clear`
51890
+ # @return [String]
51891
+ #
51706
51892
  # @!attribute [rw] phase_1_encryption_algorithms
51707
51893
  # One or more encryption algorithms that are permitted for the VPN
51708
51894
  # tunnel for phase 1 IKE negotiations.
@@ -51755,6 +51941,17 @@ module Aws::EC2
51755
51941
  # Valid values: `ikev1` \| `ikev2`
51756
51942
  # @return [Array<Types::IKEVersionsRequestListValue>]
51757
51943
  #
51944
+ # @!attribute [rw] startup_action
51945
+ # The action to take when the establishing the tunnel for the VPN
51946
+ # connection. By default, your customer gateway device must initiate
51947
+ # the IKE negotiation and bring up the tunnel. Specify `start` for AWS
51948
+ # to initiate the IKE negotiation.
51949
+ #
51950
+ # Valid Values: `add` \| `start`
51951
+ #
51952
+ # Default: `add`
51953
+ # @return [String]
51954
+ #
51758
51955
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpnTunnelOptionsSpecification AWS API Documentation
51759
51956
  #
51760
51957
  class VpnTunnelOptionsSpecification < Struct.new(
@@ -51767,13 +51964,15 @@ module Aws::EC2
51767
51964
  :rekey_fuzz_percentage,
51768
51965
  :replay_window_size,
51769
51966
  :dpd_timeout_seconds,
51967
+ :dpd_timeout_action,
51770
51968
  :phase_1_encryption_algorithms,
51771
51969
  :phase_2_encryption_algorithms,
51772
51970
  :phase_1_integrity_algorithms,
51773
51971
  :phase_2_integrity_algorithms,
51774
51972
  :phase_1_dh_group_numbers,
51775
51973
  :phase_2_dh_group_numbers,
51776
- :ike_versions)
51974
+ :ike_versions,
51975
+ :startup_action)
51777
51976
  SENSITIVE = []
51778
51977
  include Aws::Structure
51779
51978
  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.190.0
4
+ version: 1.191.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-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4