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 accelerate configuration of a bucket.
Synopsis
- getBucketAccelerateConfiguration :: BucketName -> GetBucketAccelerateConfiguration
- data GetBucketAccelerateConfiguration
- gbacBucket :: Lens' GetBucketAccelerateConfiguration BucketName
- getBucketAccelerateConfigurationResponse :: Int -> GetBucketAccelerateConfigurationResponse
- data GetBucketAccelerateConfigurationResponse
- grsStatus :: Lens' GetBucketAccelerateConfigurationResponse (Maybe BucketAccelerateStatus)
- grsResponseStatus :: Lens' GetBucketAccelerateConfigurationResponse Int
Creating a Request
getBucketAccelerateConfiguration Source #
Creates a value of GetBucketAccelerateConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gbacBucket
- Name of the bucket for which the accelerate configuration is retrieved.
data GetBucketAccelerateConfiguration Source #
See: getBucketAccelerateConfiguration
smart constructor.
Instances
Request Lenses
gbacBucket :: Lens' GetBucketAccelerateConfiguration BucketName Source #
Name of the bucket for which the accelerate configuration is retrieved.
Destructuring the Response
getBucketAccelerateConfigurationResponse Source #
Creates a value of GetBucketAccelerateConfigurationResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
grsStatus
- The accelerate configuration of the bucket.grsResponseStatus
- -- | The response status code.
data GetBucketAccelerateConfigurationResponse Source #
See: getBucketAccelerateConfigurationResponse
smart constructor.
Instances
Response Lenses
grsStatus :: Lens' GetBucketAccelerateConfigurationResponse (Maybe BucketAccelerateStatus) Source #
The accelerate configuration of the bucket.
grsResponseStatus :: Lens' GetBucketAccelerateConfigurationResponse Int Source #
- - | The response status code.