Module Types.RevokeClientVpnIngressRequest
type t
=
{
client_vpn_endpoint_id : Aws.BaseTypes.String.t;
target_network_cidr : Aws.BaseTypes.String.t;
access_group_id : Aws.BaseTypes.String.t option;
revoke_all_groups : Aws.BaseTypes.Boolean.t option;
dry_run : Aws.BaseTypes.Boolean.t option;
}
val make : client_vpn_endpoint_id:Aws.BaseTypes.String.t -> target_network_cidr:Aws.BaseTypes.String.t -> ?access_group_id:Aws.BaseTypes.String.t -> ?revoke_all_groups:Aws.BaseTypes.Boolean.t -> ?dry_run:Aws.BaseTypes.Boolean.t -> unit -> t
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]
val of_json : Aws.Json.t -> t