aws-sdk-docdb 1.13.0 → 1.14.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 +8 -8
- data/lib/aws-sdk-docdb/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f01828e3752de7939321062254b4ce355493820
|
|
4
|
+
data.tar.gz: 917a9497769ab6c2d7f2dffcbb96983fbd608337
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68536d2b838d5b4ebda4a49a8cc3b13b335a6cc47d6335f6f9b55e084a1cd1c38771384bbb53780c6bb796c935c54b7c34302bffecdccef7c4882859483a06af
|
|
7
|
+
data.tar.gz: 2a7787ad406587912c50e450d1221159db5a92dd4c425543c59e7c4e319ecd8a51ccc1a39e975256fec8b372b1e60c563c1db102ab267d9effb5374731ff3aca
|
data/lib/aws-sdk-docdb.rb
CHANGED
data/lib/aws-sdk-docdb/client.rb
CHANGED
|
@@ -841,7 +841,7 @@ module Aws::DocDB
|
|
|
841
841
|
#
|
|
842
842
|
# Constraints:
|
|
843
843
|
#
|
|
844
|
-
# * Must match the name of an existing `DBClusterParameterGroup`.
|
|
844
|
+
# * Must not match the name of an existing `DBClusterParameterGroup`.
|
|
845
845
|
#
|
|
846
846
|
# ^
|
|
847
847
|
#
|
|
@@ -1521,11 +1521,7 @@ module Aws::DocDB
|
|
|
1521
1521
|
end
|
|
1522
1522
|
|
|
1523
1523
|
# Returns a list of certificate authority (CA) certificates provided by
|
|
1524
|
-
# Amazon DocumentDB for this AWS account.
|
|
1525
|
-
# features such as cluster and instance lifecycle management, Amazon
|
|
1526
|
-
# DocumentDB leverages operational technology that is shared with Amazon
|
|
1527
|
-
# RDS and Amazon Neptune. Use the `filterName=engine,Values=docdb`
|
|
1528
|
-
# filter parameter to return only Amazon DocumentDB clusters.
|
|
1524
|
+
# Amazon DocumentDB for this AWS account.
|
|
1529
1525
|
#
|
|
1530
1526
|
# @option params [String] :certificate_identifier
|
|
1531
1527
|
# The user-supplied certificate identifier. If this parameter is
|
|
@@ -1931,7 +1927,11 @@ module Aws::DocDB
|
|
|
1931
1927
|
end
|
|
1932
1928
|
|
|
1933
1929
|
# Returns information about provisioned Amazon DocumentDB clusters. This
|
|
1934
|
-
# API operation supports pagination.
|
|
1930
|
+
# API operation supports pagination. For certain management features
|
|
1931
|
+
# such as cluster and instance lifecycle management, Amazon DocumentDB
|
|
1932
|
+
# leverages operational technology that is shared with Amazon RDS and
|
|
1933
|
+
# Amazon Neptune. Use the `filterName=engine,Values=docdb` filter
|
|
1934
|
+
# parameter to return only Amazon DocumentDB clusters.
|
|
1935
1935
|
#
|
|
1936
1936
|
# @option params [String] :db_cluster_identifier
|
|
1937
1937
|
# The user-provided cluster identifier. If this parameter is specified,
|
|
@@ -4167,7 +4167,7 @@ module Aws::DocDB
|
|
|
4167
4167
|
params: params,
|
|
4168
4168
|
config: config)
|
|
4169
4169
|
context[:gem_name] = 'aws-sdk-docdb'
|
|
4170
|
-
context[:gem_version] = '1.
|
|
4170
|
+
context[:gem_version] = '1.14.0'
|
|
4171
4171
|
Seahorse::Client::Request.new(handlers, context)
|
|
4172
4172
|
end
|
|
4173
4173
|
|
data/lib/aws-sdk-docdb/types.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.14.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-02-
|
|
11
|
+
date: 2020-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|