Module Values.S3BucketOwnerSource

Provides information about the Amazon Web Services account that owns an S3 bucket.

Sourcetype nonrec t = {
  1. displayName : string option;
    (*

    The display name of the account that owns the bucket.

    *)
  2. id : string option;
    (*

    The canonical user ID for the account that owns the bucket.

    *)
}
Sourceval make : ?displayName:??? -> ?id:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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