Module Values.EC2ReplaceRouteTableAssociationActionSource

Information about the ReplaceRouteTableAssociation action in Amazon EC2.

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

    A description of the ReplaceRouteTableAssociation action in Amazon EC2.

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

    Information about the association ID.

    *)
  3. routeTableId : ActionTarget.t option;
    (*

    Information about the ID of the new route table to associate with the subnet.

    *)
}
Sourceval make : ?description:??? -> ?associationId:??? -> ?routeTableId:??? -> 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