Module Values.GetStorageLensGroupResultSource

Retrieves the Storage Lens group configuration details. To use this operation, you must have the permission to perform the s3:GetStorageLensGroup action. For more information about the required Storage Lens Groups permissions, see Setting account permissions to use S3 Storage Lens groups. For information about Storage Lens groups errors, see List of Amazon S3 Storage Lens error codes.

Sourcetype nonrec t = {
  1. storageLensGroup : StorageLensGroup.t option;
    (*

    The name of the Storage Lens group that you're trying to retrieve the configuration details for.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?storageLensGroup:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * StorageLensGroup.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of StorageLensGroupName.t | `Structure of (string * [> `List of [> `String of Prefix.t | `Structure of (string * [> `String of TagKeyString.t ]) list ] list | `Structure of (string * [> `Integer of ObjectAgeValue.t | `List of [> `String of Prefix.t | `Structure of (string * [> `String of TagKeyString.t ]) list ] list | `Long of ObjectSizeValue.t | `Structure of (string * [> `Integer of ObjectAgeValue.t | `Long of ObjectSizeValue.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