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

Description

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

Synopsis

Creating a Request

data StartChannel Source #

See: newStartChannel smart constructor.

Constructors

StartChannel' 

Fields

Instances

Instances details
ToJSON StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.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

AWSRequest StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type AWSResponse StartChannel #

Generic StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type Rep StartChannel :: Type -> Type #

Read StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Show StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

NFData StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Methods

rnf :: StartChannel -> () #

Eq StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Hashable StartChannel Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type AWSResponse 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" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "StartChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

StartChannel, startChannel_channelName - The name of the channel.

Request Lenses

Destructuring the Response

data StartChannelResponse Source #

See: newStartChannelResponse smart constructor.

Constructors

StartChannelResponse' 

Fields

Instances

Instances details
Generic StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Associated Types

type Rep StartChannelResponse :: Type -> Type #

Read StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Show StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

NFData StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

Methods

rnf :: StartChannelResponse -> () #

Eq StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannelResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.StartChannel

type Rep StartChannelResponse = D1 ('MetaData "StartChannelResponse" "Amazonka.MediaTailor.StartChannel" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" '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