Module Values.PolicyStatusSource

The container element for a bucket's policy status.

Sourcetype nonrec t = {
  1. isPublic : IsPublic.t option;
    (*

    The policy status for this bucket. TRUE indicates that this bucket is public. FALSE indicates that the bucket is not public.

    *)
}
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