paws.storage (version 0.1.0)

s3_delete_bucket_metrics_configuration: Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket

Description

Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.

Usage

s3_delete_bucket_metrics_configuration(Bucket, Id)

Arguments

Bucket

[required] The name of the bucket containing the metrics configuration to delete.

Id

[required] The ID used to identify the metrics configuration.

Request syntax

svc$delete_bucket_metrics_configuration(
  Bucket = "string",
  Id = "string"
)