Module Values.AnalyticsConfigurationSource

Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.

Sourcetype nonrec t = {
  1. id : AnalyticsId.t;
    (*

    The ID that identifies the analytics configuration.

    *)
  2. filter : AnalyticsFilter.t option;
    (*

    The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

    *)
  3. storageClassAnalysis : StorageClassAnalysis.t;
    (*

    Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.

    *)
}
Sourceval context_ : string
Sourceval make : ?filter:??? -> id:AnalyticsId.t -> storageClassAnalysis:StorageClassAnalysis.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AnalyticsId.t | `Structure of (string * [> `String of Prefix.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ObjectKey.t ]) list ] list | `String of ObjectKey.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of AccountId.t ]) list ]) list ]) list ]) 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