Module Values.StorageClassAnalysisSource

Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.

Sourcetype nonrec t = {
  1. dataExport : StorageClassAnalysisDataExport.t option;
    (*

    Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.

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