libZSservicesZSamazonka-ivsZSamazonka-ivs
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.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
Eq GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Read GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Show GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Generic GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Associated Types

type Rep GetChannel :: Type -> Type #

NFData GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Methods

rnf :: GetChannel -> () #

Hashable GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

ToJSON GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

AWSRequest GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Associated Types

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

type Rep GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type Rep GetChannel = D1 ('MetaData "GetChannel" "Amazonka.IVS.GetChannel" "libZSservicesZSamazonka-ivsZSamazonka-ivs" 'False) (C1 ('MetaCons "GetChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetChannel Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

newGetChannel Source #

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:

$sel:arn: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
Eq GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Read GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Show GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Generic GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Associated Types

type Rep GetChannelResponse :: Type -> Type #

NFData GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

Methods

rnf :: GetChannelResponse -> () #

type Rep GetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.GetChannel

type Rep GetChannelResponse = D1 ('MetaData "GetChannelResponse" "Amazonka.IVS.GetChannel" "libZSservicesZSamazonka-ivsZSamazonka-ivs" '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:

$sel:channel:GetChannelResponse', getChannelResponse_channel -

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

Response Lenses