AWS.Tools.Amplify.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Amplify</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.AddAMPResourceTagCmdlet">
            <summary>
            Tag resource with tag key and value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.AddAMPResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> Resource arn used to tag resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.AddAMPResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para> Tags used to tag resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.AddAMPResourceTagCmdlet.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.Amplify.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.AddAMPResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.AddAMPResourceTagCmdlet.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.AMP.GetAMPAppCmdlet">
            <summary>
            Retrieves an existing Amplify App by appId.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPAppCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.GetAppResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetAppResponse 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.AMP.GetAMPAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPAppListCmdlet">
            <summary>
            Lists existing Amplify Apps.<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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPAppListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPAppListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. If non-null pagination token is returned in a result, then pass
            its value in another request to fetch more entries. </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPAppListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Apps'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListAppsResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListAppsResponse 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.AMP.GetAMPAppListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet">
            <summary>
            List artifacts with an app, a branch, a job and an artifact type.<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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for a branch, part of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet.JobId">
            <summary>
            <para>
            <para> Unique Id for an Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPArtifactListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. Set to null to start listing artifacts from start. If non-null
            pagination token is returned in a result, then pass its value in here to list more
            artifacts. </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Artifacts'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListArtifactsResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListArtifactsResponse 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.AMP.GetAMPArtifactListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactUrlCmdlet">
            <summary>
            Retrieves artifact info that corresponds to a artifactId.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactUrlCmdlet.ArtifactId">
            <summary>
            <para>
            <para> Unique Id for a artifact. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPArtifactUrlCmdlet.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.Amplify.Model.GetArtifactUrlResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetArtifactUrlResponse 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.AMP.GetAMPArtifactUrlCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ArtifactId parameter.
            The -PassThru parameter is deprecated, use -Select '^ArtifactId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentCmdlet">
            <summary>
            Retrieves a backend environment for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para> Name for the backend environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BackendEnvironment'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.GetBackendEnvironmentResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetBackendEnvironmentResponse 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.AMP.GetAMPBackendEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentName parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentListCmdlet">
            <summary>
            Lists backend environments for 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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentListCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentListCmdlet.EnvironmentName">
            <summary>
            <para>
            <para> Name of the backend environment </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPBackendEnvironmentListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. Set to null to start listing backen environments from start. If
            a non-null pagination token is returned in a result, then pass its value in here to
            list more backend environments. </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BackendEnvironments'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListBackendEnvironmentsResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListBackendEnvironmentsResponse 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.AMP.GetAMPBackendEnvironmentListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBackendEnvironmentListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchCmdlet">
            <summary>
            Retrieves a branch for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Branch'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.GetBranchResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetBranchResponse 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.AMP.GetAMPBranchCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BranchName parameter.
            The -PassThru parameter is deprecated, use -Select '^BranchName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchListCmdlet">
            <summary>
            Lists branches for 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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchListCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPBranchListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. Set to null to start listing branches from start. If a non-null
            pagination token is returned in a result, then pass its value in here to list more
            branches. </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Branches'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListBranchesResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListBranchesResponse 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.AMP.GetAMPBranchListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationCmdlet">
            <summary>
            Retrieves domain info that corresponds to an appId and domainName.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationCmdlet.DomainName">
            <summary>
            <para>
            <para> Name of the domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DomainAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.GetDomainAssociationResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetDomainAssociationResponse 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.AMP.GetAMPDomainAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainName parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationListCmdlet">
            <summary>
            List domains with an 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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationListCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPDomainAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. Set to null to start listing Apps from start. If non-null pagination
            token is returned in a result, then pass its value in here to list more projects.
            </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DomainAssociations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListDomainAssociationsResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListDomainAssociationsResponse 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.AMP.GetAMPDomainAssociationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobCmdlet">
            <summary>
            Get a job for a branch, part of an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch, for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobCmdlet.JobId">
            <summary>
            <para>
            <para> Unique Id for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobCmdlet.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.Amplify.Model.GetJobResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetJobResponse 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.AMP.GetAMPJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet">
            <summary>
            List Jobs for a branch, part of 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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for a branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPJobListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. Set to null to start listing steps from start. If a non-null pagination
            token is returned in a result, then pass its value in here to list more steps. </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListJobsResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListJobsResponse 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.AMP.GetAMPJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BranchName parameter.
            The -PassThru parameter is deprecated, use -Select '^BranchName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPResourceTagCmdlet">
            <summary>
            List tags for resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> Resource arn used to list tags. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPResourceTagCmdlet.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.Amplify.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.Amplify.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="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookCmdlet">
            <summary>
            Retrieves webhook info that corresponds to a webhookId.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookCmdlet.WebhookId">
            <summary>
            <para>
            <para> Unique Id for a webhook. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Webhook'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.GetWebhookResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GetWebhookResponse 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.AMP.GetAMPWebhookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WebhookId parameter.
            The -PassThru parameter is deprecated, use -Select '^WebhookId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookListCmdlet">
            <summary>
            List webhooks with an 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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookListCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookListCmdlet.MaxResult">
            <summary>
            <para>
            <para> Maximum number of records to list in a single 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.AMP.GetAMPWebhookListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. Set to null to start listing webhooks from start. If non-null pagination
            token is returned in a result, then pass its value in here to list more webhooks.
            </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/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Webhooks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.ListWebhooksResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.ListWebhooksResponse 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.AMP.GetAMPWebhookListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookListCmdlet.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.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet">
            <summary>
            Retrieve website access logs for a specific time range via a pre-signed URL.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet.DomainName">
            <summary>
            <para>
            <para> Name of the domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet.EndTime">
            <summary>
            <para>
            <para> The time at which the logs should end, inclusive. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet.StartTime">
            <summary>
            <para>
            <para> The time at which the logs should start, inclusive. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LogUrl'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.GenerateAccessLogsResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.GenerateAccessLogsResponse 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.AMP.NewAMPAccessLogCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAccessLogCmdlet.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.AMP.NewAMPAppCmdlet">
            <summary>
            Creates a new Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AccessToken">
            <summary>
            <para>
            <para> Personal Access token for 3rd party source control system for an Amplify App, used
            to create webhook and read-only deploy key. Token is not stored. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationPattern">
            <summary>
            <para>
            <para> Automated branch creation glob patterns for the Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_BasicAuthCredential">
            <summary>
            <para>
            <para> Basic Authorization credentials for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.BasicAuthCredential">
            <summary>
            <para>
            <para> Credentials for Basic Authorization for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_BuildSpec">
            <summary>
            <para>
            <para> BuildSpec for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.BuildSpec">
            <summary>
            <para>
            <para> BuildSpec for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.CustomRule">
            <summary>
            <para>
            <para> Custom rewrite / redirect rules for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.Description">
            <summary>
            <para>
            <para> Description for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.EnableAutoBranchCreation">
            <summary>
            <para>
            <para> Enables automated branch creation for the Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_EnableAutoBuild">
            <summary>
            <para>
            <para> Enables auto building for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_EnableBasicAuth">
            <summary>
            <para>
            <para> Enables Basic Auth for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.EnableBasicAuth">
            <summary>
            <para>
            <para> Enable Basic Authorization for an Amplify App, this will apply to all branches part
            of this App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.EnableBranchAutoBuild">
            <summary>
            <para>
            <para> Enable the auto building of branches for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_EnablePullRequestPreview">
            <summary>
            <para>
            <para> Enables Pull Request Preview for auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_EnvironmentVariable">
            <summary>
            <para>
            <para> Environment Variables for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.EnvironmentVariable">
            <summary>
            <para>
            <para> Environment variables map for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_Framework">
            <summary>
            <para>
            <para> Framework for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.IamServiceRoleArn">
            <summary>
            <para>
            <para> AWS IAM service role for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.Name">
            <summary>
            <para>
            <para> Name for the Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.OauthToken">
            <summary>
            <para>
            <para> OAuth token for 3rd party source control system for an Amplify App, used to create
            webhook and read-only deploy key. OAuth token is not stored. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.Platform">
            <summary>
            <para>
            <para> Platform / framework for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_PullRequestEnvironmentName">
            <summary>
            <para>
            <para> The Amplify Environment name for the pull request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.Repository">
            <summary>
            <para>
            <para> Repository for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.AutoBranchCreationConfig_Stage">
            <summary>
            <para>
            <para> Stage for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.Tag">
            <summary>
            <para>
            <para> Tag for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.CreateAppResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.CreateAppResponse 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.AMP.NewAMPAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPAppCmdlet.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.AMP.NewAMPBackendEnvironmentCmdlet">
            <summary>
            Creates a new backend environment for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBackendEnvironmentCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBackendEnvironmentCmdlet.DeploymentArtifact">
            <summary>
            <para>
            <para> Name of deployment artifacts. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBackendEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para> Name for the backend environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBackendEnvironmentCmdlet.StackName">
            <summary>
            <para>
            <para> CloudFormation stack name of backend environment. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBackendEnvironmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BackendEnvironment'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.CreateBackendEnvironmentResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.CreateBackendEnvironmentResponse 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.AMP.NewAMPBackendEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentName parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBackendEnvironmentCmdlet.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.AMP.NewAMPBranchCmdlet">
            <summary>
            Creates a new Branch for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.BackendEnvironmentArn">
            <summary>
            <para>
            <para> ARN for a Backend Environment, part of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.BasicAuthCredential">
            <summary>
            <para>
            <para> Basic Authorization credentials for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.BuildSpec">
            <summary>
            <para>
            <para> BuildSpec for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.Description">
            <summary>
            <para>
            <para> Description for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.DisplayName">
            <summary>
            <para>
            <para> Display name for a branch, will use as the default domain prefix. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.EnableAutoBuild">
            <summary>
            <para>
            <para> Enables auto building for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.EnableBasicAuth">
            <summary>
            <para>
            <para> Enables Basic Auth for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.EnableNotification">
            <summary>
            <para>
            <para> Enables notifications for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.EnablePullRequestPreview">
            <summary>
            <para>
            <para> Enables Pull Request Preview for this branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.EnvironmentVariable">
            <summary>
            <para>
            <para> Environment Variables for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.Framework">
            <summary>
            <para>
            <para> Framework for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.PullRequestEnvironmentName">
            <summary>
            <para>
            <para> The Amplify Environment name for the pull request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.Stage">
            <summary>
            <para>
            <para> Stage for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.Tag">
            <summary>
            <para>
            <para> Tag for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.Ttl">
            <summary>
            <para>
            <para> The content TTL for the website in seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Branch'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.CreateBranchResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.CreateBranchResponse 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.AMP.NewAMPBranchCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BranchName parameter.
            The -PassThru parameter is deprecated, use -Select '^BranchName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPBranchCmdlet.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.AMP.NewAMPDeploymentCmdlet">
            <summary>
            Create a deployment for manual deploy apps. (Apps are not connected to repository)
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDeploymentCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDeploymentCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch, for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDeploymentCmdlet.FileMap">
            <summary>
            <para>
            <para> Optional file map that contains file name as the key and file content md5 hash as
            the value. If this argument is provided, the service will generate different upload
            url per file. Otherwise, the service will only generate a single upload url for the
            zipped files. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDeploymentCmdlet.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.Amplify.Model.CreateDeploymentResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.CreateDeploymentResponse 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.AMP.NewAMPDeploymentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDeploymentCmdlet.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.AMP.NewAMPDomainAssociationCmdlet">
            <summary>
            Create a new DomainAssociation on an App
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDomainAssociationCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDomainAssociationCmdlet.DomainName">
            <summary>
            <para>
            <para> Domain name for the Domain Association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDomainAssociationCmdlet.EnableAutoSubDomain">
            <summary>
            <para>
            <para> Enables automated creation of Subdomains for branches. (Currently not supported)
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDomainAssociationCmdlet.SubDomainSetting">
            <summary>
            <para>
            <para> Setting structure for the Subdomain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDomainAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DomainAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.CreateDomainAssociationResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.CreateDomainAssociationResponse 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.AMP.NewAMPDomainAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainName parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPDomainAssociationCmdlet.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.AMP.NewAMPWebhookCmdlet">
            <summary>
            Create a new webhook on an App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPWebhookCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPWebhookCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for a branch, part of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPWebhookCmdlet.Description">
            <summary>
            <para>
            <para> Description for a webhook. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPWebhookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Webhook'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.CreateWebhookResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.CreateWebhookResponse 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.AMP.NewAMPWebhookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.NewAMPWebhookCmdlet.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.AMP.RemoveAMPAppCmdlet">
            <summary>
            Delete an existing Amplify App by appId.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPAppCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.DeleteAppResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.DeleteAppResponse 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.AMP.RemoveAMPAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPAppCmdlet.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.AMP.RemoveAMPBackendEnvironmentCmdlet">
            <summary>
            Delete backend environment for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBackendEnvironmentCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBackendEnvironmentCmdlet.EnvironmentName">
            <summary>
            <para>
            <para> Name of a backend environment of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBackendEnvironmentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BackendEnvironment'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.DeleteBackendEnvironmentResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.DeleteBackendEnvironmentResponse 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.AMP.RemoveAMPBackendEnvironmentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnvironmentName parameter.
            The -PassThru parameter is deprecated, use -Select '^EnvironmentName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBackendEnvironmentCmdlet.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.AMP.RemoveAMPBranchCmdlet">
            <summary>
            Deletes a branch for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBranchCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBranchCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBranchCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Branch'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.DeleteBranchResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.DeleteBranchResponse 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.AMP.RemoveAMPBranchCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BranchName parameter.
            The -PassThru parameter is deprecated, use -Select '^BranchName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPBranchCmdlet.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.AMP.RemoveAMPDomainAssociationCmdlet">
            <summary>
            Deletes a DomainAssociation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPDomainAssociationCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPDomainAssociationCmdlet.DomainName">
            <summary>
            <para>
            <para> Name of the domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPDomainAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DomainAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.DeleteDomainAssociationResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.DeleteDomainAssociationResponse 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.AMP.RemoveAMPDomainAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainName parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPDomainAssociationCmdlet.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.AMP.RemoveAMPJobCmdlet">
            <summary>
            Delete a job, for an Amplify branch, part of Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPJobCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPJobCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch, for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPJobCmdlet.JobId">
            <summary>
            <para>
            <para> Unique Id for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.DeleteJobResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.DeleteJobResponse 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.AMP.RemoveAMPJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPJobCmdlet.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.AMP.RemoveAMPResourceTagCmdlet">
            <summary>
            Untag resource with resourceArn.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> Resource arn used to untag resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para> Tag keys used to untag resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPResourceTagCmdlet.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.Amplify.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPResourceTagCmdlet.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.AMP.RemoveAMPWebhookCmdlet">
            <summary>
            Deletes a webhook.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPWebhookCmdlet.WebhookId">
            <summary>
            <para>
            <para> Unique Id for a webhook. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPWebhookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Webhook'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.DeleteWebhookResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.DeleteWebhookResponse 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.AMP.RemoveAMPWebhookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WebhookId parameter.
            The -PassThru parameter is deprecated, use -Select '^WebhookId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.RemoveAMPWebhookCmdlet.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.AMP.StartAMPDeploymentCmdlet">
            <summary>
            Start a deployment for manual deploy apps. (Apps are not connected to repository)
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPDeploymentCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPDeploymentCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch, for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPDeploymentCmdlet.JobId">
            <summary>
            <para>
            <para> The job id for this deployment, generated by create deployment request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPDeploymentCmdlet.SourceUrl">
            <summary>
            <para>
            <para> The sourceUrl for this deployment, used when calling start deployment without create
            deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads
            a single zip. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPDeploymentCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.StartDeploymentResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.StartDeploymentResponse 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.AMP.StartAMPDeploymentCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPDeploymentCmdlet.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.AMP.StartAMPJobCmdlet">
            <summary>
            Starts a new job for a branch, part of an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch, for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.CommitId">
            <summary>
            <para>
            <para> Commit Id from 3rd party repository provider for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.CommitMessage">
            <summary>
            <para>
            <para> Commit message from 3rd party repository provider for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.CommitTime">
            <summary>
            <para>
            <para> Commit date / time for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.JobId">
            <summary>
            <para>
            <para> Unique Id for an existing job. Required for "RETRY" JobType. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.JobReason">
            <summary>
            <para>
            <para> Descriptive reason for starting this job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.JobType">
            <summary>
            <para>
            <para> Type for the Job. Available JobTypes are: \n "RELEASE": Start a new job with the
            latest change from the specified branch. Only available for apps that have connected
            to a repository. "RETRY": Retry an existing job. JobId is required for this type of
            job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.StartJobResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.StartJobResponse 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.AMP.StartAMPJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BranchName parameter.
            The -PassThru parameter is deprecated, use -Select '^BranchName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StartAMPJobCmdlet.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.AMP.StopAMPJobCmdlet">
            <summary>
            Stop a job that is in progress, for an Amplify branch, part of Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StopAMPJobCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StopAMPJobCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch, for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StopAMPJobCmdlet.JobId">
            <summary>
            <para>
            <para> Unique Id for the Job. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StopAMPJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobSummary'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.StopJobResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.StopJobResponse 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.AMP.StopAMPJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobId parameter.
            The -PassThru parameter is deprecated, use -Select '^JobId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.StopAMPJobCmdlet.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.AMP.UpdateAMPAppCmdlet">
            <summary>
            Updates an existing Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AccessToken">
            <summary>
            <para>
            <para> Personal Access token for 3rd party source control system for an Amplify App, used
            to create webhook and read-only deploy key. Token is not stored. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationPattern">
            <summary>
            <para>
            <para> Automated branch creation glob patterns for the Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_BasicAuthCredential">
            <summary>
            <para>
            <para> Basic Authorization credentials for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.BasicAuthCredential">
            <summary>
            <para>
            <para> Basic Authorization credentials for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_BuildSpec">
            <summary>
            <para>
            <para> BuildSpec for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.BuildSpec">
            <summary>
            <para>
            <para> BuildSpec for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.CustomRule">
            <summary>
            <para>
            <para> Custom redirect / rewrite rules for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.Description">
            <summary>
            <para>
            <para> Description for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.EnableAutoBranchCreation">
            <summary>
            <para>
            <para> Enables automated branch creation for the Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_EnableAutoBuild">
            <summary>
            <para>
            <para> Enables auto building for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_EnableBasicAuth">
            <summary>
            <para>
            <para> Enables Basic Auth for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.EnableBasicAuth">
            <summary>
            <para>
            <para> Enables Basic Authorization for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.EnableBranchAutoBuild">
            <summary>
            <para>
            <para> Enables branch auto-building for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_EnablePullRequestPreview">
            <summary>
            <para>
            <para> Enables Pull Request Preview for auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_EnvironmentVariable">
            <summary>
            <para>
            <para> Environment Variables for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.EnvironmentVariable">
            <summary>
            <para>
            <para> Environment Variables for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_Framework">
            <summary>
            <para>
            <para> Framework for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.IamServiceRoleArn">
            <summary>
            <para>
            <para> IAM service role for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.Name">
            <summary>
            <para>
            <para> Name for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.OauthToken">
            <summary>
            <para>
            <para> OAuth token for 3rd party source control system for an Amplify App, used to create
            webhook and read-only deploy key. OAuth token is not stored. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.Platform">
            <summary>
            <para>
            <para> Platform for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_PullRequestEnvironmentName">
            <summary>
            <para>
            <para> The Amplify Environment name for the pull request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.Repository">
            <summary>
            <para>
            <para> Repository for an Amplify App </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.AutoBranchCreationConfig_Stage">
            <summary>
            <para>
            <para> Stage for the auto created branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'App'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.UpdateAppResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.UpdateAppResponse 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.AMP.UpdateAMPAppCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AppId parameter.
            The -PassThru parameter is deprecated, use -Select '^AppId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPAppCmdlet.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.AMP.UpdateAMPBranchCmdlet">
            <summary>
            Updates a branch for an Amplify App.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.BackendEnvironmentArn">
            <summary>
            <para>
            <para> ARN for a Backend Environment, part of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.BasicAuthCredential">
            <summary>
            <para>
            <para> Basic Authorization credentials for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.BuildSpec">
            <summary>
            <para>
            <para> BuildSpec for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.Description">
            <summary>
            <para>
            <para> Description for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.DisplayName">
            <summary>
            <para>
            <para> Display name for a branch, will use as the default domain prefix. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.EnableAutoBuild">
            <summary>
            <para>
            <para> Enables auto building for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.EnableBasicAuth">
            <summary>
            <para>
            <para> Enables Basic Auth for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.EnableNotification">
            <summary>
            <para>
            <para> Enables notifications for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.EnablePullRequestPreview">
            <summary>
            <para>
            <para> Enables Pull Request Preview for this branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.EnvironmentVariable">
            <summary>
            <para>
            <para> Environment Variables for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.Framework">
            <summary>
            <para>
            <para> Framework for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.PullRequestEnvironmentName">
            <summary>
            <para>
            <para> The Amplify Environment name for the pull request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.Stage">
            <summary>
            <para>
            <para> Stage for the branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.Ttl">
            <summary>
            <para>
            <para> The content TTL for the website in seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Branch'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.UpdateBranchResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.UpdateBranchResponse 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.AMP.UpdateAMPBranchCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BranchName parameter.
            The -PassThru parameter is deprecated, use -Select '^BranchName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPBranchCmdlet.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.AMP.UpdateAMPDomainAssociationCmdlet">
            <summary>
            Create a new DomainAssociation on an App
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPDomainAssociationCmdlet.AppId">
            <summary>
            <para>
            <para> Unique Id for an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPDomainAssociationCmdlet.DomainName">
            <summary>
            <para>
            <para> Name of the domain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPDomainAssociationCmdlet.EnableAutoSubDomain">
            <summary>
            <para>
            <para> Enables automated creation of Subdomains for branches. (Currently not supported)
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPDomainAssociationCmdlet.SubDomainSetting">
            <summary>
            <para>
            <para> Setting structure for the Subdomain. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPDomainAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DomainAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.UpdateDomainAssociationResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.UpdateDomainAssociationResponse 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.AMP.UpdateAMPDomainAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DomainName parameter.
            The -PassThru parameter is deprecated, use -Select '^DomainName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPDomainAssociationCmdlet.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.AMP.UpdateAMPWebhookCmdlet">
            <summary>
            Update a webhook.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPWebhookCmdlet.BranchName">
            <summary>
            <para>
            <para> Name for a branch, part of an Amplify App. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPWebhookCmdlet.Description">
            <summary>
            <para>
            <para> Description for a webhook. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPWebhookCmdlet.WebhookId">
            <summary>
            <para>
            <para> Unique Id for a webhook. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPWebhookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Webhook'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Amplify.Model.UpdateWebhookResponse).
            Specifying the name of a property of type Amazon.Amplify.Model.UpdateWebhookResponse 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.AMP.UpdateAMPWebhookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WebhookId parameter.
            The -PassThru parameter is deprecated, use -Select '^WebhookId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.AMP.UpdateAMPWebhookCmdlet.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>