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

Description

 
Synopsis

Documentation

data LensUpgradeSummary Source #

Lens upgrade summary return object.

See: newLensUpgradeSummary smart constructor.

Constructors

LensUpgradeSummary' 

Fields

Instances

Instances details
Eq LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

Read LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

Show LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

Generic LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

Associated Types

type Rep LensUpgradeSummary :: Type -> Type #

NFData LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

Methods

rnf :: LensUpgradeSummary -> () #

Hashable LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

FromJSON LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

type Rep LensUpgradeSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensUpgradeSummary

type Rep LensUpgradeSummary = D1 ('MetaData "LensUpgradeSummary" "Amazonka.WellArchitected.Types.LensUpgradeSummary" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "LensUpgradeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "latestLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "currentLensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workloadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workloadName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLensUpgradeSummary :: LensUpgradeSummary Source #

Create a value of LensUpgradeSummary 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:lensAlias:LensUpgradeSummary', lensUpgradeSummary_lensAlias - Undocumented member.

$sel:latestLensVersion:LensUpgradeSummary', lensUpgradeSummary_latestLensVersion - The latest version of the lens.

$sel:currentLensVersion:LensUpgradeSummary', lensUpgradeSummary_currentLensVersion - The current version of the lens.

$sel:workloadId:LensUpgradeSummary', lensUpgradeSummary_workloadId - Undocumented member.

$sel:workloadName:LensUpgradeSummary', lensUpgradeSummary_workloadName - Undocumented member.