aws-sdk-ec2 1.196.0 → 1.197.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +7 -6
- data/lib/aws-sdk-ec2/types.rb +5 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 030da6b34d7022077615ae03d22ad65e64498e23b17dc801af963c56e9f8f155
|
4
|
+
data.tar.gz: 10ad9d362afd1473f78ab52745d92d40d9fd9e6211ce065e86a9dc4a4f6e11f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fa1750702a5287304ddbddafa555db8fc22eedaf716cb006d57cbd4429e56b8f53755ea7dc5626269d124820340bd6556ff9c2c58b7e44a514082a30c786232
|
7
|
+
data.tar.gz: ebadb72dadb598fb9e736c287e90410003ce0e28300212041f3bb1545b7104da4a2dab2d00092982d81aed69d6dc64e18ab91a13c312aeaf72afd98c70b9c648
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -3984,14 +3984,16 @@ module Aws::EC2
|
|
3984
3984
|
# * To add a route for an on-premises network, enter the AWS
|
3985
3985
|
# Site-to-Site VPN connection's IPv4 CIDR range
|
3986
3986
|
#
|
3987
|
-
#
|
3988
|
-
# client allocation.
|
3987
|
+
# * To add a route for the local network, enter the client CIDR range
|
3989
3988
|
#
|
3990
3989
|
# @option params [required, String] :target_vpc_subnet_id
|
3991
3990
|
# The ID of the subnet through which you want to route traffic. The
|
3992
3991
|
# specified subnet must be an existing target network of the Client VPN
|
3993
3992
|
# endpoint.
|
3994
3993
|
#
|
3994
|
+
# Alternatively, if you're adding a route for the local network,
|
3995
|
+
# specify `local`.
|
3996
|
+
#
|
3995
3997
|
# @option params [String] :description
|
3996
3998
|
# A brief description of the route.
|
3997
3999
|
#
|
@@ -33178,8 +33180,7 @@ module Aws::EC2
|
|
33178
33180
|
req.send_request(options)
|
33179
33181
|
end
|
33180
33182
|
|
33181
|
-
# Modifies the connection options for your Site-to-Site VPN
|
33182
|
-
# connection.
|
33183
|
+
# Modifies the connection options for your Site-to-Site VPN connection.
|
33183
33184
|
#
|
33184
33185
|
# When you modify the VPN connection options, the VPN endpoint IP
|
33185
33186
|
# addresses on the AWS side do not change, and the tunnel options do not
|
@@ -33187,7 +33188,7 @@ module Aws::EC2
|
|
33187
33188
|
# brief period while the VPN connection is updated.
|
33188
33189
|
#
|
33189
33190
|
# @option params [required, String] :vpn_connection_id
|
33190
|
-
# The ID of the Site-to-Site VPN
|
33191
|
+
# The ID of the Site-to-Site VPN connection.
|
33191
33192
|
#
|
33192
33193
|
# @option params [String] :local_ipv_4_network_cidr
|
33193
33194
|
# The IPv4 CIDR on the customer gateway (on-premises) side of the VPN
|
@@ -38786,7 +38787,7 @@ module Aws::EC2
|
|
38786
38787
|
params: params,
|
38787
38788
|
config: config)
|
38788
38789
|
context[:gem_name] = 'aws-sdk-ec2'
|
38789
|
-
context[:gem_version] = '1.
|
38790
|
+
context[:gem_version] = '1.197.0'
|
38790
38791
|
Seahorse::Client::Request.new(handlers, context)
|
38791
38792
|
end
|
38792
38793
|
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -5195,14 +5195,16 @@ module Aws::EC2
|
|
5195
5195
|
# * To add a route for an on-premises network, enter the AWS
|
5196
5196
|
# Site-to-Site VPN connection's IPv4 CIDR range
|
5197
5197
|
#
|
5198
|
-
#
|
5199
|
-
# for client allocation.
|
5198
|
+
# * To add a route for the local network, enter the client CIDR range
|
5200
5199
|
# @return [String]
|
5201
5200
|
#
|
5202
5201
|
# @!attribute [rw] target_vpc_subnet_id
|
5203
5202
|
# The ID of the subnet through which you want to route traffic. The
|
5204
5203
|
# specified subnet must be an existing target network of the Client
|
5205
5204
|
# VPN endpoint.
|
5205
|
+
#
|
5206
|
+
# Alternatively, if you're adding a route for the local network,
|
5207
|
+
# specify `local`.
|
5206
5208
|
# @return [String]
|
5207
5209
|
#
|
5208
5210
|
# @!attribute [rw] description
|
@@ -37295,7 +37297,7 @@ module Aws::EC2
|
|
37295
37297
|
# }
|
37296
37298
|
#
|
37297
37299
|
# @!attribute [rw] vpn_connection_id
|
37298
|
-
# The ID of the Site-to-Site VPN
|
37300
|
+
# The ID of the Site-to-Site VPN connection.
|
37299
37301
|
# @return [String]
|
37300
37302
|
#
|
37301
37303
|
# @!attribute [rw] local_ipv_4_network_cidr
|
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.
|
4
|
+
version: 1.197.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-09-
|
11
|
+
date: 2020-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|