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

Copyright(c) 2013-2017 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.GetBucketInventoryConfiguration

Contents

Description

Returns an inventory configuration (identified by the inventory ID) from the bucket.

Synopsis

Creating a Request

getBucketInventoryConfiguration Source #

Creates a value of GetBucketInventoryConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • gbicBucket - The name of the bucket containing the inventory configuration to retrieve.
  • gbicId - The ID used to identify the inventory configuration.

data GetBucketInventoryConfiguration Source #

See: getBucketInventoryConfiguration smart constructor.

Instances

Eq GetBucketInventoryConfiguration Source # 
Data GetBucketInventoryConfiguration Source # 

Methods

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

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

toConstr :: GetBucketInventoryConfiguration -> Constr #

dataTypeOf :: GetBucketInventoryConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBucketInventoryConfiguration Source # 
Show GetBucketInventoryConfiguration Source # 
Generic GetBucketInventoryConfiguration Source # 
Hashable GetBucketInventoryConfiguration Source # 
NFData GetBucketInventoryConfiguration Source # 
AWSRequest GetBucketInventoryConfiguration Source # 
ToQuery GetBucketInventoryConfiguration Source # 
ToPath GetBucketInventoryConfiguration Source # 
ToHeaders GetBucketInventoryConfiguration Source # 
type Rep GetBucketInventoryConfiguration Source # 
type Rep GetBucketInventoryConfiguration = D1 (MetaData "GetBucketInventoryConfiguration" "Network.AWS.S3.GetBucketInventoryConfiguration" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetBucketInventoryConfiguration'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbicBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName)) (S1 (MetaSel (Just Symbol "_gbicId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetBucketInventoryConfiguration Source # 

Request Lenses

gbicBucket :: Lens' GetBucketInventoryConfiguration BucketName Source #

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

gbicId :: Lens' GetBucketInventoryConfiguration Text Source #

The ID used to identify the inventory configuration.

Destructuring the Response

getBucketInventoryConfigurationResponse Source #

Creates a value of GetBucketInventoryConfigurationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetBucketInventoryConfigurationResponse Source #

Instances

Eq GetBucketInventoryConfigurationResponse Source # 
Data GetBucketInventoryConfigurationResponse Source # 

Methods

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

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

toConstr :: GetBucketInventoryConfigurationResponse -> Constr #

dataTypeOf :: GetBucketInventoryConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetBucketInventoryConfigurationResponse Source # 
Generic GetBucketInventoryConfigurationResponse Source # 
NFData GetBucketInventoryConfigurationResponse Source # 
type Rep GetBucketInventoryConfigurationResponse Source # 
type Rep GetBucketInventoryConfigurationResponse = D1 (MetaData "GetBucketInventoryConfigurationResponse" "Network.AWS.S3.GetBucketInventoryConfiguration" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetBucketInventoryConfigurationResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbicrsInventoryConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InventoryConfiguration))) (S1 (MetaSel (Just Symbol "_gbicrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses