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

Description

Stops running resources

Synopsis

Creating a Request

data BatchStop' Source #

A request to stop resources

See: newBatchStop' smart constructor.

Constructors

BatchStop'' 

Fields

Instances

Instances details
Eq BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Read BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Show BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Generic BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Associated Types

type Rep BatchStop' :: Type -> Type #

NFData BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Methods

rnf :: BatchStop' -> () #

Hashable BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

ToJSON BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

AWSRequest BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Associated Types

type AWSResponse BatchStop' #

ToHeaders BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Methods

toHeaders :: BatchStop' -> [Header] #

ToPath BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

ToQuery BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

type Rep BatchStop' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

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

Defined in Amazonka.MediaLive.BatchStop

newBatchStop' :: BatchStop' Source #

Create a value of BatchStop' 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:BatchStop'', batchStop'_channelIds - List of channel IDs

$sel:multiplexIds:BatchStop'', batchStop'_multiplexIds - List of multiplex IDs

Request Lenses

Destructuring the Response

data BatchStopResponse Source #

Placeholder documentation for BatchStopResponse

See: newBatchStopResponse smart constructor.

Constructors

BatchStopResponse' 

Fields

Instances

Instances details
Eq BatchStopResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Read BatchStopResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Show BatchStopResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Generic BatchStopResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Associated Types

type Rep BatchStopResponse :: Type -> Type #

NFData BatchStopResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

Methods

rnf :: BatchStopResponse -> () #

type Rep BatchStopResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchStop

type Rep BatchStopResponse = D1 ('MetaData "BatchStopResponse" "Amazonka.MediaLive.BatchStop" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "BatchStopResponse'" '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))))

newBatchStopResponse Source #

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

$sel:failed:BatchStopResponse', batchStopResponse_failed - List of failed operations

$sel:httpStatus:BatchStopResponse', batchStopResponse_httpStatus - The response's http status code.

Response Lenses

batchStopResponse_httpStatus :: Lens' BatchStopResponse Int Source #

The response's http status code.