amazonka-mediapackage-1.6.0: Amazon Elemental MediaPackage 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.MediaPackage.DeleteOriginEndpoint

Contents

Description

Deletes an existing OriginEndpoint.

Synopsis

Creating a Request

deleteOriginEndpoint Source #

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

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

  • delId - The ID of the OriginEndpoint to delete.

data DeleteOriginEndpoint Source #

See: deleteOriginEndpoint smart constructor.

Instances

Eq DeleteOriginEndpoint Source # 
Data DeleteOriginEndpoint Source # 

Methods

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

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

toConstr :: DeleteOriginEndpoint -> Constr #

dataTypeOf :: DeleteOriginEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteOriginEndpoint Source # 
Show DeleteOriginEndpoint Source # 
Generic DeleteOriginEndpoint Source # 
Hashable DeleteOriginEndpoint Source # 
NFData DeleteOriginEndpoint Source # 

Methods

rnf :: DeleteOriginEndpoint -> () #

AWSRequest DeleteOriginEndpoint Source # 
ToHeaders DeleteOriginEndpoint Source # 
ToPath DeleteOriginEndpoint Source # 
ToQuery DeleteOriginEndpoint Source # 
type Rep DeleteOriginEndpoint Source # 
type Rep DeleteOriginEndpoint = D1 * (MetaData "DeleteOriginEndpoint" "Network.AWS.MediaPackage.DeleteOriginEndpoint" "amazonka-mediapackage-1.6.0-FgnOM9h3HAK6TMeVGPpxSG" True) (C1 * (MetaCons "DeleteOriginEndpoint'" PrefixI True) (S1 * (MetaSel (Just Symbol "_delId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteOriginEndpoint Source # 

Request Lenses

delId :: Lens' DeleteOriginEndpoint Text Source #

The ID of the OriginEndpoint to delete.

Destructuring the Response

deleteOriginEndpointResponse Source #

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

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

data DeleteOriginEndpointResponse Source #

See: deleteOriginEndpointResponse smart constructor.

Instances

Eq DeleteOriginEndpointResponse Source # 
Data DeleteOriginEndpointResponse Source # 

Methods

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

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

toConstr :: DeleteOriginEndpointResponse -> Constr #

dataTypeOf :: DeleteOriginEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteOriginEndpointResponse Source # 
Show DeleteOriginEndpointResponse Source # 
Generic DeleteOriginEndpointResponse Source # 
NFData DeleteOriginEndpointResponse Source # 
type Rep DeleteOriginEndpointResponse Source # 
type Rep DeleteOriginEndpointResponse = D1 * (MetaData "DeleteOriginEndpointResponse" "Network.AWS.MediaPackage.DeleteOriginEndpoint" "amazonka-mediapackage-1.6.0-FgnOM9h3HAK6TMeVGPpxSG" True) (C1 * (MetaCons "DeleteOriginEndpointResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_doersResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses