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 a list of inventory configurations for the bucket.
Synopsis
- listBucketInventoryConfigurations :: BucketName -> ListBucketInventoryConfigurations
- data ListBucketInventoryConfigurations
- lbicContinuationToken :: Lens' ListBucketInventoryConfigurations (Maybe Text)
- lbicBucket :: Lens' ListBucketInventoryConfigurations BucketName
- listBucketInventoryConfigurationsResponse :: Int -> ListBucketInventoryConfigurationsResponse
- data ListBucketInventoryConfigurationsResponse
- lbicrsContinuationToken :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Text)
- lbicrsInventoryConfigurationList :: Lens' ListBucketInventoryConfigurationsResponse [InventoryConfiguration]
- lbicrsNextContinuationToken :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Text)
- lbicrsIsTruncated :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Bool)
- lbicrsResponseStatus :: Lens' ListBucketInventoryConfigurationsResponse Int
Creating a Request
listBucketInventoryConfigurations Source #
Creates a value of ListBucketInventoryConfigurations
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbicContinuationToken
- The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.lbicBucket
- The name of the bucket containing the inventory configurations to retrieve.
data ListBucketInventoryConfigurations Source #
See: listBucketInventoryConfigurations
smart constructor.
Instances
Request Lenses
lbicContinuationToken :: Lens' ListBucketInventoryConfigurations (Maybe Text) Source #
The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.
lbicBucket :: Lens' ListBucketInventoryConfigurations BucketName Source #
The name of the bucket containing the inventory configurations to retrieve.
Destructuring the Response
listBucketInventoryConfigurationsResponse Source #
Creates a value of ListBucketInventoryConfigurationsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbicrsContinuationToken
- If sent in the request, the marker that is used as a starting point for this inventory configuration list response.lbicrsInventoryConfigurationList
- The list of inventory configurations for a bucket.lbicrsNextContinuationToken
- The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.lbicrsIsTruncated
- Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.lbicrsResponseStatus
- -- | The response status code.
data ListBucketInventoryConfigurationsResponse Source #
See: listBucketInventoryConfigurationsResponse
smart constructor.
Instances
Response Lenses
lbicrsContinuationToken :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Text) Source #
If sent in the request, the marker that is used as a starting point for this inventory configuration list response.
lbicrsInventoryConfigurationList :: Lens' ListBucketInventoryConfigurationsResponse [InventoryConfiguration] Source #
The list of inventory configurations for a bucket.
lbicrsNextContinuationToken :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Text) Source #
The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.
lbicrsIsTruncated :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Bool) Source #
Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.
lbicrsResponseStatus :: Lens' ListBucketInventoryConfigurationsResponse Int Source #
- - | The response status code.