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

Description

Disables one or more alarms. The alarms change to the DISABLED state after you disable them.

Synopsis

Creating a Request

data BatchDisableAlarm Source #

See: newBatchDisableAlarm smart constructor.

Constructors

BatchDisableAlarm' 

Fields

Instances

Instances details
Eq BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Read BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Show BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Generic BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Associated Types

type Rep BatchDisableAlarm :: Type -> Type #

NFData BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Methods

rnf :: BatchDisableAlarm -> () #

Hashable BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

ToJSON BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

AWSRequest BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Associated Types

type AWSResponse BatchDisableAlarm #

ToHeaders BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

ToPath BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

ToQuery BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

type Rep BatchDisableAlarm Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

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

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

newBatchDisableAlarm Source #

Create a value of BatchDisableAlarm 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:disableActionRequests:BatchDisableAlarm', batchDisableAlarm_disableActionRequests - The list of disable action requests. You can specify up to 10 requests per operation.

Request Lenses

batchDisableAlarm_disableActionRequests :: Lens' BatchDisableAlarm (NonEmpty DisableAlarmActionRequest) Source #

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

Destructuring the Response

data BatchDisableAlarmResponse Source #

See: newBatchDisableAlarmResponse smart constructor.

Constructors

BatchDisableAlarmResponse' 

Fields

Instances

Instances details
Eq BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Read BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Show BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Generic BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

Associated Types

type Rep BatchDisableAlarmResponse :: Type -> Type #

NFData BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

type Rep BatchDisableAlarmResponse Source # 
Instance details

Defined in Amazonka.IoTEventsData.BatchDisableAlarm

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

newBatchDisableAlarmResponse Source #

Create a value of BatchDisableAlarmResponse 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:BatchDisableAlarmResponse', batchDisableAlarmResponse_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:BatchDisableAlarmResponse', batchDisableAlarmResponse_httpStatus - The response's http status code.

Response Lenses

batchDisableAlarmResponse_errorEntries :: Lens' BatchDisableAlarmResponse (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.