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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b5229f6fbb1fb78df66a004ef06d3d7d918a2df
4
- data.tar.gz: 4634d5b5e8f6f13ed1f79c9d00362345934577c6
3
+ metadata.gz: 8f01828e3752de7939321062254b4ce355493820
4
+ data.tar.gz: 917a9497769ab6c2d7f2dffcbb96983fbd608337
5
5
  SHA512:
6
- metadata.gz: a16793def2cb24469d5f8658be7090a82f15783597b3e06d26c3bd03f02bfd8909f4d079a6078f062be84833826655637574fedb7549327ccf3ca5c976e8fb5b
7
- data.tar.gz: fb3ba5d0534e37c2a683f25a5a1a36b9a2984d24831abb032e7d09dc1b504c8ed60a8dc312b856bdc2faf95cd21d05fa602f7f1595e4a605eac7b709ff2c607a
6
+ metadata.gz: 68536d2b838d5b4ebda4a49a8cc3b13b335a6cc47d6335f6f9b55e084a1cd1c38771384bbb53780c6bb796c935c54b7c34302bffecdccef7c4882859483a06af
7
+ data.tar.gz: 2a7787ad406587912c50e450d1221159db5a92dd4c425543c59e7c4e319ecd8a51ccc1a39e975256fec8b372b1e60c563c1db102ab267d9effb5374731ff3aca
data/lib/aws-sdk-docdb.rb CHANGED
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-docdb/customizations'
43
43
  # @service
44
44
  module Aws::DocDB
45
45
 
46
- GEM_VERSION = '1.13.0'
46
+ GEM_VERSION = '1.14.0'
47
47
 
48
48
  end
@@ -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. For certain management
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.13.0'
4170
+ context[:gem_version] = '1.14.0'
4171
4171
  Seahorse::Client::Request.new(handlers, context)
4172
4172
  end
4173
4173
 
@@ -682,7 +682,7 @@ module Aws::DocDB
682
682
  #
683
683
  # Constraints:
684
684
  #
685
- # * Must match the name of an existing `DBClusterParameterGroup`.
685
+ # * Must not match the name of an existing `DBClusterParameterGroup`.
686
686
  #
687
687
  # ^
688
688
  #
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.13.0
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-10 00:00:00.000000000 Z
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