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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 #

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 #

See: listBucketInventoryConfigurations smart constructor.

Instances
Eq ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Data ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

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 # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Show ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Generic ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Associated Types

type Rep ListBucketInventoryConfigurations :: Type -> Type #

Hashable ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

AWSRequest ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Associated Types

type Rs ListBucketInventoryConfigurations :: Type #

ToHeaders ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

ToPath ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

ToQuery ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

NFData ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

type Rep ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

type Rep ListBucketInventoryConfigurations = D1 (MetaData "ListBucketInventoryConfigurations" "Network.AWS.S3.ListBucketInventoryConfigurations" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" False) (C1 (MetaCons "ListBucketInventoryConfigurations'" PrefixI True) (S1 (MetaSel (Just "_lbicContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lbicBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName)))
type Rs ListBucketInventoryConfigurations # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Request Lenses

lbicContinuationToken :: Lens' ListBucketInventoryConfigurations (Maybe Text) #

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 #

The name of the bucket containing the inventory configurations to retrieve.

Destructuring the Response

listBucketInventoryConfigurationsResponse #

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 #

Instances
Eq ListBucketInventoryConfigurationsResponse # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Data ListBucketInventoryConfigurationsResponse # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

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 #

Show ListBucketInventoryConfigurationsResponse # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

Generic ListBucketInventoryConfigurationsResponse # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

NFData ListBucketInventoryConfigurationsResponse # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

type Rep ListBucketInventoryConfigurationsResponse # 
Instance details

Defined in Network.AWS.S3.ListBucketInventoryConfigurations

type Rep ListBucketInventoryConfigurationsResponse = D1 (MetaData "ListBucketInventoryConfigurationsResponse" "Network.AWS.S3.ListBucketInventoryConfigurations" "amazonka-s3-1.6.1-LiqvNF3p5E63pl94gDJb0i" False) (C1 (MetaCons "ListBucketInventoryConfigurationsResponse'" PrefixI True) ((S1 (MetaSel (Just "_lbicrsContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lbicrsInventoryConfigurationList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InventoryConfiguration]))) :*: (S1 (MetaSel (Just "_lbicrsNextContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lbicrsIsTruncated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_lbicrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

lbicrsContinuationToken :: Lens' ListBucketInventoryConfigurationsResponse (Maybe Text) #

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) #

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) #

Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.