amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.Types.AbortConfig

Description

 
Synopsis

Documentation

data AbortConfig Source #

The criteria that determine when and how a job abort takes place.

See: newAbortConfig smart constructor.

Constructors

AbortConfig' 

Fields

Instances

Instances details
FromJSON AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

ToJSON AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

Generic AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

Associated Types

type Rep AbortConfig :: Type -> Type #

Read AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

Show AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

NFData AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

Methods

rnf :: AbortConfig -> () #

Eq AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

Hashable AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

type Rep AbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AbortConfig

type Rep AbortConfig = D1 ('MetaData "AbortConfig" "Amazonka.IoT.Types.AbortConfig" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "AbortConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "criteriaList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AbortCriteria))))

newAbortConfig Source #

Create a value of AbortConfig 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:criteriaList:AbortConfig', abortConfig_criteriaList - The list of criteria that determine when and how to abort the job.

abortConfig_criteriaList :: Lens' AbortConfig (NonEmpty AbortCriteria) Source #

The list of criteria that determine when and how to abort the job.