libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.Types.VersionDifferences

Description

 
Synopsis

Documentation

data VersionDifferences Source #

The differences between the base and latest versions of the lens.

See: newVersionDifferences smart constructor.

Constructors

VersionDifferences' 

Fields

Instances

Instances details
Eq VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

Read VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

Show VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

Generic VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

Associated Types

type Rep VersionDifferences :: Type -> Type #

NFData VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

Methods

rnf :: VersionDifferences -> () #

Hashable VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

FromJSON VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

type Rep VersionDifferences Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.VersionDifferences

type Rep VersionDifferences = D1 ('MetaData "VersionDifferences" "Amazonka.WellArchitected.Types.VersionDifferences" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "VersionDifferences'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pillarDifferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PillarDifference]))))

newVersionDifferences :: VersionDifferences Source #

Create a value of VersionDifferences 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:pillarDifferences:VersionDifferences', versionDifferences_pillarDifferences - The differences between the base and latest versions of the lens.

versionDifferences_pillarDifferences :: Lens' VersionDifferences (Maybe [PillarDifference]) Source #

The differences between the base and latest versions of the lens.