Values.DescribeImagePermissionsResultSourceRetrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AwsAccountId.t
| `Structure of
(string * [> `Boolean of BooleanObject.t ]) list ])
list ]
list
| `String of Name.t ])
list ]