amazonka-amplifyuibuilder-2.0: Amazon Amplify UI Builder 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.AmplifyUiBuilder.Types.ThemeSummary

Description

 
Synopsis

Documentation

data ThemeSummary Source #

Describes the basic information about a theme.

See: newThemeSummary smart constructor.

Constructors

ThemeSummary' 

Fields

  • appId :: Text

    The unique ID for the app associated with the theme summary.

  • environmentName :: Text

    The name of the backend environment that is part of the Amplify app.

  • id :: Text

    The ID of the theme.

  • name :: Text

    The name of the theme.

Instances

Instances details
FromJSON ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

Generic ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

Associated Types

type Rep ThemeSummary :: Type -> Type #

Read ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

Show ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

NFData ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

Methods

rnf :: ThemeSummary -> () #

Eq ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

Hashable ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

type Rep ThemeSummary Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.Types.ThemeSummary

type Rep ThemeSummary = D1 ('MetaData "ThemeSummary" "Amazonka.AmplifyUiBuilder.Types.ThemeSummary" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ThemeSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newThemeSummary Source #

Create a value of ThemeSummary 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:appId:ThemeSummary', themeSummary_appId - The unique ID for the app associated with the theme summary.

$sel:environmentName:ThemeSummary', themeSummary_environmentName - The name of the backend environment that is part of the Amplify app.

$sel:id:ThemeSummary', themeSummary_id - The ID of the theme.

$sel:name:ThemeSummary', themeSummary_name - The name of the theme.

themeSummary_appId :: Lens' ThemeSummary Text Source #

The unique ID for the app associated with the theme summary.

themeSummary_environmentName :: Lens' ThemeSummary Text Source #

The name of the backend environment that is part of the Amplify app.

themeSummary_name :: Lens' ThemeSummary Text Source #

The name of the theme.