Module Types.CreateTrafficMirrorTargetRequest
type t={network_interface_id : Aws.BaseTypes.String.t option;network_load_balancer_arn : Aws.BaseTypes.String.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 -> ?network_load_balancer_arn:Aws.BaseTypes.String.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