Smaws_Client_Neptune.DescribeDBSubnetGroupsReturns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.
For an overview of CIDR ranges, go to the Wikipedia Tutorial.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_subnet_groups_message ->
(Types.db_subnet_group_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_db_subnet_groups_message ->
(Types.db_subnet_group_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DBSubnetGroupNotFoundFault of Types.db_subnet_group_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result