aws-sdk-docdb 1.25.0 → 1.26.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bc34c81869621e6e31fd78aba6504c6db838cda12d3de6c998054170646ffcb
4
- data.tar.gz: 2dd9eaf9c00f938389de17b0d3af5ed6c900e402170f4cb50c5c17f2c1b663fa
3
+ metadata.gz: f9f3c2a08f1c743f21dcdd57daa895e245b59e501b9f58d1ea4d8fb432ef6a87
4
+ data.tar.gz: 929a2b88c64bb10db486c5708c6e57356cdd8201ef17d1e98b12f6f21a5c1a40
5
5
  SHA512:
6
- metadata.gz: 0d30efd0f14f8639806953fbdd26687666880553d3c8e8674d8209c7e9a50bd931f6cbba4bb4a4a029909b0957f9142d1a12c1e2f65a262b6e8a4211d3a4aa1c
7
- data.tar.gz: 918a98ad341c5e322a3cd351620efb4f0566f5449ea40573ffffb17b0bfc2382fc29d8d2d67c0687755a607456388cfc2c8698f7ad8eb45f0ab6a953aea51434
6
+ metadata.gz: 8c3768d9a04aa43e5bb81db2442cc6ea96434b98a52fa5471cd2f74f9c39d618c9eb298c94405f8497e133e778ab2c93b74766e0c9fa574b5ff55472b000c2d1
7
+ data.tar.gz: cd92d30f51a2d6b3a96af8b595bd8c1978435b5a3a285e489a117c097c775416e694d457b1f753229a4bf994337774af3b4d8a93000a84351a2683e92f23de0c
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-docdb/customizations'
49
49
  # @!group service
50
50
  module Aws::DocDB
51
51
 
52
- GEM_VERSION = '1.25.0'
52
+ GEM_VERSION = '1.26.0'
53
53
 
54
54
  end
@@ -778,24 +778,15 @@ module Aws::DocDB
778
778
  #
779
779
  # If an encryption key is not specified in `KmsKeyId`\:
780
780
  #
781
- # * If `ReplicationSourceIdentifier` identifies an encrypted source,
782
- # then Amazon DocumentDB uses the encryption key that is used to
783
- # encrypt the source. Otherwise, Amazon DocumentDB uses your default
784
- # encryption key.
785
- #
786
- # * If the `StorageEncrypted` parameter is `true` and
787
- # `ReplicationSourceIdentifier` is not specified, Amazon DocumentDB
781
+ # * If the `StorageEncrypted` parameter is `true`, Amazon DocumentDB
788
782
  # uses your default encryption key.
789
783
  #
784
+ # ^
785
+ #
790
786
  # AWS KMS creates the default encryption key for your AWS account. Your
791
787
  # AWS account has a different default encryption key for each AWS
792
788
  # Region.
793
789
  #
794
- # If you create a replica of an encrypted cluster in another AWS Region,
795
- # you must set `KmsKeyId` to a KMS key ID that is valid in the
796
- # destination AWS Region. This key is used to encrypt the replica in
797
- # that AWS Region.
798
- #
799
790
  # @option params [String] :pre_signed_url
800
791
  # Not currently supported.
801
792
  #
@@ -4279,7 +4270,7 @@ module Aws::DocDB
4279
4270
  params: params,
4280
4271
  config: config)
4281
4272
  context[:gem_name] = 'aws-sdk-docdb'
4282
- context[:gem_version] = '1.25.0'
4273
+ context[:gem_version] = '1.26.0'
4283
4274
  Seahorse::Client::Request.new(handlers, context)
4284
4275
  end
4285
4276
 
@@ -637,23 +637,14 @@ module Aws::DocDB
637
637
  #
638
638
  # If an encryption key is not specified in `KmsKeyId`\:
639
639
  #
640
- # * If `ReplicationSourceIdentifier` identifies an encrypted source,
641
- # then Amazon DocumentDB uses the encryption key that is used to
642
- # encrypt the source. Otherwise, Amazon DocumentDB uses your default
643
- # encryption key.
644
- #
645
- # * If the `StorageEncrypted` parameter is `true` and
646
- # `ReplicationSourceIdentifier` is not specified, Amazon DocumentDB
640
+ # * If the `StorageEncrypted` parameter is `true`, Amazon DocumentDB
647
641
  # uses your default encryption key.
648
642
  #
643
+ # ^
644
+ #
649
645
  # AWS KMS creates the default encryption key for your AWS account.
650
646
  # Your AWS account has a different default encryption key for each AWS
651
647
  # Region.
652
- #
653
- # If you create a replica of an encrypted cluster in another AWS
654
- # Region, you must set `KmsKeyId` to a KMS key ID that is valid in the
655
- # destination AWS Region. This key is used to encrypt the replica in
656
- # that AWS Region.
657
648
  # @return [String]
658
649
  #
659
650
  # @!attribute [rw] pre_signed_url
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core