aws-sdk-ebs 1.8.0 → 1.9.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-ebs.rb +1 -1
- data/lib/aws-sdk-ebs/client.rb +13 -13
- data/lib/aws-sdk-ebs/types.rb +4 -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: ddba9a0efe683f000f117556552564b9fe383fbb5f47094bafda97aeded53b38
|
|
4
|
+
data.tar.gz: 350c2159ee3fe84554f374dc658b44d12bd3b17e94e50b67bcb03ba525c6f798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 445c0c17cf2c729af53e4a4611d409313ece7c3435683d42f4edc2c20eae148daa1841670494be071ed33f14b7a54e7b6c2edf24d77a4c2fef9af0392bb912d6
|
|
7
|
+
data.tar.gz: c9e579ab4d01cd49bc5804356094300dc32d4b58627c7a6ddeaa05193502100ac36eb51df743c3a2e22ca2ea72620d3b7212e5ec5171f081267acc0cf71723d3
|
data/lib/aws-sdk-ebs.rb
CHANGED
data/lib/aws-sdk-ebs/client.rb
CHANGED
|
@@ -431,9 +431,9 @@ module Aws::EBS
|
|
|
431
431
|
req.send_request(options, &block)
|
|
432
432
|
end
|
|
433
433
|
|
|
434
|
-
# Returns
|
|
435
|
-
#
|
|
436
|
-
#
|
|
434
|
+
# Returns information about the blocks that are different between two
|
|
435
|
+
# Amazon Elastic Block Store snapshots of the same volume/snapshot
|
|
436
|
+
# lineage.
|
|
437
437
|
#
|
|
438
438
|
# @option params [String] :first_snapshot_id
|
|
439
439
|
# The ID of the first snapshot to use for the comparison.
|
|
@@ -499,8 +499,8 @@ module Aws::EBS
|
|
|
499
499
|
req.send_request(options)
|
|
500
500
|
end
|
|
501
501
|
|
|
502
|
-
# Returns
|
|
503
|
-
#
|
|
502
|
+
# Returns information about the blocks in an Amazon Elastic Block Store
|
|
503
|
+
# snapshot.
|
|
504
504
|
#
|
|
505
505
|
# @option params [required, String] :snapshot_id
|
|
506
506
|
# The ID of the snapshot from which to get block indexes and block
|
|
@@ -555,9 +555,9 @@ module Aws::EBS
|
|
|
555
555
|
req.send_request(options)
|
|
556
556
|
end
|
|
557
557
|
|
|
558
|
-
# Writes a block of data to a
|
|
559
|
-
#
|
|
560
|
-
#
|
|
558
|
+
# Writes a block of data to a snapshot. If the specified block contains
|
|
559
|
+
# data, the existing data is overwritten. The target snapshot must be in
|
|
560
|
+
# the `pending` state.
|
|
561
561
|
#
|
|
562
562
|
# Data written to a snapshot must be aligned with 512-byte sectors.
|
|
563
563
|
#
|
|
@@ -566,10 +566,10 @@ module Aws::EBS
|
|
|
566
566
|
#
|
|
567
567
|
# @option params [required, Integer] :block_index
|
|
568
568
|
# The block index of the block in which to write the data. A block index
|
|
569
|
-
# is
|
|
570
|
-
#
|
|
571
|
-
#
|
|
572
|
-
#
|
|
569
|
+
# is a logical index in units of `512` KiB blocks. To identify the block
|
|
570
|
+
# index, divide the logical offset of the data in the logical volume by
|
|
571
|
+
# the block size (logical offset of data/`524288`). The logical offset
|
|
572
|
+
# of the data must be `512` KiB aligned.
|
|
573
573
|
#
|
|
574
574
|
# @option params [required, String, IO] :block_data
|
|
575
575
|
# The data to write to the block.
|
|
@@ -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.9.0'
|
|
810
810
|
Seahorse::Client::Request.new(handlers, context)
|
|
811
811
|
end
|
|
812
812
|
|
data/lib/aws-sdk-ebs/types.rb
CHANGED
|
@@ -428,10 +428,10 @@ module Aws::EBS
|
|
|
428
428
|
#
|
|
429
429
|
# @!attribute [rw] block_index
|
|
430
430
|
# The block index of the block in which to write the data. A block
|
|
431
|
-
# index is
|
|
432
|
-
#
|
|
433
|
-
#
|
|
434
|
-
#
|
|
431
|
+
# index is a logical index in units of `512` KiB blocks. To identify
|
|
432
|
+
# the block index, divide the logical offset of the data in the
|
|
433
|
+
# logical volume by the block size (logical offset of data/`524288`).
|
|
434
|
+
# The logical offset of the data must be `512` KiB aligned.
|
|
435
435
|
# @return [Integer]
|
|
436
436
|
#
|
|
437
437
|
# @!attribute [rw] block_data
|
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.9.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-
|
|
11
|
+
date: 2020-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|