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

Description

 
Synopsis

Documentation

data LensSummary Source #

A lens summary of a lens.

See: newLensSummary smart constructor.

Constructors

LensSummary' 

Fields

Instances

Instances details
Eq LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Read LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Show LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Generic LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Associated Types

type Rep LensSummary :: Type -> Type #

NFData LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Methods

rnf :: LensSummary -> () #

Hashable LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

FromJSON LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

type Rep LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

type Rep LensSummary = D1 ('MetaData "LensSummary" "Amazonka.WellArchitected.Types.LensSummary" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "LensSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lensAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lensName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lensVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLensSummary :: LensSummary Source #

Create a value of LensSummary 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:LensSummary', lensSummary_lensAlias - Undocumented member.

$sel:lensName:LensSummary', lensSummary_lensName - Undocumented member.

$sel:lensVersion:LensSummary', lensSummary_lensVersion - The version of the lens.

$sel:description:LensSummary', lensSummary_description - Undocumented member.