Values_1.DescribeDBShardGroupsResponseSourceDescribes existing Aurora Limitless Database DB shard groups.
type describeDBShardGroupsResult = {dBShardGroups : Values_0.DBShardGroupsList.t option;Contains a list of DB shard groups for the user.
*)marker : Values_0.String_.t option;A pagination token that can be used in a later DescribeDBClusters request.
*)}and t = {describeDBShardGroupsResult : describeDBShardGroupsResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of Values_0.DBClusterNotFoundFault.t| `DBShardGroupNotFoundFault of Values_0.DBShardGroupNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBClusterNotFoundFault of unit
| `DBShardGroupNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBClusterNotFoundFault of unit
| `DBShardGroupNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Double of float
| `Integer of int
| `List of
[> `Structure of
(string * [> `String of string ])
list ]
list
| `String of string ])
list ])
list ]
list
| `String of Values_0.String_.t ])
list ])
list ]