Skip to content

Commit 05f6fca

Browse files
author
AWS
committed
Amazon Aurora DSQL Update: Added clusterVpcEndpoint field to GetVpcEndpointServiceName API response, returning the VPC connection endpoint for the cluster
1 parent 6fb8109 commit 05f6fca

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
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 Aurora DSQL",
4+
"contributor": "",
5+
"description": "Added clusterVpcEndpoint field to GetVpcEndpointServiceName API response, returning the VPC connection endpoint for the cluster"
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@
334334
},
335335
"documentation":"<p>A summary of the properties of a cluster.</p>"
336336
},
337+
"ClusterVpcEndpoint":{
338+
"type":"string",
339+
"pattern":"[a-zA-Z0-9.-]+"
340+
},
337341
"ConflictException":{
338342
"type":"structure",
339343
"required":["message"],
@@ -667,6 +671,10 @@
667671
"serviceName":{
668672
"shape":"ServiceName",
669673
"documentation":"<p>The VPC endpoint service name.</p>"
674+
},
675+
"clusterVpcEndpoint":{
676+
"shape":"ClusterVpcEndpoint",
677+
"documentation":"<p>The VPC connection endpoint for the cluster.</p>"
670678
}
671679
}
672680
},

0 commit comments

Comments
 (0)