Values.DescribeSubnetGroupsResponseSourceReturns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
type nonrec t = {nextToken : String_.t option;Provides an identifier to allow retrieval of paginated results.
*)subnetGroups : SubnetGroupList.t option;An array of subnet groups. Each element in the array represents a single subnet group.
*)}type nonrec error = [ | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `SubnetGroupNotFoundFault of SubnetGroupNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ServiceLinkedRoleNotFoundFault of unit
| `SubnetGroupNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ServiceLinkedRoleNotFoundFault of unit
| `SubnetGroupNotFoundFault of unit
| `Unknown_operation_error of string * string option ]