aws-sdk-ebs 1.17.0 → 1.18.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-ebs/client.rb +2 -2
- data/lib/aws-sdk-ebs/types.rb +1 -1
- data/lib/aws-sdk-ebs.rb +1 -1
- 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: 497aa842985678fed084558c1a812ae3e96653c1cb03e78456a4eea5daa4dc82
|
|
4
|
+
data.tar.gz: 71d53b7e5ea5701098aa2a43afe09e66987851d842641c4a76c9d85d4ae19e2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d35234e05202ede8b7e2df4786bacd4c78ceca1962304247d9dd4a36797279108a83dd728c1bc450611b4557ca11a999418ea82bdb42c480857eebfda5edc9ef
|
|
7
|
+
data.tar.gz: b13abc51ba442c38ca29912a782c4f473b56ce9319f34ef97c0ce1ca629bf7c9be2bacba8596df23a7dc01386eee6f66ea112b3bb377de85bae673aa908dda81
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.18.0
|
data/lib/aws-sdk-ebs/client.rb
CHANGED
|
@@ -649,7 +649,7 @@ module Aws::EBS
|
|
|
649
649
|
# [1]: https://docs.aws.amazon.com/ebs/latest/APIReference/API_PutSnapshotBlock.html
|
|
650
650
|
#
|
|
651
651
|
# @option params [required, Integer] :volume_size
|
|
652
|
-
# The size of the volume, in GiB. The maximum size is `
|
|
652
|
+
# The size of the volume, in GiB. The maximum size is `65536` GiB (64
|
|
653
653
|
# TiB).
|
|
654
654
|
#
|
|
655
655
|
# @option params [String] :parent_snapshot_id
|
|
@@ -806,7 +806,7 @@ module Aws::EBS
|
|
|
806
806
|
params: params,
|
|
807
807
|
config: config)
|
|
808
808
|
context[:gem_name] = 'aws-sdk-ebs'
|
|
809
|
-
context[:gem_version] = '1.
|
|
809
|
+
context[:gem_version] = '1.18.0'
|
|
810
810
|
Seahorse::Client::Request.new(handlers, context)
|
|
811
811
|
end
|
|
812
812
|
|
data/lib/aws-sdk-ebs/types.rb
CHANGED
|
@@ -581,7 +581,7 @@ module Aws::EBS
|
|
|
581
581
|
# }
|
|
582
582
|
#
|
|
583
583
|
# @!attribute [rw] volume_size
|
|
584
|
-
# The size of the volume, in GiB. The maximum size is `
|
|
584
|
+
# The size of the volume, in GiB. The maximum size is `65536` GiB (64
|
|
585
585
|
# TiB).
|
|
586
586
|
# @return [Integer]
|
|
587
587
|
#
|
data/lib/aws-sdk-ebs.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ebs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.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-09-
|
|
11
|
+
date: 2021-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|