amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ScheduledInstancesMonitoring

Description

 
Synopsis

Documentation

data ScheduledInstancesMonitoring Source #

Describes whether monitoring is enabled for a Scheduled Instance.

See: newScheduledInstancesMonitoring smart constructor.

Constructors

ScheduledInstancesMonitoring' 

Fields

Instances

Instances details
ToQuery ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

Generic ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

Associated Types

type Rep ScheduledInstancesMonitoring :: Type -> Type #

Read ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

Show ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

NFData ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

Eq ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

Hashable ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

type Rep ScheduledInstancesMonitoring Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesMonitoring

type Rep ScheduledInstancesMonitoring = D1 ('MetaData "ScheduledInstancesMonitoring" "Amazonka.EC2.Types.ScheduledInstancesMonitoring" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ScheduledInstancesMonitoring'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newScheduledInstancesMonitoring :: ScheduledInstancesMonitoring Source #

Create a value of ScheduledInstancesMonitoring 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:enabled:ScheduledInstancesMonitoring', scheduledInstancesMonitoring_enabled - Indicates whether monitoring is enabled.