Values.SharedImagePermissionsSourceDescribes the permissions that are available to the specified AWS account for a shared image.
type nonrec t = {imagePermissions : ImagePermissions.t option;Describes the permissions for a shared image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AwsAccountId.t
| `Structure of (string * [> `Boolean of BooleanObject.t ]) list ])
list ]