libZSservicesZSamazonka-ioteventsZSamazonka-iotevents
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.IoTEvents.Types.AcknowledgeFlow

Description

 
Synopsis

Documentation

data AcknowledgeFlow Source #

Specifies whether to get notified for alarm state changes.

See: newAcknowledgeFlow smart constructor.

Constructors

AcknowledgeFlow' 

Fields

  • enabled :: Bool

    The value must be TRUE or FALSE. If TRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.

Instances

Instances details
Eq AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

Read AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

Show AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

Generic AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

Associated Types

type Rep AcknowledgeFlow :: Type -> Type #

NFData AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

Methods

rnf :: AcknowledgeFlow -> () #

Hashable AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

ToJSON AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

FromJSON AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

type Rep AcknowledgeFlow Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.AcknowledgeFlow

type Rep AcknowledgeFlow = D1 ('MetaData "AcknowledgeFlow" "Amazonka.IoTEvents.Types.AcknowledgeFlow" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "AcknowledgeFlow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newAcknowledgeFlow Source #

Create a value of AcknowledgeFlow 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:enabled:AcknowledgeFlow', acknowledgeFlow_enabled - The value must be TRUE or FALSE. If TRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.

acknowledgeFlow_enabled :: Lens' AcknowledgeFlow Bool Source #

The value must be TRUE or FALSE. If TRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.