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

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Data GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

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

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Show GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Generic GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Associated Types

type Rep GetBucketInventoryConfiguration :: Type -> Type #

Hashable GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

AWSRequest GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Associated Types

type Rs GetBucketInventoryConfiguration :: Type #

ToHeaders GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

ToPath GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

ToQuery GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

NFData GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

type Rep GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

type Rep GetBucketInventoryConfiguration = D1 (MetaData "GetBucketInventoryConfiguration" "Network.AWS.S3.GetBucketInventoryConfiguration" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" False) (C1 (MetaCons "GetBucketInventoryConfiguration'" PrefixI True) (S1 (MetaSel (Just "_gbicBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName) :*: S1 (MetaSel (Just "_gbicId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetBucketInventoryConfiguration Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

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

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Data GetBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

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

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

Generic GetBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

NFData GetBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

type Rep GetBucketInventoryConfigurationResponse Source # 
Instance details

Defined in Network.AWS.S3.GetBucketInventoryConfiguration

type Rep GetBucketInventoryConfigurationResponse = D1 (MetaData "GetBucketInventoryConfigurationResponse" "Network.AWS.S3.GetBucketInventoryConfiguration" "amazonka-s3-1.6.1-I7VsiKive605KPmKsVgrUz" False) (C1 (MetaCons "GetBucketInventoryConfigurationResponse'" PrefixI True) (S1 (MetaSel (Just "_gbicrsInventoryConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InventoryConfiguration)) :*: S1 (MetaSel (Just "_gbicrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses