libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data
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.IoTEventsData.BatchUpdateDetector

Description

Updates the state, variable values, and timer settings of one or more detectors (instances) of a specified detector model.

Synopsis

Creating a Request

data BatchUpdateDetector Source #

See: newBatchUpdateDetector smart constructor.

Constructors

BatchUpdateDetector' 

Fields

Instances

Instances details
Eq BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Read BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Show BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Generic BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Associated Types

type Rep BatchUpdateDetector :: Type -> Type #

NFData BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Methods

rnf :: BatchUpdateDetector -> () #

Hashable BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

ToJSON BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

AWSRequest BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Associated Types

type AWSResponse BatchUpdateDetector #

ToHeaders BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

ToPath BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

ToQuery BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetector = D1 ('MetaData "BatchUpdateDetector" "Amazonka.IoTEventsData.BatchUpdateDetector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchUpdateDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UpdateDetectorRequest))))
type AWSResponse BatchUpdateDetector Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

newBatchUpdateDetector Source #

Create a value of BatchUpdateDetector 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:BatchUpdateDetector', batchUpdateDetector_detectors - The list of detectors (instances) to update, along with the values to update.

Request Lenses

batchUpdateDetector_detectors :: Lens' BatchUpdateDetector (NonEmpty UpdateDetectorRequest) Source #

The list of detectors (instances) to update, along with the values to update.

Destructuring the Response

data BatchUpdateDetectorResponse Source #

See: newBatchUpdateDetectorResponse smart constructor.

Constructors

BatchUpdateDetectorResponse' 

Fields

Instances

Instances details
Eq BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Read BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Show BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Generic BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

Associated Types

type Rep BatchUpdateDetectorResponse :: Type -> Type #

NFData BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetectorResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchUpdateDetector

type Rep BatchUpdateDetectorResponse = D1 ('MetaData "BatchUpdateDetectorResponse" "Amazonka.IoTEventsData.BatchUpdateDetector" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchUpdateDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "batchUpdateDetectorErrorEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchUpdateDetectorErrorEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchUpdateDetectorResponse Source #

Create a value of BatchUpdateDetectorResponse 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:batchUpdateDetectorErrorEntries:BatchUpdateDetectorResponse', batchUpdateDetectorResponse_batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)

$sel:httpStatus:BatchUpdateDetectorResponse', batchUpdateDetectorResponse_httpStatus - The response's http status code.

Response Lenses

batchUpdateDetectorResponse_batchUpdateDetectorErrorEntries :: Lens' BatchUpdateDetectorResponse (Maybe [BatchUpdateDetectorErrorEntry]) Source #

A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)