Module Values_3.ClassicLinkInstanceSource

Deprecated. Describes a linked EC2-Classic instance.

Sourcetype nonrec t = {
  1. groups : Values_0.GroupIdentifierList.t option;
    (*

    The security groups.

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

    The ID of the instance.

    *)
  3. tags : Values_0.TagList.t option;
    (*

    Any tags assigned to the instance.

    *)
  4. vpcId : Values_0.String_.t option;
    (*

    The ID of the VPC.

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