libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaTailor.StopChannel

Description

Stops a specific channel.

Synopsis

Creating a Request

data StopChannel Source #

See: newStopChannel smart constructor.

Constructors

StopChannel' 

Fields

Instances

Instances details
Eq StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Read StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Show StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Generic StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type Rep StopChannel :: Type -> Type #

NFData StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

rnf :: StopChannel -> () #

Hashable StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

ToJSON StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

AWSRequest StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type AWSResponse 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

type Rep StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannel = D1 ('MetaData "StopChannel" "Amazonka.MediaTailor.StopChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "StopChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

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:

$sel:channelName:StopChannel', stopChannel_channelName - The identifier for the channel you are working on.

Request Lenses

stopChannel_channelName :: Lens' StopChannel Text Source #

The identifier for the channel you are working on.

Destructuring the Response

data StopChannelResponse Source #

See: newStopChannelResponse smart constructor.

Constructors

StopChannelResponse' 

Fields

Instances

Instances details
Eq StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Read StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Show StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Generic StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Associated Types

type Rep StopChannelResponse :: Type -> Type #

NFData StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

Methods

rnf :: StopChannelResponse -> () #

type Rep StopChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StopChannel

type Rep StopChannelResponse = D1 ('MetaData "StopChannelResponse" "Amazonka.MediaTailor.StopChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" '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