libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.BatchStart

Description

Starts existing resources

Synopsis

Creating a Request

data BatchStart' Source #

A request to start resources

See: newBatchStart' smart constructor.

Constructors

BatchStart'' 

Fields

Instances

Instances details
Eq BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Read BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Show BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Generic BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Associated Types

type Rep BatchStart' :: Type -> Type #

NFData BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Methods

rnf :: BatchStart' -> () #

Hashable BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

ToJSON BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

AWSRequest BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Associated Types

type AWSResponse BatchStart' #

ToHeaders BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Methods

toHeaders :: BatchStart' -> [Header] #

ToPath BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

ToQuery BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

type Rep BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

type Rep BatchStart' = D1 ('MetaData "BatchStart'" "Amazonka.MediaLive.BatchStart" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "BatchStart''" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "multiplexIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))
type AWSResponse BatchStart' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

newBatchStart' :: BatchStart' Source #

Create a value of BatchStart' 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:channelIds:BatchStart'', batchStart'_channelIds - List of channel IDs

$sel:multiplexIds:BatchStart'', batchStart'_multiplexIds - List of multiplex IDs

Request Lenses

Destructuring the Response

data BatchStartResponse Source #

Placeholder documentation for BatchStartResponse

See: newBatchStartResponse smart constructor.

Constructors

BatchStartResponse' 

Fields

Instances

Instances details
Eq BatchStartResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Read BatchStartResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Show BatchStartResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Generic BatchStartResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Associated Types

type Rep BatchStartResponse :: Type -> Type #

NFData BatchStartResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

Methods

rnf :: BatchStartResponse -> () #

type Rep BatchStartResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStart

type Rep BatchStartResponse = D1 ('MetaData "BatchStartResponse" "Amazonka.MediaLive.BatchStart" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "BatchStartResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "successful") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchSuccessfulResultModel])) :*: (S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchFailedResultModel])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchStartResponse Source #

Create a value of BatchStartResponse 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:successful:BatchStartResponse', batchStartResponse_successful - List of successful operations

$sel:failed:BatchStartResponse', batchStartResponse_failed - List of failed operations

$sel:httpStatus:BatchStartResponse', batchStartResponse_httpStatus - The response's http status code.

Response Lenses