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

Description

Performs GetChannel on multiple ARNs simultaneously.

Synopsis

Creating a Request

data BatchGetChannel Source #

See: newBatchGetChannel smart constructor.

Constructors

BatchGetChannel' 

Fields

Instances

Instances details
Eq BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Read BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Show BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Generic BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Associated Types

type Rep BatchGetChannel :: Type -> Type #

NFData BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Methods

rnf :: BatchGetChannel -> () #

Hashable BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

ToJSON BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

AWSRequest BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Associated Types

type AWSResponse BatchGetChannel #

ToHeaders BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

ToPath BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

ToQuery BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

type Rep BatchGetChannel Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

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

Defined in Amazonka.IVS.BatchGetChannel

newBatchGetChannel Source #

Create a value of BatchGetChannel 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:arns:BatchGetChannel', batchGetChannel_arns - Array of ARNs, one per channel.

Request Lenses

batchGetChannel_arns :: Lens' BatchGetChannel (NonEmpty Text) Source #

Array of ARNs, one per channel.

Destructuring the Response

data BatchGetChannelResponse Source #

See: newBatchGetChannelResponse smart constructor.

Constructors

BatchGetChannelResponse' 

Fields

Instances

Instances details
Eq BatchGetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Read BatchGetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Show BatchGetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Generic BatchGetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Associated Types

type Rep BatchGetChannelResponse :: Type -> Type #

NFData BatchGetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

Methods

rnf :: BatchGetChannelResponse -> () #

type Rep BatchGetChannelResponse Source # 
Instance details

Defined in Amazonka.IVS.BatchGetChannel

type Rep BatchGetChannelResponse = D1 ('MetaData "BatchGetChannelResponse" "Amazonka.IVS.BatchGetChannel" "libZSservicesZSamazonka-ivsZSamazonka-ivs" 'False) (C1 ('MetaCons "BatchGetChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Channel])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetChannelResponse Source #

Create a value of BatchGetChannelResponse 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:channels:BatchGetChannelResponse', batchGetChannelResponse_channels -

$sel:errors:BatchGetChannelResponse', batchGetChannelResponse_errors - Each error object is related to a specific ARN in the request.

$sel:httpStatus:BatchGetChannelResponse', batchGetChannelResponse_httpStatus - The response's http status code.

Response Lenses

batchGetChannelResponse_errors :: Lens' BatchGetChannelResponse (Maybe [BatchError]) Source #

Each error object is related to a specific ARN in the request.