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 |
Gets an analytics configuration for the bucket (specified by the analytics configuration ID).
Synopsis
- getBucketAnalyticsConfiguration :: BucketName -> Text -> GetBucketAnalyticsConfiguration
- data GetBucketAnalyticsConfiguration
- getBucket :: Lens' GetBucketAnalyticsConfiguration BucketName
- getId :: Lens' GetBucketAnalyticsConfiguration Text
- getBucketAnalyticsConfigurationResponse :: Int -> GetBucketAnalyticsConfigurationResponse
- data GetBucketAnalyticsConfigurationResponse
- gbacrsAnalyticsConfiguration :: Lens' GetBucketAnalyticsConfigurationResponse (Maybe AnalyticsConfiguration)
- gbacrsResponseStatus :: Lens' GetBucketAnalyticsConfigurationResponse Int
Creating a Request
getBucketAnalyticsConfiguration Source #
Creates a value of GetBucketAnalyticsConfiguration
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetBucketAnalyticsConfiguration Source #
See: getBucketAnalyticsConfiguration
smart constructor.
Instances
Request Lenses
getBucket :: Lens' GetBucketAnalyticsConfiguration BucketName Source #
The name of the bucket from which an analytics configuration is retrieved.
getId :: Lens' GetBucketAnalyticsConfiguration Text Source #
The identifier used to represent an analytics configuration.
Destructuring the Response
getBucketAnalyticsConfigurationResponse Source #
Creates a value of GetBucketAnalyticsConfigurationResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gbacrsAnalyticsConfiguration
- The configuration and any analyses for the analytics filter.gbacrsResponseStatus
- -- | The response status code.
data GetBucketAnalyticsConfigurationResponse Source #
See: getBucketAnalyticsConfigurationResponse
smart constructor.
Instances
Response Lenses
gbacrsAnalyticsConfiguration :: Lens' GetBucketAnalyticsConfigurationResponse (Maybe AnalyticsConfiguration) Source #
The configuration and any analyses for the analytics filter.
gbacrsResponseStatus :: Lens' GetBucketAnalyticsConfigurationResponse Int Source #
- - | The response status code.