Module Values_6.DeleteRouteRequestSource

Deletes the specified route from the specified route table.

Sourcetype nonrec t = {
  1. destinationPrefixListId : Values_0.PrefixListResourceId.t option;
    (*

    The ID of the prefix list for the route.

    *)
  2. 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.

    *)
  3. routeTableId : Values_0.RouteTableId.t;
    (*

    The ID of the route table.

    *)
  4. 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.

    *)
  5. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinationPrefixListId:??? -> ?dryRun:??? -> ?destinationCidrBlock:??? -> ?destinationIpv6CidrBlock:??? -> routeTableId:Values_0.RouteTableId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.PrefixListResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t