Module Types.ReplaceNetworkAclEntryRequest
type t={cidr_block : Aws.BaseTypes.String.t option;dry_run : Aws.BaseTypes.Boolean.t option;egress : Aws.BaseTypes.Boolean.t;icmp_type_code : IcmpTypeCode.t option;ipv6_cidr_block : Aws.BaseTypes.String.t option;network_acl_id : Aws.BaseTypes.String.t;port_range : PortRange.t option;protocol : Aws.BaseTypes.String.t;rule_action : RuleAction.t;rule_number : Aws.BaseTypes.Integer.t;}
val make : ?cidr_block:Aws.BaseTypes.String.t -> ?dry_run:Aws.BaseTypes.Boolean.t -> egress:Aws.BaseTypes.Boolean.t -> ?icmp_type_code:IcmpTypeCode.t -> ?ipv6_cidr_block:Aws.BaseTypes.String.t -> network_acl_id:Aws.BaseTypes.String.t -> ?port_range:PortRange.t -> protocol:Aws.BaseTypes.String.t -> rule_action:RuleAction.t -> rule_number:Aws.BaseTypes.Integer.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t