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

Description

Acknowledges one or more alarms. The alarms change to the ACKNOWLEDGED state after you acknowledge them.

Synopsis

Creating a Request

data BatchAcknowledgeAlarm Source #

See: newBatchAcknowledgeAlarm smart constructor.

Constructors

BatchAcknowledgeAlarm' 

Fields

Instances

Instances details
Eq BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Read BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Show BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Generic BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Associated Types

type Rep BatchAcknowledgeAlarm :: Type -> Type #

NFData BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Methods

rnf :: BatchAcknowledgeAlarm -> () #

Hashable BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

ToJSON BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

AWSRequest BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Associated Types

type AWSResponse BatchAcknowledgeAlarm #

ToHeaders BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

ToPath BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

ToQuery BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

type Rep BatchAcknowledgeAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

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

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

newBatchAcknowledgeAlarm Source #

Create a value of BatchAcknowledgeAlarm 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:acknowledgeActionRequests:BatchAcknowledgeAlarm', batchAcknowledgeAlarm_acknowledgeActionRequests - The list of acknowledge action requests. You can specify up to 10 requests per operation.

Request Lenses

batchAcknowledgeAlarm_acknowledgeActionRequests :: Lens' BatchAcknowledgeAlarm (NonEmpty AcknowledgeAlarmActionRequest) Source #

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

Destructuring the Response

data BatchAcknowledgeAlarmResponse Source #

See: newBatchAcknowledgeAlarmResponse smart constructor.

Constructors

BatchAcknowledgeAlarmResponse' 

Fields

Instances

Instances details
Eq BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Read BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Show BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Generic BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

Associated Types

type Rep BatchAcknowledgeAlarmResponse :: Type -> Type #

NFData BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

type Rep BatchAcknowledgeAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchAcknowledgeAlarm

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

newBatchAcknowledgeAlarmResponse Source #

Create a value of BatchAcknowledgeAlarmResponse 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:BatchAcknowledgeAlarmResponse', batchAcknowledgeAlarmResponse_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:BatchAcknowledgeAlarmResponse', batchAcknowledgeAlarmResponse_httpStatus - The response's http status code.

Response Lenses

batchAcknowledgeAlarmResponse_errorEntries :: Lens' BatchAcknowledgeAlarmResponse (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.