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

Description

 
Synopsis

Documentation

data IoTJobTimeoutConfig Source #

Contains information about the timeout configuration for a job.

See: newIoTJobTimeoutConfig smart constructor.

Constructors

IoTJobTimeoutConfig' 

Fields

  • inProgressTimeoutInMinutes :: Maybe Integer

    The amount of time, in minutes, that devices have to complete the job. The timer starts when the job status is set to IN_PROGRESS. If the job status doesn't change to a terminal state before the time expires, then the job status is set to TIMED_OUT.

    The timeout interval must be between 1 minute and 7 days (10080 minutes).

Instances

Instances details
Eq IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

Read IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

Show IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

Generic IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

Associated Types

type Rep IoTJobTimeoutConfig :: Type -> Type #

NFData IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

Methods

rnf :: IoTJobTimeoutConfig -> () #

Hashable IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

ToJSON IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

FromJSON IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

type Rep IoTJobTimeoutConfig Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig

type Rep IoTJobTimeoutConfig = D1 ('MetaData "IoTJobTimeoutConfig" "Amazonka.GreengrassV2.Types.IoTJobTimeoutConfig" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "IoTJobTimeoutConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inProgressTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newIoTJobTimeoutConfig :: IoTJobTimeoutConfig Source #

Create a value of IoTJobTimeoutConfig 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:inProgressTimeoutInMinutes:IoTJobTimeoutConfig', ioTJobTimeoutConfig_inProgressTimeoutInMinutes - The amount of time, in minutes, that devices have to complete the job. The timer starts when the job status is set to IN_PROGRESS. If the job status doesn't change to a terminal state before the time expires, then the job status is set to TIMED_OUT.

The timeout interval must be between 1 minute and 7 days (10080 minutes).

ioTJobTimeoutConfig_inProgressTimeoutInMinutes :: Lens' IoTJobTimeoutConfig (Maybe Integer) Source #

The amount of time, in minutes, that devices have to complete the job. The timer starts when the job status is set to IN_PROGRESS. If the job status doesn't change to a terminal state before the time expires, then the job status is set to TIMED_OUT.

The timeout interval must be between 1 minute and 7 days (10080 minutes).