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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 419461714c9f0a76d13d64b4f585213269425203364149bccb9cdf417c330615
4
- data.tar.gz: 6087447c96a5f17c3d57ea1f2d641306060531e0c17013ef9edfcbff04d18eb9
3
+ metadata.gz: '099baa9c7cd75923fe4b9646dfdedc4f6bcee8abd217c85c1fb4f97f9bb2a050'
4
+ data.tar.gz: c819050f4958a9463bbca621e2e886a52346b3098733ca0754c2069f7536416b
5
5
  SHA512:
6
- metadata.gz: 14676534258ce8ded6d6332464b8044975f98fcc020baf9fce650576c680dbe3f8e916cdf95e95ca5c47a9e0c19116e97b28e1057a84fc8b434506a590722446
7
- data.tar.gz: 9b25265d89c0dcc54a0f14d3b5ba5299ecce0dbff1c8c32ba91acfce8d303262d1d585c5f720786bce20221e57b628f855d61580c96070155851ed5e494a2cf4
6
+ metadata.gz: 4c366c61f098089b2fa89bb629e6a0a87afcf8e1a75be83a8d4eeedb2d3f8516964c61e18e895b1299fe3377b97200f081e98309e1d7a9fcb274a1851872c679
7
+ data.tar.gz: ad666189ccd30d5a3d013a6bc4de5990b98a355d7c9f9decc150628b2c3949a157c126c047c55f8fd5b2e83f36f1b41cfad210a74f45ba8e643c032249578cc7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2022-08-22)
5
+ ------------------
6
+
7
+ * Feature - Update document for volume clone
8
+
4
9
  1.43.0 (2022-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -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.43.0'
5179
+ context[:gem_version] = '1.44.0'
5183
5180
  Seahorse::Client::Request.new(handlers, context)
5184
5181
  end
5185
5182
 
@@ -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
@@ -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.43.0'
52
+ GEM_VERSION = '1.44.0'
53
53
 
54
54
  end
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.43.0
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-07-21 00:00:00.000000000 Z
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