Module Values_3.ElasticGpusSource

Amazon Elastic Graphics reached end of life on January 8, 2024. Describes an Elastic Graphics accelerator.

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

    The ID of the Elastic Graphics accelerator.

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

    The Availability Zone in the which the Elastic Graphics accelerator resides.

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

    The type of Elastic Graphics accelerator.

    *)
  4. elasticGpuHealth : Values_1.ElasticGpuHealth.t option;
    (*

    The status of the Elastic Graphics accelerator.

    *)
  5. elasticGpuState : Values_1.ElasticGpuState.t option;
    (*

    The state of the Elastic Graphics accelerator.

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

    The ID of the instance to which the Elastic Graphics accelerator is attached.

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

    The tags assigned to the Elastic Graphics accelerator.

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