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 |
Lists the analytics configurations for the bucket.
Synopsis
- listBucketAnalyticsConfigurations :: BucketName -> ListBucketAnalyticsConfigurations
- data ListBucketAnalyticsConfigurations
- lbacContinuationToken :: Lens' ListBucketAnalyticsConfigurations (Maybe Text)
- lbacBucket :: Lens' ListBucketAnalyticsConfigurations BucketName
- listBucketAnalyticsConfigurationsResponse :: Int -> ListBucketAnalyticsConfigurationsResponse
- data ListBucketAnalyticsConfigurationsResponse
- lbacrsAnalyticsConfigurationList :: Lens' ListBucketAnalyticsConfigurationsResponse [AnalyticsConfiguration]
- lbacrsContinuationToken :: Lens' ListBucketAnalyticsConfigurationsResponse (Maybe Text)
- lbacrsNextContinuationToken :: Lens' ListBucketAnalyticsConfigurationsResponse (Maybe Text)
- lbacrsIsTruncated :: Lens' ListBucketAnalyticsConfigurationsResponse (Maybe Bool)
- lbacrsResponseStatus :: Lens' ListBucketAnalyticsConfigurationsResponse Int
Creating a Request
listBucketAnalyticsConfigurations Source #
Creates a value of ListBucketAnalyticsConfigurations
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbacContinuationToken
- The ContinuationToken that represents a placeholder from where this request should begin.lbacBucket
- The name of the bucket from which analytics configurations are retrieved.
data ListBucketAnalyticsConfigurations Source #
See: listBucketAnalyticsConfigurations
smart constructor.
Instances
Request Lenses
lbacContinuationToken :: Lens' ListBucketAnalyticsConfigurations (Maybe Text) Source #
The ContinuationToken that represents a placeholder from where this request should begin.
lbacBucket :: Lens' ListBucketAnalyticsConfigurations BucketName Source #
The name of the bucket from which analytics configurations are retrieved.
Destructuring the Response
listBucketAnalyticsConfigurationsResponse Source #
Creates a value of ListBucketAnalyticsConfigurationsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbacrsAnalyticsConfigurationList
- The list of analytics configurations for a bucket.lbacrsContinuationToken
- The ContinuationToken that represents where this request began.lbacrsNextContinuationToken
- NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.lbacrsIsTruncated
- Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.lbacrsResponseStatus
- -- | The response status code.
data ListBucketAnalyticsConfigurationsResponse Source #
See: listBucketAnalyticsConfigurationsResponse
smart constructor.
Instances
Response Lenses
lbacrsAnalyticsConfigurationList :: Lens' ListBucketAnalyticsConfigurationsResponse [AnalyticsConfiguration] Source #
The list of analytics configurations for a bucket.
lbacrsContinuationToken :: Lens' ListBucketAnalyticsConfigurationsResponse (Maybe Text) Source #
The ContinuationToken that represents where this request began.
lbacrsNextContinuationToken :: Lens' ListBucketAnalyticsConfigurationsResponse (Maybe Text) Source #
NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.
lbacrsIsTruncated :: Lens' ListBucketAnalyticsConfigurationsResponse (Maybe Bool) Source #
Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.
lbacrsResponseStatus :: Lens' ListBucketAnalyticsConfigurationsResponse Int Source #
- - | The response status code.