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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 20041bdf218f16be69d93ac20a0de51145257a28e33526a7df57abbfb067d5bb
4
- data.tar.gz: 8bd2bcb84d0177bac633e453e68e9eaa83809a346ef1d365a9906918ca157334
3
+ metadata.gz: 030da6b34d7022077615ae03d22ad65e64498e23b17dc801af963c56e9f8f155
4
+ data.tar.gz: 10ad9d362afd1473f78ab52745d92d40d9fd9e6211ce065e86a9dc4a4f6e11f3
5
5
  SHA512:
6
- metadata.gz: b4462ed6af4a8a5a2792ae8f10e5119e3f2ebe36e9e55708085932043781f22e6cc79ef10826abbe26bfd14ac5b6d20a3adf7a6065658654e2af356cb704572a
7
- data.tar.gz: 62905a072d30bea4288ea94633014542f9b7bdc6461e34afce8079c995c8c25e288c86fdee6040630e34aa584100f2472c7645dc30323eb919352410e562066c
6
+ metadata.gz: 5fa1750702a5287304ddbddafa555db8fc22eedaf716cb006d57cbd4429e56b8f53755ea7dc5626269d124820340bd6556ff9c2c58b7e44a514082a30c786232
7
+ data.tar.gz: ebadb72dadb598fb9e736c287e90410003ce0e28300212041f3bb1545b7104da4a2dab2d00092982d81aed69d6dc64e18ab91a13c312aeaf72afd98c70b9c648
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.196.0'
75
+ GEM_VERSION = '1.197.0'
76
76
 
77
77
  end
@@ -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
- # Route address ranges cannot overlap with the CIDR range specified for
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 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 VPN connection.
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.196.0'
38790
+ context[:gem_version] = '1.197.0'
38790
38791
  Seahorse::Client::Request.new(handlers, context)
38791
38792
  end
38792
38793
 
@@ -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
- # Route address ranges cannot overlap with the CIDR range specified
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 VPN connection.
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.196.0
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-25 00:00:00.000000000 Z
11
+ date: 2020-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4