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

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data ExportComponents Source #

See: newExportComponents smart constructor.

Constructors

ExportComponents' 

Fields

  • nextToken :: Maybe Text

    The token to request the next page of results.

  • appId :: Text

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

  • environmentName :: Text

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

Instances

Instances details
ToHeaders ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

ToPath ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

ToQuery ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

AWSPager ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

AWSRequest ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Associated Types

type AWSResponse ExportComponents #

Generic ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Associated Types

type Rep ExportComponents :: Type -> Type #

Read ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Show ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

NFData ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Methods

rnf :: ExportComponents -> () #

Eq ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Hashable ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

type AWSResponse ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

type Rep ExportComponents Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

type Rep ExportComponents = D1 ('MetaData "ExportComponents" "Amazonka.AmplifyUiBuilder.ExportComponents" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ExportComponents'" '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))))

newExportComponents Source #

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

ExportComponents, exportComponents_nextToken - The token to request the next page of results.

ExportComponents, exportComponents_appId - The unique ID of the Amplify app to export components to.

ExportComponents, exportComponents_environmentName - The name of the backend environment that is a part of the Amplify app.

Request Lenses

exportComponents_nextToken :: Lens' ExportComponents (Maybe Text) Source #

The token to request the next page of results.

exportComponents_appId :: Lens' ExportComponents Text Source #

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

exportComponents_environmentName :: Lens' ExportComponents Text Source #

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

Destructuring the Response

data ExportComponentsResponse Source #

See: newExportComponentsResponse smart constructor.

Constructors

ExportComponentsResponse' 

Fields

Instances

Instances details
Generic ExportComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Associated Types

type Rep ExportComponentsResponse :: Type -> Type #

Read ExportComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Show ExportComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

NFData ExportComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

Eq ExportComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

type Rep ExportComponentsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportComponents

type Rep ExportComponentsResponse = D1 ('MetaData "ExportComponentsResponse" "Amazonka.AmplifyUiBuilder.ExportComponents" "amazonka-amplifyuibuilder-2.0-KN0MRaPu7dZCAXr3ruBTcC" 'False) (C1 ('MetaCons "ExportComponentsResponse'" '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 [Component]))))

newExportComponentsResponse Source #

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

ExportComponents, exportComponentsResponse_nextToken - The pagination token that's included if more results are available.

$sel:httpStatus:ExportComponentsResponse', exportComponentsResponse_httpStatus - The response's http status code.

$sel:entities:ExportComponentsResponse', exportComponentsResponse_entities - Represents the configuration of the exported components.

Response Lenses

exportComponentsResponse_nextToken :: Lens' ExportComponentsResponse (Maybe Text) Source #

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

exportComponentsResponse_entities :: Lens' ExportComponentsResponse [Component] Source #

Represents the configuration of the exported components.