Soto icon

Soto

CodeCommit

Service object for interacting with AWS CodeCommit service.

public struct CodeCommit: AWSService 
AWS CodeCommit

This is the AWS CodeCommit API Reference. This reference provides descriptions of the operations and data types for AWS CodeCommit API along with usage examples.

You can use the AWS CodeCommit API to work with the following objects:

        <p>Repositories, by calling the following:</p>
      <ul>
        <li>
              <p>
              <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account.</p>
        </li>
        <li>
              <p>
              <a>CreateRepository</a>, which creates an AWS CodeCommit repository.</p>
        </li>
        <li>
              <p>
              <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.</p>
        </li>
        <li>
              <p>
              <a>GetRepository</a>, which returns information about a specified repository.</p>
        </li>
        <li>
              <p>
              <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.</p>
        </li>
        <li>
              <p>
              <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.</p>
          </li>
        <li>
              <p>
              <a>UpdateRepositoryName</a>, which changes the name of the
                repository. If you change the name of a repository, no other users of that
                repository can access it until you send them the new HTTPS or SSH URL to
                use.</p>
        </li>
     </ul>
    
        <p>Branches, by calling the following:</p>
        <ul>
        <li>
                <p>
              <a>CreateBranch</a>, which creates a branch in a specified
                repository.</p>
        </li>
        <li>
                <p>
              <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.</p>
            </li>
        <li>
                <p>
              <a>GetBranch</a>, which returns information about a specified branch.</p>
        </li>
        <li>
                <p>
              <a>ListBranches</a>, which lists all branches for a specified repository.</p>
        </li>
        <li>
                <p>
              <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.</p>
        </li>
     </ul>
    
    <p>Files, by calling the following:</p>
    <ul>
        <li>
           <p>
              <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.</p>
        </li>
        <li>
            <p>
              <a>GetBlob</a>, which returns the base-64 encoded content of an
                individual Git blob object in a repository.</p>
        </li>
        <li>
           <p>
              <a>GetFile</a>, which returns the base-64 encoded content of a specified file.</p>
        </li>
        <li>
           <p>
              <a>GetFolder</a>, which returns the contents of a specified folder or directory.</p>
        </li>
        <li>
           <p>
              <a>PutFile</a>, which adds or modifies a single file in a specified repository and branch.</p>
        </li>
     </ul>
    
    
        <p>Commits, by calling the following:</p>
          <ul>
        <li>
                  <p>
              <a>BatchGetCommits</a>, which returns information about one or more commits in a repository.</p>
              </li>
        <li>
           <p>
              <a>CreateCommit</a>, which creates a commit for changes to a repository.</p>
        </li>
        <li>
                  <p>
              <a>GetCommit</a>, which returns information about  a commit, including commit 
                      messages and author and committer information.</p>
              </li>
        <li>
                  <p>
              <a>GetDifferences</a>, which returns information about the
                differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID,
                or other fully qualified reference).</p>
              </li>
     </ul>
    
    <p>Merges, by calling the following:</p>
    <ul>
        <li>
            <p>
              <a>BatchDescribeMergeConflicts</a>, which returns information about conflicts in a merge between commits in a repository.</p>
        </li>
        <li>
            <p>
              <a>CreateUnreferencedMergeCommit</a>, which creates an unreferenced commit between two branches or commits for the
                purpose of comparing them and identifying any potential conflicts.</p>
        </li>
        <li>
            <p>
              <a>DescribeMergeConflicts</a>, which returns information about merge conflicts between the base, source, and destination versions
                of a file in a potential merge.</p>
        </li>
        <li>
            <p>
              <a>GetMergeCommit</a>, which returns information about the merge between a source and destination commit. </p>
        </li>
        <li>
            <p>
              <a>GetMergeConflicts</a>, which returns information about merge conflicts
                between the source and destination branch in a pull request.</p>
        </li>
        <li>
            <p>
              <a>GetMergeOptions</a>, which returns information about the available merge options between two branches or commit specifiers.</p>
        </li>
        <li>
            <p>
              <a>MergeBranchesByFastForward</a>, which merges two branches using the fast-forward merge option.</p>
        </li>
        <li>
            <p>
              <a>MergeBranchesBySquash</a>, which merges two branches using the squash merge option.</p>
        </li>
        <li>
            <p>
              <a>MergeBranchesByThreeWay</a>, which merges two branches using the three-way merge option.</p>
        </li>
     </ul>
    
    
    <p>Pull requests, by calling the following:</p>
    <ul>
        <li>
            <p>
              <a>CreatePullRequest</a>, which creates a pull request in a specified repository.</p>
        </li>
        <li>
           <p>
              <a>CreatePullRequestApprovalRule</a>, which creates an approval rule for a specified pull request.</p>
        </li>
        <li>
           <p>
              <a>DeletePullRequestApprovalRule</a>, which deletes an approval rule for a specified pull request.</p>
        </li>
        <li>
            <p>
              <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.</p>
        </li>
        <li>
           <p>
              <a>EvaluatePullRequestApprovalRules</a>, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>
        </li>
        <li>
            <p>
              <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.</p>
        </li>
        <li>
            <p>
              <a>GetPullRequest</a>, which returns information about a specified pull request.</p>
        </li>
        <li>
           <p>
              <a>GetPullRequestApprovalStates</a>, which returns information about the approval states for a specified pull request.</p>
        </li>
        <li>
           <p>
              <a>GetPullRequestOverrideState</a>, which returns information about whether approval rules have been set aside (overriden) for a 
        pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>
        </li>
        <li> 
            <p>
              <a>ListPullRequests</a>, which lists all pull requests for a repository.</p>
        </li>
        <li>
            <p>
              <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified destination
                branch for that pull request using the fast-forward merge option.</p>
        </li>
        <li>
            <p>
              <a>MergePullRequestBySquash</a>, which merges the source destination branch of a pull request into the specified destination
            branch for that pull request using the squash merge option.</p>
        </li>
        <li>
            <p>
              <a>MergePullRequestByThreeWay</a>. which merges the source destination branch of a pull request into the specified destination
            branch for that pull request using the three-way merge option.</p>
        </li>
        <li>
           <p>
              <a>OverridePullRequestApprovalRules</a>, which sets aside all approval rule requirements for a pull request.</p>
        </li>
        <li>
            <p>
              <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.</p>
        </li>
        <li>
           <p>
              <a>UpdatePullRequestApprovalRuleContent</a>, which updates the structure of an approval rule for a pull request.</p>
        </li>
        <li>
           <p>
              <a>UpdatePullRequestApprovalState</a>, which updates the state of an approval on a pull request.</p>
        </li>
        <li>
            <p>
              <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.</p>
        </li>
        <li>
            <p>
              <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.</p>
        </li>
        <li>
            <p>
              <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.</p>
        </li>
     </ul>
    
    <p>Approval rule templates, by calling the following:</p>
    <ul>
        <li>
           <p>
              <a>AssociateApprovalRuleTemplateWithRepository</a>, which associates a template
                with a specified repository. After the template is associated with a repository,
                AWS CodeCommit creates approval rules that match the template conditions on
                every pull request created in the specified repository.</p>
        </li>
        <li>
           <p>
              <a>BatchAssociateApprovalRuleTemplateWithRepositories</a>, which associates a
                template with one or more specified repositories. After the template is
                associated with a repository, AWS CodeCommit creates approval rules that match
                the template conditions on every pull request created in the specified
                repositories.</p>
        </li>
        <li>
           <p>
              <a>BatchDisassociateApprovalRuleTemplateFromRepositories</a>, which removes the
                association between a template and specified repositories so that approval rules
                based on the template are not automatically created when pull requests are
                created in those repositories.</p>
        </li>
        <li>
           <p>
              <a>CreateApprovalRuleTemplate</a>, which creates a template for approval rules that can then be associated with one or more repositories
         in your AWS account.</p>
        </li>
        <li>
           <p>
              <a>DeleteApprovalRuleTemplate</a>, which deletes the specified template. It does not remove approval rules on pull requests already created with the template.</p>
        </li>
        <li>
           <p>
              <a>DisassociateApprovalRuleTemplateFromRepository</a>, which removes the
                association between a template and a repository so that approval rules based on
                the template are not automatically created when pull requests are created in the
                specified repository.</p>
        </li>
        <li>
           <p>
              <a>GetApprovalRuleTemplate</a>, which returns information about an approval rule template.</p>
        </li>
        <li>
           <p>
              <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the AWS Region in your AWS account.</p>
        </li>
        <li>
           <p>
              <a>ListAssociatedApprovalRuleTemplatesForRepository</a>, which lists all approval rule templates that are associated with a specified repository.</p>
        </li>
        <li>
           <p>
              <a>ListRepositoriesForApprovalRuleTemplate</a>, which lists all repositories associated with the specified approval rule template.</p>
        </li>
        <li>
           <p>
              <a>UpdateApprovalRuleTemplateDescription</a>, which updates the description of an
                approval rule template.</p>
        </li>
        <li>
           <p>
              <a>UpdateApprovalRuleTemplateName</a>, which updates the name of an approval rule template.</p>
        </li>
        <li>
           <p>
              <a>UpdateApprovalRuleTemplateContent</a>, which updates the content of an approval rule template.</p>
        </li>
     </ul>
    
    <p>Comments in a repository, by calling the following:</p>
    <ul>
        <li>
            <p>
              <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.</p>
        </li>
        <li>
            <p>
              <a>GetComment</a>, which returns information about a comment on a commit.</p>
        </li>
        <li>
            <p>
              <a>GetCommentReactions</a>, which returns information about emoji reactions to comments.</p>
        </li>
        <li>
            <p>
              <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit specifiers 
                in a repository.</p>
        </li>
        <li>
            <p>
              <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a repository.</p>
        </li>
        <li>
            <p>
              <a>PostCommentReply</a>, which creates a reply to a comment.</p>
        </li>
        <li>
           <p>
              <a>PutCommentReaction</a>, which creates or updates an emoji reaction to a comment.</p>
        </li>
        <li>
            <p>
              <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.</p>
        </li>
     </ul>
    
    <p>Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:</p>
    <ul>
        <li>
           <p>
              <a>ListTagsForResource</a>, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.</p>
        </li>
        <li>
           <p>
              <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeCommit.</p>
        </li>
        <li>
           <p>
              <a>UntagResource</a>, which removes tags for a resource in AWS CodeCommit.</p>
        </li>
     </ul>
     
        <p>Triggers, by calling the following:</p> 
            <ul>
        <li>
                    <p>
              <a>GetRepositoryTriggers</a>, which returns information about triggers configured 
                        for a repository.</p>
        </li>
        <li>
                    <p>
              <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can 
                        be used to create or delete triggers.</p>
        </li>
        <li>
                    <p>
              <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger 
                        by sending data to the trigger target.</p>
        </li>
     </ul>
               
        
         
    
    <p>For information about how to use AWS CodeCommit, see the <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">AWS CodeCommit User Guide</a>.</p>

Inheritance

AWSService

Initializers

init(client:region:partition:endpoint:timeout:byteBufferAllocator:options:)

Initialize the CodeCommit client

public init(
        client: AWSClient,
        region: SotoCore.Region? = nil,
        partition: AWSPartition = .aws,
        endpoint: String? = nil,
        timeout: TimeAmount? = nil,
        byteBufferAllocator: ByteBufferAllocator = ByteBufferAllocator(),
        options: AWSServiceConfig.Options = []
    ) 

Parameters

  • client: AWSClient used to process requests
  • region: Region of server you want to communicate with. This will override the partition parameter.
  • partition: AWS partition where service resides, standard (.aws), china (.awscn), government (.awsusgov).
  • endpoint: Custom endpoint URL to use instead of standard AWS servers
  • timeout: Timeout value for HTTP requests

init(from:patch:)

Initializer required by AWSService.with(middlewares:​timeout:​byteBufferAllocator:​options). You are not able to use this initializer directly as there are no public initializers for AWSServiceConfig.Patch. Please use AWSService.with(middlewares:​timeout:​byteBufferAllocator:​options) instead.

public init(from: CodeCommit, patch: AWSServiceConfig.Patch) 

Properties

client

Client used for communication with AWS

public let client: AWSClient

config

Service configuration

public let config: AWSServiceConfig

Methods

associateApprovalRuleTemplateWithRepository(_:logger:on:)

@discardableResult public func associateApprovalRuleTemplateWithRepository(_ input: AssociateApprovalRuleTemplateWithRepositoryInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Creates an association between an approval rule template and a specified repository. Then, the next time a pull request is created in the repository where the destination reference (if specified) matches the destination reference (branch) for the pull request, an approval rule that matches the template conditions is automatically created for that pull request. If no destination references are specified in the template, an approval rule that matches the template contents is created for all pull requests in that repository.

batchAssociateApprovalRuleTemplateWithRepositories(_:logger:on:)

public func batchAssociateApprovalRuleTemplateWithRepositories(_ input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<BatchAssociateApprovalRuleTemplateWithRepositoriesOutput> 

Creates an association between an approval rule template and one or more specified repositories.

batchDescribeMergeConflicts(_:logger:on:)

public func batchDescribeMergeConflicts(_ input: BatchDescribeMergeConflictsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<BatchDescribeMergeConflictsOutput> 

Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.

batchDisassociateApprovalRuleTemplateFromRepositories(_:logger:on:)

public func batchDisassociateApprovalRuleTemplateFromRepositories(_ input: BatchDisassociateApprovalRuleTemplateFromRepositoriesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput> 

Removes the association between an approval rule template and one or more specified repositories.

batchGetCommits(_:logger:on:)

public func batchGetCommits(_ input: BatchGetCommitsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<BatchGetCommitsOutput> 

Returns information about the contents of one or more commits in a repository.

batchGetRepositories(_:logger:on:)

public func batchGetRepositories(_ input: BatchGetRepositoriesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<BatchGetRepositoriesOutput> 

Returns information about one or more repositories.

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 webpage can 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 webpage.

createApprovalRuleTemplate(_:logger:on:)

public func createApprovalRuleTemplate(_ input: CreateApprovalRuleTemplateInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateApprovalRuleTemplateOutput> 

Creates a template for approval rules that can then be associated with one or more repositories in your AWS account. When you associate a template with a repository, AWS CodeCommit creates an approval rule that matches the conditions of the template for all pull requests that meet the conditions of the template. For more information, see AssociateApprovalRuleTemplateWithRepository.

createBranch(_:logger:on:)

@discardableResult public func createBranch(_ input: CreateBranchInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Creates a branch in a repository and points the branch to a commit.

Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.

createCommit(_:logger:on:)

public func createCommit(_ input: CreateCommitInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateCommitOutput> 

Creates a commit for a repository on the tip of a specified branch.

createPullRequest(_:logger:on:)

public func createPullRequest(_ input: CreatePullRequestInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreatePullRequestOutput> 

Creates a pull request in the specified repository.

createPullRequestApprovalRule(_:logger:on:)

public func createPullRequestApprovalRule(_ input: CreatePullRequestApprovalRuleInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreatePullRequestApprovalRuleOutput> 

Creates an approval rule for a pull request.

createRepository(_:logger:on:)

public func createRepository(_ input: CreateRepositoryInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateRepositoryOutput> 

Creates a new, empty repository.

createUnreferencedMergeCommit(_:logger:on:)

public func createUnreferencedMergeCommit(_ input: CreateUnreferencedMergeCommitInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<CreateUnreferencedMergeCommitOutput> 

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 because that strategy does not create a merge commit.

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.

deleteApprovalRuleTemplate(_:logger:on:)

public func deleteApprovalRuleTemplate(_ input: DeleteApprovalRuleTemplateInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteApprovalRuleTemplateOutput> 

Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.

deleteBranch(_:logger:on:)

public func deleteBranch(_ input: DeleteBranchInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteBranchOutput> 

Deletes a branch from a repository, unless that branch is the default branch for the repository.

deleteCommentContent(_:logger:on:)

public func deleteCommentContent(_ input: DeleteCommentContentInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteCommentContentOutput> 

Deletes the content of a comment made on a change, file, or commit in a repository.

deleteFile(_:logger:on:)

public func deleteFile(_ input: DeleteFileInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteFileOutput> 

Deletes a specified file from a specified branch. A commit is created on the branch that contains the revision. The file still exists in the commits earlier to the commit that contains the deletion.

deletePullRequestApprovalRule(_:logger:on:)

public func deletePullRequestApprovalRule(_ input: DeletePullRequestApprovalRuleInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeletePullRequestApprovalRuleOutput> 

Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the pull request was created. You cannot delete an approval rule from a merged or closed pull request.

deleteRepository(_:logger:on:)

public func deleteRepository(_ input: DeleteRepositoryInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DeleteRepositoryOutput> 

Deletes a repository. If a specified repository was already deleted, a null repository ID is returned.

Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository fail.

describeMergeConflicts(_:logger:on:)

public func describeMergeConflicts(_ input: DescribeMergeConflictsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribeMergeConflictsOutput> 

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 is thrown.

describePullRequestEvents(_:logger:on:)

public func describePullRequestEvents(_ input: DescribePullRequestEventsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<DescribePullRequestEventsOutput> 

Returns information about one or more pull request events.

disassociateApprovalRuleTemplateFromRepository(_:logger:on:)

@discardableResult public func disassociateApprovalRuleTemplateFromRepository(_ input: DisassociateApprovalRuleTemplateFromRepositoryInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. This does not delete any approval rules previously created for pull requests through the template association.

evaluatePullRequestApprovalRules(_:logger:on:)

public func evaluatePullRequestApprovalRules(_ input: EvaluatePullRequestApprovalRulesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<EvaluatePullRequestApprovalRulesOutput> 

Evaluates whether a pull request has met all the conditions specified in its associated approval rules.

getApprovalRuleTemplate(_:logger:on:)

public func getApprovalRuleTemplate(_ input: GetApprovalRuleTemplateInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetApprovalRuleTemplateOutput> 

Returns information about a specified approval rule template.

getBlob(_:logger:on:)

public func getBlob(_ input: GetBlobInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetBlobOutput> 

Returns the base-64 encoded content of an individual blob in a repository.

getBranch(_:logger:on:)

public func getBranch(_ input: GetBranchInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetBranchOutput> 

Returns information about a repository branch, including its name and the last commit ID.

getComment(_:logger:on:)

public func getComment(_ input: GetCommentInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetCommentOutput> 

Returns the content of a comment made on a change, file, or commit in a repository.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

getCommentReactions(_:logger:on:)

public func getCommentReactions(_ input: GetCommentReactionsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetCommentReactionsOutput> 

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

getCommentsForComparedCommit(_:logger:on:)

public func getCommentsForComparedCommit(_ input: GetCommentsForComparedCommitInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetCommentsForComparedCommitOutput> 

Returns information about comments made on the comparison between two commits.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

getCommentsForPullRequest(_:logger:on:)

public func getCommentsForPullRequest(_ input: GetCommentsForPullRequestInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetCommentsForPullRequestOutput> 

Returns comments made on a pull request.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

getCommit(_:logger:on:)

public func getCommit(_ input: GetCommitInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetCommitOutput> 

Returns information about a commit, including commit message and committer information.

getDifferences(_:logger:on:)

public func getDifferences(_ input: GetDifferencesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetDifferencesOutput> 

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.

getFile(_:logger:on:)

public func getFile(_ input: GetFileInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetFileOutput> 

Returns the base-64 encoded contents of a specified file and its metadata.

getFolder(_:logger:on:)

public func getFolder(_ input: GetFolderInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetFolderOutput> 

Returns the contents of a specified folder in a repository.

getMergeCommit(_:logger:on:)

public func getMergeCommit(_ input: GetMergeCommitInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetMergeCommitOutput> 

Returns information about a specified merge commit.

getMergeConflicts(_:logger:on:)

public func getMergeConflicts(_ input: GetMergeConflictsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetMergeConflictsOutput> 

Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

getMergeOptions(_:logger:on:)

public func getMergeOptions(_ input: GetMergeOptionsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetMergeOptionsOutput> 

Returns information about the merge options available for merging two specified branches. For details about why a merge option is not available, use GetMergeConflicts or DescribeMergeConflicts.

getPullRequest(_:logger:on:)

public func getPullRequest(_ input: GetPullRequestInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetPullRequestOutput> 

Gets information about a pull request in a specified repository.

getPullRequestApprovalStates(_:logger:on:)

public func getPullRequestApprovalStates(_ input: GetPullRequestApprovalStatesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetPullRequestApprovalStatesOutput> 

Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.

getPullRequestOverrideState(_:logger:on:)

public func getPullRequestOverrideState(_ input: GetPullRequestOverrideStateInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetPullRequestOverrideStateOutput> 

Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

getRepository(_:logger:on:)

public func getRepository(_ input: GetRepositoryInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetRepositoryOutput> 

Returns information about a repository.

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 webpage can 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 webpage.

getRepositoryTriggers(_:logger:on:)

public func getRepositoryTriggers(_ input: GetRepositoryTriggersInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<GetRepositoryTriggersOutput> 

Gets information about triggers configured for a repository.

listApprovalRuleTemplates(_:logger:on:)

public func listApprovalRuleTemplates(_ input: ListApprovalRuleTemplatesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListApprovalRuleTemplatesOutput> 

Lists all approval rule templates in the specified AWS Region in your AWS account. If an AWS Region is not specified, the AWS Region where you are signed in is used.

listAssociatedApprovalRuleTemplatesForRepository(_:logger:on:)

public func listAssociatedApprovalRuleTemplatesForRepository(_ input: ListAssociatedApprovalRuleTemplatesForRepositoryInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListAssociatedApprovalRuleTemplatesForRepositoryOutput> 

Lists all approval rule templates that are associated with a specified repository.

listBranches(_:logger:on:)

public func listBranches(_ input: ListBranchesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListBranchesOutput> 

Gets information about one or more branches in a repository.

listPullRequests(_:logger:on:)

public func listPullRequests(_ input: ListPullRequestsInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListPullRequestsOutput> 

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.

listRepositories(_:logger:on:)

public func listRepositories(_ input: ListRepositoriesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListRepositoriesOutput> 

Gets information about one or more repositories.

listRepositoriesForApprovalRuleTemplate(_:logger:on:)

public func listRepositoriesForApprovalRuleTemplate(_ input: ListRepositoriesForApprovalRuleTemplateInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListRepositoriesForApprovalRuleTemplateOutput> 

Lists all repositories associated with the specified approval rule template.

listTagsForResource(_:logger:on:)

public func listTagsForResource(_ input: ListTagsForResourceInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<ListTagsForResourceOutput> 

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 CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

mergeBranchesByFastForward(_:logger:on:)

public func mergeBranchesByFastForward(_ input: MergeBranchesByFastForwardInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<MergeBranchesByFastForwardOutput> 

Merges two branches using the fast-forward merge strategy.

mergeBranchesBySquash(_:logger:on:)

public func mergeBranchesBySquash(_ input: MergeBranchesBySquashInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<MergeBranchesBySquashOutput> 

Merges two branches using the squash merge strategy.

mergeBranchesByThreeWay(_:logger:on:)

public func mergeBranchesByThreeWay(_ input: MergeBranchesByThreeWayInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<MergeBranchesByThreeWayOutput> 

Merges two specified branches using the three-way merge strategy.

mergePullRequestByFastForward(_:logger:on:)

public func mergePullRequestByFastForward(_ input: MergePullRequestByFastForwardInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<MergePullRequestByFastForwardOutput> 

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.

mergePullRequestBySquash(_:logger:on:)

public func mergePullRequestBySquash(_ input: MergePullRequestBySquashInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<MergePullRequestBySquashOutput> 

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.

mergePullRequestByThreeWay(_:logger:on:)

public func mergePullRequestByThreeWay(_ input: MergePullRequestByThreeWayInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<MergePullRequestByThreeWayOutput> 

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.

overridePullRequestApprovalRules(_:logger:on:)

@discardableResult public func overridePullRequestApprovalRules(_ input: OverridePullRequestApprovalRulesInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Sets aside (overrides) all approval rule requirements for a specified pull request.

postCommentForComparedCommit(_:logger:on:)

public func postCommentForComparedCommit(_ input: PostCommentForComparedCommitInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<PostCommentForComparedCommitOutput> 

Posts a comment on the comparison between two commits.

postCommentForPullRequest(_:logger:on:)

public func postCommentForPullRequest(_ input: PostCommentForPullRequestInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<PostCommentForPullRequestOutput> 

Posts a comment on a pull request.

postCommentReply(_:logger:on:)

public func postCommentReply(_ input: PostCommentReplyInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<PostCommentReplyOutput> 

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

putCommentReaction(_:logger:on:)

@discardableResult public func putCommentReaction(_ input: PutCommentReactionInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.

putFile(_:logger:on:)

public func putFile(_ input: PutFileInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<PutFileOutput> 

Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.

putRepositoryTriggers(_:logger:on:)

public func putRepositoryTriggers(_ input: PutRepositoryTriggersInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<PutRepositoryTriggersOutput> 

Replaces all triggers for a repository. Used to create or delete triggers.

tagResource(_:logger:on:)

@discardableResult public func tagResource(_ input: TagResourceInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Adds or updates tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

testRepositoryTriggers(_:logger:on:)

public func testRepositoryTriggers(_ input: TestRepositoryTriggersInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<TestRepositoryTriggersOutput> 

Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test sends data from the last commit. If no data is available, sample data is generated.

untagResource(_:logger:on:)

@discardableResult public func untagResource(_ input: UntagResourceInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.

updateApprovalRuleTemplateContent(_:logger:on:)

public func updateApprovalRuleTemplateContent(_ input: UpdateApprovalRuleTemplateContentInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateApprovalRuleTemplateContentOutput> 

Updates the content of an approval rule template. You can change the number of required approvals, the membership of the approval rule, and whether an approval pool is defined.

updateApprovalRuleTemplateDescription(_:logger:on:)

public func updateApprovalRuleTemplateDescription(_ input: UpdateApprovalRuleTemplateDescriptionInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateApprovalRuleTemplateDescriptionOutput> 

Updates the description for a specified approval rule template.

updateApprovalRuleTemplateName(_:logger:on:)

public func updateApprovalRuleTemplateName(_ input: UpdateApprovalRuleTemplateNameInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateApprovalRuleTemplateNameOutput> 

Updates the name of a specified approval rule template.

updateComment(_:logger:on:)

public func updateComment(_ input: UpdateCommentInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdateCommentOutput> 

Replaces the contents of a comment.

updateDefaultBranch(_:logger:on:)

@discardableResult public func updateDefaultBranch(_ input: UpdateDefaultBranchInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Sets or changes the default branch name for the specified repository.

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.

updatePullRequestApprovalRuleContent(_:logger:on:)

public func updatePullRequestApprovalRuleContent(_ input: UpdatePullRequestApprovalRuleContentInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdatePullRequestApprovalRuleContentOutput> 

Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and the approval pool for approvers.

updatePullRequestApprovalState(_:logger:on:)

@discardableResult public func updatePullRequestApprovalState(_ input: UpdatePullRequestApprovalStateInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.

updatePullRequestDescription(_:logger:on:)

public func updatePullRequestDescription(_ input: UpdatePullRequestDescriptionInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdatePullRequestDescriptionOutput> 

Replaces the contents of the description of a pull request.

updatePullRequestStatus(_:logger:on:)

public func updatePullRequestStatus(_ input: UpdatePullRequestStatusInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdatePullRequestStatusOutput> 

Updates the status of a pull request.

updatePullRequestTitle(_:logger:on:)

public func updatePullRequestTitle(_ input: UpdatePullRequestTitleInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<UpdatePullRequestTitleOutput> 

Replaces the title of a pull request.

updateRepositoryDescription(_:logger:on:)

@discardableResult public func updateRepositoryDescription(_ input: UpdateRepositoryDescriptionInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Sets or changes the comment or description for a repository.

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 webpage can 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 webpage.

updateRepositoryName(_:logger:on:)

@discardableResult public func updateRepositoryName(_ input: UpdateRepositoryNameInput, logger: Logger = AWSClient.loggingDisabled, on eventLoop: EventLoop? = nil) -> EventLoopFuture<Void> 

Renames a repository. The repository name must be unique across the calling AWS account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix .git is prohibited. For more information about the limits on repository names, see Limits in the AWS CodeCommit User Guide.

describeMergeConflictsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func describeMergeConflictsPaginator(
        _ input: DescribeMergeConflictsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<DescribeMergeConflictsInput, DescribeMergeConflictsOutput> 

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 is thrown.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

describePullRequestEventsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func describePullRequestEventsPaginator(
        _ input: DescribePullRequestEventsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<DescribePullRequestEventsInput, DescribePullRequestEventsOutput> 

Returns information about one or more pull request events.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

getCommentReactionsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func getCommentReactionsPaginator(
        _ input: GetCommentReactionsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<GetCommentReactionsInput, GetCommentReactionsOutput> 

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

getCommentsForComparedCommitPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func getCommentsForComparedCommitPaginator(
        _ input: GetCommentsForComparedCommitInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<GetCommentsForComparedCommitInput, GetCommentsForComparedCommitOutput> 

Returns information about comments made on the comparison between two commits.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

getCommentsForPullRequestPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func getCommentsForPullRequestPaginator(
        _ input: GetCommentsForPullRequestInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<GetCommentsForPullRequestInput, GetCommentsForPullRequestOutput> 

Returns comments made on a pull request.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

getDifferencesPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func getDifferencesPaginator(
        _ input: GetDifferencesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<GetDifferencesInput, GetDifferencesOutput> 

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.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

getMergeConflictsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func getMergeConflictsPaginator(
        _ input: GetMergeConflictsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<GetMergeConflictsInput, GetMergeConflictsOutput> 

Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listApprovalRuleTemplatesPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func listApprovalRuleTemplatesPaginator(
        _ input: ListApprovalRuleTemplatesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListApprovalRuleTemplatesInput, ListApprovalRuleTemplatesOutput> 

Lists all approval rule templates in the specified AWS Region in your AWS account. If an AWS Region is not specified, the AWS Region where you are signed in is used.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listAssociatedApprovalRuleTemplatesForRepositoryPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func listAssociatedApprovalRuleTemplatesForRepositoryPaginator(
        _ input: ListAssociatedApprovalRuleTemplatesForRepositoryInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListAssociatedApprovalRuleTemplatesForRepositoryInput, ListAssociatedApprovalRuleTemplatesForRepositoryOutput> 

Lists all approval rule templates that are associated with a specified repository.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listBranchesPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func listBranchesPaginator(
        _ input: ListBranchesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListBranchesInput, ListBranchesOutput> 

Gets information about one or more branches in a repository.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listPullRequestsPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func listPullRequestsPaginator(
        _ input: ListPullRequestsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListPullRequestsInput, ListPullRequestsOutput> 

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.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listRepositoriesPaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func listRepositoriesPaginator(
        _ input: ListRepositoriesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListRepositoriesInput, ListRepositoriesOutput> 

Gets information about one or more repositories.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

listRepositoriesForApprovalRuleTemplatePaginator(_:logger:on:)

compiler(>=5.5.2) && canImport(_Concurrency)
public func listRepositoriesForApprovalRuleTemplatePaginator(
        _ input: ListRepositoriesForApprovalRuleTemplateInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil
    ) -> AWSClient.PaginatorSequence<ListRepositoriesForApprovalRuleTemplateInput, ListRepositoriesForApprovalRuleTemplateOutput> 

Lists all repositories associated with the specified approval rule template.

Return PaginatorSequence for operation. - Parameters: - input: Input for request - logger: Logger used flot logging - eventLoop: EventLoop to run this process on

describeMergeConflictsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func describeMergeConflictsPaginator<Result>(
        _ input: DescribeMergeConflictsInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, DescribeMergeConflictsOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

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 is thrown.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

describeMergeConflictsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func describeMergeConflictsPaginator(
        _ input: DescribeMergeConflictsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (DescribeMergeConflictsOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

describePullRequestEventsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func describePullRequestEventsPaginator<Result>(
        _ input: DescribePullRequestEventsInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, DescribePullRequestEventsOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Returns information about one or more pull request events.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

describePullRequestEventsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func describePullRequestEventsPaginator(
        _ input: DescribePullRequestEventsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (DescribePullRequestEventsOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

getCommentReactionsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func getCommentReactionsPaginator<Result>(
        _ input: GetCommentReactionsInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, GetCommentReactionsOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

getCommentReactionsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func getCommentReactionsPaginator(
        _ input: GetCommentReactionsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (GetCommentReactionsOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

getCommentsForComparedCommitPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func getCommentsForComparedCommitPaginator<Result>(
        _ input: GetCommentsForComparedCommitInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, GetCommentsForComparedCommitOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Returns information about comments made on the comparison between two commits.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

getCommentsForComparedCommitPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func getCommentsForComparedCommitPaginator(
        _ input: GetCommentsForComparedCommitInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (GetCommentsForComparedCommitOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

getCommentsForPullRequestPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func getCommentsForPullRequestPaginator<Result>(
        _ input: GetCommentsForPullRequestInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, GetCommentsForPullRequestOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Returns comments made on a pull request.

Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

getCommentsForPullRequestPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func getCommentsForPullRequestPaginator(
        _ input: GetCommentsForPullRequestInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (GetCommentsForPullRequestOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

getDifferencesPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func getDifferencesPaginator<Result>(
        _ input: GetDifferencesInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, GetDifferencesOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

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.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

getDifferencesPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func getDifferencesPaginator(
        _ input: GetDifferencesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (GetDifferencesOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

getMergeConflictsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func getMergeConflictsPaginator<Result>(
        _ input: GetMergeConflictsInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, GetMergeConflictsOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

getMergeConflictsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func getMergeConflictsPaginator(
        _ input: GetMergeConflictsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (GetMergeConflictsOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listApprovalRuleTemplatesPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func listApprovalRuleTemplatesPaginator<Result>(
        _ input: ListApprovalRuleTemplatesInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListApprovalRuleTemplatesOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Lists all approval rule templates in the specified AWS Region in your AWS account. If an AWS Region is not specified, the AWS Region where you are signed in is used.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listApprovalRuleTemplatesPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func listApprovalRuleTemplatesPaginator(
        _ input: ListApprovalRuleTemplatesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListApprovalRuleTemplatesOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listAssociatedApprovalRuleTemplatesForRepositoryPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func listAssociatedApprovalRuleTemplatesForRepositoryPaginator<Result>(
        _ input: ListAssociatedApprovalRuleTemplatesForRepositoryInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListAssociatedApprovalRuleTemplatesForRepositoryOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Lists all approval rule templates that are associated with a specified repository.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listAssociatedApprovalRuleTemplatesForRepositoryPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func listAssociatedApprovalRuleTemplatesForRepositoryPaginator(
        _ input: ListAssociatedApprovalRuleTemplatesForRepositoryInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListAssociatedApprovalRuleTemplatesForRepositoryOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listBranchesPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func listBranchesPaginator<Result>(
        _ input: ListBranchesInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListBranchesOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Gets information about one or more branches in a repository.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listBranchesPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func listBranchesPaginator(
        _ input: ListBranchesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListBranchesOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listPullRequestsPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func listPullRequestsPaginator<Result>(
        _ input: ListPullRequestsInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListPullRequestsOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

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.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listPullRequestsPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func listPullRequestsPaginator(
        _ input: ListPullRequestsInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListPullRequestsOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listRepositoriesPaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func listRepositoriesPaginator<Result>(
        _ input: ListRepositoriesInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListRepositoriesOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Gets information about one or more repositories.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listRepositoriesPaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func listRepositoriesPaginator(
        _ input: ListRepositoriesInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListRepositoriesOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.

listRepositoriesForApprovalRuleTemplatePaginator(_:_:logger:on:onPage:)

Provide paginated results to closure onPage for it to combine them into one result. This works in a similar manner to Array.reduce<Result>(_:​_:​) -> Result.

public func listRepositoriesForApprovalRuleTemplatePaginator<Result>(
        _ input: ListRepositoriesForApprovalRuleTemplateInput,
        _ initialValue: Result,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (Result, ListRepositoriesForApprovalRuleTemplateOutput, EventLoop) -> EventLoopFuture<(Bool, Result)>
    ) -> EventLoopFuture<Result> 

Lists all repositories associated with the specified approval rule template.

Parameters:

  • input: Input for request
  • initialValue: The value to use as the initial accumulating value. initialValue is passed to onPage the first time it is called.
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each paginated response. It combines an accumulating result with the contents of response. This combined result is then returned along with a boolean indicating if the paginate operation should continue.

listRepositoriesForApprovalRuleTemplatePaginator(_:logger:on:onPage:)

Provide paginated results to closure onPage.

public func listRepositoriesForApprovalRuleTemplatePaginator(
        _ input: ListRepositoriesForApprovalRuleTemplateInput,
        logger: Logger = AWSClient.loggingDisabled,
        on eventLoop: EventLoop? = nil,
        onPage: @escaping (ListRepositoriesForApprovalRuleTemplateOutput, EventLoop) -> EventLoopFuture<Bool>
    ) -> EventLoopFuture<Void> 

Parameters

  • input: Input for request
  • logger: Logger used flot logging
  • eventLoop: EventLoop to run this process on
  • onPage: closure called with each block of entries. Returns boolean indicating whether we should continue.