libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
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.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Description

 
Synopsis

Documentation

data InstanceRefreshWarmPoolProgress Source #

Reports the progress of an instance refresh on instances that are in the warm pool.

See: newInstanceRefreshWarmPoolProgress smart constructor.

Constructors

InstanceRefreshWarmPoolProgress' 

Fields

  • instancesToUpdate :: Maybe Natural

    The number of instances remaining to update.

  • percentageComplete :: Maybe Natural

    The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

Instances

Instances details
Eq InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Read InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Show InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Generic InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Associated Types

type Rep InstanceRefreshWarmPoolProgress :: Type -> Type #

NFData InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

Hashable InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

FromXML InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

type Rep InstanceRefreshWarmPoolProgress Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress

type Rep InstanceRefreshWarmPoolProgress = D1 ('MetaData "InstanceRefreshWarmPoolProgress" "Amazonka.AutoScaling.Types.InstanceRefreshWarmPoolProgress" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "InstanceRefreshWarmPoolProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instancesToUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "percentageComplete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newInstanceRefreshWarmPoolProgress :: InstanceRefreshWarmPoolProgress Source #

Create a value of InstanceRefreshWarmPoolProgress 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:instancesToUpdate:InstanceRefreshWarmPoolProgress', instanceRefreshWarmPoolProgress_instancesToUpdate - The number of instances remaining to update.

$sel:percentageComplete:InstanceRefreshWarmPoolProgress', instanceRefreshWarmPoolProgress_percentageComplete - The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

instanceRefreshWarmPoolProgress_percentageComplete :: Lens' InstanceRefreshWarmPoolProgress (Maybe Natural) Source #

The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.