aws-sdk-ebs 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1e41c88491c736e7466409588b393fd2f84870be0f00b3fb49ab8c60041bd04
4
- data.tar.gz: ee5831d7fc2f32b5a48201b4868ffa33202c68693781c3c503939e34f73aa3ee
3
+ metadata.gz: ddba9a0efe683f000f117556552564b9fe383fbb5f47094bafda97aeded53b38
4
+ data.tar.gz: 350c2159ee3fe84554f374dc658b44d12bd3b17e94e50b67bcb03ba525c6f798
5
5
  SHA512:
6
- metadata.gz: 62735531c6e5aeedc7a450cdd3e86b8de5674c67ba74506a285f528829474857c07de0f43b2f66a589bf2389bb8be007f808d58c449246092ab4050bf9e29914
7
- data.tar.gz: def1ad84f9a9cb66100ce5a3dc847a47218be07483ca648490113593a50e21802f8e340de3902ee0af710eed1859251ec361d19c0cbd7494c01e1f4f089a7497
6
+ metadata.gz: 445c0c17cf2c729af53e4a4611d409313ece7c3435683d42f4edc2c20eae148daa1841670494be071ed33f14b7a54e7b6c2edf24d77a4c2fef9af0392bb912d6
7
+ data.tar.gz: c9e579ab4d01cd49bc5804356094300dc32d4b58627c7a6ddeaa05193502100ac36eb51df743c3a2e22ca2ea72620d3b7212e5ec5171f081267acc0cf71723d3
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-ebs/customizations'
47
47
  # @!group service
48
48
  module Aws::EBS
49
49
 
50
- GEM_VERSION = '1.8.0'
50
+ GEM_VERSION = '1.9.0'
51
51
 
52
52
  end
@@ -431,9 +431,9 @@ module Aws::EBS
431
431
  req.send_request(options, &block)
432
432
  end
433
433
 
434
- # Returns the block indexes and block tokens for blocks that are
435
- # different between two Amazon Elastic Block Store snapshots of the same
436
- # volume/snapshot lineage.
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 the block indexes and block tokens for blocks in an Amazon
503
- # Elastic Block Store snapshot.
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 block in the snapshot. If the specified
559
- # block contains data, the existing data is overwritten. The target
560
- # snapshot must be in the `pending` state.
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 the offset position of a block within a snapshot, and it is used to
570
- # identify the block. To identify the logical offset of the data in the
571
- # logical volume, multiply the block index with the block size (Block
572
- # index * 512 bytes).
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.8.0'
809
+ context[:gem_version] = '1.9.0'
810
810
  Seahorse::Client::Request.new(handlers, context)
811
811
  end
812
812
 
@@ -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 the offset position of a block within a snapshot, and it is
432
- # used to identify the block. To identify the logical offset of the
433
- # data in the logical volume, multiply the block index with the block
434
- # size (Block index * 512 bytes).
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.8.0
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-08-25 00:00:00.000000000 Z
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