AWS.Tools.CodeGuruReviewer.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CodeGuruReviewer</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewCmdlet">
            <summary>
            Returns the metadata associated with the code review along with its status.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewCmdlet.CodeReviewArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html"><code>CodeReview</code></a> object. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CodeReview'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.DescribeCodeReviewResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.DescribeCodeReviewResponse 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.CGR.GetCGRCodeReviewCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeReviewArn parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeReviewArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet">
            <summary>
            Lists all the code reviews that the customer has created in the past 90 days.<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.CGR.GetCGRCodeReviewListCmdlet.ProviderType">
            <summary>
            <para>
            <para> List of provider types for filtering that needs to be applied before displaying the
            result. For example, <code>providerTypes=[GitHub]</code> lists code reviews from GitHub.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet.RepositoryName">
            <summary>
            <para>
            <para> List of repository names for filtering that needs to be applied before displaying
            the result. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet.State">
            <summary>
            <para>
            <para> List of states for filtering that needs to be applied before displaying the result.
            For example, <code>states=[Pending]</code> lists code reviews in the Pending state.
            </para><para>The valid code review states are:</para><ul><li><para><code>Completed</code>: The code review is complete. </para></li><li><para><code>Pending</code>: The code review started and has not completed or failed. </para></li><li><para><code>Failed</code>: The code review failed. </para></li><li><para><code>Deleting</code>: The code review is being deleted. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet.Type">
            <summary>
            <para>
            <para> The type of code reviews to list in the response. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of results that are returned per call. The default is 100. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet.NextToken">
            <summary>
            <para>
            <para> If nextToken is returned, there are more results available. The value of nextToken
            is a unique pagination token for each page. Make the call again using the returned
            token to retrieve the next page. Keep all other arguments unchanged. </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.CGR.GetCGRCodeReviewListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CodeReviewSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.ListCodeReviewsResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.ListCodeReviewsResponse 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.CGR.GetCGRCodeReviewListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRCodeReviewListCmdlet.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.CGR.GetCGRRecommendationFeedbackCmdlet">
            <summary>
            Describes the customer feedback for a CodeGuru Reviewer recommendation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackCmdlet.CodeReviewArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html"><code>CodeReview</code></a> object. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackCmdlet.RecommendationId">
            <summary>
            <para>
            <para> The recommendation ID that can be used to track the provided recommendations and
            then to collect the feedback. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackCmdlet.UserId">
            <summary>
            <para>
            <para> Optional parameter to describe the feedback for a given user. If this is not supplied,
            it defaults to the user making the request. </para><para> The <code>UserId</code> is an IAM principal that can be specified as an AWS account
            ID or an Amazon Resource Name (ARN). For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying">
            Specifying a Principal</a> in the <i>AWS Identity and Access Management User Guide</i>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RecommendationFeedback'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.DescribeRecommendationFeedbackResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.DescribeRecommendationFeedbackResponse 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.CGR.GetCGRRecommendationFeedbackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^RecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackListCmdlet">
            <summary>
            Returns a list of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RecommendationFeedbackSummary.html"><code>RecommendationFeedbackSummary</code></a> objects that contain customer recommendation
            feedback for all CodeGuru Reviewer users.<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.CGR.GetCGRRecommendationFeedbackListCmdlet.CodeReviewArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html"><code>CodeReview</code></a> object. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackListCmdlet.RecommendationId">
            <summary>
            <para>
            <para> Used to query the recommendation feedback for a given recommendation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackListCmdlet.UserId">
            <summary>
            <para>
            <para> An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the
            recommendation feedback for a code review from that user. </para><para> The <code>UserId</code> is an IAM principal that can be specified as an AWS account
            ID or an Amazon Resource Name (ARN). For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying">
            Specifying a Principal</a> in the <i>AWS Identity and Access Management User Guide</i>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of results that are returned per call. The default is 100. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackListCmdlet.NextToken">
            <summary>
            <para>
            <para> If <code>nextToken</code> is returned, there are more results available. The value
            of nextToken is a unique pagination token for each page. Make the call again using
            the returned token to retrieve the next page. Keep all other arguments unchanged.
            </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.CGR.GetCGRRecommendationFeedbackListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RecommendationFeedbackSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.ListRecommendationFeedbackResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.ListRecommendationFeedbackResponse 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.CGR.GetCGRRecommendationFeedbackListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeReviewArn parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeReviewArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationFeedbackListCmdlet.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.CGR.GetCGRRecommendationListCmdlet">
            <summary>
            Returns the list of all recommendations for a completed code review.<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.CGR.GetCGRRecommendationListCmdlet.CodeReviewArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html"><code>CodeReview</code></a> object. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of results that are returned per call. The default is 100. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para> Pagination token. </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.CGR.GetCGRRecommendationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RecommendationSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.ListRecommendationsResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.ListRecommendationsResponse 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.CGR.GetCGRRecommendationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeReviewArn parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeReviewArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRecommendationListCmdlet.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.CGR.GetCGRRepositoryAssociationCmdlet">
            <summary>
            Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html"><code>RepositoryAssociation</code></a> object that contains information about the
            requested repository association.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationCmdlet.AssociationArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html"><code>RepositoryAssociation</code></a> object. You can retrieve this ARN by calling
            <code>ListRepositories</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RepositoryAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.DescribeRepositoryAssociationResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.DescribeRepositoryAssociationResponse 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.CGR.GetCGRRepositoryAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssociationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssociationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationListCmdlet">
            <summary>
            Returns a list of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html"><code>RepositoryAssociationSummary</code></a> objects that contain summary information
            about a repository association. You can filter the returned list by <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-ProviderType"><code>ProviderType</code></a>, <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-Name"><code>Name</code></a>, <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-State"><code>State</code></a>, and <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-Owner"><code>Owner</code></a>.<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.CGR.GetCGRRepositoryAssociationListCmdlet.Name">
            <summary>
            <para>
            <para>List of repository names to use as a filter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationListCmdlet.Owner">
            <summary>
            <para>
            <para>List of owners to use as a filter. For AWS CodeCommit, it is the name of the CodeCommit
            account that was used to associate the repository. For other repository source providers,
            such as Bitbucket and GitHub Enterprise Server, this is name of the account that was
            used to associate the repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationListCmdlet.ProviderType">
            <summary>
            <para>
            <para>List of provider types to use as a filter.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationListCmdlet.State">
            <summary>
            <para>
            <para>List of repository association states to use as a filter.</para><para>The valid repository association states are:</para><ul><li><para><b>Associated</b>: The repository association is complete. </para></li><li><para><b>Associating</b>: CodeGuru Reviewer is: </para><ul><li><para> Setting up pull request notifications. This is required for pull requests to trigger
            a CodeGuru Reviewer review. </para><note><para> If your repository <code>ProviderType</code> is <code>GitHub</code>, <code>GitHub
            Enterprise Server</code>, or <code>Bitbucket</code>, CodeGuru Reviewer creates webhooks
            in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks,
            reviews of code in your repository cannot be triggered. </para></note></li><li><para> Setting up source code access. This is required for CodeGuru Reviewer to securely
            clone code in your repository. </para></li></ul></li><li><para><b>Failed</b>: The repository failed to associate or disassociate. </para></li><li><para><b>Disassociating</b>: CodeGuru Reviewer is removing the repository's pull request
            notifications and source code access. </para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of repository association results returned by <code>ListRepositoryAssociations</code>
            in paginated output. When this parameter is used, <code>ListRepositoryAssociations</code>
            only returns <code>maxResults</code> results in a single page with a <code>nextToken</code>
            response element. The remaining results of the initial request can be seen by sending
            another <code>ListRepositoryAssociations</code> request with the returned <code>nextToken</code>
            value. This value can be between 1 and 100. If this parameter is not used, <code>ListRepositoryAssociations</code>
            returns up to 100 results and a <code>nextToken</code> value if applicable. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.GetCGRRepositoryAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The <code>nextToken</code> value returned from a previous paginated <code>ListRepositoryAssociations</code>
            request where <code>maxResults</code> was used and the results exceeded the value
            of that parameter. Pagination continues from the end of the previous results that
            returned the <code>nextToken</code> value. </para><note><para>Treat this token as an opaque identifier that is only used to retrieve the next items
            in a list and not for other programmatic purposes.</para></note>
            </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.CGR.GetCGRRepositoryAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RepositoryAssociationSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.ListRepositoryAssociationsResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.ListRepositoryAssociationsResponse 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.CGR.GetCGRRepositoryAssociationListCmdlet.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.CGR.NewCGRCodeReviewCmdlet">
            <summary>
            Use to create a code review for a repository analysis.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.NewCGRCodeReviewCmdlet.RepositoryHead_BranchName">
            <summary>
            <para>
            <para> The name of the branch in an associated repository. The <code>RepositoryHeadSourceCodeType</code>
            specifies the tip of this branch. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.NewCGRCodeReviewCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para> Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate
            code reviews if there are failures and retries. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.NewCGRCodeReviewCmdlet.Name">
            <summary>
            <para>
            <para> The name of the code review. Each code review of the same code review type must have
            a unique name in your AWS account. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.NewCGRCodeReviewCmdlet.RepositoryAssociationArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html"><code>RepositoryAssociation</code></a> object. You can retrieve this ARN by calling
            <code>ListRepositories</code>. </para><para> A code review can only be created on an associated repository. This is the ARN of
            the associated repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.NewCGRCodeReviewCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CodeReview'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.CreateCodeReviewResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.CreateCodeReviewResponse 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.CGR.NewCGRCodeReviewCmdlet.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.CGR.NewCGRCodeReviewCmdlet.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.CGR.RegisterCGRRepositoryCmdlet">
            <summary>
            Use to associate an AWS CodeCommit repository or a repostory managed by AWS CodeStar
            Connections with Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru
            Reviewer reviews source code changes in the repository's pull requests and provides
            automatic recommendations. You can view recommendations using the CodeGuru Reviewer
            console. For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/recommendations.html">Recommendations
            in Amazon CodeGuru Reviewer</a> in the <i>Amazon CodeGuru Reviewer User Guide.</i><para>
            If you associate a CodeCommit repository, it must be in the same AWS Region and AWS
            account where its CodeGuru Reviewer code reviews are configured.
            </para><para>
            Bitbucket and GitHub Enterprise Server repositories are managed by AWS CodeStar Connections
            to connect to CodeGuru Reviewer. For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/reviewer-ug/step-one.html#select-repository-source-provider">Connect
            to a repository source provider</a> in the <i>Amazon CodeGuru Reviewer User Guide.</i></para><note><para>
             You cannot use the CodeGuru Reviewer SDK or the AWS CLI to associate a GitHub repository
            with Amazon CodeGuru Reviewer. To associate a GitHub repository, use the console.
            For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/getting-started-with-guru.html">Getting
            started with CodeGuru Reviewer</a> in the <i>CodeGuru Reviewer User Guide.</i></para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate
            repository associations if there are failures and retries. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.Bitbucket_ConnectionArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format
            is <code>arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id</code>.
            For more information, see <a href="https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_Connection.html"><code>Connection</code></a> in the <i>AWS CodeStar Connections API Reference</i>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.GitHubEnterpriseServer_ConnectionArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format
            is <code>arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id</code>.
            For more information, see <a href="https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_Connection.html"><code>Connection</code></a> in the <i>AWS CodeStar Connections API Reference</i>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.Bitbucket_Name">
            <summary>
            <para>
            <para> The name of the third party source repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.CodeCommit_Name">
            <summary>
            <para>
            <para>The name of the AWS CodeCommit repository. For more information, see <a href="https://docs.aws.amazon.com/codecommit/latest/APIReference/API_GetRepository.html#CodeCommit-GetRepository-request-repositoryName">repositoryName</a>
            in the <i>AWS CodeCommit API Reference</i>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.GitHubEnterpriseServer_Name">
            <summary>
            <para>
            <para> The name of the third party source repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.Bitbucket_Owner">
            <summary>
            <para>
            <para> The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository,
            this is the username for the account that owns the repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.GitHubEnterpriseServer_Owner">
            <summary>
            <para>
            <para> The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository,
            this is the username for the account that owns the repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RepositoryAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.AssociateRepositoryResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.AssociateRepositoryResponse 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.CGR.RegisterCGRRepositoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CodeCommit_Name parameter.
            The -PassThru parameter is deprecated, use -Select '^CodeCommit_Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.RegisterCGRRepositoryCmdlet.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.CGR.UnregisterCGRRepositoryCmdlet">
            <summary>
            Removes the association between Amazon CodeGuru Reviewer and a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.UnregisterCGRRepositoryCmdlet.AssociationArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html"><code>RepositoryAssociation</code></a> object. You can retrieve this ARN by calling
            <code>ListRepositories</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.UnregisterCGRRepositoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RepositoryAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeGuruReviewer.Model.DisassociateRepositoryResponse).
            Specifying the name of a property of type Amazon.CodeGuruReviewer.Model.DisassociateRepositoryResponse 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.CGR.UnregisterCGRRepositoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AssociationArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AssociationArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.UnregisterCGRRepositoryCmdlet.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.CGR.WriteCGRRecommendationFeedbackCmdlet">
            <summary>
            Stores customer feedback for a CodeGuru Reviewer recommendation. When this API is
            called again with different reactions the previous feedback is overwritten.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.WriteCGRRecommendationFeedbackCmdlet.CodeReviewArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html"><code>CodeReview</code></a> object. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.WriteCGRRecommendationFeedbackCmdlet.Reaction">
            <summary>
            <para>
            <para> List for storing reactions. Reactions are utf-8 text code for emojis. If you send
            an empty list it clears all your feedback. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.WriteCGRRecommendationFeedbackCmdlet.RecommendationId">
            <summary>
            <para>
            <para> The recommendation ID that can be used to track the provided recommendations and
            then to collect the feedback. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.WriteCGRRecommendationFeedbackCmdlet.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.CodeGuruReviewer.Model.PutRecommendationFeedbackResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.WriteCGRRecommendationFeedbackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RecommendationId parameter.
            The -PassThru parameter is deprecated, use -Select '^RecommendationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CGR.WriteCGRRecommendationFeedbackCmdlet.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>