View Source aws_amplifyuibuilder (aws v1.0.4)

The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications.

You can then connect these UI components to an application's backend Amazon Web Services resources.

You can also use the Amplify Studio visual designer to create UI components and model data for an app. For more information, see Introduction: https://docs.amplify.aws/console/adminui/intro in the Amplify Docs.

The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework: https://docs.amplify.aws/. For more information about deploying an Amplify application to Amazon Web Services, see the Amplify User Guide: https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html.

Summary

Functions

Creates a new component for an Amplify app.
Creates a new form for an Amplify app.
Creates a theme to apply to the components in an Amplify app.
Deletes a component from an Amplify app.
Deletes a form from an Amplify app.
Deletes a theme from an Amplify app.
Exports component configurations to code that is ready to integrate into an Amplify app.
Exports form configurations to code that is ready to integrate into an Amplify app.
Exports theme configurations to code that is ready to integrate into an Amplify app.
Returns an existing code generation job.
Returns an existing component for an Amplify app.
Returns an existing form for an Amplify app.
Returns existing metadata for an Amplify app.
Returns an existing theme for an Amplify app.
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
Retrieves a list of components for a specified Amplify app and backend environment.
Retrieves a list of forms for a specified Amplify app and backend environment.
Returns a list of tags for a specified Amazon Resource Name (ARN).
Retrieves a list of themes for a specified Amplify app and backend environment.
Stores the metadata information about a feature on a form.

This is for internal use.

Starts a code generation job for a specified Amplify app and backend environment.
Tags the resource with a tag key and value.
Untags a resource with a specified Amazon Resource Name (ARN).

Functions

Link to this function

create_component(Client, AppId, EnvironmentName, Input)

View Source
Creates a new component for an Amplify app.
Link to this function

create_component(Client, AppId, EnvironmentName, Input0, Options0)

View Source
Link to this function

create_form(Client, AppId, EnvironmentName, Input)

View Source
Creates a new form for an Amplify app.
Link to this function

create_form(Client, AppId, EnvironmentName, Input0, Options0)

View Source
Link to this function

create_theme(Client, AppId, EnvironmentName, Input)

View Source
Creates a theme to apply to the components in an Amplify app.
Link to this function

create_theme(Client, AppId, EnvironmentName, Input0, Options0)

View Source
Link to this function

delete_component(Client, AppId, EnvironmentName, Id, Input)

View Source
Deletes a component from an Amplify app.
Link to this function

delete_component(Client, AppId, EnvironmentName, Id, Input0, Options0)

View Source
Link to this function

delete_form(Client, AppId, EnvironmentName, Id, Input)

View Source
Deletes a form from an Amplify app.
Link to this function

delete_form(Client, AppId, EnvironmentName, Id, Input0, Options0)

View Source
Link to this function

delete_theme(Client, AppId, EnvironmentName, Id, Input)

View Source
Deletes a theme from an Amplify app.
Link to this function

delete_theme(Client, AppId, EnvironmentName, Id, Input0, Options0)

View Source
Link to this function

exchange_code_for_token(Client, Provider, Input)

View Source

This is for internal use.

Amplify uses this action to exchange an access code for a token.
Link to this function

exchange_code_for_token(Client, Provider, Input0, Options0)

View Source
Link to this function

export_components(Client, AppId, EnvironmentName)

View Source
Exports component configurations to code that is ready to integrate into an Amplify app.
Link to this function

export_components(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

export_components(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

export_forms(Client, AppId, EnvironmentName)

View Source
Exports form configurations to code that is ready to integrate into an Amplify app.
Link to this function

export_forms(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

export_forms(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

export_themes(Client, AppId, EnvironmentName)

View Source
Exports theme configurations to code that is ready to integrate into an Amplify app.
Link to this function

export_themes(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

export_themes(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_codegen_job(Client, AppId, EnvironmentName, Id)

View Source
Returns an existing code generation job.
Link to this function

get_codegen_job(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_codegen_job(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_component(Client, AppId, EnvironmentName, Id)

View Source
Returns an existing component for an Amplify app.
Link to this function

get_component(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_component(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_form(Client, AppId, EnvironmentName, Id)

View Source
Returns an existing form for an Amplify app.
Link to this function

get_form(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_form(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_metadata(Client, AppId, EnvironmentName)

View Source
Returns existing metadata for an Amplify app.
Link to this function

get_metadata(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

get_metadata(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_theme(Client, AppId, EnvironmentName, Id)

View Source
Returns an existing theme for an Amplify app.
Link to this function

get_theme(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_theme(Client, AppId, EnvironmentName, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_codegen_jobs(Client, AppId, EnvironmentName)

View Source
Retrieves a list of code generation jobs for a specified Amplify app and backend environment.
Link to this function

list_codegen_jobs(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

list_codegen_jobs(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_components(Client, AppId, EnvironmentName)

View Source
Retrieves a list of components for a specified Amplify app and backend environment.
Link to this function

list_components(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

list_components(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_forms(Client, AppId, EnvironmentName)

View Source
Retrieves a list of forms for a specified Amplify app and backend environment.
Link to this function

list_forms(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

list_forms(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Returns a list of tags for a specified Amazon Resource Name (ARN).
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_themes(Client, AppId, EnvironmentName)

View Source
Retrieves a list of themes for a specified Amplify app and backend environment.
Link to this function

list_themes(Client, AppId, EnvironmentName, QueryMap, HeadersMap)

View Source
Link to this function

list_themes(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_metadata_flag(Client, AppId, EnvironmentName, FeatureName, Input)

View Source
Stores the metadata information about a feature on a form.
Link to this function

put_metadata_flag(Client, AppId, EnvironmentName, FeatureName, Input0, Options0)

View Source
Link to this function

refresh_token(Client, Provider, Input)

View Source

This is for internal use.

Amplify uses this action to refresh a previously issued access token that might have expired.
Link to this function

refresh_token(Client, Provider, Input0, Options0)

View Source
Link to this function

start_codegen_job(Client, AppId, EnvironmentName, Input)

View Source
Starts a code generation job for a specified Amplify app and backend environment.
Link to this function

start_codegen_job(Client, AppId, EnvironmentName, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Tags the resource with a tag key and value.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Untags a resource with a specified Amazon Resource Name (ARN).
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_component(Client, AppId, EnvironmentName, Id, Input)

View Source
Updates an existing component.
Link to this function

update_component(Client, AppId, EnvironmentName, Id, Input0, Options0)

View Source
Link to this function

update_form(Client, AppId, EnvironmentName, Id, Input)

View Source
Updates an existing form.
Link to this function

update_form(Client, AppId, EnvironmentName, Id, Input0, Options0)

View Source
Link to this function

update_theme(Client, AppId, EnvironmentName, Id, Input)

View Source
Updates an existing theme.
Link to this function

update_theme(Client, AppId, EnvironmentName, Id, Input0, Options0)

View Source