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

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data ExportForms Source #

See: newExportForms smart constructor.

Constructors

ExportForms' 

Fields

Instances

Instances details
ToHeaders ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Methods

toHeaders :: ExportForms -> [Header] #

ToPath ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

ToQuery ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

AWSPager ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

AWSRequest ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Associated Types

type AWSResponse ExportForms #

Generic ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Associated Types

type Rep ExportForms :: Type -> Type #

Read ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Show ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

NFData ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Methods

rnf :: ExportForms -> () #

Eq ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Hashable ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

type AWSResponse ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

type Rep ExportForms Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

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

newExportForms Source #

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

ExportForms, exportForms_nextToken - The token to request the next page of results.

ExportForms, exportForms_appId - The unique ID of the Amplify app to export forms to.

ExportForms, exportForms_environmentName - The name of the backend environment that is a part of the Amplify app.

Request Lenses

exportForms_nextToken :: Lens' ExportForms (Maybe Text) Source #

The token to request the next page of results.

exportForms_appId :: Lens' ExportForms Text Source #

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

exportForms_environmentName :: Lens' ExportForms Text Source #

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

Destructuring the Response

data ExportFormsResponse Source #

See: newExportFormsResponse smart constructor.

Constructors

ExportFormsResponse' 

Fields

Instances

Instances details
Generic ExportFormsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Associated Types

type Rep ExportFormsResponse :: Type -> Type #

Read ExportFormsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Show ExportFormsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

NFData ExportFormsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

Methods

rnf :: ExportFormsResponse -> () #

Eq ExportFormsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

type Rep ExportFormsResponse Source # 
Instance details

Defined in Amazonka.AmplifyUiBuilder.ExportForms

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

newExportFormsResponse Source #

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

ExportForms, exportFormsResponse_nextToken - The pagination token that's included if more results are available.

$sel:httpStatus:ExportFormsResponse', exportFormsResponse_httpStatus - The response's http status code.

$sel:entities:ExportFormsResponse', exportFormsResponse_entities - Represents the configuration of the exported forms.

Response Lenses

exportFormsResponse_nextToken :: Lens' ExportFormsResponse (Maybe Text) Source #

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

exportFormsResponse_entities :: Lens' ExportFormsResponse [Form] Source #

Represents the configuration of the exported forms.