/** *

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.

* * @packageDocumentation */ export * from "./AmplifyUIBuilderClient"; export * from "./AmplifyUIBuilder"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { AmplifyUIBuilderExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { AmplifyUIBuilderServiceException } from "./models/AmplifyUIBuilderServiceException";