Module Values.PrefixLevelStorageMetricsSource

A container for the prefix-level storage metrics for S3 Storage Lens.

Sourcetype nonrec t = {
  1. isEnabled : IsEnabled.t option;
    (*

    A container for whether prefix-level storage metrics are enabled.

    *)
  2. selectionCriteria : SelectionCriteria.t option;
}
Sourceval make : ?isEnabled:??? -> ?selectionCriteria:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of IsEnabled.t | `Structure of (string * [> `Double of MinStorageBytesPercentage.t | `Integer of StorageLensPrefixLevelMaxDepth.t | `String of StorageLensPrefixLevelDelimiter.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