Module Values.DeleteStorageLensGroupRequestSource

Deletes an existing S3 Storage Lens group. To use this operation, you must have the permission to perform the s3:DeleteStorageLensGroup 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 delete.

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

    The Amazon Web Services account ID used to create the Storage Lens group that you're trying to delete.

    *)
}
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