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

Description

Starts delete of resources.

Synopsis

Creating a Request

data BatchDelete' Source #

A request to delete resources

See: newBatchDelete' smart constructor.

Constructors

BatchDelete'' 

Fields

Instances

Instances details
Eq BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Read BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Show BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Generic BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Associated Types

type Rep BatchDelete' :: Type -> Type #

NFData BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Methods

rnf :: BatchDelete' -> () #

Hashable BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

ToJSON BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

AWSRequest BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Associated Types

type AWSResponse BatchDelete' #

ToHeaders BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

ToPath BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

ToQuery BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

type Rep BatchDelete' Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

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

Defined in Amazonka.MediaLive.BatchDelete

newBatchDelete' :: BatchDelete' Source #

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

$sel:inputIds:BatchDelete'', batchDelete'_inputIds - List of input IDs

$sel:multiplexIds:BatchDelete'', batchDelete'_multiplexIds - List of multiplex IDs

$sel:inputSecurityGroupIds:BatchDelete'', batchDelete'_inputSecurityGroupIds - List of input security group IDs

Request Lenses

batchDelete'_inputSecurityGroupIds :: Lens' BatchDelete' (Maybe [Text]) Source #

List of input security group IDs

Destructuring the Response

data BatchDeleteResponse Source #

Placeholder documentation for BatchDeleteResponse

See: newBatchDeleteResponse smart constructor.

Constructors

BatchDeleteResponse' 

Fields

Instances

Instances details
Eq BatchDeleteResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Read BatchDeleteResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Show BatchDeleteResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Generic BatchDeleteResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Associated Types

type Rep BatchDeleteResponse :: Type -> Type #

NFData BatchDeleteResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

Methods

rnf :: BatchDeleteResponse -> () #

type Rep BatchDeleteResponse Source # 
Instance details

Defined in Amazonka.MediaLive.BatchDelete

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

newBatchDeleteResponse Source #

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

$sel:failed:BatchDeleteResponse', batchDeleteResponse_failed - List of failed operations

$sel:httpStatus:BatchDeleteResponse', batchDeleteResponse_httpStatus - The response's http status code.

Response Lenses