libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.AwsJobAbortConfig

Description

 
Synopsis

Documentation

data AwsJobAbortConfig Source #

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

See: newAwsJobAbortConfig smart constructor.

Constructors

AwsJobAbortConfig' 

Fields

Instances

Instances details
Eq AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

Read AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

Show AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

Generic AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

Associated Types

type Rep AwsJobAbortConfig :: Type -> Type #

NFData AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

Methods

rnf :: AwsJobAbortConfig -> () #

Hashable AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

ToJSON AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

type Rep AwsJobAbortConfig Source # 
Instance details

Defined in Amazonka.IoT.Types.AwsJobAbortConfig

type Rep AwsJobAbortConfig = D1 ('MetaData "AwsJobAbortConfig" "Amazonka.IoT.Types.AwsJobAbortConfig" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "AwsJobAbortConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "abortCriteriaList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AwsJobAbortCriteria))))

newAwsJobAbortConfig Source #

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

awsJobAbortConfig_abortCriteriaList :: Lens' AwsJobAbortConfig (NonEmpty AwsJobAbortCriteria) Source #

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