Module Values.GetStorageLensGroupRequestSource

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. name : StorageLensGroupName.t;
    (*

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

    *)
  2. accountId : AccountId.t;
    (*

    The Amazon Web Services account ID associated with the Storage Lens group that you're trying to retrieve the details for.

    *)
}
Sourceval context_ : string
Sourceval make : name:StorageLensGroupName.t -> accountId:AccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StorageLensGroupName.t ]) 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