Module Values.BucketLevelSource

A container for the bucket-level configuration for Amazon S3 Storage Lens. For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. activityMetrics : ActivityMetrics.t option;
    (*

    A container for the bucket-level activity metrics for S3 Storage Lens.

    *)
  2. prefixLevel : PrefixLevel.t option;
    (*

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

    *)
  3. advancedCostOptimizationMetrics : AdvancedCostOptimizationMetrics.t option;
    (*

    A container for bucket-level advanced cost-optimization metrics for S3 Storage Lens.

    *)
  4. advancedDataProtectionMetrics : AdvancedDataProtectionMetrics.t option;
    (*

    A container for bucket-level advanced data-protection metrics for S3 Storage Lens.

    *)
  5. detailedStatusCodesMetrics : DetailedStatusCodesMetrics.t option;
    (*

    A container for bucket-level detailed status code metrics for S3 Storage Lens.

    *)
  6. advancedPerformanceMetrics : AdvancedPerformanceMetrics.t option;
    (*

    A container for bucket-level advanced performance metrics for S3 Storage Lens.

    *)
}
Sourceval make : ?activityMetrics:??? -> ?prefixLevel:??? -> ?advancedCostOptimizationMetrics:??? -> ?advancedDataProtectionMetrics:??? -> ?detailedStatusCodesMetrics:??? -> ?advancedPerformanceMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of IsEnabled.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 ]) 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