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

Description

 
Synopsis

Documentation

data LensShareSummary Source #

A lens share summary return object.

See: newLensShareSummary smart constructor.

Constructors

LensShareSummary' 

Fields

Instances

Instances details
FromJSON LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

Generic LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

Associated Types

type Rep LensShareSummary :: Type -> Type #

Read LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

Show LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

NFData LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

Methods

rnf :: LensShareSummary -> () #

Eq LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

Hashable LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

type Rep LensShareSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.LensShareSummary

type Rep LensShareSummary = D1 ('MetaData "LensShareSummary" "Amazonka.WellArchitected.Types.LensShareSummary" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "LensShareSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "shareId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sharedWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareStatus)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLensShareSummary :: LensShareSummary Source #

Create a value of LensShareSummary 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:shareId:LensShareSummary', lensShareSummary_shareId - Undocumented member.

$sel:sharedWith:LensShareSummary', lensShareSummary_sharedWith - Undocumented member.

$sel:status:LensShareSummary', lensShareSummary_status - Undocumented member.

$sel:statusMessage:LensShareSummary', lensShareSummary_statusMessage - Optional message to compliment the Status field.

lensShareSummary_statusMessage :: Lens' LensShareSummary (Maybe Text) Source #

Optional message to compliment the Status field.