1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package amplifyuibuilder provides the API client, operations, and parameter
// types for AWS Amplify UI Builder.
//
// 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].
//
// [Amplify User Guide]: https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html
// [Introduction]: https://docs.amplify.aws/console/adminui/intro
// [Amplify Framework]: https://docs.amplify.aws/
package amplifyuibuilder
|