Values_6.DescribeElasticGpusRequestSourceAmazon Elastic Graphics reached end of life on January 8, 2024. Describes the Elastic Graphics accelerator associated with your instances.
type nonrec t = {elasticGpuIds : Values_3.ElasticGpuIdSet.t option;The Elastic Graphics accelerator IDs.
*)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.
*)filters : Values_3.FilterList.t option;The filters. availability-zone - The Availability Zone in which the Elastic Graphics accelerator resides. elastic-gpu-health - The status of the Elastic Graphics accelerator (OK | IMPAIRED). elastic-gpu-state - The state of the Elastic Graphics accelerator (ATTACHED). elastic-gpu-type - The type of Elastic Graphics accelerator; for example, eg1.medium. instance-id - The ID of the instance to which the Elastic Graphics accelerator is associated.
*)maxResults : Values_3.DescribeElasticGpusMaxResults.t option;The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.
*)nextToken : Values_0.String_.t option;The token to request the next page of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.DescribeElasticGpusMaxResults.t
| `List of
[> `String of Values_0.ElasticGpuId.t
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]