aws-sdk-docdb 1.43.0 → 1.44.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-docdb/client.rb +1 -4
- data/lib/aws-sdk-docdb/types.rb +0 -3
- data/lib/aws-sdk-docdb.rb +1 -1
- 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: '099baa9c7cd75923fe4b9646dfdedc4f6bcee8abd217c85c1fb4f97f9bb2a050'
|
|
4
|
+
data.tar.gz: c819050f4958a9463bbca621e2e886a52346b3098733ca0754c2069f7536416b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c366c61f098089b2fa89bb629e6a0a87afcf8e1a75be83a8d4eeedb2d3f8516964c61e18e895b1299fe3377b97200f081e98309e1d7a9fcb274a1851872c679
|
|
7
|
+
data.tar.gz: ad666189ccd30d5a3d013a6bc4de5990b98a355d7c9f9decc150628b2c3949a157c126c047c55f8fd5b2e83f36f1b41cfad210a74f45ba8e643c032249578cc7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
data/lib/aws-sdk-docdb/client.rb
CHANGED
|
@@ -4829,9 +4829,6 @@ module Aws::DocDB
|
|
|
4829
4829
|
# * `copy-on-write` - The new DB cluster is restored as a clone of the
|
|
4830
4830
|
# source DB cluster.
|
|
4831
4831
|
#
|
|
4832
|
-
# Constraints: You can't specify `copy-on-write` if the engine version
|
|
4833
|
-
# of the source DB cluster is earlier than 1.11.
|
|
4834
|
-
#
|
|
4835
4832
|
# If you don't specify a `RestoreType` value, then the new DB cluster
|
|
4836
4833
|
# is restored as a full copy of the source DB cluster.
|
|
4837
4834
|
#
|
|
@@ -5179,7 +5176,7 @@ module Aws::DocDB
|
|
|
5179
5176
|
params: params,
|
|
5180
5177
|
config: config)
|
|
5181
5178
|
context[:gem_name] = 'aws-sdk-docdb'
|
|
5182
|
-
context[:gem_version] = '1.
|
|
5179
|
+
context[:gem_version] = '1.44.0'
|
|
5183
5180
|
Seahorse::Client::Request.new(handlers, context)
|
|
5184
5181
|
end
|
|
5185
5182
|
|
data/lib/aws-sdk-docdb/types.rb
CHANGED
|
@@ -5816,9 +5816,6 @@ module Aws::DocDB
|
|
|
5816
5816
|
# * `copy-on-write` - The new DB cluster is restored as a clone of the
|
|
5817
5817
|
# source DB cluster.
|
|
5818
5818
|
#
|
|
5819
|
-
# Constraints: You can't specify `copy-on-write` if the engine
|
|
5820
|
-
# version of the source DB cluster is earlier than 1.11.
|
|
5821
|
-
#
|
|
5822
5819
|
# If you don't specify a `RestoreType` value, then the new DB cluster
|
|
5823
5820
|
# is restored as a full copy of the source DB cluster.
|
|
5824
5821
|
# @return [String]
|
data/lib/aws-sdk-docdb.rb
CHANGED
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.44.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: 2022-
|
|
11
|
+
date: 2022-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|