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.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </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="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPAppListCmdlet">
            <summary>
            Lists existing Amplify Apps.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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.ArtifactType">
            <summary>
            <para>
            <para> Type for an artifact. </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPBranchListCmdlet">
            <summary>
            Lists branches for an Amplify App.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPDomainAssociationListCmdlet">
            <summary>
            List domains with an app<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPJobListCmdlet">
            <summary>
            List Jobs for a branch, part of an Amplify App.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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="T:Amazon.PowerShell.Cmdlets.AMP.GetAMPWebhookListCmdlet">
            <summary>
            List webhooks with an app.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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. Optionally,
            deliver the logs to a given S3 bucket.
            </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.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.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.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.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.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.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.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. </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.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.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.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.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.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.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.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.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.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.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.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.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.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.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.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.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. </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.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.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>