Module Values.EC2CreateRouteTableActionSource

Information about the CreateRouteTable action in Amazon EC2.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    A description of the CreateRouteTable action.

    *)
  2. vpcId : ActionTarget.t option;
    (*

    Information about the ID of a VPC.

    *)
}
Sourceval make : ?description:??? -> ?vpcId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LengthBoundedString.t | `Structure of (string * [> `String of ResourceId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t