Module Values_4.ModifyTransitGatewayRequestSource

Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.

Sourcetype nonrec t = {
  1. transitGatewayId : Values_1.TransitGatewayId.t;
    (*

    The ID of the transit gateway.

    *)
  2. description : Values_0.String_.t option;
    (*

    The description for the transit gateway.

    *)
  3. options : Values_3.ModifyTransitGatewayOptions.t option;
    (*

    The options to modify.

    *)
  4. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?options:??? -> ?dryRun:??? -> transitGatewayId:Values_1.TransitGatewayId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_1.TransitGatewayId.t | `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.String_.t ] list | `Long of Values_0.Long.t | `String of Values_1.TransitGatewayRouteTableId.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