Learn R Programming

paws.storage (version 0.1.12)

s3control_delete_storage_lens_configuration: Deletes the Amazon S3 Storage Lens configuration

Description

Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Working with Amazon S3 Storage Lens in the Amazon Simple Storage Service Developer Guide.

To use this action, you must have permission to perform the s3:DeleteStorageLensConfiguration action. For more information, see Setting permissions to use Amazon S3 Storage Lens in the Amazon Simple Storage Service Developer Guide.

Usage

s3control_delete_storage_lens_configuration(ConfigId, AccountId)

Value

An empty list.

Arguments

ConfigId

[required] The ID of the S3 Storage Lens configuration.

AccountId

[required] The account ID of the requester.

Request syntax

svc$delete_storage_lens_configuration(
  ConfigId = "string",
  AccountId = "string"
)