Copyright | (c) 2021 Rory Tyler Hayford |
---|---|
License | BSD-3-Clause |
Maintainer | rory.hayford@protonmail.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Network.DO.Spaces.Actions.GetBucketLifecycle
Description
Synopsis
- data GetBucketLifecycle = GetBucketLifecycle {}
- data GetBucketLifecycleResponse = GetBucketLifecycleResponse {
- rules :: [LifecycleRule]
Documentation
data GetBucketLifecycle Source #
Get the LifecycleRule
configuration for a Bucket
. Note that unless
you have explicitly configured lifecycle rules, this will fail with a 404
status and an error code of NoSuchLifecycleConfiguration
Constructors
GetBucketLifecycle | |
Instances
data GetBucketLifecycleResponse Source #
Constructors
GetBucketLifecycleResponse | |
Fields
|