aws-sdk-ec2 1.283.0 → 1.284.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +359 -43
- data/lib/aws-sdk-ec2/client_api.rb +156 -0
- data/lib/aws-sdk-ec2/resource.rb +4 -1
- data/lib/aws-sdk-ec2/snapshot.rb +17 -0
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +516 -28
- data/lib/aws-sdk-ec2/volume.rb +3 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/volume.rb
CHANGED
|
@@ -665,6 +665,9 @@ module Aws::EC2
|
|
|
665
665
|
# * `status` - The status of the snapshot (`pending` \| `completed` \|
|
|
666
666
|
# `error`).
|
|
667
667
|
#
|
|
668
|
+
# * `storage-tier` - The storage tier of the snapshot (`archive` \|
|
|
669
|
+
# `standard`).
|
|
670
|
+
#
|
|
668
671
|
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
|
669
672
|
# the resource. Use the tag key in the filter name and the tag value
|
|
670
673
|
# as the filter value. For example, to find all resources that have a
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.284.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: 2021-11-
|
|
11
|
+
date: 2021-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|