amazonka-ivs-2.0: Amazon Interactive Video Service 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.IVS.GetChannel

Description

Gets the channel configuration for the specified channel ARN. See also BatchGetChannel.

Synopsis

Creating a Request

data GetChannel Source #

See: newGetChannel smart constructor.

Constructors

GetChannel' 

Fields

  • arn :: Text

    ARN of the channel for which the configuration is to be retrieved.

Instances

Instances details
ToJSON GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

ToHeaders GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Methods

toHeaders :: GetChannel -> [Header] #

ToPath GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

ToQuery GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

AWSRequest GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Associated Types

type AWSResponse GetChannel #

Generic GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Associated Types

type Rep GetChannel :: Type -> Type #

Read GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Show GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

NFData GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Methods

rnf :: GetChannel -> () #

Eq GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Hashable GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type AWSResponse GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type Rep GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type Rep GetChannel = D1 ('MetaData "GetChannel" "Amazonka.IVS.GetChannel" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "GetChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetChannel Source #

Arguments

:: Text

GetChannel

-> GetChannel 

Create a value of GetChannel 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:

GetChannel, getChannel_arn - ARN of the channel for which the configuration is to be retrieved.

Request Lenses

getChannel_arn :: Lens' GetChannel Text Source #

ARN of the channel for which the configuration is to be retrieved.

Destructuring the Response

data GetChannelResponse Source #

See: newGetChannelResponse smart constructor.

Constructors

GetChannelResponse' 

Fields

Instances

Instances details
Generic GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Associated Types

type Rep GetChannelResponse :: Type -> Type #

Read GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Show GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

NFData GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Methods

rnf :: GetChannelResponse -> () #

Eq GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type Rep GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type Rep GetChannelResponse = D1 ('MetaData "GetChannelResponse" "Amazonka.IVS.GetChannel" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "GetChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Channel)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetChannelResponse Source #

Create a value of GetChannelResponse 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:

GetChannelResponse, getChannelResponse_channel -

$sel:httpStatus:GetChannelResponse', getChannelResponse_httpStatus - The response's http status code.

Response Lenses