Skip to content

Commit 5eae7e9

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
1 parent cb00eaf commit 5eae7e9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance."
6+
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,6 +2258,7 @@
22582258
},
22592259
"errors":[
22602260
{"shape":"GlobalClusterNotFoundFault"},
2261+
{"shape":"GlobalClusterAlreadyExistsFault"},
22612262
{"shape":"InvalidGlobalClusterStateFault"},
22622263
{"shape":"InvalidDBClusterStateFault"},
22632264
{"shape":"InvalidDBInstanceStateFault"}
@@ -11124,6 +11125,10 @@
1112411125
"shape":"GlobalClusterMemberList",
1112511126
"documentation":"<p>The list of primary and secondary clusters within the global database cluster.</p>"
1112611127
},
11128+
"Endpoint":{
11129+
"shape":"String",
11130+
"documentation":"<p> The writer endpoint for the new global database cluster. This endpoint always points to the writer DB instance in the current primary cluster. </p>"
11131+
},
1112711132
"FailoverState":{
1112811133
"shape":"FailoverState",
1112911134
"documentation":"<p>A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database). This object is empty unless the <code>SwitchoverGlobalCluster</code> or <code>FailoverGlobalCluster</code> operation was called on this global cluster.</p>"
@@ -11137,7 +11142,7 @@
1113711142
"type":"structure",
1113811143
"members":{
1113911144
},
11140-
"documentation":"<p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global database identifier (unique name) to create a new global database cluster.</p>",
11145+
"documentation":"<p>The <code>GlobalClusterIdentifier</code> already exists. Specify a new global database identifier (unique name) to create a new global database cluster or to rename an existing one.</p>",
1114111146
"error":{
1114211147
"code":"GlobalClusterAlreadyExistsFault",
1114311148
"httpStatusCode":400,

0 commit comments

Comments
 (0)