AWS.Tools.CodeCommit.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CodeCommit</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.AddCCResourceTagCmdlet">
            <summary>
            Adds or updates tags for a resource in AWS CodeCommit. For a list of valid resources
            in AWS CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit
            Resources and Operations</a> in the AWS CodeCommit User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.AddCCResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to which you want to add or update
            tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.AddCCResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The key-value pair to use when tagging this repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.AddCCResourceTagCmdlet.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.CC.AddCCResourceTagCmdlet.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.CC.GetCCBlobCmdlet">
            <summary>
            Returns the base-64 encoded content of an individual blob within a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCBlobCmdlet.BlobId">
            <summary>
            <para>
            <para>The ID of the blob, which is its SHA-1 pointer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCBlobCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the blob.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCBranchCmdlet">
            <summary>
            Returns information about a repository branch, including its name and the last commit
            ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCBranchCmdlet.BranchName">
            <summary>
            <para>
            <para>The name of the branch for which you want to retrieve information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCBranchCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the branch for which you want to retrieve
            information.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCBranchListCmdlet">
            <summary>
            Gets information about one or more branches in a repository.<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.CC.GetCCBranchListCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the branches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCBranchListCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that allows the operation to batch the results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.GetCCCommentCmdlet">
            <summary>
            Returns the content of a comment made on a change, file, or commit in a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentCmdlet.CommentId">
            <summary>
            <para>
            <para>The unique, system-generated ID of the comment. To get this ID, use <a>GetCommentsForComparedCommit</a>
            or <a>GetCommentsForPullRequest</a>.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForComparedCommitCmdlet">
            <summary>
            Returns information about comments made on the comparison between two commits.<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.CC.GetCCCommentsForComparedCommitCmdlet.AfterCommitId">
            <summary>
            <para>
            <para>To establish the directionality of the comparison, the full commit ID of the 'after'
            commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForComparedCommitCmdlet.BeforeCommitId">
            <summary>
            <para>
            <para>To establish the directionality of the comparison, the full commit ID of the 'before'
            commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForComparedCommitCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to compare commits.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForComparedCommitCmdlet.MaxResult">
            <summary>
            <para>
            <para>A non-negative integer used to limit the number of returned results. The default is
            100 comments, and is configurable up to 500.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForComparedCommitCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results. </para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.GetCCCommentsForPullRequestCmdlet">
            <summary>
            Returns comments made on a pull request.<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.CC.GetCCCommentsForPullRequestCmdlet.AfterCommitId">
            <summary>
            <para>
            <para>The full commit ID of the commit in the source branch that was the tip of the branch
            at the time the comment was made.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForPullRequestCmdlet.BeforeCommitId">
            <summary>
            <para>
            <para>The full commit ID of the commit in the destination branch that was the tip of the
            branch at the time the pull request was created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForPullRequestCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForPullRequestCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the pull request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForPullRequestCmdlet.MaxResult">
            <summary>
            <para>
            <para>A non-negative integer used to limit the number of returned results. The default is
            100 comments. You can return up to 500 comments with a single request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommentsForPullRequestCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.GetCCCommitCmdlet">
            <summary>
            Returns information about a commit, including commit message and committer information.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommitCmdlet.CommitId">
            <summary>
            <para>
            <para>The commit ID. Commit IDs are the full SHA of the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCCommitCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository to which the commit was made.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet">
            <summary>
            Returns information about the differences in a valid commit specifier (such as a branch,
            tag, HEAD, commit ID or other fully qualified reference). Results can be limited to
            a specified path.<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.CC.GetCCDifferenceListCmdlet.AfterCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet.AfterPath">
            <summary>
            <para>
            <para>The file path in which to check differences. Limits the results to this path. Can
            also be used to specify the changed name of a directory or folder, if it has changed.
            If not specified, differences will be shown for all paths.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet.BeforeCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, the full commit ID. Optional. If not specified, all changes prior to
            the <code>afterCommitSpecifier</code> value will be shown. If you do not use <code>beforeCommitSpecifier</code>
            in your request, consider limiting the results with <code>maxResults</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet.BeforePath">
            <summary>
            <para>
            <para>The file path in which to check for differences. Limits the results to this path.
            Can also be used to specify the previous name of a directory or folder. If <code>beforePath</code>
            and <code>afterPath</code> are not specified, differences will be shown for all paths.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to get differences.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>A non-negative integer used to limit the number of returned results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCDifferenceListCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.GetCCFileCmdlet">
            <summary>
            Returns the base-64 encoded contents of a specified file and its metadata.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileCmdlet.CommitSpecifier">
            <summary>
            <para>
            <para>The fully-quaified reference that identifies the commit that contains the file. For
            example, you could specify a full commit ID, a tag, a branch name, or a reference
            such as refs/heads/master. If none is provided, then the head commit will be used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileCmdlet.FilePath">
            <summary>
            <para>
            <para>The fully-qualified path to the file, including the full name and extension of the
            file. For example, /examples/file.md is the fully-qualified path to a file named file.md
            in a folder named examples.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the file.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet">
            <summary>
            Returns information about one or more merge conflicts in the attempted merge of two
            commit specifiers using the squash or three-way merge strategy. If the merge option
            for the attempted merge is specified as FAST_FORWARD_MERGE, an exception will be thrown.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.FilePath">
            <summary>
            <para>
            <para>The path of the target files used to describe the conflicts. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.MaxMergeHunk">
            <summary>
            <para>
            <para>The maximum number of merge hunks to include in the output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.MergeOption">
            <summary>
            <para>
            <para>The merge option or strategy you want to use to merge the code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to get information about a merge conflict.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet">
            <summary>
            Returns information about one or more merge conflicts in the attempted merge of two
            commit specifiers using the squash or three-way merge strategy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.FilePath">
            <summary>
            <para>
            <para>The path of the target files used to describe the conflicts. If not specified, the
            default is all conflict files.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.MaxConflictFile">
            <summary>
            <para>
            <para>The maximum number of files to include in the output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.MaxMergeHunk">
            <summary>
            <para>
            <para>The maximum number of merge hunks to include in the output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.MergeOption">
            <summary>
            <para>
            <para>The merge option or strategy you want to use to merge the code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the merge conflicts you want to review.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFileMergeConflictBatchCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCFolderCmdlet">
            <summary>
            Returns the contents of a specified folder in a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFolderCmdlet.CommitSpecifier">
            <summary>
            <para>
            <para>A fully-qualified reference used to identify a commit that contains the version of
            the folder's content to return. A fully-qualified reference can be a commit ID, branch
            name, tag, or reference such as HEAD. If no specifier is provided, the folder content
            will be returned as it exists in the HEAD commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFolderCmdlet.FolderPath">
            <summary>
            <para>
            <para>The fully-qualified path to the folder whose contents will be returned, including
            the folder name. For example, /examples is a fully-qualified path to a folder named
            examples that was created off of the root directory (/) of a repository. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCFolderCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCMergeCommitCmdlet">
            <summary>
            Returns information about a specified merge commit.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeCommitCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeCommitCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeCommitCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeCommitCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the merge commit about which you want to
            get information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeCommitCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet">
            <summary>
            Returns information about merge conflicts between the before and after commit IDs
            for a pull request in a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.MaxConflictFile">
            <summary>
            <para>
            <para>The maximum number of files to include in the output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.MergeOption">
            <summary>
            <para>
            <para>The merge option or strategy you want to use to merge the code. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where the pull request was created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeConflictCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCMergeOptionCmdlet">
            <summary>
            Returns information about the merge options available for merging two specified branches.
            For details about why a particular merge option is not available, use GetMergeConflicts
            or DescribeMergeConflicts.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeOptionCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeOptionCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeOptionCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeOptionCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the commits about which you want to get merge
            options.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCMergeOptionCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestCmdlet">
            <summary>
            Gets information about a pull request in a specified repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestEventCmdlet">
            <summary>
            Returns information about one or more pull request events.<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.CC.GetCCPullRequestEventCmdlet.ActorArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples
            include updating the pull request with additional commits or changing the status of
            a pull request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestEventCmdlet.PullRequestEventType">
            <summary>
            <para>
            <para>Optional. The pull request event type about which you want to return information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestEventCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestEventCmdlet.MaxResult">
            <summary>
            <para>
            <para>A non-negative integer used to limit the number of returned results. The default is
            100 events, which is also the maximum number of events that can be returned in a result.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestEventCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.GetCCPullRequestListCmdlet">
            <summary>
            Returns a list of pull requests for a specified repository. The return list can be
            refined by pull request status or pull request author ARN.<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.CC.GetCCPullRequestListCmdlet.AuthorArn">
            <summary>
            <para>
            <para>Optional. The Amazon Resource Name (ARN) of the user who created the pull request.
            If used, this filters the results to pull requests created by that user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestListCmdlet.PullRequestStatus">
            <summary>
            <para>
            <para>Optional. The status of the pull request. If used, this refines the results to the
            pull requests that match the specified status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestListCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository for which you want to list pull requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestListCmdlet.MaxResult">
            <summary>
            <para>
            <para>A non-negative integer used to limit the number of returned results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCPullRequestListCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.GetCCRepositoryCmdlet">
            <summary>
            Returns information about a repository.
             
             <note><para>
            The description field for a repository accepts all HTML characters and all valid Unicode
            characters. Applications that do not HTML-encode the description and display it in
            a web page could expose users to potentially malicious code. Make sure that you HTML-encode
            the description field in any application that uses this API to display the repository
            description on a web page.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository to get information about.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryBatchCmdlet">
            <summary>
            Returns information about one or more repositories.
             
             <note><para>
            The description field for a repository accepts all HTML characters and all valid Unicode
            characters. Applications that do not HTML-encode the description and display it in
            a web page could expose users to potentially malicious code. Make sure that you HTML-encode
            the description field in any application that uses this API to display the repository
            description on a web page.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryBatchCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The names of the repositories to get information about.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryListCmdlet">
            <summary>
            Gets information about one or more repositories.<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.CC.GetCCRepositoryListCmdlet.Order">
            <summary>
            <para>
            <para>The order in which to sort the results of a list repositories operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryListCmdlet.SortBy">
            <summary>
            <para>
            <para>The criteria used to sort the results of a list repositories operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryListCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that allows the operation to batch the results of the operation.
            Batch sizes are 1,000 for list repository operations. When the client sends the token
            back to AWS CodeCommit, another page of 1,000 records is retrieved.</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.CC.GetCCRepositoryTriggerCmdlet">
            <summary>
            Gets information about triggers configured for a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCRepositoryTriggerCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository for which the trigger is configured.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.GetCCResourceTagCmdlet">
            <summary>
            Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS
            CodeCommit. For a list of valid resources in AWS CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit
            Resources and Operations</a> in the AWS CodeCommit User Guide.<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.CC.GetCCResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource for which you want to get information
            about tags, if any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.GetCCResourceTagCmdlet.NextToken">
            <summary>
            <para>
            <para>An enumeration token that when provided in a request, returns the next batch of the
            results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>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.CC.MergeCCBranchesByFastForwardCmdlet">
            <summary>
            Merges two branches using the fast-forward merge strategy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByFastForwardCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByFastForwardCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to merge two branches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByFastForwardCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByFastForwardCmdlet.TargetBranch">
            <summary>
            <para>
            <para>The branch where the merge will be applied.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByFastForwardCmdlet.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.CC.MergeCCBranchesBySquashCmdlet">
            <summary>
            Merges two branches using the squash merge strategy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.AuthorName">
            <summary>
            <para>
            <para>The name of the author who created the commit. This information will be used as both
            the author and committer for the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.ConflictResolution_DeleteFile">
            <summary>
            <para>
            <para>Files that will be deleted as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.Email">
            <summary>
            <para>
            <para>The email address of the person merging the branches. This information will be used
            in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>If the commit contains deletions, whether to keep a folder or folder structure if
            the changes leave the folders empty. If this is specified as true, a .gitkeep file
            will be created for empty folders. The default is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.ConflictResolution_ReplaceContent">
            <summary>
            <para>
            <para>Files that will have content replaced as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to merge two branches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.ConflictResolution_SetFileMode">
            <summary>
            <para>
            <para>File modes that will be set as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.TargetBranch">
            <summary>
            <para>
            <para>The branch where the merge will be applied. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesBySquashCmdlet.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.CC.MergeCCBranchesByThreeWayCmdlet">
            <summary>
            Merges two specified branches using the three-way merge strategy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.AuthorName">
            <summary>
            <para>
            <para>The name of the author who created the commit. This information will be used as both
            the author and committer for the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message to include in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.ConflictResolution_DeleteFile">
            <summary>
            <para>
            <para>Files that will be deleted as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.Email">
            <summary>
            <para>
            <para>The email address of the person merging the branches. This information will be used
            in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>If the commit contains deletions, whether to keep a folder or folder structure if
            the changes leave the folders empty. If this is specified as true, a .gitkeep file
            will be created for empty folders. The default is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.ConflictResolution_ReplaceContent">
            <summary>
            <para>
            <para>Files that will have content replaced as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to merge two branches.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.ConflictResolution_SetFileMode">
            <summary>
            <para>
            <para>File modes that will be set as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.TargetBranch">
            <summary>
            <para>
            <para>The branch where the merge will be applied. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCBranchesByThreeWayCmdlet.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.CC.MergeCCPullRequestByFastForwardCmdlet">
            <summary>
            Attempts to merge the source commit of a pull request into the specified destination
            branch for that pull request at the specified commit using the fast-forward merge
            strategy. If the merge is successful, it closes the pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByFastForwardCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByFastForwardCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where the pull request was created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByFastForwardCmdlet.SourceCommitId">
            <summary>
            <para>
            <para>The full commit ID of the original or updated commit in the pull request source branch.
            Pass this value if you want an exception thrown if the current commit ID of the tip
            of the source branch does not match this commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByFastForwardCmdlet.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.CC.MergeCCPullRequestBySquashCmdlet">
            <summary>
            Attempts to merge the source commit of a pull request into the specified destination
            branch for that pull request at the specified commit using the squash merge strategy.
            If the merge is successful, it closes the pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.AuthorName">
            <summary>
            <para>
            <para>The name of the author who created the commit. This information will be used as both
            the author and committer for the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message to include in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.ConflictResolution_DeleteFile">
            <summary>
            <para>
            <para>Files that will be deleted as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.Email">
            <summary>
            <para>
            <para>The email address of the person merging the branches. This information will be used
            in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>If the commit contains deletions, whether to keep a folder or folder structure if
            the changes leave the folders empty. If this is specified as true, a .gitkeep file
            will be created for empty folders. The default is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.ConflictResolution_ReplaceContent">
            <summary>
            <para>
            <para>Files that will have content replaced as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where the pull request was created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.ConflictResolution_SetFileMode">
            <summary>
            <para>
            <para>File modes that will be set as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.SourceCommitId">
            <summary>
            <para>
            <para>The full commit ID of the original or updated commit in the pull request source branch.
            Pass this value if you want an exception thrown if the current commit ID of the tip
            of the source branch does not match this commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestBySquashCmdlet.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.CC.MergeCCPullRequestByThreeWayCmdlet">
            <summary>
            Attempts to merge the source commit of a pull request into the specified destination
            branch for that pull request at the specified commit using the three-way merge strategy.
            If the merge is successful, it closes the pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.AuthorName">
            <summary>
            <para>
            <para>The name of the author who created the commit. This information will be used as both
            the author and committer for the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message to include in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.ConflictResolution_DeleteFile">
            <summary>
            <para>
            <para>Files that will be deleted as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.Email">
            <summary>
            <para>
            <para>The email address of the person merging the branches. This information will be used
            in the commit information for the merge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>If the commit contains deletions, whether to keep a folder or folder structure if
            the changes leave the folders empty. If this is specified as true, a .gitkeep file
            will be created for empty folders. The default is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.ConflictResolution_ReplaceContent">
            <summary>
            <para>
            <para>Files that will have content replaced as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where the pull request was created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.ConflictResolution_SetFileMode">
            <summary>
            <para>
            <para>File modes that will be set as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.SourceCommitId">
            <summary>
            <para>
            <para>The full commit ID of the original or updated commit in the pull request source branch.
            Pass this value if you want an exception thrown if the current commit ID of the tip
            of the source branch does not match this commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.MergeCCPullRequestByThreeWayCmdlet.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.CC.NewCCBranchCmdlet">
            <summary>
            Creates a new branch in a repository and points the branch to a commit.
             
             <note><para>
            Calling the create branch operation does not set a repository's default branch. To
            do this, call the update default branch operation.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCBranchCmdlet.BranchName">
            <summary>
            <para>
            <para>The name of the new branch to create.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCBranchCmdlet.CommitId">
            <summary>
            <para>
            <para>The ID of the commit to point the new branch to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCBranchCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository in which you want to create the new branch.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCBranchCmdlet.PassThru">
            <summary>
            Returns the value passed to the RepositoryName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCBranchCmdlet.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.CC.NewCCCommitCmdlet">
            <summary>
            Creates a commit for a repository on the tip of a specified branch.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.AuthorName">
            <summary>
            <para>
            <para>The name of the author who created the commit. This information will be used as both
            the author and committer for the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.BranchName">
            <summary>
            <para>
            <para>The name of the branch where you will create the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message you want to include as part of creating the commit. Commit messages
            are limited to 256 KB. If no message is specified, a default message will be used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.DeleteFile">
            <summary>
            <para>
            <para>The files to delete in this commit. These files will still exist in prior commits.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.Email">
            <summary>
            <para>
            <para>The email address of the person who created the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>If the commit contains deletions, whether to keep a folder or folder structure if
            the changes leave the folders empty. If this is specified as true, a .gitkeep file
            will be created for empty folders. The default is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.ParentCommitId">
            <summary>
            <para>
            <para>The ID of the commit that is the parent of the commit you will create. If this is
            an empty repository, this is not required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.PutFile">
            <summary>
            <para>
            <para>The files to add or update in this commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you will create the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.SetFileMode">
            <summary>
            <para>
            <para>The file modes to update for files in this commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCCommitCmdlet.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.CC.NewCCPullRequestCmdlet">
            <summary>
            Creates a pull request in the specified repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCPullRequestCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, client-generated idempotency token that when provided in a request, ensures
            the request cannot be repeated with a changed parameter. If a request is received
            with the same parameters and a token is included, the request will return information
            about the initial request that used that token.</para><note><para>The AWS SDKs prepopulate client request tokens. If using an AWS SDK, you do not have
            to generate an idempotency token, as this will be done for you.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCPullRequestCmdlet.Description">
            <summary>
            <para>
            <para>A description of the pull request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCPullRequestCmdlet.Target">
            <summary>
            <para>
            <para>The targets for the pull request, including the source of the code to be reviewed
            (the source branch), and the destination where the creator of the pull request intends
            the code to be merged after the pull request is closed (the destination branch).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCPullRequestCmdlet.Title">
            <summary>
            <para>
            <para>The title of the pull request. This title will be used to identify the pull request
            to other users in the repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCPullRequestCmdlet.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.CC.NewCCRepositoryCmdlet">
            <summary>
            Creates a new, empty repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCRepositoryCmdlet.RepositoryDescription">
            <summary>
            <para>
            <para>A comment or description about the new repository.</para><note><para>The description field for a repository accepts all HTML characters and all valid Unicode
            characters. Applications that do not HTML-encode the description and display it in
            a web page could expose users to potentially malicious code. Make sure that you HTML-encode
            the description field in any application that uses this API to display the repository
            description on a web page.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCRepositoryCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the new repository to be created.</para><note><para>The repository name must be unique across the calling AWS account. In addition, repository
            names are limited to 100 alphanumeric, dash, and underscore characters, and cannot
            include certain characters. For a full description of the limits on repository names,
            see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Limits</a>
            in the AWS CodeCommit User Guide. The suffix ".git" is prohibited.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCRepositoryCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tag key-value pairs to use when tagging this repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCRepositoryCmdlet.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.CC.NewCCUnreferencedMergeCommitCmdlet">
            <summary>
            Creates an unreferenced commit that represents the result of merging two branches
            using a specified merge strategy. This can help you determine the outcome of a potential
            merge. This API cannot be used with the fast-forward merge strategy, as that strategy
            does not create a merge commit.
             
             <note><para>
            This unreferenced merge commit can only be accessed using the GetCommit API or through
            git commands such as git fetch. To retrieve this commit, you must specify its commit
            ID or otherwise reference it.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.AuthorName">
            <summary>
            <para>
            <para>The name of the author who created the unreferenced commit. This information will
            be used as both the author and committer for the commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message for the unreferenced commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.ConflictDetailLevel">
            <summary>
            <para>
            <para>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,
            which will return a not mergeable result if the same file has differences in both
            branches. If LINE_LEVEL is specified, a conflict will be considered not mergeable
            if the same file in both branches has differences on the same line.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.ConflictResolutionStrategy">
            <summary>
            <para>
            <para>Specifies which branch to use when resolving conflicts, or whether to attempt automatically
            merging two versions of a file. The default is NONE, which requires any conflicts
            to be resolved manually before the merge operation will be successful.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.ConflictResolution_DeleteFile">
            <summary>
            <para>
            <para>Files that will be deleted as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.DestinationCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.Email">
            <summary>
            <para>
            <para>The email address for the person who created the unreferenced commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>If the commit contains deletions, whether to keep a folder or folder structure if
            the changes leave the folders empty. If this is specified as true, a .gitkeep file
            will be created for empty folders. The default is false.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.MergeOption">
            <summary>
            <para>
            <para>The merge option or strategy you want to use to merge the code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.ConflictResolution_ReplaceContent">
            <summary>
            <para>
            <para>Files that will have content replaced as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to create the unreferenced merge commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.ConflictResolution_SetFileMode">
            <summary>
            <para>
            <para>File modes that will be set as part of the merge conflict resolution.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.SourceCommitSpecifier">
            <summary>
            <para>
            <para>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
            For example, a branch name or a full commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.NewCCUnreferencedMergeCommitCmdlet.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.CC.RemoveCCBranchCmdlet">
            <summary>
            Deletes a branch from a repository, unless that branch is the default branch for the
            repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCBranchCmdlet.BranchName">
            <summary>
            <para>
            <para>The name of the branch to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCBranchCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the branch to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCBranchCmdlet.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.CC.RemoveCCCommentContentCmdlet">
            <summary>
            Deletes the content of a comment made on a change, file, or commit in a repository.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCCommentContentCmdlet.CommentId">
            <summary>
            <para>
            <para>The unique, system-generated ID of the comment. To get this ID, use <a>GetCommentsForComparedCommit</a>
            or <a>GetCommentsForPullRequest</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCCommentContentCmdlet.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.CC.RemoveCCFileCmdlet">
            <summary>
            Deletes a specified file from a specified branch. A commit is created on the branch
            that contains the revision. The file will still exist in the commits prior to the
            commit that contains the deletion.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.BranchName">
            <summary>
            <para>
            <para>The name of the branch where the commit will be made deleting the file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.CommitMessage">
            <summary>
            <para>
            <para>The commit message you want to include as part of deleting the file. Commit messages
            are limited to 256 KB. If no message is specified, a default message will be used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.Email">
            <summary>
            <para>
            <para>The email address for the commit that deletes the file. If no email address is specified,
            the email address will be left blank.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.FilePath">
            <summary>
            <para>
            <para>The fully-qualified path to the file that will be deleted, including the full name
            and extension of that file. For example, /examples/file.md is a fully qualified path
            to a file named file.md in a folder named examples.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.KeepEmptyFolder">
            <summary>
            <para>
            <para>Specifies whether to delete the folder or directory that contains the file you want
            to delete if that file is the only object in the folder or directory. By default,
            empty folders will be deleted. This includes empty folders that are part of the directory
            structure. For example, if the path to a file is dir1/dir2/dir3/dir4, and dir2 and
            dir3 are empty, deleting the last file in dir4 will also delete the empty folders
            dir4, dir3, and dir2.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the author of the commit that deletes the file. If no name is specified,
            the user's ARN will be used as the author name and committer name.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.ParentCommitId">
            <summary>
            <para>
            <para>The ID of the commit that is the tip of the branch where you want to create the commit
            that will delete the file. This must be the HEAD commit for the branch. The commit
            that deletes the file will be created from this commit ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository that contains the file to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCFileCmdlet.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.CC.RemoveCCRepositoryCmdlet">
            <summary>
            Deletes a repository. If a specified repository was already deleted, a null repository
            ID will be returned.
             
             <important><para>
            Deleting a repository also deletes all associated objects and metadata. After a repository
            is deleted, all future push calls to the deleted repository will fail.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCRepositoryCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCRepositoryCmdlet.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.CC.RemoveCCResourceTagCmdlet">
            <summary>
            Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS
            CodeCommit, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats">CodeCommit
            Resources and Operations</a> in the AWS CodeCommit User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to which you want to remove tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag key for each tag that you want to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.RemoveCCResourceTagCmdlet.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.CC.RemoveCCResourceTagCmdlet.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.CC.SendCCCommentForComparedCommitCmdlet">
            <summary>
            Posts a comment on the comparison between two commits.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.AfterCommitId">
            <summary>
            <para>
            <para>To establish the directionality of the comparison, the full commit ID of the 'after'
            commit.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.BeforeCommitId">
            <summary>
            <para>
            <para>To establish the directionality of the comparison, the full commit ID of the 'before'
            commit.</para><note><para>This is required for commenting on any commit unless that commit is the initial commit.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, client-generated idempotency token that when provided in a request, ensures
            the request cannot be repeated with a changed parameter. If a request is received
            with the same parameters and a token is included, the request will return information
            about the initial request that used that token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.Content">
            <summary>
            <para>
            <para>The content of the comment you want to make.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.Location_FilePath">
            <summary>
            <para>
            <para>The name of the file being compared, including its extension and subdirectory, if
            any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.Location_FilePosition">
            <summary>
            <para>
            <para>The position of a change within a compared file, in line number format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.Location_RelativeFileVersion">
            <summary>
            <para>
            <para>In a comparison of commits or a pull request, whether the change is in the 'before'
            or 'after' of that comparison.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to post a comment on the comparison between
            commits.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForComparedCommitCmdlet.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.CC.SendCCCommentForPullRequestCmdlet">
            <summary>
            Posts a comment on a pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.AfterCommitId">
            <summary>
            <para>
            <para>The full commit ID of the commit in the source branch that is the current tip of the
            branch for the pull request when you post the comment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.BeforeCommitId">
            <summary>
            <para>
            <para>The full commit ID of the commit in the destination branch that was the tip of the
            branch at the time the pull request was created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, client-generated idempotency token that when provided in a request, ensures
            the request cannot be repeated with a changed parameter. If a request is received
            with the same parameters and a token is included, the request will return information
            about the initial request that used that token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.Content">
            <summary>
            <para>
            <para>The content of your comment on the change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.Location_FilePath">
            <summary>
            <para>
            <para>The name of the file being compared, including its extension and subdirectory, if
            any.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.Location_FilePosition">
            <summary>
            <para>
            <para>The position of a change within a compared file, in line number format.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.Location_RelativeFileVersion">
            <summary>
            <para>
            <para>In a comparison of commits or a pull request, whether the change is in the 'before'
            or 'after' of that comparison.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to post a comment on a pull request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentForPullRequestCmdlet.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.CC.SendCCCommentReplyCmdlet">
            <summary>
            Posts a comment in reply to an existing comment on a comparison between commits or
            a pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentReplyCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, client-generated idempotency token that when provided in a request, ensures
            the request cannot be repeated with a changed parameter. If a request is received
            with the same parameters and a token is included, the request will return information
            about the initial request that used that token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentReplyCmdlet.Content">
            <summary>
            <para>
            <para>The contents of your reply to a comment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentReplyCmdlet.InReplyTo">
            <summary>
            <para>
            <para>The system-generated ID of the comment to which you want to reply. To get this ID,
            use <a>GetCommentsForComparedCommit</a> or <a>GetCommentsForPullRequest</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SendCCCommentReplyCmdlet.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.CC.SetCCRepositoryTriggerCmdlet">
            <summary>
            Replaces all triggers for a repository. This can be used to create or delete triggers.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SetCCRepositoryTriggerCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to create or update the trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SetCCRepositoryTriggerCmdlet.Trigger">
            <summary>
            <para>
            <para>The JSON block of configuration information for each trigger.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.SetCCRepositoryTriggerCmdlet.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.CC.TestCCRepositoryTriggerCmdlet">
            <summary>
            Tests the functionality of repository triggers by sending information to the trigger
            target. If real data is available in the repository, the test will send data from
            the last commit. If no data is available, sample data will be generated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.TestCCRepositoryTriggerCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository in which to test the triggers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.TestCCRepositoryTriggerCmdlet.Trigger">
            <summary>
            <para>
            <para>The list of triggers to test.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CC.UpdateCCCommentCmdlet">
            <summary>
            Replaces the contents of a comment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCCommentCmdlet.CommentId">
            <summary>
            <para>
            <para>The system-generated ID of the comment you want to update. To get this ID, use <a>GetCommentsForComparedCommit</a>
            or <a>GetCommentsForPullRequest</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCCommentCmdlet.Content">
            <summary>
            <para>
            <para>The updated content with which you want to replace the existing content of the comment.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCCommentCmdlet.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.CC.UpdateCCDefaultBranchCmdlet">
            <summary>
            Sets or changes the default branch name for the specified repository.
             
             <note><para>
            If you use this operation to change the default branch name to the current default
            branch name, a success message is returned even though the default branch did not
            change.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCDefaultBranchCmdlet.DefaultBranchName">
            <summary>
            <para>
            <para>The name of the branch to set as the default.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCDefaultBranchCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository to set or change the default branch for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCDefaultBranchCmdlet.PassThru">
            <summary>
            Returns the value passed to the RepositoryName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCDefaultBranchCmdlet.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.CC.UpdateCCPullRequestDescriptionCmdlet">
            <summary>
            Replaces the contents of the description of a pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestDescriptionCmdlet.Description">
            <summary>
            <para>
            <para>The updated content of the description for the pull request. This content will replace
            the existing description.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestDescriptionCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestDescriptionCmdlet.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.CC.UpdateCCPullRequestStatusCmdlet">
            <summary>
            Updates the status of a pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestStatusCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestStatusCmdlet.PullRequestStatus">
            <summary>
            <para>
            <para>The status of the pull request. The only valid operations are to update the status
            from <code>OPEN</code> to <code>OPEN</code>, <code>OPEN</code> to <code>CLOSED</code>
            or from from <code>CLOSED</code> to <code>CLOSED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestStatusCmdlet.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.CC.UpdateCCPullRequestTitleCmdlet">
            <summary>
            Replaces the title of a pull request.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestTitleCmdlet.PullRequestId">
            <summary>
            <para>
            <para>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestTitleCmdlet.Title">
            <summary>
            <para>
            <para>The updated title of the pull request. This will replace the existing title.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCPullRequestTitleCmdlet.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.CC.UpdateCCRepositoryDescriptionCmdlet">
            <summary>
            Sets or changes the comment or description for a repository.
             
             <note><para>
            The description field for a repository accepts all HTML characters and all valid Unicode
            characters. Applications that do not HTML-encode the description and display it in
            a web page could expose users to potentially malicious code. Make sure that you HTML-encode
            the description field in any application that uses this API to display the repository
            description on a web page.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryDescriptionCmdlet.RepositoryDescription">
            <summary>
            <para>
            <para>The new comment or description for the specified repository. Repository descriptions
            are limited to 1,000 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryDescriptionCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository to set or change the comment or description for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryDescriptionCmdlet.PassThru">
            <summary>
            Returns the value passed to the RepositoryName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryDescriptionCmdlet.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.CC.UpdateCCRepositoryNameCmdlet">
            <summary>
            Renames a repository. The repository name must be unique across the calling AWS account.
            In addition, repository names are limited to 100 alphanumeric, dash, and underscore
            characters, and cannot include certain characters. The suffix ".git" is prohibited.
            For a full description of the limits on repository names, see <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html">Limits</a>
            in the AWS CodeCommit User Guide.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryNameCmdlet.NewName">
            <summary>
            <para>
            <para>The new name for the repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryNameCmdlet.OldName">
            <summary>
            <para>
            <para>The existing name of the repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryNameCmdlet.PassThru">
            <summary>
            Returns the value passed to the OldName parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.UpdateCCRepositoryNameCmdlet.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.CC.WriteCCFileCmdlet">
            <summary>
            Adds or updates a file in a branch in an AWS CodeCommit repository, and generates
            a commit for the addition in the specified branch.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.BranchName">
            <summary>
            <para>
            <para>The name of the branch where you want to add or update the file. If this is an empty
            repository, this branch will be created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.CommitMessage">
            <summary>
            <para>
            <para>A message about why this file was added or updated. While optional, adding a message
            is strongly encouraged in order to provide a more useful commit history for your repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.Email">
            <summary>
            <para>
            <para>An email address for the person adding or updating the file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.FileContent">
            <summary>
            <para>
            <para>The content of the file, in binary object format. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.FileMode">
            <summary>
            <para>
            <para>The file mode permissions of the blob. Valid file mode permissions are listed below.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.FilePath">
            <summary>
            <para>
            <para>The name of the file you want to add or update, including the relative path to the
            file in the repository.</para><note><para>If the path does not currently exist in the repository, the path will be created as
            part of adding the file.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the person adding or updating the file. While optional, adding a name
            is strongly encouraged in order to provide a more useful commit history for your repository.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.ParentCommitId">
            <summary>
            <para>
            <para>The full commit ID of the head commit in the branch where you want to add or update
            the file. If this is an empty repository, no commit ID is required. If this is not
            an empty repository, a commit ID is required. </para><para>The commit ID must match the ID of the head commit at the time of the operation, or
            an error will occur, and the file will not be added or updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.RepositoryName">
            <summary>
            <para>
            <para>The name of the repository where you want to add or update the file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CC.WriteCCFileCmdlet.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>