Module Values.PolicyStatusSource

Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of "Public" in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. isPublic : IsPublic.t option;
}
Sourceval make : ?isPublic:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of IsPublic.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