Module Types.AssociateVpcCidrBlockRequest
type t={amazon_provided_ipv6_cidr_block : Aws.BaseTypes.Boolean.t option;cidr_block : Aws.BaseTypes.String.t option;vpc_id : Aws.BaseTypes.String.t;ipv6_cidr_block_network_border_group : Aws.BaseTypes.String.t option;ipv6_pool : Aws.BaseTypes.String.t option;ipv6_cidr_block : Aws.BaseTypes.String.t option;}
val make : ?amazon_provided_ipv6_cidr_block:Aws.BaseTypes.Boolean.t -> ?cidr_block:Aws.BaseTypes.String.t -> vpc_id:Aws.BaseTypes.String.t -> ?ipv6_cidr_block_network_border_group:Aws.BaseTypes.String.t -> ?ipv6_pool:Aws.BaseTypes.String.t -> ?ipv6_cidr_block: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