amazonka-s3-1.4.5: Amazon Simple Storage Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.S3.ListBucketInventoryConfigurations

Contents

Description

Returns a list of inventory configurations for the bucket.

Synopsis

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

Eq ListBucketInventoryConfigurations Source # 
Data ListBucketInventoryConfigurations Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListBucketInventoryConfigurations -> c ListBucketInventoryConfigurations #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListBucketInventoryConfigurations #

toConstr :: ListBucketInventoryConfigurations -> Constr #

dataTypeOf :: ListBucketInventoryConfigurations -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListBucketInventoryConfigurations) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListBucketInventoryConfigurations) #

gmapT :: (forall b. Data b => b -> b) -> ListBucketInventoryConfigurations -> ListBucketInventoryConfigurations #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListBucketInventoryConfigurations -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListBucketInventoryConfigurations -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListBucketInventoryConfigurations -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListBucketInventoryConfigurations -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListBucketInventoryConfigurations -> m ListBucketInventoryConfigurations #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBucketInventoryConfigurations -> m ListBucketInventoryConfigurations #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBucketInventoryConfigurations -> m ListBucketInventoryConfigurations #

Read ListBucketInventoryConfigurations Source # 
Show ListBucketInventoryConfigurations Source # 
Generic ListBucketInventoryConfigurations Source # 
Hashable ListBucketInventoryConfigurations Source # 
NFData ListBucketInventoryConfigurations Source # 
AWSRequest ListBucketInventoryConfigurations Source # 
ToPath ListBucketInventoryConfigurations Source # 
ToHeaders ListBucketInventoryConfigurations Source # 
ToQuery ListBucketInventoryConfigurations Source # 
type Rep ListBucketInventoryConfigurations Source # 
type Rep ListBucketInventoryConfigurations = D1 (MetaData "ListBucketInventoryConfigurations" "Network.AWS.S3.ListBucketInventoryConfigurations" "amazonka-s3-1.4.5-2ONtLrikxBNLJwnoUGaFyq" False) (C1 (MetaCons "ListBucketInventoryConfigurations'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lbicContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lbicBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName))))
type Rs ListBucketInventoryConfigurations Source # 

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 #

Instances

Eq ListBucketInventoryConfigurationsResponse Source # 
Data ListBucketInventoryConfigurationsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListBucketInventoryConfigurationsResponse -> c ListBucketInventoryConfigurationsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListBucketInventoryConfigurationsResponse #

toConstr :: ListBucketInventoryConfigurationsResponse -> Constr #

dataTypeOf :: ListBucketInventoryConfigurationsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListBucketInventoryConfigurationsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListBucketInventoryConfigurationsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListBucketInventoryConfigurationsResponse -> ListBucketInventoryConfigurationsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListBucketInventoryConfigurationsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListBucketInventoryConfigurationsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListBucketInventoryConfigurationsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListBucketInventoryConfigurationsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListBucketInventoryConfigurationsResponse -> m ListBucketInventoryConfigurationsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBucketInventoryConfigurationsResponse -> m ListBucketInventoryConfigurationsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListBucketInventoryConfigurationsResponse -> m ListBucketInventoryConfigurationsResponse #

Read ListBucketInventoryConfigurationsResponse Source # 
Show ListBucketInventoryConfigurationsResponse Source # 
Generic ListBucketInventoryConfigurationsResponse Source # 
NFData ListBucketInventoryConfigurationsResponse Source # 
type Rep ListBucketInventoryConfigurationsResponse Source # 
type Rep ListBucketInventoryConfigurationsResponse = D1 (MetaData "ListBucketInventoryConfigurationsResponse" "Network.AWS.S3.ListBucketInventoryConfigurations" "amazonka-s3-1.4.5-2ONtLrikxBNLJwnoUGaFyq" False) (C1 (MetaCons "ListBucketInventoryConfigurationsResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lbicrsContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lbicrsInventoryConfigurationList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InventoryConfiguration])))) ((:*:) (S1 (MetaSel (Just Symbol "_lbicrsNextContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lbicrsIsTruncated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_lbicrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))))

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.

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.