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

Description

 
Synopsis

Documentation

data ClearTimerAction Source #

Information needed to clear the timer.

See: newClearTimerAction smart constructor.

Constructors

ClearTimerAction' 

Fields

Instances

Instances details
Eq ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

Read ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

Show ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

Generic ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

Associated Types

type Rep ClearTimerAction :: Type -> Type #

NFData ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

Methods

rnf :: ClearTimerAction -> () #

Hashable ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

ToJSON ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

FromJSON ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

type Rep ClearTimerAction Source # 
Instance details

Defined in Amazonka.IoTEvents.Types.ClearTimerAction

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

newClearTimerAction Source #

Create a value of ClearTimerAction 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:timerName:ClearTimerAction', clearTimerAction_timerName - The name of the timer to clear.

clearTimerAction_timerName :: Lens' ClearTimerAction Text Source #

The name of the timer to clear.