|
88 | 88 | {"shape":"InternalServerException"}, |
89 | 89 | {"shape":"ResourceNotFoundException"} |
90 | 90 | ], |
91 | | - "documentation":"<p>Retrieves information about a cluster.</p>" |
| 91 | + "documentation":"<p>Retrieves information about a cluster.</p>", |
| 92 | + "readonly":true |
92 | 93 | }, |
93 | 94 | "GetClusterPolicy":{ |
94 | 95 | "name":"GetClusterPolicy", |
|
106 | 107 | {"shape":"InternalServerException"}, |
107 | 108 | {"shape":"ResourceNotFoundException"} |
108 | 109 | ], |
109 | | - "documentation":"<p>Retrieves the resource-based policy document attached to a cluster. This policy defines the access permissions and conditions for the cluster.</p>" |
| 110 | + "documentation":"<p>Retrieves the resource-based policy document attached to a cluster. This policy defines the access permissions and conditions for the cluster.</p>", |
| 111 | + "readonly":true |
110 | 112 | }, |
111 | 113 | "GetVpcEndpointServiceName":{ |
112 | 114 | "name":"GetVpcEndpointServiceName", |
|
124 | 126 | {"shape":"InternalServerException"}, |
125 | 127 | {"shape":"ResourceNotFoundException"} |
126 | 128 | ], |
127 | | - "documentation":"<p>Retrieves the VPC endpoint service name.</p>" |
| 129 | + "documentation":"<p>Retrieves the VPC endpoint service name.</p>", |
| 130 | + "readonly":true |
128 | 131 | }, |
129 | 132 | "ListClusters":{ |
130 | 133 | "name":"ListClusters", |
|
142 | 145 | {"shape":"InternalServerException"}, |
143 | 146 | {"shape":"ResourceNotFoundException"} |
144 | 147 | ], |
145 | | - "documentation":"<p>Retrieves information about a list of clusters.</p>" |
| 148 | + "documentation":"<p>Retrieves information about a list of clusters.</p>", |
| 149 | + "readonly":true |
146 | 150 | }, |
147 | 151 | "ListTagsForResource":{ |
148 | 152 | "name":"ListTagsForResource", |
|
160 | 164 | {"shape":"InternalServerException"}, |
161 | 165 | {"shape":"ResourceNotFoundException"} |
162 | 166 | ], |
163 | | - "documentation":"<p>Lists all of the tags for a resource.</p>" |
| 167 | + "documentation":"<p>Lists all of the tags for a resource.</p>", |
| 168 | + "readonly":true |
164 | 169 | }, |
165 | 170 | "PutClusterPolicy":{ |
166 | 171 | "name":"PutClusterPolicy", |
|
421 | 426 | "deletionProtectionEnabled":{ |
422 | 427 | "shape":"DeletionProtectionEnabled", |
423 | 428 | "documentation":"<p>Whether deletion protection is enabled on this cluster.</p>" |
| 429 | + }, |
| 430 | + "endpoint":{ |
| 431 | + "shape":"Endpoint", |
| 432 | + "documentation":"<p>The connection endpoint for the created cluster.</p>" |
424 | 433 | } |
425 | 434 | }, |
426 | 435 | "documentation":"<p>The output of a created cluster.</p>" |
|
548 | 557 | "CUSTOMER_MANAGED_KMS_KEY" |
549 | 558 | ] |
550 | 559 | }, |
| 560 | + "Endpoint":{ |
| 561 | + "type":"string", |
| 562 | + "pattern":"[a-zA-Z0-9.-]+" |
| 563 | + }, |
551 | 564 | "GetClusterInput":{ |
552 | 565 | "type":"structure", |
553 | 566 | "required":["identifier"], |
|
598 | 611 | "encryptionDetails":{ |
599 | 612 | "shape":"EncryptionDetails", |
600 | 613 | "documentation":"<p>The current encryption configuration details for the cluster.</p>" |
| 614 | + }, |
| 615 | + "endpoint":{ |
| 616 | + "shape":"Endpoint", |
| 617 | + "documentation":"<p>The connection endpoint for the cluster.</p>" |
601 | 618 | } |
602 | 619 | }, |
603 | 620 | "documentation":"<p>The output of a cluster.</p>" |
|
0 commit comments