Values.DescribeImagesRequestSourceRetrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.
type nonrec t = {names : StringList.t option;The names of the public or private images to describe.
*)arns : ArnList.t option;The ARNs of the public, private, and shared images to describe.
*)type_ : VisibilityType.t option;The type of image (public, private, or shared) to describe.
*)nextToken : String_.t option;The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
*)maxResults : DescribeImagesMaxResults.t option;The maximum size of each page of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DescribeImagesMaxResults.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]