| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.GreengrassV2.Deployment.IoTJobExecutionsRolloutConfigProperty
Documentation
data IoTJobExponentialRolloutRateProperty Source #
Constructors
| IoTJobExponentialRolloutRateProperty | |
Instances
data IoTJobRateIncreaseCriteriaProperty Source #
Constructors
| IoTJobRateIncreaseCriteriaProperty | |
Fields | |
Instances
| ToJSON IoTJobRateIncreaseCriteriaProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.IoTJobRateIncreaseCriteriaProperty | |||||
| Show IoTJobRateIncreaseCriteriaProperty Source # | |||||
| Eq IoTJobRateIncreaseCriteriaProperty Source # | |||||
| ToResourceProperties IoTJobRateIncreaseCriteriaProperty Source # | |||||
| Property "NumberOfNotifiedThings" IoTJobRateIncreaseCriteriaProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.IoTJobRateIncreaseCriteriaProperty Associated Types
Methods set :: PropertyType "NumberOfNotifiedThings" IoTJobRateIncreaseCriteriaProperty -> IoTJobRateIncreaseCriteriaProperty -> IoTJobRateIncreaseCriteriaProperty # | |||||
| Property "NumberOfSucceededThings" IoTJobRateIncreaseCriteriaProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.IoTJobRateIncreaseCriteriaProperty Associated Types
Methods set :: PropertyType "NumberOfSucceededThings" IoTJobRateIncreaseCriteriaProperty -> IoTJobRateIncreaseCriteriaProperty -> IoTJobRateIncreaseCriteriaProperty # | |||||
| type PropertyType "NumberOfNotifiedThings" IoTJobRateIncreaseCriteriaProperty Source # | |||||
| type PropertyType "NumberOfSucceededThings" IoTJobRateIncreaseCriteriaProperty Source # | |||||
mkIoTJobExponentialRolloutRateProperty :: Value Integer -> Value Double -> IoTJobRateIncreaseCriteriaProperty -> IoTJobExponentialRolloutRateProperty Source #
data IoTJobExecutionsRolloutConfigProperty Source #
Constructors
| IoTJobExecutionsRolloutConfigProperty | |
Fields | |
Instances
| ToJSON IoTJobExecutionsRolloutConfigProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.IoTJobExecutionsRolloutConfigProperty Methods toJSON :: IoTJobExecutionsRolloutConfigProperty -> Value # toEncoding :: IoTJobExecutionsRolloutConfigProperty -> Encoding # toJSONList :: [IoTJobExecutionsRolloutConfigProperty] -> Value # toEncodingList :: [IoTJobExecutionsRolloutConfigProperty] -> Encoding # omitField :: IoTJobExecutionsRolloutConfigProperty -> Bool # | |||||
| Show IoTJobExecutionsRolloutConfigProperty Source # | |||||
| Eq IoTJobExecutionsRolloutConfigProperty Source # | |||||
| ToResourceProperties IoTJobExecutionsRolloutConfigProperty Source # | |||||
| Property "ExponentialRate" IoTJobExecutionsRolloutConfigProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.IoTJobExecutionsRolloutConfigProperty Associated Types
Methods set :: PropertyType "ExponentialRate" IoTJobExecutionsRolloutConfigProperty -> IoTJobExecutionsRolloutConfigProperty -> IoTJobExecutionsRolloutConfigProperty # | |||||
| Property "MaximumPerMinute" IoTJobExecutionsRolloutConfigProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.IoTJobExecutionsRolloutConfigProperty Associated Types
Methods set :: PropertyType "MaximumPerMinute" IoTJobExecutionsRolloutConfigProperty -> IoTJobExecutionsRolloutConfigProperty -> IoTJobExecutionsRolloutConfigProperty # | |||||
| type PropertyType "ExponentialRate" IoTJobExecutionsRolloutConfigProperty Source # | |||||
| type PropertyType "MaximumPerMinute" IoTJobExecutionsRolloutConfigProperty Source # | |||||