aws-sdk-docdb 1.23.0 → 1.24.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/lib/aws-sdk-docdb.rb +1 -1
- data/lib/aws-sdk-docdb/client.rb +5 -2
- data/lib/aws-sdk-docdb/types.rb +4 -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: b848eaf8bc2e8551685d823e6a5ef1a95777bd2304577a55756efdb8f983f31a
|
|
4
|
+
data.tar.gz: e0cdf94dcbd0574956f48a21949cb4bc975148ef5c123a72e400eaeab42a95ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7c940aac6e6cc9f19e9d72bba9060483ed0c665ad5dda9d5a8d664178ee2f9b9ef9f115f081b6b8ebd7141a5bd11fe22bb5eb449bac83e86847dcbe1ef44281
|
|
7
|
+
data.tar.gz: 7bf82966ec1b612d060e3e57d0830593ed5b6c883394814840b5af0d80552b6693d52a5b8dfdc30653717b93ad88e1c6070b95879925ace3b5f425f16ea313d5
|
data/lib/aws-sdk-docdb.rb
CHANGED
data/lib/aws-sdk-docdb/client.rb
CHANGED
|
@@ -702,7 +702,10 @@ module Aws::DocDB
|
|
|
702
702
|
# Valid values: `docdb`
|
|
703
703
|
#
|
|
704
704
|
# @option params [String] :engine_version
|
|
705
|
-
# The version number of the database engine to use.
|
|
705
|
+
# The version number of the database engine to use. The --engine-version
|
|
706
|
+
# will default to the latest major engine version. For production
|
|
707
|
+
# workloads, we recommend explicitly declaring this parameter with the
|
|
708
|
+
# intended major engine version.
|
|
706
709
|
#
|
|
707
710
|
# @option params [Integer] :port
|
|
708
711
|
# The port number on which the instances in the cluster accept
|
|
@@ -4276,7 +4279,7 @@ module Aws::DocDB
|
|
|
4276
4279
|
params: params,
|
|
4277
4280
|
config: config)
|
|
4278
4281
|
context[:gem_name] = 'aws-sdk-docdb'
|
|
4279
|
-
context[:gem_version] = '1.
|
|
4282
|
+
context[:gem_version] = '1.24.0'
|
|
4280
4283
|
Seahorse::Client::Request.new(handlers, context)
|
|
4281
4284
|
end
|
|
4282
4285
|
|
data/lib/aws-sdk-docdb/types.rb
CHANGED
|
@@ -553,7 +553,10 @@ module Aws::DocDB
|
|
|
553
553
|
# @return [String]
|
|
554
554
|
#
|
|
555
555
|
# @!attribute [rw] engine_version
|
|
556
|
-
# The version number of the database engine to use.
|
|
556
|
+
# The version number of the database engine to use. The
|
|
557
|
+
# --engine-version will default to the latest major engine version.
|
|
558
|
+
# For production workloads, we recommend explicitly declaring this
|
|
559
|
+
# parameter with the intended major engine version.
|
|
557
560
|
# @return [String]
|
|
558
561
|
#
|
|
559
562
|
# @!attribute [rw] port
|
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.24.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-
|
|
11
|
+
date: 2020-09-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|