Module Types.CreateTrafficMirrorSessionRequest
type t={network_interface_id : Aws.BaseTypes.String.t;traffic_mirror_target_id : Aws.BaseTypes.String.t;traffic_mirror_filter_id : Aws.BaseTypes.String.t;packet_length : Aws.BaseTypes.Integer.t option;session_number : Aws.BaseTypes.Integer.t;virtual_network_id : Aws.BaseTypes.Integer.t option;description : Aws.BaseTypes.String.t option;tag_specifications : TagSpecificationList.t;dry_run : Aws.BaseTypes.Boolean.t option;client_token : Aws.BaseTypes.String.t option;}
val make : network_interface_id:Aws.BaseTypes.String.t -> traffic_mirror_target_id:Aws.BaseTypes.String.t -> traffic_mirror_filter_id:Aws.BaseTypes.String.t -> ?packet_length:Aws.BaseTypes.Integer.t -> session_number:Aws.BaseTypes.Integer.t -> ?virtual_network_id:Aws.BaseTypes.Integer.t -> ?description:Aws.BaseTypes.String.t -> ?tag_specifications:TagSpecificationList.t -> ?dry_run:Aws.BaseTypes.Boolean.t -> ?client_token:Aws.BaseTypes.String.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