Values_6.DeleteRouteRequestSourceDeletes the specified route from the specified route table.
type nonrec t = {destinationPrefixListId : Values_0.PrefixListResourceId.t option;The ID of the prefix list for the route.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)routeTableId : Values_0.RouteTableId.t;The ID of the route table.
*)destinationCidrBlock : Values_0.String_.t option;The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
*)destinationIpv6CidrBlock : Values_0.String_.t option;The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
*)}val make :
?destinationPrefixListId:??? ->
?dryRun:??? ->
?destinationCidrBlock:??? ->
?destinationIpv6CidrBlock:??? ->
routeTableId:Values_0.RouteTableId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.PrefixListResourceId.t ])
list ]