Values.DescribeImagePermissionsRequestSourceRetrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
type nonrec t = {name : Name.t;The name of the private image for which to describe permissions. The image must be one that you own.
*)maxResults : MaxResults.t option;The maximum size of each page of results.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of [> `String of AwsAccountId.t ] list
| `String of Name.t ])
list ]