aws-sdk-ebs 1.14.0 → 1.18.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: 9c600bfce5624df361f12547e9a08823d17e01b5237e3db3683a5a1aa5cb6f7b
4
- data.tar.gz: 7e6b1f5f3c8187682940a1e2695dad064483875536b3d60eeda07e332a7e8b47
3
+ metadata.gz: 497aa842985678fed084558c1a812ae3e96653c1cb03e78456a4eea5daa4dc82
4
+ data.tar.gz: 71d53b7e5ea5701098aa2a43afe09e66987851d842641c4a76c9d85d4ae19e2a
5
5
  SHA512:
6
- metadata.gz: 6bcdc6e300a2e67d4759d6b8c24d0cbd587a081a87b8f7fcfa747f606fcaaeca36411447402b358aa39b94039b83a0fee09382455fec57f244973e4666ba0b5a
7
- data.tar.gz: f86fa1387c9c12ddd271614b6504921266cb1b4e4b1831c3aa8d8b16bac27833b2eec70fd93e2b7f9accde162c30ccb4a9aa827fe342580f6dc771c8c8976b6c
6
+ metadata.gz: d35234e05202ede8b7e2df4786bacd4c78ceca1962304247d9dd4a36797279108a83dd728c1bc450611b4557ca11a999418ea82bdb42c480857eebfda5edc9ef
7
+ data.tar.gz: b13abc51ba442c38ca29912a782c4f473b56ce9319f34ef97c0ce1ca629bf7c9be2bacba8596df23a7dc01386eee6f66ea112b3bb377de85bae673aa908dda81
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2021-09-02)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon EBS direct APIs.
8
+
9
+ 1.17.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.16.0 (2021-08-11)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for Amazon EBS direct APIs.
18
+
19
+ 1.15.0 (2021-07-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.14.0 (2021-07-28)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.18.0
@@ -559,7 +559,7 @@ module Aws::EBS
559
559
  # data, the existing data is overwritten. The target snapshot must be in
560
560
  # the `pending` state.
561
561
  #
562
- # Data written to a snapshot must be aligned with 512-byte sectors.
562
+ # Data written to a snapshot must be aligned with 512-KiB sectors.
563
563
  #
564
564
  # @option params [required, String] :snapshot_id
565
565
  # The ID of the snapshot.
@@ -592,7 +592,7 @@ module Aws::EBS
592
592
  #
593
593
  # @option params [required, Integer] :data_length
594
594
  # The size of the data to write to the block, in bytes. Currently, the
595
- # only supported size is `524288`.
595
+ # only supported size is `524288` bytes.
596
596
  #
597
597
  # Valid values: `524288`
598
598
  #
@@ -649,7 +649,7 @@ module Aws::EBS
649
649
  # [1]: https://docs.aws.amazon.com/ebs/latest/APIReference/API_PutSnapshotBlock.html
650
650
  #
651
651
  # @option params [required, Integer] :volume_size
652
- # The size of the volume, in GiB. The maximum size is `16384` GiB (16
652
+ # The size of the volume, in GiB. The maximum size is `65536` GiB (64
653
653
  # TiB).
654
654
  #
655
655
  # @option params [String] :parent_snapshot_id
@@ -680,7 +680,7 @@ module Aws::EBS
680
680
  # and they have no additional effect.
681
681
  #
682
682
  # If you do not specify a client token, one is automatically generated
683
- # by the AWS SDK.
683
+ # by the Amazon Web Services SDK.
684
684
  #
685
685
  # For more information, see [ Idempotency for StartSnapshot API][1] in
686
686
  # the *Amazon Elastic Compute Cloud User Guide*.
@@ -699,12 +699,12 @@ module Aws::EBS
699
699
  #
700
700
  # If you specify a value for **ParentSnapshotId**, omit this parameter.
701
701
  #
702
- # If you specify `true`, the snapshot is encrypted using the CMK
702
+ # If you specify `true`, the snapshot is encrypted using the KMS key
703
703
  # specified using the **KmsKeyArn** parameter. If no value is specified
704
- # for **KmsKeyArn**, the default CMK for your account is used. If no
705
- # default CMK has been specified for your account, the AWS managed CMK
706
- # is used. To set a default CMK for your account, use [
707
- # ModifyEbsDefaultKmsKeyId][1].
704
+ # for **KmsKeyArn**, the default KMS key for your account is used. If no
705
+ # default KMS key has been specified for your account, the Amazon Web
706
+ # Services managed KMS key is used. To set a default KMS key for your
707
+ # account, use [ ModifyEbsDefaultKmsKeyId][1].
708
708
  #
709
709
  # If your account is enabled for encryption by default, you cannot set
710
710
  # this parameter to `false`. In this case, you can omit this parameter.
@@ -718,15 +718,15 @@ module Aws::EBS
718
718
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html#ebsapis-using-encryption
719
719
  #
720
720
  # @option params [String] :kms_key_arn
721
- # The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS
722
- # KMS) customer master key (CMK) to be used to encrypt the snapshot. If
723
- # you do not specify a CMK, the default AWS managed CMK is used.
721
+ # The Amazon Resource Name (ARN) of the Key Management Service (KMS) key
722
+ # to be used to encrypt the snapshot. If you do not specify a KMS key,
723
+ # the default Amazon Web Services managed KMS key is used.
724
724
  #
725
725
  # If you specify a **ParentSnapshotId**, omit this parameter; the
726
- # snapshot will be encrypted using the same CMK that was used to encrypt
727
- # the parent snapshot.
726
+ # snapshot will be encrypted using the same KMS key that was used to
727
+ # encrypt the parent snapshot.
728
728
  #
729
- # If **Encrypted** is set to `true`, you must specify a CMK ARN.
729
+ # If **Encrypted** is set to `true`, you must specify a KMS key ARN.
730
730
  #
731
731
  # @option params [Integer] :timeout
732
732
  # The amount of time (in minutes) after which the snapshot is
@@ -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.14.0'
809
+ context[:gem_version] = '1.18.0'
810
810
  Seahorse::Client::Request.new(handlers, context)
811
811
  end
812
812
 
@@ -316,7 +316,7 @@ module Aws::EBS
316
316
  # @return [Integer]
317
317
  #
318
318
  # @!attribute [rw] block_size
319
- # The size of the block.
319
+ # The size of the blocks in the snapshot, in bytes.
320
320
  # @return [Integer]
321
321
  #
322
322
  # @!attribute [rw] next_token
@@ -389,7 +389,7 @@ module Aws::EBS
389
389
  # @return [Integer]
390
390
  #
391
391
  # @!attribute [rw] block_size
392
- # The size of the block.
392
+ # The size of the blocks in the snapshot, in bytes.
393
393
  # @return [Integer]
394
394
  #
395
395
  # @!attribute [rw] next_token
@@ -456,7 +456,7 @@ module Aws::EBS
456
456
  #
457
457
  # @!attribute [rw] data_length
458
458
  # The size of the data to write to the block, in bytes. Currently, the
459
- # only supported size is `524288`.
459
+ # only supported size is `524288` bytes.
460
460
  #
461
461
  # Valid values: `524288`
462
462
  # @return [Integer]
@@ -581,7 +581,7 @@ module Aws::EBS
581
581
  # }
582
582
  #
583
583
  # @!attribute [rw] volume_size
584
- # The size of the volume, in GiB. The maximum size is `16384` GiB (16
584
+ # The size of the volume, in GiB. The maximum size is `65536` GiB (64
585
585
  # TiB).
586
586
  # @return [Integer]
587
587
  #
@@ -616,7 +616,7 @@ module Aws::EBS
616
616
  # and they have no additional effect.
617
617
  #
618
618
  # If you do not specify a client token, one is automatically generated
619
- # by the AWS SDK.
619
+ # by the Amazon Web Services SDK.
620
620
  #
621
621
  # For more information, see [ Idempotency for StartSnapshot API][1] in
622
622
  # the *Amazon Elastic Compute Cloud User Guide*.
@@ -637,12 +637,12 @@ module Aws::EBS
637
637
  # If you specify a value for **ParentSnapshotId**, omit this
638
638
  # parameter.
639
639
  #
640
- # If you specify `true`, the snapshot is encrypted using the CMK
640
+ # If you specify `true`, the snapshot is encrypted using the KMS key
641
641
  # specified using the **KmsKeyArn** parameter. If no value is
642
- # specified for **KmsKeyArn**, the default CMK for your account is
643
- # used. If no default CMK has been specified for your account, the AWS
644
- # managed CMK is used. To set a default CMK for your account, use [
645
- # ModifyEbsDefaultKmsKeyId][1].
642
+ # specified for **KmsKeyArn**, the default KMS key for your account is
643
+ # used. If no default KMS key has been specified for your account, the
644
+ # Amazon Web Services managed KMS key is used. To set a default KMS
645
+ # key for your account, use [ ModifyEbsDefaultKmsKeyId][1].
646
646
  #
647
647
  # If your account is enabled for encryption by default, you cannot set
648
648
  # this parameter to `false`. In this case, you can omit this
@@ -658,16 +658,15 @@ module Aws::EBS
658
658
  # @return [Boolean]
659
659
  #
660
660
  # @!attribute [rw] kms_key_arn
661
- # The Amazon Resource Name (ARN) of the AWS Key Management Service
662
- # (AWS KMS) customer master key (CMK) to be used to encrypt the
663
- # snapshot. If you do not specify a CMK, the default AWS managed CMK
664
- # is used.
661
+ # The Amazon Resource Name (ARN) of the Key Management Service (KMS)
662
+ # key to be used to encrypt the snapshot. If you do not specify a KMS
663
+ # key, the default Amazon Web Services managed KMS key is used.
665
664
  #
666
665
  # If you specify a **ParentSnapshotId**, omit this parameter; the
667
- # snapshot will be encrypted using the same CMK that was used to
666
+ # snapshot will be encrypted using the same KMS key that was used to
668
667
  # encrypt the parent snapshot.
669
668
  #
670
- # If **Encrypted** is set to `true`, you must specify a CMK ARN.
669
+ # If **Encrypted** is set to `true`, you must specify a KMS key ARN.
671
670
  # @return [String]
672
671
  #
673
672
  # @!attribute [rw] timeout
@@ -706,7 +705,7 @@ module Aws::EBS
706
705
  # @return [String]
707
706
  #
708
707
  # @!attribute [rw] owner_id
709
- # The AWS account ID of the snapshot owner.
708
+ # The Amazon Web Services account ID of the snapshot owner.
710
709
  # @return [String]
711
710
  #
712
711
  # @!attribute [rw] status
@@ -740,8 +739,8 @@ module Aws::EBS
740
739
  # @return [String]
741
740
  #
742
741
  # @!attribute [rw] kms_key_arn
743
- # The Amazon Resource Name (ARN) of the AWS Key Management Service
744
- # (AWS KMS) customer master key (CMK) used to encrypt the snapshot.
742
+ # The Amazon Resource Name (ARN) of the Key Management Service (KMS)
743
+ # key used to encrypt the snapshot.
745
744
  # @return [String]
746
745
  #
747
746
  # @see http://docs.aws.amazon.com/goto/WebAPI/ebs-2019-11-02/StartSnapshotResponse 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.14.0'
51
+ GEM_VERSION = '1.18.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.14.0
4
+ version: 1.18.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-07-28 00:00:00.000000000 Z
11
+ date: 2021-09-02 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.118.0
22
+ version: 3.120.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.118.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="