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

Description

 
Synopsis

Documentation

data ProcessType Source #

Describes a process type.

For more information, see Scaling processes in the Amazon EC2 Auto Scaling User Guide.

See: newProcessType smart constructor.

Constructors

ProcessType' 

Fields

  • processName :: Text

    One of the following processes:

    • Launch
    • Terminate
    • AddToLoadBalancer
    • AlarmNotification
    • AZRebalance
    • HealthCheck
    • InstanceRefresh
    • ReplaceUnhealthy
    • ScheduledActions

Instances

Instances details
Eq ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Read ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Show ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Generic ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Associated Types

type Rep ProcessType :: Type -> Type #

NFData ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

Methods

rnf :: ProcessType -> () #

Hashable ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

FromXML ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

type Rep ProcessType Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.ProcessType

type Rep ProcessType = D1 ('MetaData "ProcessType" "Amazonka.AutoScaling.Types.ProcessType" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "ProcessType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "processName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessType Source #

Create a value of ProcessType 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:processName:ProcessType', processType_processName - One of the following processes:

  • Launch
  • Terminate
  • AddToLoadBalancer
  • AlarmNotification
  • AZRebalance
  • HealthCheck
  • InstanceRefresh
  • ReplaceUnhealthy
  • ScheduledActions

processType_processName :: Lens' ProcessType Text Source #

One of the following processes:

  • Launch
  • Terminate
  • AddToLoadBalancer
  • AlarmNotification
  • AZRebalance
  • HealthCheck
  • InstanceRefresh
  • ReplaceUnhealthy
  • ScheduledActions