Module Values_0.ElasticGpuAssociationSource

Amazon Elastic Graphics reached end of life on January 8, 2024. Describes the association between an instance and an Elastic Graphics accelerator.

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

    The ID of the Elastic Graphics accelerator.

    *)
  2. elasticGpuAssociationId : String_.t option;
    (*

    The ID of the association.

    *)
  3. elasticGpuAssociationState : String_.t option;
    (*

    The state of the association between the instance and the Elastic Graphics accelerator.

    *)
  4. elasticGpuAssociationTime : String_.t option;
    (*

    The time the Elastic Graphics accelerator was associated with the instance.

    *)
}
Sourceval make : ?elasticGpuId:??? -> ?elasticGpuAssociationId:??? -> ?elasticGpuAssociationState:??? -> ?elasticGpuAssociationTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ElasticGpuId.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