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

Description

Starts a specific channel.

Synopsis

Creating a Request

data StartChannel Source #

See: newStartChannel smart constructor.

Constructors

StartChannel' 

Fields

Instances

Instances details
Eq StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Read StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Show StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Generic StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type Rep StartChannel :: Type -> Type #

NFData StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Methods

rnf :: StartChannel -> () #

Hashable StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

ToJSON StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

AWSRequest StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type AWSResponse StartChannel #

ToHeaders StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

ToPath StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

ToQuery StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

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

Defined in Amazonka.MediaTailor.StartChannel

newStartChannel Source #

Create a value of StartChannel 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:StartChannel', startChannel_channelName - The identifier for the channel you are working on.

Request Lenses

startChannel_channelName :: Lens' StartChannel Text Source #

The identifier for the channel you are working on.

Destructuring the Response

data StartChannelResponse Source #

See: newStartChannelResponse smart constructor.

Constructors

StartChannelResponse' 

Fields

Instances

Instances details
Eq StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Read StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Show StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Generic StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type Rep StartChannelResponse :: Type -> Type #

NFData StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Methods

rnf :: StartChannelResponse -> () #

type Rep StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannelResponse = D1 ('MetaData "StartChannelResponse" "Amazonka.MediaTailor.StartChannel" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "StartChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartChannelResponse Source #

Create a value of StartChannelResponse 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:StartChannelResponse', startChannelResponse_httpStatus - The response's http status code.

Response Lenses