aws-sdk-docdb 1.25.0 → 1.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-docdb.rb +1 -1
- data/lib/aws-sdk-docdb/client.rb +4 -13
- data/lib/aws-sdk-docdb/types.rb +3 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9f3c2a08f1c743f21dcdd57daa895e245b59e501b9f58d1ea4d8fb432ef6a87
|
4
|
+
data.tar.gz: 929a2b88c64bb10db486c5708c6e57356cdd8201ef17d1e98b12f6f21a5c1a40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c3768d9a04aa43e5bb81db2442cc6ea96434b98a52fa5471cd2f74f9c39d618c9eb298c94405f8497e133e778ab2c93b74766e0c9fa574b5ff55472b000c2d1
|
7
|
+
data.tar.gz: cd92d30f51a2d6b3a96af8b595bd8c1978435b5a3a285e489a117c097c775416e694d457b1f753229a4bf994337774af3b4d8a93000a84351a2683e92f23de0c
|
data/lib/aws-sdk-docdb.rb
CHANGED
data/lib/aws-sdk-docdb/client.rb
CHANGED
@@ -778,24 +778,15 @@ module Aws::DocDB
|
|
778
778
|
#
|
779
779
|
# If an encryption key is not specified in `KmsKeyId`\:
|
780
780
|
#
|
781
|
-
# * If `
|
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.
|
4273
|
+
context[:gem_version] = '1.26.0'
|
4283
4274
|
Seahorse::Client::Request.new(handlers, context)
|
4284
4275
|
end
|
4285
4276
|
|
data/lib/aws-sdk-docdb/types.rb
CHANGED
@@ -637,23 +637,14 @@ module Aws::DocDB
|
|
637
637
|
#
|
638
638
|
# If an encryption key is not specified in `KmsKeyId`\:
|
639
639
|
#
|
640
|
-
# * If `
|
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.
|
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-
|
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
|