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

Description

Updates an existing theme.

Synopsis

Creating a Request

data UpdateTheme Source #

See: newUpdateTheme smart constructor.

Constructors

UpdateTheme' 

Fields

Instances

Instances details
ToJSON UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

ToHeaders UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Methods

toHeaders :: UpdateTheme -> [Header] #

ToPath UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

ToQuery UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

AWSRequest UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Associated Types

type AWSResponse UpdateTheme #

Generic UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Associated Types

type Rep UpdateTheme :: Type -> Type #

Read UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Show UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

NFData UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Methods

rnf :: UpdateTheme -> () #

Eq UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Hashable UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

type AWSResponse UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

type Rep UpdateTheme Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

type Rep UpdateTheme = D1 ('MetaData "UpdateTheme" "Amazonka.AmplifyUiBuilder.UpdateTheme" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "UpdateTheme'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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 "updatedTheme") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UpdateThemeData)))))

newUpdateTheme Source #

Create a value of UpdateTheme 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:clientToken:UpdateTheme', updateTheme_clientToken - The unique client token.

UpdateTheme, updateTheme_appId - The unique ID for the Amplify app.

UpdateTheme, updateTheme_environmentName - The name of the backend environment that is part of the Amplify app.

UpdateTheme, updateTheme_id - The unique ID for the theme.

$sel:updatedTheme:UpdateTheme', updateTheme_updatedTheme - The configuration of the updated theme.

Request Lenses

updateTheme_appId :: Lens' UpdateTheme Text Source #

The unique ID for the Amplify app.

updateTheme_environmentName :: Lens' UpdateTheme Text Source #

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

updateTheme_id :: Lens' UpdateTheme Text Source #

The unique ID for the theme.

updateTheme_updatedTheme :: Lens' UpdateTheme UpdateThemeData Source #

The configuration of the updated theme.

Destructuring the Response

data UpdateThemeResponse Source #

See: newUpdateThemeResponse smart constructor.

Constructors

UpdateThemeResponse' 

Fields

Instances

Instances details
Generic UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Associated Types

type Rep UpdateThemeResponse :: Type -> Type #

Read UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Show UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

NFData UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

Methods

rnf :: UpdateThemeResponse -> () #

Eq UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

type Rep UpdateThemeResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.UpdateTheme

type Rep UpdateThemeResponse = D1 ('MetaData "UpdateThemeResponse" "Amazonka.AmplifyUiBuilder.UpdateTheme" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "UpdateThemeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Theme)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateThemeResponse Source #

Create a value of UpdateThemeResponse 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:entity:UpdateThemeResponse', updateThemeResponse_entity - Describes the configuration of the updated theme.

$sel:httpStatus:UpdateThemeResponse', updateThemeResponse_httpStatus - The response's http status code.

Response Lenses

updateThemeResponse_entity :: Lens' UpdateThemeResponse (Maybe Theme) Source #

Describes the configuration of the updated theme.