Module Values.IncludeSource

A container for what Amazon S3 Storage Lens configuration includes.

Sourcetype nonrec t = {
  1. buckets : Buckets.t option;
    (*

    A container for the S3 Storage Lens bucket includes.

    *)
  2. regions : Regions.t option;
    (*

    A container for the S3 Storage Lens Region includes.

    *)
}
Sourceval make : ?buckets:??? -> ?regions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of S3BucketArnString.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