Module Values.DeleteStorageLensConfigurationRequestSource

This operation is not supported by directory buckets. Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see Assessing your storage activity and usage with Amazon S3 Storage Lens in the Amazon S3 User 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 S3 User Guide.

Sourcetype nonrec t = {
  1. configId : ConfigId.t;
    (*

    The ID of the S3 Storage Lens configuration.

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

    The account ID of the requester.

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