Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Returns the lifecycle configuration information set on the bucket.
Synopsis
- 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 #
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:
gblcBucket
- Undocumented member.
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:
gblcrsRules
- Undocumented member.gblcrsResponseStatus
- -- | The response status code.
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.