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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba3da737272d9c287888941e0d558ea99f842ded6202099e83ececa0ff3510a1
4
- data.tar.gz: 15c52b5ed4a20c04bf089cffd38e41a7c0989032efe4463886c89c40a393ae66
3
+ metadata.gz: 497aa842985678fed084558c1a812ae3e96653c1cb03e78456a4eea5daa4dc82
4
+ data.tar.gz: 71d53b7e5ea5701098aa2a43afe09e66987851d842641c4a76c9d85d4ae19e2a
5
5
  SHA512:
6
- metadata.gz: 6d70f0d26ebd1923f6bffb9151badf4ebd5f0755d228d4fa2dfa87415835ab665acf72b6e29a5e92c704899f953abc08a37b1a3fc86297d365a74f5c4321db14
7
- data.tar.gz: a58607df0e3685eaf9a71aa3408034e1cc0006e645b6f4f73451b5bb94352ae8060711af022c80b6565b37054befe2e50d5d63a02babb5d25a9f23f302c441c5
6
+ metadata.gz: d35234e05202ede8b7e2df4786bacd4c78ceca1962304247d9dd4a36797279108a83dd728c1bc450611b4557ca11a999418ea82bdb42c480857eebfda5edc9ef
7
+ data.tar.gz: b13abc51ba442c38ca29912a782c4f473b56ce9319f34ef97c0ce1ca629bf7c9be2bacba8596df23a7dc01386eee6f66ea112b3bb377de85bae673aa908dda81
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2021-09-02)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon EBS direct APIs.
8
+
4
9
  1.17.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -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 `16384` GiB (16
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.17.0'
809
+ context[:gem_version] = '1.18.0'
810
810
  Seahorse::Client::Request.new(handlers, context)
811
811
  end
812
812
 
@@ -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 `16384` GiB (16
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ebs/customizations'
48
48
  # @!group service
49
49
  module Aws::EBS
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  end
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.17.0
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-01 00:00:00.000000000 Z
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