-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
41 lines (40 loc) · 2.04 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package amplifyuibuilder provides the client and types for making API
// requests to 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 (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 Console User
// Guide (https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html).
//
// See https://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11 for more information on this service.
//
// See amplifyuibuilder package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/amplifyuibuilder/
//
// Using the Client
//
// To contact AWS Amplify UI Builder with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the AWS Amplify UI Builder client AmplifyUIBuilder for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/amplifyuibuilder/#New
package amplifyuibuilder