Module Values_7.AttachClassicLinkVpcRequestSource

This action is deprecated. Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the running state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. Linking your instance to a VPC is sometimes referred to as attaching your instance.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. instanceId : Values_0.InstanceId.t;
    (*

    The ID of the EC2-Classic instance.

    *)
  3. vpcId : Values_0.VpcId.t;
    (*

    The ID of the ClassicLink-enabled VPC.

    *)
  4. groups : Values_0.GroupIdStringList.t;
    (*

    The IDs of the security groups. You cannot specify security groups from a different VPC.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> instanceId:Values_0.InstanceId.t -> vpcId:Values_0.VpcId.t -> groups:Values_0.GroupIdStringList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of string ] list | `String of Values_0.InstanceId.t ]) 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