aws-sdk-ebs 1.0.0 → 1.1.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
  SHA1:
3
- metadata.gz: 6f86b5825f4b9775792cce2fb144e584d3714ffd
4
- data.tar.gz: 397387f9bd9a71f79dd3e99f5b6dde1188db55d8
3
+ metadata.gz: 5c4aabbb92afac028b38516faff566a92fe46094
4
+ data.tar.gz: 57b214ea5562b70098868b0076f93393b17db441
5
5
  SHA512:
6
- metadata.gz: 44ae1a753f8c00b62da9d66c23bf93a21e5e92ad954134b7643e8fd0d84f1c187c27c353806e091cd1d41bd089f38c26c7fd0fa1b80a23c03b04e259feb0cfb6
7
- data.tar.gz: c4fe175e11404e63a75b99f5313223adb5b156c6687de490f8eec2590693444f46dea097ca624b19b32d2784796ed3b81cf8b6a238ad85ae328723e0b641fc08
6
+ metadata.gz: 9523aa6a154b6390f1f963722e1afbf31c0b54f1e3fe98a5af990b1a6b88d80299b172d2013eb6b15f5a1a4ed9dbc4f1d02c5f70fd3d98da0534c338a7b40f16
7
+ data.tar.gz: b245b065a73350937003bb9b3345e9ac79d091ca259460ef2e8912fe8f4ede050bfdfe05bb0976541153825b3ed6aeb752ee23f24b411186ea7f34ef4bce8869
data/lib/aws-sdk-ebs.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ebs/customizations'
42
42
  # @service
43
43
  module Aws::EBS
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -262,14 +262,14 @@ module Aws::EBS
262
262
  # @option params [required, Integer] :block_index
263
263
  # The block index of the block from which to get data.
264
264
  #
265
- # Obtain the `block index` by running the `list changed blocks` or `list
266
- # snapshot blocks` operations.
265
+ # Obtain the `BlockIndex` by running the `ListChangedBlocks` or
266
+ # `ListSnapshotBlocks` operations.
267
267
  #
268
268
  # @option params [required, String] :block_token
269
269
  # The block token of the block from which to get data.
270
270
  #
271
- # Obtain the `block token` by running the `list changed blocks` or `list
272
- # snapshot blocks` operations.
271
+ # Obtain the `BlockToken` by running the `ListChangedBlocks` or
272
+ # `ListSnapshotBlocks` operations.
273
273
  #
274
274
  # @return [Types::GetSnapshotBlockResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
275
275
  #
@@ -309,9 +309,15 @@ module Aws::EBS
309
309
  # @option params [String] :first_snapshot_id
310
310
  # The ID of the first snapshot to use for the comparison.
311
311
  #
312
+ # The `FirstSnapshotID` parameter must be specified with a
313
+ # `SecondSnapshotId` parameter; otherwise, an error occurs.
314
+ #
312
315
  # @option params [required, String] :second_snapshot_id
313
316
  # The ID of the second snapshot to use for the comparison.
314
317
  #
318
+ # The `SecondSnapshotId` parameter must be specified with a
319
+ # `FirstSnapshotID` parameter; otherwise, an error occurs.
320
+ #
315
321
  # @option params [String] :next_token
316
322
  # The token to request the next page of results.
317
323
  #
@@ -429,7 +435,7 @@ module Aws::EBS
429
435
  params: params,
430
436
  config: config)
431
437
  context[:gem_name] = 'aws-sdk-ebs'
432
- context[:gem_version] = '1.0.0'
438
+ context[:gem_version] = '1.1.0'
433
439
  Seahorse::Client::Request.new(handlers, context)
434
440
  end
435
441
 
@@ -34,15 +34,15 @@ module Aws::EBS
34
34
  # @return [Integer]
35
35
  #
36
36
  # @!attribute [rw] first_block_token
37
- # The block token for the block index of the `first snapshot ID`
38
- # specified in the `list changed blocks` operation. This value is
39
- # absent if the first snapshot does not have the changed block that is
40
- # on the second snapshot.
37
+ # The block token for the block index of the `FirstSnapshotId`
38
+ # specified in the `ListChangedBlocks` operation. This value is absent
39
+ # if the first snapshot does not have the changed block that is on the
40
+ # second snapshot.
41
41
  # @return [String]
42
42
  #
43
43
  # @!attribute [rw] second_block_token
44
- # The block token for the block index of the `second snapshot ID`
45
- # specified in the `list changed blocks` operation.
44
+ # The block token for the block index of the `SecondSnapshotId`
45
+ # specified in the `ListChangedBlocks` operation.
46
46
  # @return [String]
47
47
  #
48
48
  # @see http://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/ChangedBlock AWS API Documentation
@@ -70,15 +70,15 @@ module Aws::EBS
70
70
  # @!attribute [rw] block_index
71
71
  # The block index of the block from which to get data.
72
72
  #
73
- # Obtain the `block index` by running the `list changed blocks` or
74
- # `list snapshot blocks` operations.
73
+ # Obtain the `BlockIndex` by running the `ListChangedBlocks` or
74
+ # `ListSnapshotBlocks` operations.
75
75
  # @return [Integer]
76
76
  #
77
77
  # @!attribute [rw] block_token
78
78
  # The block token of the block from which to get data.
79
79
  #
80
- # Obtain the `block token` by running the `list changed blocks` or
81
- # `list snapshot blocks` operations.
80
+ # Obtain the `BlockToken` by running the `ListChangedBlocks` or
81
+ # `ListSnapshotBlocks` operations.
82
82
  # @return [String]
83
83
  #
84
84
  # @see http://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/GetSnapshotBlockRequest AWS API Documentation
@@ -99,7 +99,7 @@ module Aws::EBS
99
99
  # @return [IO]
100
100
  #
101
101
  # @!attribute [rw] checksum
102
- # The checksum generated for the block.
102
+ # The checksum generated for the block, which is Base64 encoded.
103
103
  # @return [String]
104
104
  #
105
105
  # @!attribute [rw] checksum_algorithm
@@ -130,10 +130,16 @@ module Aws::EBS
130
130
  #
131
131
  # @!attribute [rw] first_snapshot_id
132
132
  # The ID of the first snapshot to use for the comparison.
133
+ #
134
+ # The `FirstSnapshotID` parameter must be specified with a
135
+ # `SecondSnapshotId` parameter; otherwise, an error occurs.
133
136
  # @return [String]
134
137
  #
135
138
  # @!attribute [rw] second_snapshot_id
136
139
  # The ID of the second snapshot to use for the comparison.
140
+ #
141
+ # The `SecondSnapshotId` parameter must be specified with a
142
+ # `FirstSnapshotID` parameter; otherwise, an error occurs.
137
143
  # @return [String]
138
144
  #
139
145
  # @!attribute [rw] next_token
@@ -167,7 +173,7 @@ module Aws::EBS
167
173
  # @return [Array<Types::ChangedBlock>]
168
174
  #
169
175
  # @!attribute [rw] expiry_time
170
- # The time when the `block token` expires.
176
+ # The time when the `BlockToken` expires.
171
177
  # @return [Time]
172
178
  #
173
179
  # @!attribute [rw] volume_size
@@ -238,7 +244,7 @@ module Aws::EBS
238
244
  # @return [Array<Types::Block>]
239
245
  #
240
246
  # @!attribute [rw] expiry_time
241
- # The time when the `block token` expires.
247
+ # The time when the `BlockToken` expires.
242
248
  # @return [Time]
243
249
  #
244
250
  # @!attribute [rw] volume_size
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.0.0
4
+ version: 1.1.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: 2019-12-04 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core