amazonka-elastictranscoder-1.4.5: Amazon Elastic Transcoder 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.ElasticTranscoder.DeletePreset

Contents

Description

The DeletePreset operation removes a preset that you've added in an AWS region.

Synopsis

Creating a Request

deletePreset Source #

Arguments

:: Text

dpId

-> DeletePreset 

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

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

  • dpId - The identifier of the preset for which you want to get detailed information.

data DeletePreset Source #

The DeletePresetRequest structure.

See: deletePreset smart constructor.

Instances

Eq DeletePreset Source # 
Data DeletePreset Source # 

Methods

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

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

toConstr :: DeletePreset -> Constr #

dataTypeOf :: DeletePreset -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePreset Source # 
Show DeletePreset Source # 
Generic DeletePreset Source # 

Associated Types

type Rep DeletePreset :: * -> * #

Hashable DeletePreset Source # 
NFData DeletePreset Source # 

Methods

rnf :: DeletePreset -> () #

AWSRequest DeletePreset Source # 
ToPath DeletePreset Source # 
ToHeaders DeletePreset Source # 
ToQuery DeletePreset Source # 
type Rep DeletePreset Source # 
type Rep DeletePreset = D1 (MetaData "DeletePreset" "Network.AWS.ElasticTranscoder.DeletePreset" "amazonka-elastictranscoder-1.4.5-GpfBhNC18w3LkITq5oXQDr" True) (C1 (MetaCons "DeletePreset'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeletePreset Source # 

Request Lenses

dpId :: Lens' DeletePreset Text Source #

The identifier of the preset for which you want to get detailed information.

Destructuring the Response

deletePresetResponse Source #

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

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

data DeletePresetResponse Source #

The DeletePresetResponse structure.

See: deletePresetResponse smart constructor.

Instances

Eq DeletePresetResponse Source # 
Data DeletePresetResponse Source # 

Methods

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

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

toConstr :: DeletePresetResponse -> Constr #

dataTypeOf :: DeletePresetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeletePresetResponse Source # 
Show DeletePresetResponse Source # 
Generic DeletePresetResponse Source # 
NFData DeletePresetResponse Source # 

Methods

rnf :: DeletePresetResponse -> () #

type Rep DeletePresetResponse Source # 
type Rep DeletePresetResponse = D1 (MetaData "DeletePresetResponse" "Network.AWS.ElasticTranscoder.DeletePreset" "amazonka-elastictranscoder-1.4.5-GpfBhNC18w3LkITq5oXQDr" True) (C1 (MetaCons "DeletePresetResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

dprsResponseStatus :: Lens' DeletePresetResponse Int Source #

  • - | The response status code.