amazonka-medialive-1.6.1: Amazon Elemental MediaLive 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.MediaLive.DeleteInput

Contents

Description

Deletes the input end point

Synopsis

Creating a Request

deleteInput Source #

Arguments

:: Text

diInputId

-> DeleteInput 

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

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

data DeleteInput Source #

Placeholder documentation for DeleteInputRequest

See: deleteInput smart constructor.

Instances
Eq DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Data DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Methods

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

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

toConstr :: DeleteInput -> Constr #

dataTypeOf :: DeleteInput -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Show DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Generic DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Associated Types

type Rep DeleteInput :: Type -> Type #

Hashable DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

AWSRequest DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Associated Types

type Rs DeleteInput :: Type #

ToHeaders DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Methods

toHeaders :: DeleteInput -> [Header] #

ToPath DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

ToQuery DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

NFData DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Methods

rnf :: DeleteInput -> () #

type Rep DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

type Rep DeleteInput = D1 (MetaData "DeleteInput" "Network.AWS.MediaLive.DeleteInput" "amazonka-medialive-1.6.1-Hf3aRK8WXQyFYNvbGtWknQ" True) (C1 (MetaCons "DeleteInput'" PrefixI True) (S1 (MetaSel (Just "_diInputId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteInput Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Request Lenses

diInputId :: Lens' DeleteInput Text Source #

Unique ID of the input

Destructuring the Response

deleteInputResponse Source #

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

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

data DeleteInputResponse Source #

Placeholder documentation for DeleteInputResponse

See: deleteInputResponse smart constructor.

Instances
Eq DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Data DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Methods

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

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

toConstr :: DeleteInputResponse -> Constr #

dataTypeOf :: DeleteInputResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Show DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Generic DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Associated Types

type Rep DeleteInputResponse :: Type -> Type #

NFData DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

Methods

rnf :: DeleteInputResponse -> () #

type Rep DeleteInputResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteInput

type Rep DeleteInputResponse = D1 (MetaData "DeleteInputResponse" "Network.AWS.MediaLive.DeleteInput" "amazonka-medialive-1.6.1-Hf3aRK8WXQyFYNvbGtWknQ" True) (C1 (MetaCons "DeleteInputResponse'" PrefixI True) (S1 (MetaSel (Just "_dirsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

dirsResponseStatus :: Lens' DeleteInputResponse Int Source #

  • - | The response status code.