aws-sdk-ec2 1.156.0 → 1.161.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 +153 -46
- data/lib/aws-sdk-ec2/client_api.rb +26 -1
- data/lib/aws-sdk-ec2/resource.rb +4 -2
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +228 -41
- data/lib/aws-sdk-ec2/vpc.rb +3 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
|
@@ -462,7 +462,9 @@ module Aws::EC2
|
|
|
462
462
|
# The IPv6 network range for the subnet, in CIDR notation. The subnet
|
|
463
463
|
# size must use a /64 prefix length.
|
|
464
464
|
# @option options [String] :outpost_arn
|
|
465
|
-
# The Amazon Resource Name (ARN) of the Outpost.
|
|
465
|
+
# The Amazon Resource Name (ARN) of the Outpost. If you specify an
|
|
466
|
+
# Outpost ARN, you must also specify the Availability Zone of the
|
|
467
|
+
# Outpost subnet.
|
|
466
468
|
# @option options [Boolean] :dry_run
|
|
467
469
|
# Checks whether you have the required permissions for the action,
|
|
468
470
|
# without actually making the request, and provides an error response.
|
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.161.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-05-
|
|
11
|
+
date: 2020-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|