amazonka-iotevents-data-2.0: Amazon IoT Events Data SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTEventsData.BatchDeleteDetector

Description

Deletes one or more detectors that were created. When a detector is deleted, its state will be cleared and the detector will be removed from the list of detectors. The deleted detector will no longer appear if referenced in the ListDetectors API call.

Synopsis

Creating a Request

data BatchDeleteDetector Source #

See: newBatchDeleteDetector smart constructor.

Constructors

BatchDeleteDetector' 

Fields

Instances

Instances details
ToJSON BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

ToHeaders BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

ToPath BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

ToQuery BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

AWSRequest BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Associated Types

type AWSResponse BatchDeleteDetector #

Generic BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Associated Types

type Rep BatchDeleteDetector :: Type -> Type #

Read BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Show BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

NFData BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Methods

rnf :: BatchDeleteDetector -> () #

Eq BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Hashable BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

type AWSResponse BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

type Rep BatchDeleteDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

type Rep BatchDeleteDetector = D1 ('MetaData "BatchDeleteDetector" "Amazonka.IoTEventsData.BatchDeleteDetector" "amazonka-iotevents-data-2.0-2nkzod7vvQTAS38g00IbEB" 'False) (C1 ('MetaCons "BatchDeleteDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty DeleteDetectorRequest))))

newBatchDeleteDetector Source #

Create a value of BatchDeleteDetector 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:detectors:BatchDeleteDetector', batchDeleteDetector_detectors - The list of one or more detectors to be deleted.

Request Lenses

Destructuring the Response

data BatchDeleteDetectorResponse Source #

See: newBatchDeleteDetectorResponse smart constructor.

Constructors

BatchDeleteDetectorResponse' 

Fields

Instances

Instances details
Generic BatchDeleteDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Associated Types

type Rep BatchDeleteDetectorResponse :: Type -> Type #

Read BatchDeleteDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Show BatchDeleteDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

NFData BatchDeleteDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

Eq BatchDeleteDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

type Rep BatchDeleteDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDeleteDetector

type Rep BatchDeleteDetectorResponse = D1 ('MetaData "BatchDeleteDetectorResponse" "Amazonka.IoTEventsData.BatchDeleteDetector" "amazonka-iotevents-data-2.0-2nkzod7vvQTAS38g00IbEB" 'False) (C1 ('MetaCons "BatchDeleteDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchDeleteDetectorErrorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDeleteDetectorErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDeleteDetectorResponse Source #

Create a value of BatchDeleteDetectorResponse 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:batchDeleteDetectorErrorEntries:BatchDeleteDetectorResponse', batchDeleteDetectorResponse_batchDeleteDetectorErrorEntries - A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.

$sel:httpStatus:BatchDeleteDetectorResponse', batchDeleteDetectorResponse_httpStatus - The response's http status code.

Response Lenses

batchDeleteDetectorResponse_batchDeleteDetectorErrorEntries :: Lens' BatchDeleteDetectorResponse (Maybe [BatchDeleteDetectorErrorEntry]) Source #

A list of errors associated with the request, or an empty array ([]) if there are no errors. Each error entry contains a messageId that helps you identify the entry that failed.