aws-sdk-ec2 1.154.0 → 1.155.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 +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +7 -6
- data/lib/aws-sdk-ec2/resource.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +1 -4
- 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: 9ebf0b43f96c2715983ca0a03e3d6cb8ccc1d63560157eb2fece046a5bc5316a
|
|
4
|
+
data.tar.gz: ea72b71981ce5cdfe0c8189c427c8b354615642b34a7df1f1f007f2405fde2d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad628ae746003a529a2dbed73e11f5bbb09f131993f8f92b6a285a2fa4c2ff3c69743910aa33d900b8d07f6710d19acc66d49bbc31d403405c3ca0ab8e109010
|
|
7
|
+
data.tar.gz: fb33bae060a66b1942916d653057efdea84feddda581501908a1bded32927432e0f202da1000276e904744a95b4444eff534e1da37d6b1dbbb8274ffe83a5f26
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -4702,9 +4702,6 @@ module Aws::EC2
|
|
|
4702
4702
|
# spaces. For the AWS CLI, use single quotation marks (' ') to
|
|
4703
4703
|
# surround the parameter value.
|
|
4704
4704
|
#
|
|
4705
|
-
# Only applicable to flow logs that are published to an Amazon S3
|
|
4706
|
-
# bucket.
|
|
4707
|
-
#
|
|
4708
4705
|
#
|
|
4709
4706
|
#
|
|
4710
4707
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records
|
|
@@ -25558,6 +25555,8 @@ module Aws::EC2
|
|
|
25558
25555
|
# For more information, see [ClassicLink][1] in the *Amazon Elastic
|
|
25559
25556
|
# Compute Cloud User Guide*.
|
|
25560
25557
|
#
|
|
25558
|
+
# You must specify a VPC ID in the request.
|
|
25559
|
+
#
|
|
25561
25560
|
#
|
|
25562
25561
|
#
|
|
25563
25562
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
|
@@ -25761,7 +25760,7 @@ module Aws::EC2
|
|
|
25761
25760
|
req.send_request(options)
|
|
25762
25761
|
end
|
|
25763
25762
|
|
|
25764
|
-
# Disassociates a subnet from a route table.
|
|
25763
|
+
# Disassociates a subnet or gateway from a route table.
|
|
25765
25764
|
#
|
|
25766
25765
|
# After you perform this action, the subnet no longer uses the routes in
|
|
25767
25766
|
# the route table. Instead, it uses the routes in the VPC's main route
|
|
@@ -25774,7 +25773,7 @@ module Aws::EC2
|
|
|
25774
25773
|
#
|
|
25775
25774
|
# @option params [required, String] :association_id
|
|
25776
25775
|
# The association ID representing the current association between the
|
|
25777
|
-
# route table and subnet.
|
|
25776
|
+
# route table and subnet or gateway.
|
|
25778
25777
|
#
|
|
25779
25778
|
# @option params [Boolean] :dry_run
|
|
25780
25779
|
# Checks whether you have the required permissions for the action,
|
|
@@ -26295,6 +26294,8 @@ module Aws::EC2
|
|
|
26295
26294
|
# EC2-Classic instance. For more information, see [ClassicLink][1] in
|
|
26296
26295
|
# the *Amazon Elastic Compute Cloud User Guide*.
|
|
26297
26296
|
#
|
|
26297
|
+
# You must specify a VPC ID in the request.
|
|
26298
|
+
#
|
|
26298
26299
|
#
|
|
26299
26300
|
#
|
|
26300
26301
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html
|
|
@@ -36825,7 +36826,7 @@ module Aws::EC2
|
|
|
36825
36826
|
params: params,
|
|
36826
36827
|
config: config)
|
|
36827
36828
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
36828
|
-
context[:gem_version] = '1.
|
|
36829
|
+
context[:gem_version] = '1.155.0'
|
|
36829
36830
|
Seahorse::Client::Request.new(handlers, context)
|
|
36830
36831
|
end
|
|
36831
36832
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -1246,7 +1246,7 @@ module Aws::EC2
|
|
|
1246
1246
|
# @param [Hash] options ({})
|
|
1247
1247
|
# @option options [required, String] :association_id
|
|
1248
1248
|
# The association ID representing the current association between the
|
|
1249
|
-
# route table and subnet.
|
|
1249
|
+
# route table and subnet or gateway.
|
|
1250
1250
|
# @option options [Boolean] :dry_run
|
|
1251
1251
|
# Checks whether you have the required permissions for the action,
|
|
1252
1252
|
# without actually making the request, and provides an error response.
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -5542,9 +5542,6 @@ module Aws::EC2
|
|
|
5542
5542
|
# spaces. For the AWS CLI, use single quotation marks (' ') to
|
|
5543
5543
|
# surround the parameter value.
|
|
5544
5544
|
#
|
|
5545
|
-
# Only applicable to flow logs that are published to an Amazon S3
|
|
5546
|
-
# bucket.
|
|
5547
|
-
#
|
|
5548
5545
|
#
|
|
5549
5546
|
#
|
|
5550
5547
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records
|
|
@@ -22240,7 +22237,7 @@ module Aws::EC2
|
|
|
22240
22237
|
#
|
|
22241
22238
|
# @!attribute [rw] association_id
|
|
22242
22239
|
# The association ID representing the current association between the
|
|
22243
|
-
# route table and subnet.
|
|
22240
|
+
# route table and subnet or gateway.
|
|
22244
22241
|
# @return [String]
|
|
22245
22242
|
#
|
|
22246
22243
|
# @!attribute [rw] dry_run
|
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.155.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-04
|
|
11
|
+
date: 2020-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|