AWS.Tools.AmplifyUIBuilder.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.AmplifyUIBuilder</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.AddAMPUIResourceTagCmdlet"> <summary> Tags the resource with a tag key and value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.AddAMPUIResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to tag a resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.AddAMPUIResourceTagCmdlet.Tag"> <summary> <para> <para>A list of tag key value pairs for a specified Amazon Resource Name (ARN).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.AddAMPUIResourceTagCmdlet.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.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.AddAMPUIResourceTagCmdlet.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.ConvertAMPUICodeForTokenCmdlet"> <summary> <note><para> This is for internal use. </para></note><para> Amplify uses this action to exchange an access code for a token. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ConvertAMPUICodeForTokenCmdlet.Request_ClientId"> <summary> <para> <para>The ID of the client to request the token from.</para> </para> </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 <c>figma</c>.</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.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.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </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> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </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="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIComponentCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIFormCmdlet"> <summary> Exports form configurations to code that is ready to integrate into an Amplify app.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIFormCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app to export forms to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIFormCmdlet.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.ExportAMPUIFormCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIFormCmdlet.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.ExportFormsResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ExportFormsResponse 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.ExportAMPUIFormCmdlet.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="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIFormCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </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.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </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> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </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="P:Amazon.PowerShell.Cmdlets.AMPUI.ExportAMPUIThemeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobCmdlet"> <summary> Returns an existing code generation job. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app associated with the code generation job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobCmdlet.EnvironmentName"> <summary> <para> <para>The name of the backend environment that is a part of the Amplify app associated with the code generation job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobCmdlet.Id"> <summary> <para> <para>The unique ID of the code generation job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Job'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.GetCodegenJobResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.GetCodegenJobResponse 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.GetAMPUICodegenJobListCmdlet"> <summary> Retrieves a list of code generation jobs for a specified Amplify app and backend environment.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobListCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobListCmdlet.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.GetAMPUICodegenJobListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of jobs to retrieve.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobListCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUICodegenJobListCmdlet.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.ListCodegenJobsResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ListCodegenJobsResponse 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.GetAMPUICodegenJobListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </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="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet"> <summary> Retrieves a list of components for a specified Amplify app and backend environment.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </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> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </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> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </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="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIComponentListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormCmdlet"> <summary> Returns an existing form for an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormCmdlet.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.GetAMPUIFormCmdlet.Id"> <summary> <para> <para>The unique ID of the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Form'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.GetFormResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.GetFormResponse 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.GetAMPUIFormListCmdlet"> <summary> Retrieves a list of forms for a specified Amplify app and backend environment.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormListCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormListCmdlet.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.GetAMPUIFormListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of forms to retrieve.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormListCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIFormListCmdlet.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.ListFormsResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ListFormsResponse 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.GetAMPUIFormListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIMetadataCmdlet"> <summary> Returns existing metadata for an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIMetadataCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIMetadataCmdlet.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.GetAMPUIMetadataCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Features'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.GetMetadataResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.GetMetadataResponse 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.GetAMPUIResourceTagCmdlet"> <summary> Returns a list of tags for a specified Amazon Resource Name (ARN). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to list tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AmplifyUIBuilder.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.ListTagsForResourceResponse 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="T:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet"> <summary> Retrieves a list of themes for a specified Amplify app and backend environment.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5. </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> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </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> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </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="P:Amazon.PowerShell.Cmdlets.AMPUI.GetAMPUIThemeListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet"> <summary> Starts a code generation job for a specified Amplify app and backend environment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.CodegenJobToCreate_AutoGenerateForm"> <summary> <para> <para>Specifies whether to autogenerate forms in the code generation job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GenericDataSchema_DataSourceType"> <summary> <para> <para>The type of the data source for the schema. Currently, the only valid value is an Amplify <c>DataStore</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.ApiConfiguration_DataStoreConfig"> <summary> <para> <para>The configuration for an application using DataStore APIs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.React_Dependency"> <summary> <para> <para>Lists the dependency packages that may be required for the project code to run.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GenericDataSchema_Enum"> <summary> <para> <para>The name of a <c>CodegenGenericDataEnum</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.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.NewAMPUICodegenJobCmdlet.GraphQLConfig_FragmentsFilePath"> <summary> <para> <para>The path to the GraphQL fragments file, relative to the component output directory.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.React_InlineSourceMap"> <summary> <para> <para>Specifies whether the code generation job should render inline source maps.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.Features_IsNonModelSupported"> <summary> <para> <para>Specifies whether a code generation job supports non models.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.Features_IsRelationshipSupported"> <summary> <para> <para>Specifes whether a code generation job supports data relationships.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GenericDataSchema_Model"> <summary> <para> <para>The name of a <c>CodegenGenericDataModel</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.React_Module"> <summary> <para> <para>The JavaScript module type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GraphQLConfig_MutationsFilePath"> <summary> <para> <para>The path to the GraphQL mutations file, relative to the component output directory.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.ApiConfiguration_NoApiConfig"> <summary> <para> <para>The configuration for an application with no API being used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GenericDataSchema_NonModel"> <summary> <para> <para>The name of a <c>CodegenGenericDataNonModel</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GraphQLConfig_QueriesFilePath"> <summary> <para> <para>The path to the GraphQL queries file, relative to the component output directory.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.React_RenderTypeDeclaration"> <summary> <para> <para>Specifies whether the code generation job should render type declaration files.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.React_Script"> <summary> <para> <para>The file type to use for a JavaScript project.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GraphQLConfig_SubscriptionsFilePath"> <summary> <para> <para>The path to the GraphQL subscriptions file, relative to the component output directory.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.CodegenJobToCreate_Tag"> <summary> <para> <para>One or more key-value pairs to use when tagging the code generation job data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.React_Target"> <summary> <para> <para>The ECMAScript specification to use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.GraphQLConfig_TypesFilePath"> <summary> <para> <para>The path to the GraphQL types file, relative to the component output directory.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.ClientToken"> <summary> <para> <para>The idempotency token used to ensure that the code generation job request completes only once.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUICodegenJobCmdlet.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.StartCodegenJobResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.StartCodegenJobResponse 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.NewAMPUICodegenJobCmdlet.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.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.NewAMPUIFormCmdlet"> <summary> Creates a new form for an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app to associate with the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Cancel_Position_Below"> <summary> <para> <para>The field position is below the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Clear_Position_Below"> <summary> <para> <para>The field position is below the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Submit_Position_Below"> <summary> <para> <para>The field position is below the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.Cancel_Child"> <summary> <para> <para>Describes the button's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.Clear_Child"> <summary> <para> <para>Describes the button's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.Submit_Child"> <summary> <para> <para>Describes the button's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.DataType_DataSourceType"> <summary> <para> <para>The data source type, either an Amplify DataStore model or a custom data type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.DataType_DataTypeName"> <summary> <para> <para>The unique name of the data type you are using as the data source for the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.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.NewAMPUIFormCmdlet.Cancel_Excluded"> <summary> <para> <para>Specifies whether the button is visible on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.Clear_Excluded"> <summary> <para> <para>Specifies whether the button is visible on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.Submit_Excluded"> <summary> <para> <para>Specifies whether the button is visible on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Field"> <summary> <para> <para>The configuration information for the form's fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Cancel_Position_Fixed"> <summary> <para> <para>The field position is fixed and doesn't change in relation to other fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Clear_Position_Fixed"> <summary> <para> <para>The field position is fixed and doesn't change in relation to other fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Submit_Position_Fixed"> <summary> <para> <para>The field position is fixed and doesn't change in relation to other fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_FormActionType"> <summary> <para> <para>Specifies whether to perform a create or update action on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_LabelDecorator"> <summary> <para> <para>Specifies an icon or decoration to display on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Name"> <summary> <para> <para>The name of the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.Cta_Position"> <summary> <para> <para>The position of the button.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Cancel_Position_RightOf"> <summary> <para> <para>The field position is to the right of the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Clear_Position_RightOf"> <summary> <para> <para>The field position is to the right of the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Cta_Submit_Position_RightOf"> <summary> <para> <para>The field position is to the right of the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_SchemaVersion"> <summary> <para> <para>The schema version of the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_SectionalElement"> <summary> <para> <para>The configuration information for the visual helper elements for the form. These elements are not associated with any data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.FormToCreate_Tag"> <summary> <para> <para>One or more key-value pairs to use when tagging the form data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.HorizontalGap_TokenReference"> <summary> <para> <para>A reference to a design token to use to bind the form's style properties to an existing theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.OuterPadding_TokenReference"> <summary> <para> <para>A reference to a design token to use to bind the form's style properties to an existing theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.VerticalGap_TokenReference"> <summary> <para> <para>A reference to a design token to use to bind the form's style properties to an existing theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.HorizontalGap_Value"> <summary> <para> <para>The value of the style setting.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.OuterPadding_Value"> <summary> <para> <para>The value of the style setting.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.VerticalGap_Value"> <summary> <para> <para>The value of the style setting.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.ClientToken"> <summary> <para> <para>The unique client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.NewAMPUIFormCmdlet.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.CreateFormResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.CreateFormResponse 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.NewAMPUIFormCmdlet.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 defines 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.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.RemoveAMPUIFormCmdlet"> <summary> Deletes a form from an Amplify app. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIFormCmdlet.AppId"> <summary> <para> <para>The unique ID of the Amplify app associated with the form to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIFormCmdlet.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.RemoveAMPUIFormCmdlet.Id"> <summary> <para> <para>The unique ID of the form to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIFormCmdlet.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.DeleteFormResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIFormCmdlet.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.RemoveAMPUIResourceTagCmdlet"> <summary> Untags a resource with a specified Amazon Resource Name (ARN). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) to use to untag a resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIResourceTagCmdlet.TagKey"> <summary> <para> <para>The tag keys to use to untag a resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIResourceTagCmdlet.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.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.RemoveAMPUIResourceTagCmdlet.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.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.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.UpdateAMPUIFormCmdlet"> <summary> Updates an existing form. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Cancel_Position_Below"> <summary> <para> <para>The field position is below the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Clear_Position_Below"> <summary> <para> <para>The field position is below the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Submit_Position_Below"> <summary> <para> <para>The field position is below the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Cancel_Child"> <summary> <para> <para>Describes the button's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Clear_Child"> <summary> <para> <para>Describes the button's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Submit_Child"> <summary> <para> <para>Describes the button's properties.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.DataType_DataSourceType"> <summary> <para> <para>The data source type, either an Amplify DataStore model or a custom data type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.DataType_DataTypeName"> <summary> <para> <para>The unique name of the data type you are using as the data source for the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.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.UpdateAMPUIFormCmdlet.Cancel_Excluded"> <summary> <para> <para>Specifies whether the button is visible on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Clear_Excluded"> <summary> <para> <para>Specifies whether the button is visible on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Submit_Excluded"> <summary> <para> <para>Specifies whether the button is visible on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Field"> <summary> <para> <para>The configuration information for the form's fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Cancel_Position_Fixed"> <summary> <para> <para>The field position is fixed and doesn't change in relation to other fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Clear_Position_Fixed"> <summary> <para> <para>The field position is fixed and doesn't change in relation to other fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Submit_Position_Fixed"> <summary> <para> <para>The field position is fixed and doesn't change in relation to other fields.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_FormActionType"> <summary> <para> <para>Specifies whether to perform a create or update action on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Id"> <summary> <para> <para>The unique ID for the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_LabelDecorator"> <summary> <para> <para>Specifies an icon or decoration to display on the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Name"> <summary> <para> <para>The name of the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.Cta_Position"> <summary> <para> <para>The position of the button.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Cancel_Position_RightOf"> <summary> <para> <para>The field position is to the right of the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Clear_Position_RightOf"> <summary> <para> <para>The field position is to the right of the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_Cta_Submit_Position_RightOf"> <summary> <para> <para>The field position is to the right of the field specified by the string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_SchemaVersion"> <summary> <para> <para>The schema version of the form.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.UpdatedForm_SectionalElement"> <summary> <para> <para>The configuration information for the visual helper elements for the form. These elements are not associated with any data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.HorizontalGap_TokenReference"> <summary> <para> <para>A reference to a design token to use to bind the form's style properties to an existing theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.OuterPadding_TokenReference"> <summary> <para> <para>A reference to a design token to use to bind the form's style properties to an existing theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.VerticalGap_TokenReference"> <summary> <para> <para>A reference to a design token to use to bind the form's style properties to an existing theme.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.HorizontalGap_Value"> <summary> <para> <para>The value of the style setting.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.OuterPadding_Value"> <summary> <para> <para>The value of the style setting.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.VerticalGap_Value"> <summary> <para> <para>The value of the style setting.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.ClientToken"> <summary> <para> <para>The unique client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUIFormCmdlet.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.UpdateFormResponse). Specifying the name of a property of type Amazon.AmplifyUIBuilder.Model.UpdateFormResponse 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.UpdateAMPUIFormCmdlet.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.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> <note><para> This is for internal use. </para></note><para> Amplify uses this action to refresh a previously issued access token that might have expired. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.UpdateAMPUITokenCmdlet.RefreshTokenBody_ClientId"> <summary> <para> <para>The ID of the client to request the token from.</para> </para> </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 <c>figma</c>.</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.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.WriteAMPUIMetadataFlagCmdlet"> <summary> Stores the metadata information about a feature on a form. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.WriteAMPUIMetadataFlagCmdlet.AppId"> <summary> <para> <para>The unique ID for the Amplify app.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.WriteAMPUIMetadataFlagCmdlet.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.WriteAMPUIMetadataFlagCmdlet.FeatureName"> <summary> <para> <para>The name of the feature associated with the metadata.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.WriteAMPUIMetadataFlagCmdlet.Body_NewValue"> <summary> <para> <para>The new information to store.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.WriteAMPUIMetadataFlagCmdlet.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.PutMetadataFlagResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.AMPUI.WriteAMPUIMetadataFlagCmdlet.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> |