libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
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.GreengrassV2.Types.IoTJobAbortConfig

Description

 
Synopsis

Documentation

data IoTJobAbortConfig Source #

Contains a list of criteria that define when and how to cancel a configuration deployment.

See: newIoTJobAbortConfig smart constructor.

Constructors

IoTJobAbortConfig' 

Fields

Instances

Instances details
Eq IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

Read IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

Show IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

Generic IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

Associated Types

type Rep IoTJobAbortConfig :: Type -> Type #

NFData IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

Methods

rnf :: IoTJobAbortConfig -> () #

Hashable IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

ToJSON IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

FromJSON IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

type Rep IoTJobAbortConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobAbortConfig

type Rep IoTJobAbortConfig = D1 ('MetaData "IoTJobAbortConfig" "Amazonka.GreengrassV2.Types.IoTJobAbortConfig" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "IoTJobAbortConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "criteriaList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty IoTJobAbortCriteria))))

newIoTJobAbortConfig Source #

Create a value of IoTJobAbortConfig 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:IoTJobAbortConfig', ioTJobAbortConfig_criteriaList - The list of criteria that define when and how to cancel the configuration deployment.

ioTJobAbortConfig_criteriaList :: Lens' IoTJobAbortConfig (NonEmpty IoTJobAbortCriteria) Source #

The list of criteria that define when and how to cancel the configuration deployment.