Module Awso_amplifyuibuilder_eioSource

Sourceval delete_component : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_amplifyuibuilder.Values.DeleteComponentRequest.t -> (unit, unit) Result.t
Sourceval delete_form : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_amplifyuibuilder.Values.DeleteFormRequest.t -> (unit, unit) Result.t
Sourceval delete_theme : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_amplifyuibuilder.Values.DeleteThemeRequest.t -> (unit, unit) Result.t
Sourceval put_metadata_flag : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_amplifyuibuilder.Values.PutMetadataFlagRequest.t -> (unit, unit) Result.t
include module type of struct include Awso_amplifyuibuilder.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Describes how to bind a component property to form data.

Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.

Represents a conditional expression to set a component property. Use ComponentConditionProperty to set a property to different values conditionally, based on the value of another property.

Describes the configuration for all of a component's properties. Use ComponentProperty to specify the values to render or bind by default.

Represents the state configuration when an action modifies a property of another element within the same component.

Represents the event action configuration for an element of a Component or ComponentChild. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components. ActionParameters defines the action that is performed when an event occurs on the component.

Describes the configuration for an application with no API being used.

Describes the GraphQL configuration for an API for a code generation job.

Describes the DataStore configuration for an API for a code generation job.

Describes the API configuration for a code generation job.

Dependency package that may be required for the project code to run.

Describes the feature flags that you can specify for a code generation job.

Describes the enums in a generic data schema.

Describes the relationship between generic data models.

Describes a field in a generic data schema.

Describes a model in a generic data schema.

Describes a non-model in a generic data schema.

Describes the code generation job configuration for a React project.

Describes the configuration information for rendering the UI component associated with the code generation job.

Describes the data schema for a code generation job.

Describes an asset for a code generation job.

Describes the configuration for a code generation job that is associated with an Amplify app.

A summary of the basic information about the code generation job.

Describes the style configuration of a unique variation of a main component.

Describes the configuration of an event. You can bind an event and a corresponding action to a Component or a ComponentChild. A button click is an example of an event.

Describes how to sort the data that you bind to a component.

Stores information for generating Amplify DataStore queries. Use a Predicate to retrieve a subset of the data in a collection.

Describes the configuration for binding a component's properties to data.

A nested UI configuration within a parent Component.

Sourcemodule ComponentBindingPropertiesValueProperties = Awso_amplifyuibuilder.Values.ComponentBindingPropertiesValueProperties

Represents the data binding configuration for a specific property using data stored in Amazon Web Services. For Amazon Web Services connected properties, you can bind a property to data stored in an Amazon S3 bucket, an Amplify DataStore model or an authenticated user attribute.

Represents the data binding configuration for a component at runtime. You can use ComponentBindingPropertiesValue to add exposed properties to a component to allow different values to be entered when a component is reused in different places in an app.

Contains the configuration settings for a user interface (UI) element for an Amplify app. A component is configured as a primary, stand-alone UI element. Use ComponentChild to configure an instance of a Component. A ComponentChild instance inherits the configuration of the main Component.

Contains a summary of a component. This is a read-only data type that is returned by ListComponents.

Represents all of the information that is required to create a component.

Creates a new component for an Amplify app.

You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.

The resource specified in the request conflicts with an existing resource.

An invalid or out-of-range value was supplied for the input parameter.

An internal error has occurred. Please retry your request.

Creates a new component for an Amplify app.

Describes the field position.

Stores the configuration information for a visual helper element for a form. A sectional element can be a header, a text block, or a divider. These elements are static and not associated with any data.

Describes the configuration settings for the form's style properties.

Describes the configuration for the form's style.

Describes the data type configuration for the data source associated with a form.

Describes the configuration for a button UI element that is a part of a form.

Describes the call to action button configuration for the form.

Describes the validation configuration for a field.

Associates a form property to a binding property. This enables exposed properties on the top level form to propagate data to the form's property values.

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

Associates a complex object with a display value. Use ValueMapping to store how to represent complex objects when they are displayed.

Sourcemodule FormInputBindingPropertiesValueProperties = Awso_amplifyuibuilder.Values.FormInputBindingPropertiesValueProperties

Represents the data binding configuration for a specific property using data stored in Amazon Web Services. For Amazon Web Services connected properties, you can bind a property to data stored in an Amplify DataStore model.

Represents the data binding configuration for a form's input fields at runtime.You can use FormInputBindingPropertiesValue to add exposed properties to a form to allow different values to be entered when a form is reused in different places in an app.

Represents the data binding configuration for a value map.

Describes the configuration for the file uploader field.

Describes the configuration for the default input values to display for a field.

Describes the configuration information for a field in a table.

Represents all of the information that is required to create a form.

Creates a new form for an Amplify app.

Contains the configuration settings for a Form user interface (UI) element for an Amplify app. A form is a component you can add to your project by specifying a data source as the default configuration for the form.

Creates a new form for an Amplify app.

Describes the configuration of a theme's properties.

A key-value pair that defines a property of a theme.

Represents all of the information that is required to create a theme.

Creates a theme to apply to the components in an Amplify app.

A theme is a collection of style settings that apply globally to the components associated with an Amplify application.

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.

Describes the configuration of a request to exchange an access code for a token.

This is for internal use. Amplify uses this action to exchange an access code for a token.

This is for internal use. Amplify uses this action to exchange an access code for a token.

Exports component configurations to code that is ready to integrate into 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 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.

Exports theme configurations to code that is ready to integrate into an Amplify app.

Describes the basic information about a form.

Returns an existing code generation job.

The request was denied due to request throttling.

The requested resource does not exist, or access was denied.

Returns an existing code generation job.

Returns an existing component for an Amplify app.

Returns an existing component for an Amplify app.

Returns an existing form for an Amplify app.

Returns an existing form for an Amplify app.

Returns existing metadata for an Amplify app.

You don't have permission to perform this operation.

Returns existing metadata for an Amplify app.

Returns an existing theme 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 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 components for a specified Amplify app and backend environment.

Retrieves a list of forms 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).

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.

Describes the basic information about a theme.

Retrieves a list of themes for a specified Amplify app and backend environment.

Stores the metadata information about a feature on a form.

Stores the metadata information about a feature on a form.

Describes a refresh token.

This is for internal use. Amplify uses this action to refresh a previously issued access token that might have expired.

This is for internal use. Amplify uses this action to refresh a previously issued access token that might have expired.

The code generation job resource configuration.

Starts a code generation job for a specified Amplify app and backend environment.

Starts a code generation job for a specified Amplify app and backend environment.

Tags the resource with a tag key and value.

Tags the resource with a tag key and value.

Untags a resource with a specified Amazon Resource Name (ARN).

Untags a resource with a specified Amazon Resource Name (ARN).

Updates and saves all of the information about a component, based on component ID.

Updates an existing component.

Updates an existing component.

Updates and saves all of the information about a form, based on form ID.

Updates an existing form.

Updates an existing form.

Saves the data binding information for a theme.

Updates an existing theme.

Updates an existing theme.