Module Values.DeleteImagePermissionsRequestSource

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

Sourcetype nonrec t = {
  1. name : Name.t;
    (*

    The name of the private image.

    *)
  2. sharedAccountId : AwsAccountId.t;
    (*

    The 12-digit identifier of the AWS account for which to delete image permissions.

    *)
}
Sourceval context_ : string
Sourceval make : name:Name.t -> sharedAccountId:AwsAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Name.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t