amazonka-mediatailor-2.0: Amazon MediaTailor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaTailor.StopChannel

Description

Stops a channel. For information about MediaTailor channels, see Working with channels in the MediaTailor User Guide.

Synopsis

Creating a Request

data StopChannel Source #

See: newStopChannel smart constructor.

Constructors

StopChannel' 

Fields

Instances

Instances details
ToJSON StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

ToHeaders StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

toHeaders :: StopChannel -> [Header] #

ToPath StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

ToQuery StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

AWSRequest StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type AWSResponse StopChannel #

Generic StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type Rep StopChannel :: Type -> Type #

Read StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Show StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

NFData StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

rnf :: StopChannel -> () #

Eq StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Hashable StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type AWSResponse StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannel = D1 ('MetaData "StopChannel" "Amazonka.MediaTailor.StopChannel" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "StopChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopChannel Source #

Create a value of StopChannel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopChannel, stopChannel_channelName - The name of the channel.

Request Lenses

Destructuring the Response

data StopChannelResponse Source #

See: newStopChannelResponse smart constructor.

Constructors

StopChannelResponse' 

Fields

Instances

Instances details
Generic StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type Rep StopChannelResponse :: Type -> Type #

Read StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Show StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

NFData StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

rnf :: StopChannelResponse -> () #

Eq StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannelResponse = D1 ('MetaData "StopChannelResponse" "Amazonka.MediaTailor.StopChannel" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "StopChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopChannelResponse Source #

Create a value of StopChannelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:StopChannelResponse', stopChannelResponse_httpStatus - The response's http status code.

Response Lenses