amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.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
FromJSON 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 #

Read LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Show LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

NFData LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Methods

rnf :: LensSummary -> () #

Eq LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

Hashable LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

type Rep LensSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensSummary

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:createdAt:LensSummary', lensSummary_createdAt - Undocumented member.

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

$sel:lensAlias:LensSummary', lensSummary_lensAlias - Undocumented member.

$sel:lensArn:LensSummary', lensSummary_lensArn - The ARN of the lens.

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

$sel:lensStatus:LensSummary', lensSummary_lensStatus - The status of the lens.

$sel:lensType:LensSummary', lensSummary_lensType - The type of the lens.

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

$sel:owner:LensSummary', lensSummary_owner - Undocumented member.

$sel:updatedAt:LensSummary', lensSummary_updatedAt - Undocumented member.