'2.0', 'service' => '

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.

', 'operations' => [ 'CreateComponent' => '

Creates a new component for an Amplify app.

', 'CreateForm' => '

Creates a new form for an Amplify.

', 'CreateTheme' => '

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

', 'DeleteComponent' => '

Deletes a component from an Amplify app.

', 'DeleteForm' => '

Deletes a form from an Amplify app.

', 'DeleteTheme' => '

Deletes a theme from an Amplify app.

', 'ExchangeCodeForToken' => '

Exchanges an access code for a token.

', 'ExportComponents' => '

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

', 'ExportForms' => '

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

', 'ExportThemes' => '

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

', 'GetCodegenJob' => '

Returns an existing code generation job.

', 'GetComponent' => '

Returns an existing component for an Amplify app.

', 'GetForm' => '

Returns an existing form for an Amplify app.

', 'GetMetadata' => '

Returns existing metadata for an Amplify app.

', 'GetTheme' => '

Returns an existing theme for an Amplify app.

', 'ListCodegenJobs' => '

Retrieves a list of code generation jobs for a specified Amplify app and backend environment.

', 'ListComponents' => '

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

', 'ListForms' => '

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

', 'ListThemes' => '

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

', 'PutMetadataFlag' => '

Stores the metadata information about a feature on a form.

', 'RefreshToken' => '

Refreshes a previously issued access token that might have expired.

', 'StartCodegenJob' => '

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

', 'UpdateComponent' => '

Updates an existing component.

', 'UpdateForm' => '

Updates an existing form.

', 'UpdateTheme' => '

Updates an existing theme.

', ], 'shapes' => [ 'ActionParameters' => [ 'base' => '

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.

', 'refs' => [ 'ComponentEvent$parameters' => '

Describes information about the action.

', ], ], 'AppId' => [ 'base' => NULL, 'refs' => [ 'CodegenJob$appId' => '

The ID of the Amplify app associated with the code generation job.

', 'CodegenJobSummary$appId' => '

The unique ID of the Amplify app associated with the code generation job.

', 'GetCodegenJobRequest$appId' => '

The unique ID of the Amplify app associated with the code generation job.

', 'ListCodegenJobsRequest$appId' => '

The unique ID for the Amplify app.

', 'StartCodegenJobRequest$appId' => '

The unique ID for the Amplify app.

', ], ], 'AssociatedFieldsList' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataRelationshipType$associatedFields' => '

The associated fields of the data relationship.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CodegenFeatureFlags$isRelationshipSupported' => '

Specifes whether a code generation job supports data relationships.

', 'CodegenFeatureFlags$isNonModelSupported' => '

Specifies whether a code generation job supports non models.

', 'CodegenGenericDataField$required' => '

Specifies whether the generic data field is required.

', 'CodegenGenericDataField$readOnly' => '

Specifies whether the generic data field is read-only.

', 'CodegenGenericDataField$isArray' => '

Specifies whether the generic data field is an array.

', 'CodegenGenericDataModel$isJoinTable' => '

Specifies whether the generic data model is a join table.

', 'CodegenGenericDataRelationshipType$canUnlinkAssociatedModel' => '

Specifies whether the relationship can unlink the associated model.

', 'CodegenGenericDataRelationshipType$isHasManyIndex' => '

Specifies whether the @index directive is supported for a hasMany data relationship.

', 'CodegenJob$autoGenerateForms' => '

Specifies whether to autogenerate forms in the code generation job.

', 'ComponentProperty$configured' => '

Specifies whether the user configured the property in Amplify Studio after importing it.

', 'FieldConfig$excluded' => '

Specifies whether to hide a field.

', 'FieldInputConfig$required' => '

Specifies a field that requires input.

', 'FieldInputConfig$readOnly' => '

Specifies a read only field.

', 'FieldInputConfig$defaultChecked' => '

Specifies whether a field has a default value.

', 'FieldInputConfig$isArray' => '

Specifies whether to render the field as an array. This property is ignored if the dataSourceType for the form is a Data Store.

', 'FileUploaderFieldConfig$showThumbnails' => '

Specifies whether to display or hide the image preview after selecting a file for upload. The default value is true to display the image preview.

', 'FileUploaderFieldConfig$isResumable' => '

Allows the file upload operation to be paused and resumed. The default value is false.

When isResumable is set to true, the file uploader uses a multipart upload to break the files into chunks before upload. The progress of the upload isn\'t continuous, because the file uploader uploads a chunk at a time.

', 'FormButton$excluded' => '

Specifies whether the button is visible on the form.

', 'ReactStartCodegenJobData$renderTypeDeclarations' => '

Specifies whether the code generation job should render type declaration files.

', 'ReactStartCodegenJobData$inlineSourceMap' => '

Specifies whether the code generation job should render inline source maps.

', 'SectionalElement$excluded' => '

Excludes a sectional element that was generated by default for a specified data model.

', 'StartCodegenJobData$autoGenerateForms' => '

Specifies whether to autogenerate forms in the code generation job.

', ], ], 'CodegenFeatureFlags' => [ 'base' => '

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

', 'refs' => [ 'CodegenJob$features' => NULL, 'StartCodegenJobData$features' => '

The feature flags for a code generation job.

', ], ], 'CodegenGenericDataEnum' => [ 'base' => '

Describes the enums in a generic data schema.

', 'refs' => [ 'CodegenGenericDataEnums$value' => NULL, ], ], 'CodegenGenericDataEnumValuesList' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataEnum$values' => '

The list of enum values in the generic data schema.

', ], ], 'CodegenGenericDataEnums' => [ 'base' => NULL, 'refs' => [ 'CodegenJobGenericDataSchema$enums' => '

The name of a CodegenGenericDataEnum.

', ], ], 'CodegenGenericDataField' => [ 'base' => '

Describes a field in a generic data schema.

', 'refs' => [ 'CodegenGenericDataFields$value' => NULL, 'CodegenGenericDataNonModelFields$value' => NULL, ], ], 'CodegenGenericDataFieldDataType' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataField$dataType' => '

The data type for the generic data field.

', ], ], 'CodegenGenericDataFields' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataModel$fields' => '

The fields in the generic data model.

', ], ], 'CodegenGenericDataModel' => [ 'base' => '

Describes a model in a generic data schema.

', 'refs' => [ 'CodegenGenericDataModels$value' => NULL, ], ], 'CodegenGenericDataModels' => [ 'base' => NULL, 'refs' => [ 'CodegenJobGenericDataSchema$models' => '

The name of a CodegenGenericDataModel.

', ], ], 'CodegenGenericDataNonModel' => [ 'base' => '

Describes a non-model in a generic data schema.

', 'refs' => [ 'CodegenGenericDataNonModels$value' => NULL, ], ], 'CodegenGenericDataNonModelFields' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataNonModel$fields' => '

The fields in a generic data schema non model.

', ], ], 'CodegenGenericDataNonModels' => [ 'base' => NULL, 'refs' => [ 'CodegenJobGenericDataSchema$nonModels' => '

The name of a CodegenGenericDataNonModel.

', ], ], 'CodegenGenericDataRelationshipType' => [ 'base' => '

Describes the relationship between generic data models.

', 'refs' => [ 'CodegenGenericDataField$relationship' => '

The relationship of the generic data schema.

', ], ], 'CodegenJob' => [ 'base' => '

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

', 'refs' => [ 'GetCodegenJobResponse$job' => '

The configuration settings for the code generation job.

', 'StartCodegenJobResponse$entity' => '

The code generation job for a UI component that is associated with an Amplify app.

', ], ], 'CodegenJobAsset' => [ 'base' => '

Describes an asset for a code generation job.

', 'refs' => [ 'CodegenJob$asset' => '

The CodegenJobAsset to use for the code generation job.

', ], ], 'CodegenJobGenericDataSchema' => [ 'base' => '

Describes the data schema for a code generation job.

', 'refs' => [ 'CodegenJob$genericDataSchema' => NULL, 'StartCodegenJobData$genericDataSchema' => '

The data schema to use for a code generation job.

', ], ], 'CodegenJobGenericDataSourceType' => [ 'base' => NULL, 'refs' => [ 'CodegenJobGenericDataSchema$dataSourceType' => '

The type of the data source for the schema. Currently, the only valid value is an Amplify DataStore.

', ], ], 'CodegenJobRenderConfig' => [ 'base' => '

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

', 'refs' => [ 'CodegenJob$renderConfig' => NULL, 'StartCodegenJobData$renderConfig' => '

The code generation configuration for the codegen job.

', ], ], 'CodegenJobStatus' => [ 'base' => NULL, 'refs' => [ 'CodegenJob$status' => '

The status of the code generation job.

', ], ], 'CodegenJobSummary' => [ 'base' => '

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

', 'refs' => [ 'CodegenJobSummaryList$member' => NULL, ], ], 'CodegenJobSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListCodegenJobsResponse$entities' => '

The list of code generation jobs for the Amplify app.

', ], ], 'CodegenPrimaryKeysList' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataModel$primaryKeys' => '

The primary keys of the generic data model.

', ], ], 'Component' => [ 'base' => '

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.

', 'refs' => [ 'ComponentList$member' => NULL, 'CreateComponentResponse$entity' => '

Describes the configuration of the new component.

', 'GetComponentResponse$component' => '

Represents the configuration settings for the component.

', 'UpdateComponentResponse$entity' => '

Describes the configuration of the updated component.

', ], ], 'ComponentBindingProperties' => [ 'base' => NULL, 'refs' => [ 'Component$bindingProperties' => '

The information to connect a component\'s properties to data at runtime. You can\'t specify tags as a valid property for bindingProperties.

', 'CreateComponentData$bindingProperties' => '

The data binding information for the component\'s properties.

', 'UpdateComponentData$bindingProperties' => '

The data binding information for the component\'s properties.

', ], ], 'ComponentBindingPropertiesValue' => [ 'base' => '

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.

', 'refs' => [ 'ComponentBindingProperties$value' => NULL, ], ], 'ComponentBindingPropertiesValueProperties' => [ 'base' => '

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.

', 'refs' => [ 'ComponentBindingPropertiesValue$bindingProperties' => '

Describes the properties to customize with data at runtime.

', ], ], 'ComponentChild' => [ 'base' => '

A nested UI configuration within a parent Component.

', 'refs' => [ 'ComponentChildList$member' => NULL, ], ], 'ComponentChildList' => [ 'base' => NULL, 'refs' => [ 'Component$children' => '

A list of the component\'s ComponentChild instances.

', 'ComponentChild$children' => '

The list of ComponentChild instances for this component.

', 'CreateComponentData$children' => '

A list of child components that are instances of the main component.

', 'UpdateComponentData$children' => '

The components that are instances of the main component.

', ], ], 'ComponentCollectionProperties' => [ 'base' => NULL, 'refs' => [ 'Component$collectionProperties' => '

The data binding configuration for the component\'s properties. Use this for a collection component. You can\'t specify tags as a valid property for collectionProperties.

', 'CreateComponentData$collectionProperties' => '

The data binding configuration for customizing a component\'s properties. Use this for a collection component.

', 'UpdateComponentData$collectionProperties' => '

The configuration for binding a component\'s properties to a data model. Use this for a collection component.

', ], ], 'ComponentConditionProperty' => [ 'base' => '

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.

', 'refs' => [ 'ComponentProperty$condition' => '

The conditional expression to use to assign a value to the component property.

', ], ], 'ComponentDataConfiguration' => [ 'base' => '

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

', 'refs' => [ 'ComponentCollectionProperties$value' => NULL, ], ], 'ComponentEvent' => [ 'base' => '

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.

', 'refs' => [ 'ComponentEvents$value' => NULL, ], ], 'ComponentEvents' => [ 'base' => NULL, 'refs' => [ 'Component$events' => '

Describes the events that can be raised on the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.

', 'ComponentChild$events' => '

Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.

', 'CreateComponentData$events' => '

The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.

', 'UpdateComponentData$events' => '

The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.

', ], ], 'ComponentList' => [ 'base' => NULL, 'refs' => [ 'ExportComponentsResponse$entities' => '

Represents the configuration of the exported components.

', ], ], 'ComponentName' => [ 'base' => NULL, 'refs' => [ 'Component$name' => '

The name of the component.

', 'ComponentSummary$name' => '

The name of the component.

', 'CreateComponentData$name' => '

The name of the component

', 'UpdateComponentData$name' => '

The name of the component to update.

', ], ], 'ComponentOverrides' => [ 'base' => NULL, 'refs' => [ 'Component$overrides' => '

Describes the component\'s properties that can be overriden in a customized instance of the component. You can\'t specify tags as a valid property for overrides.

', 'ComponentVariant$overrides' => '

The properties of the component variant that can be overriden when customizing an instance of the component. You can\'t specify tags as a valid property for overrides.

', 'CreateComponentData$overrides' => '

Describes the component properties that can be overriden to customize an instance of the component.

', 'UpdateComponentData$overrides' => '

Describes the properties that can be overriden to customize the component.

', ], ], 'ComponentOverridesValue' => [ 'base' => NULL, 'refs' => [ 'ComponentOverrides$value' => NULL, ], ], 'ComponentProperties' => [ 'base' => NULL, 'refs' => [ 'ActionParameters$fields' => '

A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model. Use when the action performs an operation on an Amplify DataStore model.

', 'Component$properties' => '

Describes the component\'s properties. You can\'t specify tags as a valid property for properties.

', 'ComponentChild$properties' => '

Describes the properties of the child component. You can\'t specify tags as a valid property for properties.

', 'CreateComponentData$properties' => '

Describes the component\'s properties.

', 'UpdateComponentData$properties' => '

Describes the component\'s properties.

', ], ], 'ComponentProperty' => [ 'base' => '

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

', 'refs' => [ 'ActionParameters$type' => '

The type of navigation action. Valid values are url and anchor. This value is required for a navigation action.

', 'ActionParameters$url' => '

The URL to the location to open. Specify this value for a navigation action.

', 'ActionParameters$anchor' => '

The HTML anchor link to the location to open. Specify this value for a navigation action.

', 'ActionParameters$target' => '

The element within the same component to modify when the action occurs.

', 'ActionParameters$global' => '

Specifies whether the user should be signed out globally. Specify this value for an auth sign out action.

', 'ActionParameters$id' => '

The unique ID of the component that the ActionParameters apply to.

', 'ComponentConditionProperty$then' => '

The value to assign to the property if the condition is met.

', 'ComponentConditionProperty$else' => '

The value to assign to the property if the condition is not met.

', 'ComponentProperties$value' => NULL, 'ComponentPropertyList$member' => NULL, 'MutationActionSetStateParameter$set' => '

The state configuration to assign to the property.

', ], ], 'ComponentPropertyBindingProperties' => [ 'base' => '

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.

', 'refs' => [ 'ComponentProperty$bindingProperties' => '

The information to bind the component property to data at runtime.

', 'ComponentProperty$collectionBindingProperties' => '

The information to bind the component property to data at runtime. Use this for collection components.

', ], ], 'ComponentPropertyList' => [ 'base' => NULL, 'refs' => [ 'ComponentProperty$concat' => '

A list of component properties to concatenate to create the value to assign to this component property.

', ], ], 'ComponentSummary' => [ 'base' => '

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

', 'refs' => [ 'ComponentSummaryList$member' => NULL, ], ], 'ComponentSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListComponentsResponse$entities' => '

The list of components for the Amplify app.

', ], ], 'ComponentType' => [ 'base' => NULL, 'refs' => [ 'Component$componentType' => '

The type of the component. This can be an Amplify custom UI component or another custom component.

', 'ComponentSummary$componentType' => '

The component type.

', 'CreateComponentData$componentType' => '

The component type. This can be an Amplify custom UI component or another custom component.

', 'UpdateComponentData$componentType' => '

The type of the component. This can be an Amplify custom UI component or another custom component.

', ], ], 'ComponentVariant' => [ 'base' => '

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

', 'refs' => [ 'ComponentVariants$member' => NULL, ], ], 'ComponentVariantValues' => [ 'base' => NULL, 'refs' => [ 'ComponentVariant$variantValues' => '

The combination of variants that comprise this variant. You can\'t specify tags as a valid property for variantValues.

', ], ], 'ComponentVariants' => [ 'base' => NULL, 'refs' => [ 'Component$variants' => '

A list of the component\'s variants. A variant is a unique style configuration of a main component.

', 'CreateComponentData$variants' => '

A list of the unique variants of this component.

', 'UpdateComponentData$variants' => '

A list of the unique variants of the main component being updated.

', ], ], 'CreateComponentData' => [ 'base' => '

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

', 'refs' => [ 'CreateComponentRequest$componentToCreate' => '

Represents the configuration of the component to create.

', ], ], 'CreateComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFormData' => [ 'base' => '

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

', 'refs' => [ 'CreateFormRequest$formToCreate' => '

Represents the configuration of the form to create.

', ], ], 'CreateFormRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFormResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateThemeData' => [ 'base' => '

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

', 'refs' => [ 'CreateThemeRequest$themeToCreate' => '

Represents the configuration of the theme to create.

', ], ], 'CreateThemeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateThemeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFormRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteThemeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExchangeCodeForTokenRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExchangeCodeForTokenRequestBody' => [ 'base' => '

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

', 'refs' => [ 'ExchangeCodeForTokenRequest$request' => '

Describes the configuration of the request.

', ], ], 'ExchangeCodeForTokenResponse' => [ 'base' => NULL, 'refs' => [], ], 'ExportComponentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportComponentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ExportFormsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportFormsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ExportThemesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportThemesResponse' => [ 'base' => NULL, 'refs' => [], ], 'FeaturesMap' => [ 'base' => NULL, 'refs' => [ 'GetMetadataResponse$features' => '

Represents the configuration settings for the features metadata.

', ], ], 'FieldConfig' => [ 'base' => '

Describes the configuration information for a field in a table.

', 'refs' => [ 'FieldsMap$value' => NULL, ], ], 'FieldInputConfig' => [ 'base' => '

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

', 'refs' => [ 'FieldConfig$inputType' => '

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

', ], ], 'FieldPosition' => [ 'base' => '

Describes the field position.

', 'refs' => [ 'FieldConfig$position' => '

Specifies the field position.

', 'FormButton$position' => '

The position of the button.

', 'SectionalElement$position' => '

Specifies the position of the text in a field for a Text sectional element.

', ], ], 'FieldValidationConfiguration' => [ 'base' => '

Describes the validation configuration for a field.

', 'refs' => [ 'ValidationsList$member' => NULL, ], ], 'FieldsMap' => [ 'base' => NULL, 'refs' => [ 'CreateFormData$fields' => '

The configuration information for the form\'s fields.

', 'Form$fields' => '

Stores the information about the form\'s fields.

', 'UpdateFormData$fields' => '

The configuration information for the form\'s fields.

', ], ], 'FileUploaderFieldConfig' => [ 'base' => '

Describes the configuration for the file uploader field.

', 'refs' => [ 'FieldInputConfig$fileUploaderConfig' => '

The configuration for the file uploader field.

', ], ], 'FixedPosition' => [ 'base' => NULL, 'refs' => [ 'FieldPosition$fixed' => '

The field position is fixed and doesn\'t change in relation to other fields.

', ], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'FieldInputConfig$minValue' => '

The minimum value to display for the field.

', 'FieldInputConfig$maxValue' => '

The maximum value to display for the field.

', 'FieldInputConfig$step' => '

The stepping increment for a numeric value in a field.

', ], ], 'Form' => [ 'base' => '

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.

', 'refs' => [ 'CreateFormResponse$entity' => '

Describes the configuration of the new form.

', 'FormList$member' => NULL, 'GetFormResponse$form' => '

Represents the configuration settings for the form.

', 'UpdateFormResponse$entity' => '

Describes the configuration of the updated form.

', ], ], 'FormActionType' => [ 'base' => NULL, 'refs' => [ 'CreateFormData$formActionType' => '

Specifies whether to perform a create or update action on the form.

', 'Form$formActionType' => '

The operation to perform on the specified form.

', 'FormSummary$formActionType' => '

The type of operation to perform on the form.

', 'UpdateFormData$formActionType' => '

Specifies whether to perform a create or update action on the form.

', ], ], 'FormBindingElement' => [ 'base' => '

Describes how to bind a component property to form data.

', 'refs' => [ 'FormBindings$value' => NULL, ], ], 'FormBindings' => [ 'base' => NULL, 'refs' => [ 'ComponentProperty$bindings' => '

The information to bind the component property to form data.

', ], ], 'FormButton' => [ 'base' => '

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

', 'refs' => [ 'FormCTA$clear' => '

Displays a clear button.

', 'FormCTA$cancel' => '

Displays a cancel button.

', 'FormCTA$submit' => '

Displays a submit button.

', ], ], 'FormButtonsPosition' => [ 'base' => NULL, 'refs' => [ 'FormCTA$position' => '

The position of the button.

', ], ], 'FormCTA' => [ 'base' => '

Describes the call to action button configuration for the form.

', 'refs' => [ 'CreateFormData$cta' => '

The FormCTA object that stores the call to action configuration for the form.

', 'Form$cta' => '

Stores the call to action configuration for the form.

', 'UpdateFormData$cta' => '

The FormCTA object that stores the call to action configuration for the form.

', ], ], 'FormDataSourceType' => [ 'base' => NULL, 'refs' => [ 'FormDataTypeConfig$dataSourceType' => '

The data source type, either an Amplify DataStore model or a custom data type.

', ], ], 'FormDataTypeConfig' => [ 'base' => '

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

', 'refs' => [ 'CreateFormData$dataType' => '

The type of data source to use to create the form.

', 'Form$dataType' => '

The type of data source to use to create the form.

', 'FormSummary$dataType' => '

The form\'s data source type.

', 'UpdateFormData$dataType' => '

The type of data source to use to create the form.

', ], ], 'FormInputBindingProperties' => [ 'base' => NULL, 'refs' => [ 'ValueMappings$bindingProperties' => '

The information to bind fields to data at runtime.

', ], ], 'FormInputBindingPropertiesValue' => [ 'base' => '

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.

', 'refs' => [ 'FormInputBindingProperties$value' => NULL, ], ], 'FormInputBindingPropertiesValueProperties' => [ 'base' => '

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.

', 'refs' => [ 'FormInputBindingPropertiesValue$bindingProperties' => '

Describes the properties to customize with data at runtime.

', ], ], 'FormInputValueProperty' => [ 'base' => '

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

', 'refs' => [ 'FormInputValuePropertyList$member' => NULL, 'ValueMapping$displayValue' => '

The value to display for the complex object.

', 'ValueMapping$value' => '

The complex object.

', ], ], 'FormInputValuePropertyBindingProperties' => [ 'base' => '

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.

', 'refs' => [ 'FormInputValueProperty$bindingProperties' => '

The information to bind fields to data at runtime.

', ], ], 'FormInputValuePropertyList' => [ 'base' => NULL, 'refs' => [ 'FormInputValueProperty$concat' => '

A list of form properties to concatenate to create the value to assign to this field property.

', ], ], 'FormList' => [ 'base' => NULL, 'refs' => [ 'ExportFormsResponse$entities' => '

Represents the configuration of the exported forms.

', ], ], 'FormName' => [ 'base' => NULL, 'refs' => [ 'CreateFormData$name' => '

The name of the form.

', 'Form$name' => '

The name of the form.

', 'FormSummary$name' => '

The name of the form.

', 'UpdateFormData$name' => '

The name of the form.

', ], ], 'FormStyle' => [ 'base' => '

Describes the configuration for the form\'s style.

', 'refs' => [ 'CreateFormData$style' => '

The configuration for the form\'s style.

', 'Form$style' => '

Stores the configuration for the form\'s style.

', 'UpdateFormData$style' => '

The configuration for the form\'s style.

', ], ], 'FormStyleConfig' => [ 'base' => '

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

', 'refs' => [ 'FormStyle$horizontalGap' => '

The spacing for the horizontal gap.

', 'FormStyle$verticalGap' => '

The spacing for the vertical gap.

', 'FormStyle$outerPadding' => '

The size of the outer padding for the form.

', ], ], 'FormSummary' => [ 'base' => '

Describes the basic information about a form.

', 'refs' => [ 'FormSummaryList$member' => NULL, ], ], 'FormSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListFormsResponse$entities' => '

The list of forms for the Amplify app.

', ], ], 'GenericDataRelationshipType' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataRelationshipType$type' => '

The data relationship type.

', ], ], 'GetCodegenJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCodegenJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetFormRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFormResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetThemeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetThemeResponse' => [ 'base' => NULL, 'refs' => [], ], 'IdentifierList' => [ 'base' => NULL, 'refs' => [ 'ComponentDataConfiguration$identifiers' => '

A list of IDs to use to bind data to a component. Use this property to bind specifically chosen data, rather than data retrieved from a query.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ExchangeCodeForTokenResponse$expiresIn' => '

The date and time when the new access token expires.

', 'FileUploaderFieldConfig$maxFileCount' => '

Specifies the maximum number of files that can be selected to upload. The default value is an unlimited number of files.

', 'FileUploaderFieldConfig$maxSize' => '

The maximum file size in bytes that the file uploader will accept. The default value is an unlimited file size.

', 'NumValues$member' => NULL, 'RefreshTokenResponse$expiresIn' => '

The date and time when the new access token expires.

', 'SectionalElement$level' => '

Specifies the size of the font for a Heading sectional element. Valid values are 1 | 2 | 3 | 4 | 5 | 6.

', ], ], 'InternalServerException' => [ 'base' => '

An internal error has occurred. Please retry your request.

', 'refs' => [], ], 'InvalidParameterException' => [ 'base' => '

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

', 'refs' => [], ], 'JSModule' => [ 'base' => NULL, 'refs' => [ 'ReactStartCodegenJobData$module' => '

The JavaScript module type.

', ], ], 'JSScript' => [ 'base' => NULL, 'refs' => [ 'ReactStartCodegenJobData$script' => '

The file type to use for a JavaScript project.

', ], ], 'JSTarget' => [ 'base' => NULL, 'refs' => [ 'ReactStartCodegenJobData$target' => '

The ECMAScript specification to use.

', ], ], 'LabelDecorator' => [ 'base' => NULL, 'refs' => [ 'CreateFormData$labelDecorator' => '

Specifies an icon or decoration to display on the form.

', 'Form$labelDecorator' => '

Specifies an icon or decoration to display on the form.

', 'UpdateFormData$labelDecorator' => '

Specifies an icon or decoration to display on the form.

', ], ], 'ListCodegenJobsLimit' => [ 'base' => NULL, 'refs' => [ 'ListCodegenJobsRequest$maxResults' => '

The maximum number of jobs to retrieve.

', ], ], 'ListCodegenJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCodegenJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListComponentsLimit' => [ 'base' => NULL, 'refs' => [ 'ListComponentsRequest$maxResults' => '

The maximum number of components to retrieve.

', ], ], 'ListComponentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListComponentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFormsLimit' => [ 'base' => NULL, 'refs' => [ 'ListFormsRequest$maxResults' => '

The maximum number of forms to retrieve.

', ], ], 'ListFormsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFormsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListThemesLimit' => [ 'base' => NULL, 'refs' => [ 'ListThemesRequest$maxResults' => '

The maximum number of theme results to return in the response.

', ], ], 'ListThemesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListThemesResponse' => [ 'base' => NULL, 'refs' => [], ], 'MutationActionSetStateParameter' => [ 'base' => '

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

', 'refs' => [ 'ActionParameters$state' => '

A key-value pair that specifies the state property name and its initial value.

', ], ], 'NumValues' => [ 'base' => NULL, 'refs' => [ 'FieldValidationConfiguration$numValues' => '

The validation to perform on a number value.

', ], ], 'OperandType' => [ 'base' => NULL, 'refs' => [ 'Predicate$operandType' => '

The type of value to use when performing the evaluation.

', ], ], 'Predicate' => [ 'base' => '

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

', 'refs' => [ 'ComponentDataConfiguration$predicate' => '

Represents the conditional logic to use when binding data to a component. Use this property to retrieve only a subset of the data in a collection.

', 'PredicateList$member' => NULL, ], ], 'PredicateList' => [ 'base' => NULL, 'refs' => [ 'ComponentBindingPropertiesValueProperties$predicates' => '

A list of predicates for binding a component\'s properties to data.

', 'Predicate$or' => '

A list of predicates to combine logically.

', 'Predicate$and' => '

A list of predicates to combine logically.

', ], ], 'PutMetadataFlagBody' => [ 'base' => '

Stores the metadata information about a feature on a form.

', 'refs' => [ 'PutMetadataFlagRequest$body' => '

The metadata information to store.

', ], ], 'PutMetadataFlagRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReactStartCodegenJobData' => [ 'base' => '

Describes the code generation job configuration for a React project.

', 'refs' => [ 'CodegenJobRenderConfig$react' => '

The name of the ReactStartCodegenJobData object.

', ], ], 'RefreshTokenRequest' => [ 'base' => NULL, 'refs' => [], ], 'RefreshTokenRequestBody' => [ 'base' => '

Describes a refresh token.

', 'refs' => [ 'RefreshTokenRequest$refreshTokenBody' => '

Information about the refresh token request.

', ], ], 'RefreshTokenResponse' => [ 'base' => NULL, 'refs' => [], ], 'RelatedModelFieldsList' => [ 'base' => NULL, 'refs' => [ 'CodegenGenericDataRelationshipType$relatedModelFields' => '

The related model fields in the data relationship.

', ], ], 'ResourceConflictException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

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

', 'refs' => [], ], 'SectionalElement' => [ 'base' => '

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.

', 'refs' => [ 'SectionalElementMap$value' => NULL, ], ], 'SectionalElementMap' => [ 'base' => NULL, 'refs' => [ 'CreateFormData$sectionalElements' => '

The configuration information for the visual helper elements for the form. These elements are not associated with any data.

', 'Form$sectionalElements' => '

Stores the visual helper elements for the form that are not associated with any data.

', 'UpdateFormData$sectionalElements' => '

The configuration information for the visual helper elements for the form. These elements are not associated with any data.

', ], ], 'SensitiveString' => [ 'base' => NULL, 'refs' => [ 'ExchangeCodeForTokenRequestBody$code' => '

The access code to send in the request.

', 'ExchangeCodeForTokenRequestBody$clientId' => '

The ID of the client to request the token from.

', 'ExchangeCodeForTokenResponse$accessToken' => '

The access token.

', 'ExchangeCodeForTokenResponse$refreshToken' => '

The token to use to refresh a previously issued access token that might have expired.

', 'RefreshTokenRequestBody$token' => '

The token to use to refresh a previously issued access token that might have expired.

', 'RefreshTokenRequestBody$clientId' => '

The ID of the client to request the token from.

', 'RefreshTokenResponse$accessToken' => '

The access token.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

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.

', 'refs' => [], ], 'SortDirection' => [ 'base' => NULL, 'refs' => [ 'SortProperty$direction' => '

The direction of the sort, either ascending or descending.

', ], ], 'SortProperty' => [ 'base' => '

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

', 'refs' => [ 'SortPropertyList$member' => NULL, ], ], 'SortPropertyList' => [ 'base' => NULL, 'refs' => [ 'ComponentDataConfiguration$sort' => '

Describes how to sort the component\'s properties.

', ], ], 'StartCodegenJobData' => [ 'base' => '

The code generation job resource configuration.

', 'refs' => [ 'StartCodegenJobRequest$codegenJobToCreate' => '

The code generation job resource configuration.

', ], ], 'StartCodegenJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartCodegenJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StorageAccessLevel' => [ 'base' => NULL, 'refs' => [ 'FileUploaderFieldConfig$accessLevel' => '

The access level to assign to the uploaded files in the Amazon S3 bucket where they are stored. The valid values for this property are private, protected, or public. For detailed information about the permissions associated with each access level, see File access levels in the Amplify documentation.

', ], ], 'StrValues' => [ 'base' => NULL, 'refs' => [ 'FieldValidationConfiguration$strValues' => '

The validation to perform on a string value.

', 'FileUploaderFieldConfig$acceptedFileTypes' => '

The file types that are allowed to be uploaded by the file uploader. Provide this information in an array of strings specifying the valid file extensions.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'ActionParameters$model' => '

The name of the data model. Use when the action performs an operation on an Amplify DataStore model.

', 'AssociatedFieldsList$member' => NULL, 'CodegenGenericDataEnumValuesList$member' => NULL, 'CodegenGenericDataEnums$key' => NULL, 'CodegenGenericDataField$dataTypeValue' => '

The value of the data type for the generic data field.

', 'CodegenGenericDataFields$key' => NULL, 'CodegenGenericDataModels$key' => NULL, 'CodegenGenericDataNonModelFields$key' => NULL, 'CodegenGenericDataNonModels$key' => NULL, 'CodegenGenericDataRelationshipType$relatedModelName' => '

The name of the related model in the data relationship.

', 'CodegenGenericDataRelationshipType$relatedJoinFieldName' => '

The name of the related join field in the data relationship.

', 'CodegenGenericDataRelationshipType$relatedJoinTableName' => '

The name of the related join table in the data relationship.

', 'CodegenGenericDataRelationshipType$belongsToFieldOnRelatedModel' => '

The value of the belongsTo field on the related data model.

', 'CodegenJob$environmentName' => '

The name of the backend environment associated with the code generation job.

', 'CodegenJob$statusMessage' => '

The customized status message for the code generation job.

', 'CodegenJobAsset$downloadUrl' => '

The URL to use to access the asset.

', 'CodegenJobSummary$environmentName' => '

The name of the backend environment associated with the code generation job.

', 'CodegenPrimaryKeysList$member' => NULL, 'Component$appId' => '

The unique ID of the Amplify app associated with the component.

', 'Component$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'Component$sourceId' => '

The unique ID of the component in its original source system, such as Figma.

', 'Component$schemaVersion' => '

The schema version of the component when it was imported.

', 'ComponentBindingProperties$key' => NULL, 'ComponentBindingPropertiesValue$type' => '

The property type.

', 'ComponentBindingPropertiesValue$defaultValue' => '

The default value of the property.

', 'ComponentBindingPropertiesValueProperties$model' => '

An Amplify DataStore model.

', 'ComponentBindingPropertiesValueProperties$field' => '

The field to bind the data to.

', 'ComponentBindingPropertiesValueProperties$userAttribute' => '

An authenticated user attribute.

', 'ComponentBindingPropertiesValueProperties$bucket' => '

An Amazon S3 bucket.

', 'ComponentBindingPropertiesValueProperties$key' => '

The storage key for an Amazon S3 bucket.

', 'ComponentBindingPropertiesValueProperties$defaultValue' => '

The default value to assign to the property.

', 'ComponentBindingPropertiesValueProperties$slotName' => '

The name of a component slot.

', 'ComponentChild$componentType' => '

The type of the child component.

', 'ComponentChild$name' => '

The name of the child component.

', 'ComponentChild$sourceId' => '

The unique ID of the child component in its original source system, such as Figma.

', 'ComponentCollectionProperties$key' => NULL, 'ComponentConditionProperty$property' => '

The name of the conditional property.

', 'ComponentConditionProperty$field' => '

The name of a field. Specify this when the property is a data model.

', 'ComponentConditionProperty$operator' => '

The operator to use to perform the evaluation, such as eq to represent equals.

', 'ComponentConditionProperty$operand' => '

The value of the property to evaluate.

', 'ComponentConditionProperty$operandType' => '

The type of the property to evaluate.

', 'ComponentDataConfiguration$model' => '

The name of the data model to use to bind data to a component.

', 'ComponentEvent$action' => '

The action to perform when a specific event is raised.

', 'ComponentEvent$bindingEvent' => '

Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.

', 'ComponentEvents$key' => NULL, 'ComponentOverrides$key' => NULL, 'ComponentOverridesValue$key' => NULL, 'ComponentOverridesValue$value' => NULL, 'ComponentProperties$key' => NULL, 'ComponentProperty$value' => '

The value to assign to the component property.

', 'ComponentProperty$defaultValue' => '

The default value to assign to the component property.

', 'ComponentProperty$model' => '

The data model to use to assign a value to the component property.

', 'ComponentProperty$event' => '

An event that occurs in your app. Use this for workflow data binding.

', 'ComponentProperty$userAttribute' => '

An authenticated user attribute to use to assign a value to the component property.

', 'ComponentProperty$type' => '

The component type.

', 'ComponentProperty$importedValue' => '

The default value assigned to the property when the component is imported into an app.

', 'ComponentProperty$componentName' => '

The name of the component that is affected by an event.

', 'ComponentProperty$property' => '

The name of the component\'s property that is affected by an event.

', 'ComponentPropertyBindingProperties$property' => '

The component property to bind to the data field.

', 'ComponentPropertyBindingProperties$field' => '

The data field to bind the property to.

', 'ComponentSummary$appId' => '

The unique ID of the Amplify app associated with the component.

', 'ComponentSummary$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ComponentVariantValues$key' => NULL, 'ComponentVariantValues$value' => NULL, 'CreateComponentData$sourceId' => '

The unique ID of the component in its original source system, such as Figma.

', 'CreateComponentData$schemaVersion' => '

The schema version of the component when it was imported.

', 'CreateComponentRequest$appId' => '

The unique ID of the Amplify app to associate with the component.

', 'CreateComponentRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'CreateComponentRequest$clientToken' => '

The unique client token.

', 'CreateFormData$schemaVersion' => '

The schema version of the form.

', 'CreateFormRequest$appId' => '

The unique ID of the Amplify app to associate with the form.

', 'CreateFormRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'CreateFormRequest$clientToken' => '

The unique client token.

', 'CreateThemeRequest$appId' => '

The unique ID of the Amplify app associated with the theme.

', 'CreateThemeRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'CreateThemeRequest$clientToken' => '

The unique client token.

', 'DeleteComponentRequest$appId' => '

The unique ID of the Amplify app associated with the component to delete.

', 'DeleteComponentRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'DeleteFormRequest$appId' => '

The unique ID of the Amplify app associated with the form to delete.

', 'DeleteFormRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'DeleteThemeRequest$appId' => '

The unique ID of the Amplify app associated with the theme to delete.

', 'DeleteThemeRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ExchangeCodeForTokenRequestBody$redirectUri' => '

The location of the application that will receive the access code.

', 'ExportComponentsRequest$appId' => '

The unique ID of the Amplify app to export components to.

', 'ExportComponentsRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ExportComponentsRequest$nextToken' => '

The token to request the next page of results.

', 'ExportComponentsResponse$nextToken' => '

The pagination token that\'s included if more results are available.

', 'ExportFormsRequest$appId' => '

The unique ID of the Amplify app to export forms to.

', 'ExportFormsRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ExportFormsRequest$nextToken' => '

The token to request the next page of results.

', 'ExportFormsResponse$nextToken' => '

The pagination token that\'s included if more results are available.

', 'ExportThemesRequest$appId' => '

The unique ID of the Amplify app to export the themes to.

', 'ExportThemesRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'ExportThemesRequest$nextToken' => '

The token to request the next page of results.

', 'ExportThemesResponse$nextToken' => '

The pagination token that\'s included if more results are available.

', 'FeaturesMap$key' => NULL, 'FeaturesMap$value' => NULL, 'FieldConfig$label' => '

The label for the field.

', 'FieldInputConfig$type' => '

The input type for the field.

', 'FieldInputConfig$placeholder' => '

The text to display as a placeholder for the field.

', 'FieldInputConfig$defaultValue' => '

The default value for the field.

', 'FieldInputConfig$descriptiveText' => '

The text to display to describe the field.

', 'FieldInputConfig$defaultCountryCode' => '

The default country code for a phone number.

', 'FieldInputConfig$name' => '

The name of the field.

', 'FieldInputConfig$value' => '

The value for the field.

', 'FieldPosition$rightOf' => '

The field position is to the right of the field specified by the string.

', 'FieldPosition$below' => '

The field position is below the field specified by the string.

', 'FieldValidationConfiguration$type' => '

The validation to perform on an object type.

', 'FieldValidationConfiguration$validationMessage' => '

The validation message to display.

', 'FieldsMap$key' => NULL, 'Form$appId' => '

The unique ID of the Amplify app associated with the form.

', 'Form$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'Form$schemaVersion' => '

The schema version of the form when it was imported.

', 'FormBindingElement$element' => '

The name of the component to retrieve a value from.

', 'FormBindingElement$property' => '

The property to retrieve a value from.

', 'FormBindings$key' => NULL, 'FormButton$children' => '

Describes the button\'s properties.

', 'FormDataTypeConfig$dataTypeName' => '

The unique name of the data type you are using as the data source for the form.

', 'FormInputBindingProperties$key' => NULL, 'FormInputBindingPropertiesValue$type' => '

The property type.

', 'FormInputBindingPropertiesValueProperties$model' => '

An Amplify DataStore model.

', 'FormInputValueProperty$value' => '

The value to assign to the input field.

', 'FormInputValuePropertyBindingProperties$property' => '

The form property to bind to the data field.

', 'FormInputValuePropertyBindingProperties$field' => '

The data field to bind the property to.

', 'FormStyleConfig$tokenReference' => '

A reference to a design token to use to bind the form\'s style properties to an existing theme.

', 'FormStyleConfig$value' => '

The value of the style setting.

', 'FormSummary$appId' => '

The unique ID for the app associated with the form summary.

', 'FormSummary$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'GetCodegenJobRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app associated with the code generation job.

', 'GetComponentRequest$appId' => '

The unique ID of the Amplify app.

', 'GetComponentRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'GetFormRequest$appId' => '

The unique ID of the Amplify app.

', 'GetFormRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'GetMetadataRequest$appId' => '

The unique ID of the Amplify app.

', 'GetMetadataRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'GetThemeRequest$appId' => '

The unique ID of the Amplify app.

', 'GetThemeRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'IdentifierList$member' => NULL, 'InternalServerException$message' => NULL, 'InvalidParameterException$message' => NULL, 'ListCodegenJobsRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ListCodegenJobsRequest$nextToken' => '

The token to request the next page of results.

', 'ListCodegenJobsResponse$nextToken' => '

The pagination token that\'s included if more results are available.

', 'ListComponentsRequest$appId' => '

The unique ID for the Amplify app.

', 'ListComponentsRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ListComponentsRequest$nextToken' => '

The token to request the next page of results.

', 'ListComponentsResponse$nextToken' => '

The pagination token that\'s included if more results are available.

', 'ListFormsRequest$appId' => '

The unique ID for the Amplify app.

', 'ListFormsRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ListFormsRequest$nextToken' => '

The token to request the next page of results.

', 'ListFormsResponse$nextToken' => '

The pagination token that\'s included if more results are available.

', 'ListThemesRequest$appId' => '

The unique ID for the Amplify app.

', 'ListThemesRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ListThemesRequest$nextToken' => '

The token to request the next page of results.

', 'ListThemesResponse$nextToken' => '

The pagination token that\'s returned if more results are available.

', 'MutationActionSetStateParameter$componentName' => '

The name of the component that is being modified.

', 'MutationActionSetStateParameter$property' => '

The name of the component property to apply the state configuration to.

', 'Predicate$field' => '

The field to query.

', 'Predicate$operator' => '

The operator to use to perform the evaluation.

', 'Predicate$operand' => '

The value to use when performing the evaluation.

', 'PutMetadataFlagBody$newValue' => '

The new information to store.

', 'PutMetadataFlagRequest$appId' => '

The unique ID for the Amplify app.

', 'PutMetadataFlagRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'PutMetadataFlagRequest$featureName' => '

The name of the feature associated with the metadata.

', 'RelatedModelFieldsList$member' => NULL, 'ResourceConflictException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'SectionalElement$type' => '

The type of sectional element. Valid values are Heading, Text, and Divider.

', 'SectionalElement$text' => '

The text for a Text sectional element.

', 'SectionalElement$orientation' => '

Specifies the orientation for a Divider sectional element. Valid values are horizontal or vertical.

', 'SectionalElementMap$key' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'SortProperty$field' => '

The field to perform the sort on.

', 'StartCodegenJobRequest$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'StartCodegenJobRequest$clientToken' => '

The idempotency token used to ensure that the code generation job request completes only once.

', 'StrValues$member' => NULL, 'Theme$appId' => '

The unique ID for the Amplify app associated with the theme.

', 'Theme$environmentName' => '

The name of the backend environment that is a part of the Amplify app.

', 'ThemeSummary$appId' => '

The unique ID for the app associated with the theme summary.

', 'ThemeSummary$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'ThemeValue$value' => '

The value of a theme property.

', 'ThemeValues$key' => '

The name of the property.

', 'ThrottlingException$message' => NULL, 'UnauthorizedException$message' => NULL, 'UpdateComponentData$sourceId' => '

The unique ID of the component in its original source system, such as Figma.

', 'UpdateComponentData$schemaVersion' => '

The schema version of the component when it was imported.

', 'UpdateComponentRequest$appId' => '

The unique ID for the Amplify app.

', 'UpdateComponentRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'UpdateComponentRequest$clientToken' => '

The unique client token.

', 'UpdateFormData$schemaVersion' => '

The schema version of the form.

', 'UpdateFormRequest$appId' => '

The unique ID for the Amplify app.

', 'UpdateFormRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'UpdateFormRequest$clientToken' => '

The unique client token.

', 'UpdateThemeRequest$appId' => '

The unique ID for the Amplify app.

', 'UpdateThemeRequest$environmentName' => '

The name of the backend environment that is part of the Amplify app.

', 'UpdateThemeRequest$clientToken' => '

The unique client token.

', ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'CodegenJob$createdAt' => '

The time that the code generation job was created.

', 'CodegenJob$modifiedAt' => '

The time that the code generation job was modified.

', 'CodegenJobSummary$createdAt' => '

The time that the code generation job summary was created.

', 'CodegenJobSummary$modifiedAt' => '

The time that the code generation job summary was modified.

', 'Component$createdAt' => '

The time that the component was created.

', 'Component$modifiedAt' => '

The time that the component was modified.

', 'Theme$createdAt' => '

The time that the theme was created.

', 'Theme$modifiedAt' => '

The time that the theme was modified.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tags$key' => NULL, ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tags$value' => NULL, ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'CodegenJob$tags' => '

One or more key-value pairs to use when tagging the code generation job.

', 'Component$tags' => '

One or more key-value pairs to use when tagging the component.

', 'CreateComponentData$tags' => '

One or more key-value pairs to use when tagging the component data.

', 'CreateFormData$tags' => '

One or more key-value pairs to use when tagging the form data.

', 'CreateThemeData$tags' => '

One or more key-value pairs to use when tagging the theme data.

', 'Form$tags' => '

One or more key-value pairs to use when tagging the form.

', 'StartCodegenJobData$tags' => '

One or more key-value pairs to use when tagging the code generation job data.

', 'Theme$tags' => '

One or more key-value pairs to use when tagging the theme.

', ], ], 'Theme' => [ 'base' => '

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

', 'refs' => [ 'CreateThemeResponse$entity' => '

Describes the configuration of the new theme.

', 'GetThemeResponse$theme' => '

Represents the configuration settings for the theme.

', 'ThemeList$member' => NULL, 'UpdateThemeResponse$entity' => '

Describes the configuration of the updated theme.

', ], ], 'ThemeList' => [ 'base' => NULL, 'refs' => [ 'ExportThemesResponse$entities' => '

Represents the configuration of the exported themes.

', ], ], 'ThemeName' => [ 'base' => NULL, 'refs' => [ 'CreateThemeData$name' => '

The name of the theme.

', 'Theme$name' => '

The name of the theme.

', 'ThemeSummary$name' => '

The name of the theme.

', 'UpdateThemeData$name' => '

The name of the theme to update.

', ], ], 'ThemeSummary' => [ 'base' => '

Describes the basic information about a theme.

', 'refs' => [ 'ThemeSummaryList$member' => NULL, ], ], 'ThemeSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListThemesResponse$entities' => '

The list of themes for the Amplify app.

', ], ], 'ThemeValue' => [ 'base' => '

Describes the configuration of a theme\'s properties.

', 'refs' => [ 'ThemeValues$value' => '

The value of the property.

', ], ], 'ThemeValues' => [ 'base' => '

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

', 'refs' => [ 'ThemeValuesList$member' => NULL, ], ], 'ThemeValuesList' => [ 'base' => NULL, 'refs' => [ 'CreateThemeData$values' => '

A list of key-value pairs that defines the properties of the theme.

', 'CreateThemeData$overrides' => '

Describes the properties that can be overriden to customize an instance of the theme.

', 'Theme$values' => '

A list of key-value pairs that defines the properties of the theme.

', 'Theme$overrides' => '

Describes the properties that can be overriden to customize a theme.

', 'ThemeValue$children' => '

A list of key-value pairs that define the theme\'s properties.

', 'UpdateThemeData$values' => '

A list of key-value pairs that define the theme\'s properties.

', 'UpdateThemeData$overrides' => '

Describes the properties that can be overriden to customize the theme.

', ], ], 'ThrottlingException' => [ 'base' => '

The request was denied due to request throttling.

', 'refs' => [], ], 'TokenProviders' => [ 'base' => NULL, 'refs' => [ 'ExchangeCodeForTokenRequest$provider' => '

The third-party provider for the token. The only valid value is figma.

', 'RefreshTokenRequest$provider' => '

The third-party provider for the token. The only valid value is figma.

', ], ], 'UnauthorizedException' => [ 'base' => '

You don\'t have permission to perform this operation.

', 'refs' => [], ], 'UpdateComponentData' => [ 'base' => '

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

', 'refs' => [ 'UpdateComponentRequest$updatedComponent' => '

The configuration of the updated component.

', ], ], 'UpdateComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFormData' => [ 'base' => '

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

', 'refs' => [ 'UpdateFormRequest$updatedForm' => '

The request accepts the following data in JSON format.

', ], ], 'UpdateFormRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFormResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateThemeData' => [ 'base' => '

Saves the data binding information for a theme.

', 'refs' => [ 'UpdateThemeRequest$updatedTheme' => '

The configuration of the updated theme.

', ], ], 'UpdateThemeRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateThemeResponse' => [ 'base' => NULL, 'refs' => [], ], 'Uuid' => [ 'base' => NULL, 'refs' => [ 'CodegenJob$id' => '

The unique ID for the code generation job.

', 'CodegenJobSummary$id' => '

The unique ID for the code generation job summary.

', 'Component$id' => '

The unique ID of the component.

', 'ComponentSummary$id' => '

The unique ID of the component.

', 'DeleteComponentRequest$id' => '

The unique ID of the component to delete.

', 'DeleteFormRequest$id' => '

The unique ID of the form to delete.

', 'DeleteThemeRequest$id' => '

The unique ID of the theme to delete.

', 'Form$id' => '

The unique ID of the form.

', 'FormSummary$id' => '

The ID of the form.

', 'GetCodegenJobRequest$id' => '

The unique ID of the code generation job.

', 'GetComponentRequest$id' => '

The unique ID of the component.

', 'GetFormRequest$id' => '

The unique ID of the form.

', 'GetThemeRequest$id' => '

The unique ID for the theme.

', 'Theme$id' => '

The ID for the theme.

', 'ThemeSummary$id' => '

The ID of the theme.

', 'UpdateComponentData$id' => '

The unique ID of the component to update.

', 'UpdateComponentRequest$id' => '

The unique ID for the component.

', 'UpdateFormRequest$id' => '

The unique ID for the form.

', 'UpdateThemeData$id' => '

The unique ID of the theme to update.

', 'UpdateThemeRequest$id' => '

The unique ID for the theme.

', ], ], 'ValidationsList' => [ 'base' => NULL, 'refs' => [ 'FieldConfig$validations' => '

The validations to perform on the value in the field.

', ], ], 'ValueMapping' => [ 'base' => '

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

', 'refs' => [ 'ValueMappingList$member' => NULL, ], ], 'ValueMappingList' => [ 'base' => NULL, 'refs' => [ 'ValueMappings$values' => '

The value and display value pairs.

', ], ], 'ValueMappings' => [ 'base' => '

Represents the data binding configuration for a value map.

', 'refs' => [ 'FieldInputConfig$valueMappings' => '

The information to use to customize the input fields with data at runtime.

', ], ], ],];