libZSservicesZSamazonka-ampZSamazonka-amp
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.AMP.Types.AlertManagerDefinitionDescription

Description

 
Synopsis

Documentation

data AlertManagerDefinitionDescription Source #

Represents the properties of an alert manager definition.

See: newAlertManagerDefinitionDescription smart constructor.

Constructors

AlertManagerDefinitionDescription' 

Fields

Instances

Instances details
Eq AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Read AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Show AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Generic AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Associated Types

type Rep AlertManagerDefinitionDescription :: Type -> Type #

NFData AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

Hashable AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

FromJSON AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

type Rep AlertManagerDefinitionDescription Source # 
Instance details

Defined in Amazonka.AMP.Types.AlertManagerDefinitionDescription

type Rep AlertManagerDefinitionDescription = D1 ('MetaData "AlertManagerDefinitionDescription" "Amazonka.AMP.Types.AlertManagerDefinitionDescription" "libZSservicesZSamazonka-ampZSamazonka-amp" 'False) (C1 ('MetaCons "AlertManagerDefinitionDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)) :*: (S1 ('MetaSel ('Just "modifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlertManagerDefinitionStatus))))

newAlertManagerDefinitionDescription Source #

Create a value of AlertManagerDefinitionDescription 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:createdAt:AlertManagerDefinitionDescription', alertManagerDefinitionDescription_createdAt - The time when the alert manager definition was created.

$sel:data':AlertManagerDefinitionDescription', alertManagerDefinitionDescription_data - The alert manager definition.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:modifiedAt:AlertManagerDefinitionDescription', alertManagerDefinitionDescription_modifiedAt - The time when the alert manager definition was modified.

$sel:status:AlertManagerDefinitionDescription', alertManagerDefinitionDescription_status - The status of alert manager definition.

alertManagerDefinitionDescription_data :: Lens' AlertManagerDefinitionDescription ByteString Source #

The alert manager definition.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

alertManagerDefinitionDescription_modifiedAt :: Lens' AlertManagerDefinitionDescription UTCTime Source #

The time when the alert manager definition was modified.