Module Values_1.HostInstanceSource

Describes an instance running on a Dedicated Host.

Sourcetype nonrec t = {
  1. instanceId : Values_0.String_.t option;
    (*

    The ID of instance that is running on the Dedicated Host.

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

    The instance type (for example, m3.medium) of the running instance.

    *)
  3. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the instance.

    *)
}
Sourceval make : ?instanceId:??? -> ?instanceType:??? -> ?ownerId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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