Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes the lifecycle configuration from the specified bucket. Amazon S3 removes all the lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 no longer automatically deletes any objects on the basis of rules contained in the deleted lifecycle configuration.
To use this operation, you must have permission to perform the
s3:PutLifecycleConfiguration
action. By default, the bucket owner has
this permission and the bucket owner can grant this permission to
others.
There is usually some time lag before lifecycle configuration deletion is fully propagated to all the Amazon S3 systems.
For more information about the object expiration, see Elements to Describe Lifecycle Actions.
Related actions include:
Synopsis
- data DeleteBucketLifecycle = DeleteBucketLifecycle' {}
- newDeleteBucketLifecycle :: BucketName -> DeleteBucketLifecycle
- deleteBucketLifecycle_expectedBucketOwner :: Lens' DeleteBucketLifecycle (Maybe Text)
- deleteBucketLifecycle_bucket :: Lens' DeleteBucketLifecycle BucketName
- data DeleteBucketLifecycleResponse = DeleteBucketLifecycleResponse' {
- newDeleteBucketLifecycleResponse :: DeleteBucketLifecycleResponse
Creating a Request
data DeleteBucketLifecycle Source #
See: newDeleteBucketLifecycle
smart constructor.
DeleteBucketLifecycle' | |
|
Instances
newDeleteBucketLifecycle Source #
Create a value of DeleteBucketLifecycle
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:expectedBucketOwner:DeleteBucketLifecycle'
, deleteBucketLifecycle_expectedBucketOwner
- The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request will fail with an HTTP
403 (Access Denied)
error.
$sel:bucket:DeleteBucketLifecycle'
, deleteBucketLifecycle_bucket
- The bucket name of the lifecycle to delete.
Request Lenses
deleteBucketLifecycle_expectedBucketOwner :: Lens' DeleteBucketLifecycle (Maybe Text) Source #
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request will fail with an HTTP
403 (Access Denied)
error.
deleteBucketLifecycle_bucket :: Lens' DeleteBucketLifecycle BucketName Source #
The bucket name of the lifecycle to delete.
Destructuring the Response
data DeleteBucketLifecycleResponse Source #
See: newDeleteBucketLifecycleResponse
smart constructor.
Instances
newDeleteBucketLifecycleResponse :: DeleteBucketLifecycleResponse Source #
Create a value of DeleteBucketLifecycleResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.