AWS.Tools.AmplifyUIBuilder.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.AmplifyUIBuilder</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet"> <summary> Exchanges an access code for a token. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.Request_Code"> <summary> <para> <para>The access code to send in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.Provider"> <summary> <para> <para>The third-party provider for the token. The only valid value is <code>figma</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.Request_RedirectUri"> <summary> <para> <para>The location of the application that will receive the access code.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.ExchangeCodeForTokenResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ExchangeCodeForTokenResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Provider parameter. The -PassThru parameter is deprecated, use -Select '^Provider' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet"> <summary> Exports component configurations to code that is ready to integrate into an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app to export components to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entities'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.ExportComponentsResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ExportComponentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet"> <summary> Exports theme configurations to code that is ready to integrate into an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app to export the themes to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entities'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.ExportThemesResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ExportThemesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentCmdlet"> <summary> Returns an existing component for an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentCmdlet.Id"> <summary> <para> <para>The unique ID of the component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Component'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.GetComponentResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.GetComponentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet"> <summary> Retrieves a list of components for a specified Amplify app and backend environment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of components to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entities'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.ListComponentsResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ListComponentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeCmdlet"> <summary> Returns an existing theme for an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeCmdlet.Id"> <summary> <para> <para>The unique ID for the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Theme'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.GetThemeResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.GetThemeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet"> <summary> Retrieves a list of themes for a specified Amplify app and backend environment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of theme results to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entities'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.ListThemesResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ListThemesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet"> <summary> Creates a new component for an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app to associate with the component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_BindingProperty"> <summary> <para> <para>The data binding information for the component's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Child"> <summary> <para> <para>A list of child components that are instances of the main component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_CollectionProperty"> <summary> <para> <para>The data binding configuration for customizing a component's properties. Use this for a collection component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_ComponentType"> <summary> <para> <para>The component type. This can be an Amplify custom UI component or another custom component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Event"> <summary> <para> <para>The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Name"> <summary> <para> <para>The name of the component</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Override"> <summary> <para> <para>Describes the component properties that can be overriden to customize an instance of the component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Property"> <summary> <para> <para>Describes the component's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_SchemaVersion"> <summary> <para> <para>The schema version of the component when it was imported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_SourceId"> <summary> <para> <para>The unique ID of the component in its original source system, such as Figma.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Tag"> <summary> <para> <para>One or more key-value pairs to use when tagging the component data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ComponentToCreate_Variant"> <summary> <para> <para>A list of the unique variants of this component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.ClientToken"> <summary> <para> <para>The unique client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entity'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.CreateComponentResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.CreateComponentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIComponentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet"> <summary> Creates a theme to apply to the components in an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app associated with the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.ThemeToCreate_Name"> <summary> <para> <para>The name of the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.ThemeToCreate_Override"> <summary> <para> <para>Describes the properties that can be overriden to customize an instance of the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.ThemeToCreate_Tag"> <summary> <para> <para>One or more key-value pairs to use when tagging the theme data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.ThemeToCreate_Value"> <summary> <para> <para>A list of key-value pairs that deļ¬nes the properties of the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.ClientToken"> <summary> <para> <para>The unique client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entity'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.CreateThemeResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.CreateThemeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIThemeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet"> <summary> Deletes a component from an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app associated with the component to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet.Id"> <summary> <para> <para>The unique ID of the component to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.DeleteComponentResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIComponentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet"> <summary> Deletes a theme from an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app associated with the theme to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet.Id"> <summary> <para> <para>The unique ID of the theme to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.DeleteThemeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIThemeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet"> <summary> Updates an existing component. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_BindingProperty"> <summary> <para> <para>The data binding information for the component's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Child"> <summary> <para> <para>The components that are instances of the main component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_CollectionProperty"> <summary> <para> <para>The configuration for binding a component's properties to a data model. Use this for a collection component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_ComponentType"> <summary> <para> <para>The type of the component. This can be an Amplify custom UI component or another custom component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Event"> <summary> <para> <para>The event configuration for the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.Id"> <summary> <para> <para>The unique ID for the component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Id"> <summary> <para> <para>The unique ID of the component to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Name"> <summary> <para> <para>The name of the component to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Override"> <summary> <para> <para>Describes the properties that can be overriden to customize the component.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Property"> <summary> <para> <para>Describes the component's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_SchemaVersion"> <summary> <para> <para>The schema version of the component when it was imported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_SourceId"> <summary> <para> <para>The unique ID of the component in its original source system, such as Figma.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.UpdatedComponent_Variant"> <summary> <para> <para>A list of the unique variants of the main component being updated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.ClientToken"> <summary> <para> <para>The unique client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entity'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.UpdateComponentResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.UpdateComponentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIComponentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet"> <summary> Updates an existing theme. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is part of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.Id"> <summary> <para> <para>The unique ID for the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.UpdatedTheme_Id"> <summary> <para> <para>The unique ID of the theme to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.UpdatedTheme_Name"> <summary> <para> <para>The name of the theme to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.UpdatedTheme_Override"> <summary> <para> <para>Describes the properties that can be overriden to customize the theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.UpdatedTheme_Value"> <summary> <para> <para>A list of key-value pairs that define the theme's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.ClientToken"> <summary> <para> <para>The unique client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entity'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.UpdateThemeResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.UpdateThemeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIThemeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet"> <summary> Refreshes a previously issued access token that might have expired. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet.Provider"> <summary> <para> <para>The third-party provider for the token. The only valid value is <code>figma</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet.RefreshTokenBody_Token"> <summary> <para> <para>The token to use to refresh a previously issued access token that might have expired.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.RefreshTokenResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.RefreshTokenResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Provider parameter. The -PassThru parameter is deprecated, use -Select '^Provider' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |