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.GetObjectTorrent

Contents

Description

Return torrent files from a bucket.

Synopsis

Creating a Request

getObjectTorrent Source #

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

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

data GetObjectTorrent Source #

See: getObjectTorrent smart constructor.

Instances

Eq GetObjectTorrent Source # 
Data GetObjectTorrent Source # 

Methods

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

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

toConstr :: GetObjectTorrent -> Constr #

dataTypeOf :: GetObjectTorrent -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetObjectTorrent Source # 
Show GetObjectTorrent Source # 
Generic GetObjectTorrent Source # 
Hashable GetObjectTorrent Source # 
NFData GetObjectTorrent Source # 

Methods

rnf :: GetObjectTorrent -> () #

AWSRequest GetObjectTorrent Source # 
ToQuery GetObjectTorrent Source # 
ToPath GetObjectTorrent Source # 
ToHeaders GetObjectTorrent Source # 
type Rep GetObjectTorrent Source # 
type Rep GetObjectTorrent = D1 (MetaData "GetObjectTorrent" "Network.AWS.S3.GetObjectTorrent" "amazonka-s3-1.5.0-4i2REsRgyXL98WvgynC9is" False) (C1 (MetaCons "GetObjectTorrent'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gotRequestPayer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestPayer))) ((:*:) (S1 (MetaSel (Just Symbol "_gotBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BucketName)) (S1 (MetaSel (Just Symbol "_gotKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ObjectKey)))))
type Rs GetObjectTorrent Source # 

Request Lenses

Destructuring the Response

getObjectTorrentResponse Source #

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

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

Response Lenses