Module Values.SharedImagePermissionsSource

Describes the permissions that are available to the specified AWS account for a shared image.

Sourcetype nonrec t = {
  1. sharedAccountId : AwsAccountId.t option;
    (*

    The 12-digit identifier of the AWS account with which the image is shared.

    *)
  2. imagePermissions : ImagePermissions.t option;
    (*

    Describes the permissions for a shared image.

    *)
}
Sourceval make : ?sharedAccountId:??? -> ?imagePermissions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.t | `Structure of (string * [> `Boolean of BooleanObject.t ]) list ]) 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