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

Description

Exports theme configurations to code that is ready to integrate into an Amplify app.

This operation returns paginated results.

Synopsis

Creating a Request

data ExportThemes Source #

See: newExportThemes smart constructor.

Constructors

ExportThemes' 

Fields

  • nextToken :: Maybe Text

    The token to request the next page of results.

  • appId :: Text

    The unique ID of the Amplify app to export the themes to.

  • environmentName :: Text

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

Instances

Instances details
ToHeaders ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

ToPath ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

ToQuery ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

AWSPager ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

AWSRequest ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Associated Types

type AWSResponse ExportThemes #

Generic ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Associated Types

type Rep ExportThemes :: Type -> Type #

Read ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Show ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

NFData ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Methods

rnf :: ExportThemes -> () #

Eq ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Hashable ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

type AWSResponse ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

type Rep ExportThemes Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

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

newExportThemes Source #

Create a value of ExportThemes 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:

ExportThemes, exportThemes_nextToken - The token to request the next page of results.

ExportThemes, exportThemes_appId - The unique ID of the Amplify app to export the themes to.

ExportThemes, exportThemes_environmentName - The name of the backend environment that is part of the Amplify app.

Request Lenses

exportThemes_nextToken :: Lens' ExportThemes (Maybe Text) Source #

The token to request the next page of results.

exportThemes_appId :: Lens' ExportThemes Text Source #

The unique ID of the Amplify app to export the themes to.

exportThemes_environmentName :: Lens' ExportThemes Text Source #

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

Destructuring the Response

data ExportThemesResponse Source #

See: newExportThemesResponse smart constructor.

Constructors

ExportThemesResponse' 

Fields

Instances

Instances details
Generic ExportThemesResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Associated Types

type Rep ExportThemesResponse :: Type -> Type #

Read ExportThemesResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Show ExportThemesResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

NFData ExportThemesResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

Methods

rnf :: ExportThemesResponse -> () #

Eq ExportThemesResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

type Rep ExportThemesResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportThemes

type Rep ExportThemesResponse = D1 ('MetaData "ExportThemesResponse" "Amazonka.AmplifyUiBuilder.ExportThemes" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ExportThemesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Theme]))))

newExportThemesResponse Source #

Create a value of ExportThemesResponse 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:

ExportThemes, exportThemesResponse_nextToken - The pagination token that's included if more results are available.

$sel:httpStatus:ExportThemesResponse', exportThemesResponse_httpStatus - The response's http status code.

$sel:entities:ExportThemesResponse', exportThemesResponse_entities - Represents the configuration of the exported themes.

Response Lenses

exportThemesResponse_nextToken :: Lens' ExportThemesResponse (Maybe Text) Source #

The pagination token that's included if more results are available.

exportThemesResponse_entities :: Lens' ExportThemesResponse [Theme] Source #

Represents the configuration of the exported themes.