Values.UpdateImagePermissionsRequestSourceAdds or updates permissions for the specified private image.
type nonrec t = {name : Name.t;The name of the private image.
*)imagePermissions : ImagePermissions.t;The permissions for the image.
*)}val make :
name:Name.t ->
sharedAccountId:AwsAccountId.t ->
imagePermissions:ImagePermissions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Name.t
| `Structure of (string * [> `Boolean of BooleanObject.t ]) list ])
list ]