aws-sdk-ebs 1.22.0 → 1.25.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: 6f1a64411ccae2d69a6a2e8e21335fd9cdb517525e0b44a74ed6042671fb094c
4
- data.tar.gz: 47cce3e21c7b0efb09db7809758167e795432f6ea306d07461092717b06170d1
3
+ metadata.gz: 76787b57c3e30f227d540df0cd48615cf60d15160fdbe1258819c13c378bb685
4
+ data.tar.gz: 10faacb671723f45e64a0eba8f6377899e8dd079bb4b603cb033755d964f85fd
5
5
  SHA512:
6
- metadata.gz: 7b9f01e5cde5a7d4e6eb24e651a580046c949b0ca5c4fccedb4f3c1f8150aa0861becdf6196a6280df3e1b240ba1eb4edf44b3f28597174bccdccff48bafc32b
7
- data.tar.gz: 06ae6e6ecf150d515226d832f0213073eab1e2a3000b5dcd1d8d19617902ff05f508bc2bb8a8acaf0ede4ec4c1f7896b359551fce653da19ef2d386d87a6fad7
6
+ metadata.gz: bedcf78590b9de9cbc7c357cba11cd0720fff341122c2270d8dc1c9712c11f022f9e4edac52932a8e0cb4237129b3ca83c184c50c211ee84b5029377228e09a9
7
+ data.tar.gz: 720edf413c0f22d61bb4087424210b5352f52a40c734304d43ffd7cf7faaec3854b796572b74b4dae70baeb07c45b8ead9e54b58d12859286bb5480c79563ae0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.24.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.23.0 (2022-01-26)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for Amazon EBS Direct APIs.
18
+
4
19
  1.22.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.25.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::EBS
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -470,8 +474,18 @@ module Aws::EBS
470
474
  # @option params [String] :next_token
471
475
  # The token to request the next page of results.
472
476
  #
477
+ # If you specify **NextToken**, then **StartingBlockIndex** is ignored.
478
+ #
473
479
  # @option params [Integer] :max_results
474
- # The number of results to return.
480
+ # The maximum number of blocks to be returned by the request.
481
+ #
482
+ # Even if additional blocks can be retrieved from the snapshot, the
483
+ # request can return less blocks than **MaxResults** or an empty array
484
+ # of blocks.
485
+ #
486
+ # To retrieve the next set of blocks from the snapshot, make another
487
+ # request with the returned **NextToken** value. The value of
488
+ # **NextToken** is `null` when there are no more blocks to return.
475
489
  #
476
490
  # @option params [Integer] :starting_block_index
477
491
  # The block index from which the comparison should start.
@@ -479,6 +493,8 @@ module Aws::EBS
479
493
  # The list in the response will start from this block index or the next
480
494
  # valid block index in the snapshots.
481
495
  #
496
+ # If you specify **NextToken**, then **StartingBlockIndex** is ignored.
497
+ #
482
498
  # @return [Types::ListChangedBlocksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
483
499
  #
484
500
  # * {Types::ListChangedBlocksResponse#changed_blocks #changed_blocks} => Array<Types::ChangedBlock>
@@ -529,14 +545,26 @@ module Aws::EBS
529
545
  # @option params [String] :next_token
530
546
  # The token to request the next page of results.
531
547
  #
548
+ # If you specify **NextToken**, then **StartingBlockIndex** is ignored.
549
+ #
532
550
  # @option params [Integer] :max_results
533
- # The number of results to return.
551
+ # The maximum number of blocks to be returned by the request.
552
+ #
553
+ # Even if additional blocks can be retrieved from the snapshot, the
554
+ # request can return less blocks than **MaxResults** or an empty array
555
+ # of blocks.
556
+ #
557
+ # To retrieve the next set of blocks from the snapshot, make another
558
+ # request with the returned **NextToken** value. The value of
559
+ # **NextToken** is `null` when there are no more blocks to return.
534
560
  #
535
561
  # @option params [Integer] :starting_block_index
536
562
  # The block index from which the list should start. The list in the
537
563
  # response will start from this block index or the next valid block
538
564
  # index in the snapshot.
539
565
  #
566
+ # If you specify **NextToken**, then **StartingBlockIndex** is ignored.
567
+ #
540
568
  # @return [Types::ListSnapshotBlocksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
541
569
  #
542
570
  # * {Types::ListSnapshotBlocksResponse#blocks #blocks} => Array<Types::Block>
@@ -826,7 +854,7 @@ module Aws::EBS
826
854
  params: params,
827
855
  config: config)
828
856
  context[:gem_name] = 'aws-sdk-ebs'
829
- context[:gem_version] = '1.22.0'
857
+ context[:gem_version] = '1.25.0'
830
858
  Seahorse::Client::Request.new(handlers, context)
831
859
  end
832
860
 
@@ -278,10 +278,21 @@ module Aws::EBS
278
278
  #
279
279
  # @!attribute [rw] next_token
280
280
  # The token to request the next page of results.
281
+ #
282
+ # If you specify **NextToken**, then **StartingBlockIndex** is
283
+ # ignored.
281
284
  # @return [String]
282
285
  #
283
286
  # @!attribute [rw] max_results
284
- # The number of results to return.
287
+ # The maximum number of blocks to be returned by the request.
288
+ #
289
+ # Even if additional blocks can be retrieved from the snapshot, the
290
+ # request can return less blocks than **MaxResults** or an empty array
291
+ # of blocks.
292
+ #
293
+ # To retrieve the next set of blocks from the snapshot, make another
294
+ # request with the returned **NextToken** value. The value of
295
+ # **NextToken** is `null` when there are no more blocks to return.
285
296
  # @return [Integer]
286
297
  #
287
298
  # @!attribute [rw] starting_block_index
@@ -289,6 +300,9 @@ module Aws::EBS
289
300
  #
290
301
  # The list in the response will start from this block index or the
291
302
  # next valid block index in the snapshots.
303
+ #
304
+ # If you specify **NextToken**, then **StartingBlockIndex** is
305
+ # ignored.
292
306
  # @return [Integer]
293
307
  #
294
308
  # @see http://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/ListChangedBlocksRequest AWS API Documentation
@@ -353,16 +367,30 @@ module Aws::EBS
353
367
  #
354
368
  # @!attribute [rw] next_token
355
369
  # The token to request the next page of results.
370
+ #
371
+ # If you specify **NextToken**, then **StartingBlockIndex** is
372
+ # ignored.
356
373
  # @return [String]
357
374
  #
358
375
  # @!attribute [rw] max_results
359
- # The number of results to return.
376
+ # The maximum number of blocks to be returned by the request.
377
+ #
378
+ # Even if additional blocks can be retrieved from the snapshot, the
379
+ # request can return less blocks than **MaxResults** or an empty array
380
+ # of blocks.
381
+ #
382
+ # To retrieve the next set of blocks from the snapshot, make another
383
+ # request with the returned **NextToken** value. The value of
384
+ # **NextToken** is `null` when there are no more blocks to return.
360
385
  # @return [Integer]
361
386
  #
362
387
  # @!attribute [rw] starting_block_index
363
388
  # The block index from which the list should start. The list in the
364
389
  # response will start from this block index or the next valid block
365
390
  # index in the snapshot.
391
+ #
392
+ # If you specify **NextToken**, then **StartingBlockIndex** is
393
+ # ignored.
366
394
  # @return [Integer]
367
395
  #
368
396
  # @see http://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/ListSnapshotBlocksRequest AWS API Documentation
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.22.0'
51
+ GEM_VERSION = '1.25.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.22.0
4
+ version: 1.25.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement