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

Description

Resets one or more alarms. The alarms return to the NORMAL state after you reset them.

Synopsis

Creating a Request

data BatchResetAlarm Source #

See: newBatchResetAlarm smart constructor.

Constructors

BatchResetAlarm' 

Fields

Instances

Instances details
Eq BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Read BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Show BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Generic BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Associated Types

type Rep BatchResetAlarm :: Type -> Type #

NFData BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Methods

rnf :: BatchResetAlarm -> () #

Hashable BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

ToJSON BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

AWSRequest BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Associated Types

type AWSResponse BatchResetAlarm #

ToHeaders BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

ToPath BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

ToQuery BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

type Rep BatchResetAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

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

Defined in Amazonka.IoTEventsData.BatchResetAlarm

newBatchResetAlarm Source #

Create a value of BatchResetAlarm 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:resetActionRequests:BatchResetAlarm', batchResetAlarm_resetActionRequests - The list of reset action requests. You can specify up to 10 requests per operation.

Request Lenses

batchResetAlarm_resetActionRequests :: Lens' BatchResetAlarm (NonEmpty ResetAlarmActionRequest) Source #

The list of reset action requests. You can specify up to 10 requests per operation.

Destructuring the Response

data BatchResetAlarmResponse Source #

See: newBatchResetAlarmResponse smart constructor.

Constructors

BatchResetAlarmResponse' 

Fields

Instances

Instances details
Eq BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Read BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Show BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Generic BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Associated Types

type Rep BatchResetAlarmResponse :: Type -> Type #

NFData BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

Methods

rnf :: BatchResetAlarmResponse -> () #

type Rep BatchResetAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchResetAlarm

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

newBatchResetAlarmResponse Source #

Create a value of BatchResetAlarmResponse 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:errorEntries:BatchResetAlarmResponse', batchResetAlarmResponse_errorEntries - A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.

$sel:httpStatus:BatchResetAlarmResponse', batchResetAlarmResponse_httpStatus - The response's http status code.

Response Lenses

batchResetAlarmResponse_errorEntries :: Lens' BatchResetAlarmResponse (Maybe [BatchAlarmActionErrorEntry]) Source #

A list of errors associated with the request, or null if there are no errors. Each error entry contains an entry ID that helps you identify the entry that failed.