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

Contents

Description

Starts deletion of channel. The associated outputs are also deleted.

Synopsis

Creating a Request

deleteChannel Source #

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

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

data DeleteChannel Source #

Placeholder documentation for DeleteChannelRequest

See: deleteChannel smart constructor.

Instances
Eq DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Data DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Methods

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

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

toConstr :: DeleteChannel -> Constr #

dataTypeOf :: DeleteChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Generic DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

Hashable DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

AWSRequest DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Associated Types

type Rs DeleteChannel :: Type #

ToHeaders DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

ToPath DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

ToQuery DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

NFData DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

type Rep DeleteChannel Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

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

Defined in Network.AWS.MediaLive.DeleteChannel

Request Lenses

dcChannelId :: Lens' DeleteChannel Text Source #

Unique ID of the channel.

Destructuring the Response

deleteChannelResponse Source #

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

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

data DeleteChannelResponse Source #

Placeholder documentation for DeleteChannelResponse

See: deleteChannelResponse smart constructor.

Instances
Eq DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Data DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Methods

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

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

toConstr :: DeleteChannelResponse -> Constr #

dataTypeOf :: DeleteChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Generic DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

NFData DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Network.AWS.MediaLive.DeleteChannel

type Rep DeleteChannelResponse = D1 (MetaData "DeleteChannelResponse" "Network.AWS.MediaLive.DeleteChannel" "amazonka-medialive-1.6.1-Hf3aRK8WXQyFYNvbGtWknQ" False) (C1 (MetaCons "DeleteChannelResponse'" PrefixI True) (((S1 (MetaSel (Just "_drsState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ChannelState)) :*: (S1 (MetaSel (Just "_drsARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_drsPipelinesRunningCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 (MetaSel (Just "_drsInputSpecification") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InputSpecification)) :*: (S1 (MetaSel (Just "_drsInputAttachments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [InputAttachment])) :*: S1 (MetaSel (Just "_drsDestinations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OutputDestination]))))) :*: ((S1 (MetaSel (Just "_drsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_drsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_drsEgressEndpoints") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ChannelEgressEndpoint])))) :*: (S1 (MetaSel (Just "_drsEncoderSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EncoderSettings)) :*: (S1 (MetaSel (Just "_drsRoleARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_drsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))))

Response Lenses

drsARN :: Lens' DeleteChannelResponse (Maybe Text) Source #

The unique arn of the channel.

drsPipelinesRunningCount :: Lens' DeleteChannelResponse (Maybe Int) Source #

The number of currently healthy pipelines.

drsInputAttachments :: Lens' DeleteChannelResponse [InputAttachment] Source #

List of input attachments for channel.

drsDestinations :: Lens' DeleteChannelResponse [OutputDestination] Source #

A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

drsName :: Lens' DeleteChannelResponse (Maybe Text) Source #

The name of the channel. (user-mutable)

drsId :: Lens' DeleteChannelResponse (Maybe Text) Source #

The unique id of the channel.

drsEgressEndpoints :: Lens' DeleteChannelResponse [ChannelEgressEndpoint] Source #

The endpoints where outgoing connections initiate from

drsRoleARN :: Lens' DeleteChannelResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role assumed when running the Channel.

drsResponseStatus :: Lens' DeleteChannelResponse Int Source #

  • - | The response status code.