Skip to content

Commit 723eaaa

Browse files
author
AWS
committed
Amazon DocumentDB with MongoDB compatibility Update: Documentation updates for docdb
1 parent e9b811c commit 723eaaa

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon DocumentDB with MongoDB compatibility",
4+
"description": "Documentation updates for docdb"
5+
}

services/docdb/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
"errors":[
300300
{"shape":"CertificateNotFoundFault"}
301301
],
302-
"documentation":"<p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this AWS account. For certain management features such as cluster and instance lifecycle management, Amazon DocumentDB leverages operational technology that is shared with Amazon RDS and Amazon Neptune. Use the <code>filterName=engine,Values=docdb</code> filter parameter to return only Amazon DocumentDB clusters.</p>"
302+
"documentation":"<p>Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this AWS account.</p>"
303303
},
304304
"DescribeDBClusterParameterGroups":{
305305
"name":"DescribeDBClusterParameterGroups",
@@ -379,7 +379,7 @@
379379
"errors":[
380380
{"shape":"DBClusterNotFoundFault"}
381381
],
382-
"documentation":"<p>Returns information about provisioned Amazon DocumentDB clusters. This API operation supports pagination.</p>"
382+
"documentation":"<p>Returns information about provisioned Amazon DocumentDB clusters. This API operation supports pagination. For certain management features such as cluster and instance lifecycle management, Amazon DocumentDB leverages operational technology that is shared with Amazon RDS and Amazon Neptune. Use the <code>filterName=engine,Values=docdb</code> filter parameter to return only Amazon DocumentDB clusters.</p>"
383383
},
384384
"DescribeDBEngineVersions":{
385385
"name":"DescribeDBEngineVersions",
@@ -1130,7 +1130,7 @@
11301130
"members":{
11311131
"DBClusterParameterGroupName":{
11321132
"shape":"String",
1133-
"documentation":"<p>The name of the cluster parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must match the name of an existing <code>DBClusterParameterGroup</code>.</p> </li> </ul> <note> <p>This value is stored as a lowercase string.</p> </note>"
1133+
"documentation":"<p>The name of the cluster parameter group.</p> <p>Constraints:</p> <ul> <li> <p>Must not match the name of an existing <code>DBClusterParameterGroup</code>.</p> </li> </ul> <note> <p>This value is stored as a lowercase string.</p> </note>"
11341134
},
11351135
"DBParameterGroupFamily":{
11361136
"shape":"String",

0 commit comments

Comments
 (0)