Module Values_4.ModifyTransitGatewayVpcAttachmentRequestSource

Modifies the specified VPC attachment.

Sourcetype nonrec t = {
  1. transitGatewayAttachmentId : Values_0.TransitGatewayAttachmentId.t;
    (*

    The ID of the attachment.

    *)
  2. addSubnetIds : Values_3.TransitGatewaySubnetIdList.t option;
    (*

    The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.

    *)
  3. removeSubnetIds : Values_3.TransitGatewaySubnetIdList.t option;
    (*

    The IDs of one or more subnets to remove.

    *)
  4. options : Values_3.ModifyTransitGatewayVpcAttachmentRequestOptions.t option;
    (*

    The new VPC attachment options.

    *)
  5. 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 : ?addSubnetIds:??? -> ?removeSubnetIds:??? -> ?options:??? -> ?dryRun:??? -> transitGatewayAttachmentId:Values_0.TransitGatewayAttachmentId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of Values_0.SubnetId.t ] list | `String of Values_0.TransitGatewayAttachmentId.t | `Structure of (string * [> `Enum of string ]) 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