| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.S3.GetBucketLifecycleConfiguration
Description
Returns the lifecycle configuration information set on the bucket.
See: AWS API Reference for GetBucketLifecycleConfiguration.
- getBucketLifecycleConfiguration :: BucketName -> GetBucketLifecycleConfiguration
- data GetBucketLifecycleConfiguration
- gblcBucket :: Lens' GetBucketLifecycleConfiguration BucketName
- getBucketLifecycleConfigurationResponse :: Int -> GetBucketLifecycleConfigurationResponse
- data GetBucketLifecycleConfigurationResponse
- gblcrsRules :: Lens' GetBucketLifecycleConfigurationResponse [LifecycleRule]
- gblcrsResponseStatus :: Lens' GetBucketLifecycleConfigurationResponse Int
Creating a Request
getBucketLifecycleConfiguration Source
Arguments
| :: BucketName | |
| -> GetBucketLifecycleConfiguration |
Creates a value of GetBucketLifecycleConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetBucketLifecycleConfiguration Source
See: getBucketLifecycleConfiguration smart constructor.
Instances
Request Lenses
gblcBucket :: Lens' GetBucketLifecycleConfiguration BucketName Source
Undocumented member.
Destructuring the Response
getBucketLifecycleConfigurationResponse Source
Creates a value of GetBucketLifecycleConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetBucketLifecycleConfigurationResponse Source
See: getBucketLifecycleConfigurationResponse smart constructor.
Instances
Response Lenses
gblcrsRules :: Lens' GetBucketLifecycleConfigurationResponse [LifecycleRule] Source
Undocumented member.
gblcrsResponseStatus :: Lens' GetBucketLifecycleConfigurationResponse Int Source
The response status code.