amazonka-ssm-2.0: Amazon Simple Systems Manager (SSM) 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.SSM.Types.AlarmStateInformation

Description

 
Synopsis

Documentation

data AlarmStateInformation Source #

The details about the state of your CloudWatch alarm.

See: newAlarmStateInformation smart constructor.

Constructors

AlarmStateInformation' 

Fields

Instances

Instances details
FromJSON AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Generic AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Associated Types

type Rep AlarmStateInformation :: Type -> Type #

Read AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Show AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

NFData AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Methods

rnf :: AlarmStateInformation -> () #

Eq AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

Hashable AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

type Rep AlarmStateInformation Source # 
Instance details

Defined in Amazonka.SSM.Types.AlarmStateInformation

type Rep AlarmStateInformation = D1 ('MetaData "AlarmStateInformation" "Amazonka.SSM.Types.AlarmStateInformation" "amazonka-ssm-2.0-Ak65QSGRhJDC5x7UvsCpi8" 'False) (C1 ('MetaCons "AlarmStateInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExternalAlarmState)))

newAlarmStateInformation Source #

Create a value of AlarmStateInformation 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:name:AlarmStateInformation', alarmStateInformation_name - The name of your CloudWatch alarm.

$sel:state:AlarmStateInformation', alarmStateInformation_state - The state of your CloudWatch alarm.

alarmStateInformation_name :: Lens' AlarmStateInformation Text Source #

The name of your CloudWatch alarm.