aws-sdk-ebs 1.0.0 → 1.1.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 +11 -5
- data/lib/aws-sdk-ebs/types.rb +19 -13
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c4aabbb92afac028b38516faff566a92fe46094
|
4
|
+
data.tar.gz: 57b214ea5562b70098868b0076f93393b17db441
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9523aa6a154b6390f1f963722e1afbf31c0b54f1e3fe98a5af990b1a6b88d80299b172d2013eb6b15f5a1a4ed9dbc4f1d02c5f70fd3d98da0534c338a7b40f16
|
7
|
+
data.tar.gz: b245b065a73350937003bb9b3345e9ac79d091ca259460ef2e8912fe8f4ede050bfdfe05bb0976541153825b3ed6aeb752ee23f24b411186ea7f34ef4bce8869
|
data/lib/aws-sdk-ebs.rb
CHANGED
data/lib/aws-sdk-ebs/client.rb
CHANGED
@@ -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 `
|
266
|
-
#
|
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 `
|
272
|
-
#
|
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.
|
438
|
+
context[:gem_version] = '1.1.0'
|
433
439
|
Seahorse::Client::Request.new(handlers, context)
|
434
440
|
end
|
435
441
|
|
data/lib/aws-sdk-ebs/types.rb
CHANGED
@@ -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 `
|
38
|
-
# specified in the `
|
39
|
-
#
|
40
|
-
#
|
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 `
|
45
|
-
# specified in the `
|
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 `
|
74
|
-
# `
|
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 `
|
81
|
-
# `
|
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 `
|
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 `
|
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.
|
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:
|
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
|