View Source aws_amplifyuibuilder (aws v0.5.0)
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 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. For more information about deploying an Amplify application to Amazon Web Services, see the Amplify User Guide.Link to this section Summary
Functions
Creates a new component 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 theme from an Amplify app.
Exchanges an access code for a token.
Exports component 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 component for an Amplify app.
Returns an existing theme for an Amplify app.
Retrieves a list of components for a specified Amplify app and backend environment.
Retrieves a list of themes for a specified Amplify app and backend environment.
Refreshes a previously issued access token that might have expired.
Updates an existing component.
Updates an existing theme.
Link to this section Functions
Link to this function
create_component(Client, AppId, EnvironmentName, Input0, Options0)
View Source
Link to this function
delete_component(Client, AppId, EnvironmentName, Id, Input0, Options0)
View Source
Link to this function
delete_theme(Client, AppId, EnvironmentName, Id, Input0, Options0)
View Source
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_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_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_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_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_themes(Client, AppId, EnvironmentName, QueryMap, HeadersMap, Options0)
View Source
Link to this function
update_component(Client, AppId, EnvironmentName, Id, Input0, Options0)
View Source
Link to this function