Class: Aws::CodeCommit::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::CodeCommit::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb
Overview
An API client for CodeCommit. To construct a client, you need to configure a :region
and :credentials
.
client = Aws::CodeCommit::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#associate_approval_rule_template_with_repository(params = {}) ⇒ Struct
Creates an association between an approval rule template and a specified repository.
-
#batch_associate_approval_rule_template_with_repositories(params = {}) ⇒ Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
Creates an association between an approval rule template and one or more specified repositories.
-
#batch_describe_merge_conflicts(params = {}) ⇒ Types::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.
-
#batch_disassociate_approval_rule_template_from_repositories(params = {}) ⇒ Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
Removes the association between an approval rule template and one or more specified repositories.
-
#batch_get_commits(params = {}) ⇒ Types::BatchGetCommitsOutput
Returns information about the contents of one or more commits in a repository.
-
#batch_get_repositories(params = {}) ⇒ Types::BatchGetRepositoriesOutput
Returns information about one or more repositories.
-
#create_approval_rule_template(params = {}) ⇒ Types::CreateApprovalRuleTemplateOutput
Creates a template for approval rules that can then be associated with one or more repositories in your Amazon Web Services account.
-
#create_branch(params = {}) ⇒ Struct
Creates a branch in a repository and points the branch to a commit.
-
#create_commit(params = {}) ⇒ Types::CreateCommitOutput
Creates a commit for a repository on the tip of a specified branch.
-
#create_pull_request(params = {}) ⇒ Types::CreatePullRequestOutput
Creates a pull request in the specified repository.
-
#create_pull_request_approval_rule(params = {}) ⇒ Types::CreatePullRequestApprovalRuleOutput
Creates an approval rule for a pull request.
-
#create_repository(params = {}) ⇒ Types::CreateRepositoryOutput
Creates a new, empty repository.
-
#create_unreferenced_merge_commit(params = {}) ⇒ Types::CreateUnreferencedMergeCommitOutput
Creates an unreferenced commit that represents the result of merging two branches using a specified merge strategy.
-
#delete_approval_rule_template(params = {}) ⇒ Types::DeleteApprovalRuleTemplateOutput
Deletes a specified approval rule template.
-
#delete_branch(params = {}) ⇒ Types::DeleteBranchOutput
Deletes a branch from a repository, unless that branch is the default branch for the repository.
-
#delete_comment_content(params = {}) ⇒ Types::DeleteCommentContentOutput
Deletes the content of a comment made on a change, file, or commit in a repository.
-
#delete_file(params = {}) ⇒ Types::DeleteFileOutput
Deletes a specified file from a specified branch.
-
#delete_pull_request_approval_rule(params = {}) ⇒ Types::DeletePullRequestApprovalRuleOutput
Deletes an approval rule from a specified pull request.
-
#delete_repository(params = {}) ⇒ Types::DeleteRepositoryOutput
Deletes a repository.
-
#describe_merge_conflicts(params = {}) ⇒ Types::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.
-
#describe_pull_request_events(params = {}) ⇒ Types::DescribePullRequestEventsOutput
Returns information about one or more pull request events.
-
#disassociate_approval_rule_template_from_repository(params = {}) ⇒ Struct
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.
-
#evaluate_pull_request_approval_rules(params = {}) ⇒ Types::EvaluatePullRequestApprovalRulesOutput
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
-
#get_approval_rule_template(params = {}) ⇒ Types::GetApprovalRuleTemplateOutput
Returns information about a specified approval rule template.
-
#get_blob(params = {}) ⇒ Types::GetBlobOutput
Returns the base-64 encoded content of an individual blob in a repository.
-
#get_branch(params = {}) ⇒ Types::GetBranchOutput
Returns information about a repository branch, including its name and the last commit ID.
-
#get_comment(params = {}) ⇒ Types::GetCommentOutput
Returns the content of a comment made on a change, file, or commit in a repository.
-
#get_comment_reactions(params = {}) ⇒ Types::GetCommentReactionsOutput
Returns information about reactions to a specified comment ID.
-
#get_comments_for_compared_commit(params = {}) ⇒ Types::GetCommentsForComparedCommitOutput
Returns information about comments made on the comparison between two commits.
-
#get_comments_for_pull_request(params = {}) ⇒ Types::GetCommentsForPullRequestOutput
Returns comments made on a pull request.
-
#get_commit(params = {}) ⇒ Types::GetCommitOutput
Returns information about a commit, including commit message and committer information.
-
#get_differences(params = {}) ⇒ Types::GetDifferencesOutput
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference).
-
#get_file(params = {}) ⇒ Types::GetFileOutput
Returns the base-64 encoded contents of a specified file and its metadata.
-
#get_folder(params = {}) ⇒ Types::GetFolderOutput
Returns the contents of a specified folder in a repository.
-
#get_merge_commit(params = {}) ⇒ Types::GetMergeCommitOutput
Returns information about a specified merge commit.
-
#get_merge_conflicts(params = {}) ⇒ Types::GetMergeConflictsOutput
Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.
-
#get_merge_options(params = {}) ⇒ Types::GetMergeOptionsOutput
Returns information about the merge options available for merging two specified branches.
-
#get_pull_request(params = {}) ⇒ Types::GetPullRequestOutput
Gets information about a pull request in a specified repository.
-
#get_pull_request_approval_states(params = {}) ⇒ Types::GetPullRequestApprovalStatesOutput
Gets information about the approval states for a specified pull request.
-
#get_pull_request_override_state(params = {}) ⇒ Types::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.
-
#get_repository(params = {}) ⇒ Types::GetRepositoryOutput
Returns information about a repository.
-
#get_repository_triggers(params = {}) ⇒ Types::GetRepositoryTriggersOutput
Gets information about triggers configured for a repository.
-
#list_approval_rule_templates(params = {}) ⇒ Types::ListApprovalRuleTemplatesOutput
Lists all approval rule templates in the specified Amazon Web Services Region in your Amazon Web Services account.
-
#list_associated_approval_rule_templates_for_repository(params = {}) ⇒ Types::ListAssociatedApprovalRuleTemplatesForRepositoryOutput
Lists all approval rule templates that are associated with a specified repository.
-
#list_branches(params = {}) ⇒ Types::ListBranchesOutput
Gets information about one or more branches in a repository.
-
#list_file_commit_history(params = {}) ⇒ Types::ListFileCommitHistoryResponse
Retrieves a list of commits and changes to a specified file.
-
#list_pull_requests(params = {}) ⇒ Types::ListPullRequestsOutput
Returns a list of pull requests for a specified repository.
-
#list_repositories(params = {}) ⇒ Types::ListRepositoriesOutput
Gets information about one or more repositories.
-
#list_repositories_for_approval_rule_template(params = {}) ⇒ Types::ListRepositoriesForApprovalRuleTemplateOutput
Lists all repositories associated with the specified approval rule template.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceOutput
Gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit.
-
#merge_branches_by_fast_forward(params = {}) ⇒ Types::MergeBranchesByFastForwardOutput
Merges two branches using the fast-forward merge strategy.
-
#merge_branches_by_squash(params = {}) ⇒ Types::MergeBranchesBySquashOutput
Merges two branches using the squash merge strategy.
-
#merge_branches_by_three_way(params = {}) ⇒ Types::MergeBranchesByThreeWayOutput
Merges two specified branches using the three-way merge strategy.
-
#merge_pull_request_by_fast_forward(params = {}) ⇒ Types::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.
-
#merge_pull_request_by_squash(params = {}) ⇒ Types::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.
-
#merge_pull_request_by_three_way(params = {}) ⇒ Types::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.
-
#override_pull_request_approval_rules(params = {}) ⇒ Struct
Sets aside (overrides) all approval rule requirements for a specified pull request.
-
#post_comment_for_compared_commit(params = {}) ⇒ Types::PostCommentForComparedCommitOutput
Posts a comment on the comparison between two commits.
-
#post_comment_for_pull_request(params = {}) ⇒ Types::PostCommentForPullRequestOutput
Posts a comment on a pull request.
-
#post_comment_reply(params = {}) ⇒ Types::PostCommentReplyOutput
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
-
#put_comment_reaction(params = {}) ⇒ Struct
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
-
#put_file(params = {}) ⇒ Types::PutFileOutput
Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.
-
#put_repository_triggers(params = {}) ⇒ Types::PutRepositoryTriggersOutput
Replaces all triggers for a repository.
-
#tag_resource(params = {}) ⇒ Struct
Adds or updates tags for a resource in CodeCommit.
-
#test_repository_triggers(params = {}) ⇒ Types::TestRepositoryTriggersOutput
Tests the functionality of repository triggers by sending information to the trigger target.
-
#untag_resource(params = {}) ⇒ Struct
Removes tags for a resource in CodeCommit.
-
#update_approval_rule_template_content(params = {}) ⇒ Types::UpdateApprovalRuleTemplateContentOutput
Updates the content of an approval rule template.
-
#update_approval_rule_template_description(params = {}) ⇒ Types::UpdateApprovalRuleTemplateDescriptionOutput
Updates the description for a specified approval rule template.
-
#update_approval_rule_template_name(params = {}) ⇒ Types::UpdateApprovalRuleTemplateNameOutput
Updates the name of a specified approval rule template.
-
#update_comment(params = {}) ⇒ Types::UpdateCommentOutput
Replaces the contents of a comment.
-
#update_default_branch(params = {}) ⇒ Struct
Sets or changes the default branch name for the specified repository.
-
#update_pull_request_approval_rule_content(params = {}) ⇒ Types::UpdatePullRequestApprovalRuleContentOutput
Updates the structure of an approval rule created specifically for a pull request.
-
#update_pull_request_approval_state(params = {}) ⇒ Struct
Updates the state of a user's approval on a pull request.
-
#update_pull_request_description(params = {}) ⇒ Types::UpdatePullRequestDescriptionOutput
Replaces the contents of the description of a pull request.
-
#update_pull_request_status(params = {}) ⇒ Types::UpdatePullRequestStatusOutput
Updates the status of a pull request.
-
#update_pull_request_title(params = {}) ⇒ Types::UpdatePullRequestTitleOutput
Replaces the title of a pull request.
-
#update_repository_description(params = {}) ⇒ Struct
Sets or changes the comment or description for a repository.
-
#update_repository_name(params = {}) ⇒ Struct
Renames a repository.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from Aws::ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
395 396 397 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 395 def initialize(*args) super end |
Instance Method Details
#associate_approval_rule_template_with_repository(params = {}) ⇒ Struct
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.
430 431 432 433 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 430 def associate_approval_rule_template_with_repository(params = {}, = {}) req = build_request(:associate_approval_rule_template_with_repository, params) req.send_request() end |
#batch_associate_approval_rule_template_with_repositories(params = {}) ⇒ Types::BatchAssociateApprovalRuleTemplateWithRepositoriesOutput
Creates an association between an approval rule template and one or more specified repositories.
475 476 477 478 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 475 def batch_associate_approval_rule_template_with_repositories(params = {}, = {}) req = build_request(:batch_associate_approval_rule_template_with_repositories, params) req.send_request() end |
#batch_describe_merge_conflicts(params = {}) ⇒ Types::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.
596 597 598 599 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 596 def batch_describe_merge_conflicts(params = {}, = {}) req = build_request(:batch_describe_merge_conflicts, params) req.send_request() end |
#batch_disassociate_approval_rule_template_from_repositories(params = {}) ⇒ Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput
Removes the association between an approval rule template and one or more specified repositories.
642 643 644 645 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 642 def batch_disassociate_approval_rule_template_from_repositories(params = {}, = {}) req = build_request(:batch_disassociate_approval_rule_template_from_repositories, params) req.send_request() end |
#batch_get_commits(params = {}) ⇒ Types::BatchGetCommitsOutput
Returns information about the contents of one or more commits in a repository.
697 698 699 700 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 697 def batch_get_commits(params = {}, = {}) req = build_request(:batch_get_commits, params) req.send_request() end |
#batch_get_repositories(params = {}) ⇒ Types::BatchGetRepositoriesOutput
Returns information about one or more repositories.
752 753 754 755 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 752 def batch_get_repositories(params = {}, = {}) req = build_request(:batch_get_repositories, params) req.send_request() end |
#create_approval_rule_template(params = {}) ⇒ Types::CreateApprovalRuleTemplateOutput
Creates a template for approval rules that can then be associated with one or more repositories in your Amazon Web Services account. When you associate a template with a repository, 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.
843 844 845 846 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 843 def create_approval_rule_template(params = {}, = {}) req = build_request(:create_approval_rule_template, params) req.send_request() end |
#create_branch(params = {}) ⇒ Struct
Creates a branch in a repository and points the branch to a commit.
878 879 880 881 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 878 def create_branch(params = {}, = {}) req = build_request(:create_branch, params) req.send_request() end |
#create_commit(params = {}) ⇒ Types::CreateCommitOutput
Creates a commit for a repository on the tip of a specified branch.
985 986 987 988 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 985 def create_commit(params = {}, = {}) req = build_request(:create_commit, params) req.send_request() end |
#create_pull_request(params = {}) ⇒ Types::CreatePullRequestOutput
Creates a pull request in the specified repository.
1077 1078 1079 1080 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1077 def create_pull_request(params = {}, = {}) req = build_request(:create_pull_request, params) req.send_request() end |
#create_pull_request_approval_rule(params = {}) ⇒ Types::CreatePullRequestApprovalRuleOutput
Creates an approval rule for a pull request.
1160 1161 1162 1163 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1160 def create_pull_request_approval_rule(params = {}, = {}) req = build_request(:create_pull_request_approval_rule, params) req.send_request() end |
#create_repository(params = {}) ⇒ Types::CreateRepositoryOutput
Creates a new, empty repository.
1229 1230 1231 1232 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1229 def create_repository(params = {}, = {}) req = build_request(:create_repository, params) req.send_request() end |
#create_unreferenced_merge_commit(params = {}) ⇒ Types::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.
1344 1345 1346 1347 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1344 def create_unreferenced_merge_commit(params = {}, = {}) req = build_request(:create_unreferenced_merge_commit, params) req.send_request() end |
#delete_approval_rule_template(params = {}) ⇒ Types::DeleteApprovalRuleTemplateOutput
Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.
1374 1375 1376 1377 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1374 def delete_approval_rule_template(params = {}, = {}) req = build_request(:delete_approval_rule_template, params) req.send_request() end |
#delete_branch(params = {}) ⇒ Types::DeleteBranchOutput
Deletes a branch from a repository, unless that branch is the default branch for the repository.
1408 1409 1410 1411 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1408 def delete_branch(params = {}, = {}) req = build_request(:delete_branch, params) req.send_request() end |
#delete_comment_content(params = {}) ⇒ Types::DeleteCommentContentOutput
Deletes the content of a comment made on a change, file, or commit in a repository.
1449 1450 1451 1452 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1449 def delete_comment_content(params = {}, = {}) req = build_request(:delete_comment_content, params) req.send_request() end |
#delete_file(params = {}) ⇒ Types::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.
1529 1530 1531 1532 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1529 def delete_file(params = {}, = {}) req = build_request(:delete_file, params) req.send_request() end |
#delete_pull_request_approval_rule(params = {}) ⇒ Types::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.
1567 1568 1569 1570 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1567 def delete_pull_request_approval_rule(params = {}, = {}) req = build_request(:delete_pull_request_approval_rule, params) req.send_request() end |
#delete_repository(params = {}) ⇒ Types::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.
1600 1601 1602 1603 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1600 def delete_repository(params = {}, = {}) req = build_request(:delete_repository, params) req.send_request() end |
#describe_merge_conflicts(params = {}) ⇒ Types::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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1714 1715 1716 1717 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1714 def describe_merge_conflicts(params = {}, = {}) req = build_request(:describe_merge_conflicts, params) req.send_request() end |
#describe_pull_request_events(params = {}) ⇒ Types::DescribePullRequestEventsOutput
Returns information about one or more pull request events.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1795 1796 1797 1798 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1795 def describe_pull_request_events(params = {}, = {}) req = build_request(:describe_pull_request_events, params) req.send_request() end |
#disassociate_approval_rule_template_from_repository(params = {}) ⇒ Struct
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.
1826 1827 1828 1829 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1826 def disassociate_approval_rule_template_from_repository(params = {}, = {}) req = build_request(:disassociate_approval_rule_template_from_repository, params) req.send_request() end |
#evaluate_pull_request_approval_rules(params = {}) ⇒ Types::EvaluatePullRequestApprovalRulesOutput
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
1865 1866 1867 1868 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1865 def evaluate_pull_request_approval_rules(params = {}, = {}) req = build_request(:evaluate_pull_request_approval_rules, params) req.send_request() end |
#get_approval_rule_template(params = {}) ⇒ Types::GetApprovalRuleTemplateOutput
Returns information about a specified approval rule template.
1901 1902 1903 1904 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1901 def get_approval_rule_template(params = {}, = {}) req = build_request(:get_approval_rule_template, params) req.send_request() end |
#get_blob(params = {}) ⇒ Types::GetBlobOutput
Returns the base-64 encoded content of an individual blob in a repository.
1934 1935 1936 1937 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1934 def get_blob(params = {}, = {}) req = build_request(:get_blob, params) req.send_request() end |
#get_branch(params = {}) ⇒ Types::GetBranchOutput
Returns information about a repository branch, including its name and the last commit ID.
1969 1970 1971 1972 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 1969 def get_branch(params = {}, = {}) req = build_request(:get_branch, params) req.send_request() end |
#get_comment(params = {}) ⇒ Types::GetCommentOutput
Returns the content of a comment made on a change, file, or commit in a repository.
2016 2017 2018 2019 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2016 def get_comment(params = {}, = {}) req = build_request(:get_comment, params) req.send_request() end |
#get_comment_reactions(params = {}) ⇒ Types::GetCommentReactionsOutput
Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2071 2072 2073 2074 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2071 def get_comment_reactions(params = {}, = {}) req = build_request(:get_comment_reactions, params) req.send_request() end |
#get_comments_for_compared_commit(params = {}) ⇒ Types::GetCommentsForComparedCommitOutput
Returns information about comments made on the comparison between two commits.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2151 2152 2153 2154 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2151 def get_comments_for_compared_commit(params = {}, = {}) req = build_request(:get_comments_for_compared_commit, params) req.send_request() end |
#get_comments_for_pull_request(params = {}) ⇒ Types::GetCommentsForPullRequestOutput
Returns comments made on a pull request.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2243 2244 2245 2246 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2243 def get_comments_for_pull_request(params = {}, = {}) req = build_request(:get_comments_for_pull_request, params) req.send_request() end |
#get_commit(params = {}) ⇒ Types::GetCommitOutput
Returns information about a commit, including commit message and committer information.
2287 2288 2289 2290 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2287 def get_commit(params = {}, = {}) req = build_request(:get_commit, params) req.send_request() end |
#get_differences(params = {}) ⇒ Types::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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2365 2366 2367 2368 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2365 def get_differences(params = {}, = {}) req = build_request(:get_differences, params) req.send_request() end |
#get_file(params = {}) ⇒ Types::GetFileOutput
Returns the base-64 encoded contents of a specified file and its metadata.
2417 2418 2419 2420 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2417 def get_file(params = {}, = {}) req = build_request(:get_file, params) req.send_request() end |
#get_folder(params = {}) ⇒ Types::GetFolderOutput
Returns the contents of a specified folder in a repository.
2486 2487 2488 2489 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2486 def get_folder(params = {}, = {}) req = build_request(:get_folder, params) req.send_request() end |
#get_merge_commit(params = {}) ⇒ Types::GetMergeCommitOutput
Returns information about a specified merge commit.
2546 2547 2548 2549 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2546 def get_merge_commit(params = {}, = {}) req = build_request(:get_merge_commit, params) req.send_request() end |
#get_merge_conflicts(params = {}) ⇒ Types::GetMergeConflictsOutput
Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2644 2645 2646 2647 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2644 def get_merge_conflicts(params = {}, = {}) req = build_request(:get_merge_conflicts, params) req.send_request() end |
#get_merge_options(params = {}) ⇒ Types::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.
2707 2708 2709 2710 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2707 def (params = {}, = {}) req = build_request(:get_merge_options, params) req.send_request() end |
#get_pull_request(params = {}) ⇒ Types::GetPullRequestOutput
Gets information about a pull request in a specified repository.
2765 2766 2767 2768 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2765 def get_pull_request(params = {}, = {}) req = build_request(:get_pull_request, params) req.send_request() end |
#get_pull_request_approval_states(params = {}) ⇒ Types::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.
2801 2802 2803 2804 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2801 def get_pull_request_approval_states(params = {}, = {}) req = build_request(:get_pull_request_approval_states, params) req.send_request() end |
#get_pull_request_override_state(params = {}) ⇒ Types::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.
2840 2841 2842 2843 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2840 def get_pull_request_override_state(params = {}, = {}) req = build_request(:get_pull_request_override_state, params) req.send_request() end |
#get_repository(params = {}) ⇒ Types::GetRepositoryOutput
Returns information about a repository.
2886 2887 2888 2889 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2886 def get_repository(params = {}, = {}) req = build_request(:get_repository, params) req.send_request() end |
#get_repository_triggers(params = {}) ⇒ Types::GetRepositoryTriggersOutput
Gets information about triggers configured for a repository.
2923 2924 2925 2926 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2923 def get_repository_triggers(params = {}, = {}) req = build_request(:get_repository_triggers, params) req.send_request() end |
#list_approval_rule_templates(params = {}) ⇒ Types::ListApprovalRuleTemplatesOutput
Lists all approval rule templates in the specified Amazon Web Services Region in your Amazon Web Services account. If an Amazon Web Services Region is not specified, the Amazon Web Services Region where you are signed in is used.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2965 2966 2967 2968 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 2965 def list_approval_rule_templates(params = {}, = {}) req = build_request(:list_approval_rule_templates, params) req.send_request() end |
#list_associated_approval_rule_templates_for_repository(params = {}) ⇒ Types::ListAssociatedApprovalRuleTemplatesForRepositoryOutput
Lists all approval rule templates that are associated with a specified repository.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3010 3011 3012 3013 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3010 def list_associated_approval_rule_templates_for_repository(params = {}, = {}) req = build_request(:list_associated_approval_rule_templates_for_repository, params) req.send_request() end |
#list_branches(params = {}) ⇒ Types::ListBranchesOutput
Gets information about one or more branches in a repository.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3047 3048 3049 3050 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3047 def list_branches(params = {}, = {}) req = build_request(:list_branches, params) req.send_request() end |
#list_file_commit_history(params = {}) ⇒ Types::ListFileCommitHistoryResponse
Retrieves a list of commits and changes to a specified file.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3116 3117 3118 3119 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3116 def list_file_commit_history(params = {}, = {}) req = build_request(:list_file_commit_history, params) req.send_request() end |
#list_pull_requests(params = {}) ⇒ Types::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.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3171 3172 3173 3174 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3171 def list_pull_requests(params = {}, = {}) req = build_request(:list_pull_requests, params) req.send_request() end |
#list_repositories(params = {}) ⇒ Types::ListRepositoriesOutput
Gets information about one or more repositories.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3218 3219 3220 3221 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3218 def list_repositories(params = {}, = {}) req = build_request(:list_repositories, params) req.send_request() end |
#list_repositories_for_approval_rule_template(params = {}) ⇒ Types::ListRepositoriesForApprovalRuleTemplateOutput
Lists all repositories associated with the specified approval rule template.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
3263 3264 3265 3266 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3263 def list_repositories_for_approval_rule_template(params = {}, = {}) req = build_request(:list_repositories_for_approval_rule_template, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceOutput
Gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.
3307 3308 3309 3310 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3307 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#merge_branches_by_fast_forward(params = {}) ⇒ Types::MergeBranchesByFastForwardOutput
Merges two branches using the fast-forward merge strategy.
3351 3352 3353 3354 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3351 def merge_branches_by_fast_forward(params = {}, = {}) req = build_request(:merge_branches_by_fast_forward, params) req.send_request() end |
#merge_branches_by_squash(params = {}) ⇒ Types::MergeBranchesBySquashOutput
Merges two branches using the squash merge strategy.
3456 3457 3458 3459 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3456 def merge_branches_by_squash(params = {}, = {}) req = build_request(:merge_branches_by_squash, params) req.send_request() end |
#merge_branches_by_three_way(params = {}) ⇒ Types::MergeBranchesByThreeWayOutput
Merges two specified branches using the three-way merge strategy.
3560 3561 3562 3563 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3560 def merge_branches_by_three_way(params = {}, = {}) req = build_request(:merge_branches_by_three_way, params) req.send_request() end |
#merge_pull_request_by_fast_forward(params = {}) ⇒ Types::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.
3632 3633 3634 3635 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3632 def merge_pull_request_by_fast_forward(params = {}, = {}) req = build_request(:merge_pull_request_by_fast_forward, params) req.send_request() end |
#merge_pull_request_by_squash(params = {}) ⇒ Types::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.
3764 3765 3766 3767 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3764 def merge_pull_request_by_squash(params = {}, = {}) req = build_request(:merge_pull_request_by_squash, params) req.send_request() end |
#merge_pull_request_by_three_way(params = {}) ⇒ Types::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.
3896 3897 3898 3899 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3896 def merge_pull_request_by_three_way(params = {}, = {}) req = build_request(:merge_pull_request_by_three_way, params) req.send_request() end |
#override_pull_request_approval_rules(params = {}) ⇒ Struct
Sets aside (overrides) all approval rule requirements for a specified pull request.
3934 3935 3936 3937 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 3934 def override_pull_request_approval_rules(params = {}, = {}) req = build_request(:override_pull_request_approval_rules, params) req.send_request() end |
#post_comment_for_compared_commit(params = {}) ⇒ Types::PostCommentForComparedCommitOutput
Posts a comment on the comparison between two commits.
4022 4023 4024 4025 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4022 def post_comment_for_compared_commit(params = {}, = {}) req = build_request(:post_comment_for_compared_commit, params) req.send_request() end |
#post_comment_for_pull_request(params = {}) ⇒ Types::PostCommentForPullRequestOutput
Posts a comment on a pull request.
4120 4121 4122 4123 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4120 def post_comment_for_pull_request(params = {}, = {}) req = build_request(:post_comment_for_pull_request, params) req.send_request() end |
#post_comment_reply(params = {}) ⇒ Types::PostCommentReplyOutput
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
4177 4178 4179 4180 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4177 def post_comment_reply(params = {}, = {}) req = build_request(:post_comment_reply, params) req.send_request() end |
#put_comment_reaction(params = {}) ⇒ Struct
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.
4213 4214 4215 4216 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4213 def put_comment_reaction(params = {}, = {}) req = build_request(:put_comment_reaction, params) req.send_request() end |
#put_file(params = {}) ⇒ Types::PutFileOutput
Adds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.
4297 4298 4299 4300 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4297 def put_file(params = {}, = {}) req = build_request(:put_file, params) req.send_request() end |
#put_repository_triggers(params = {}) ⇒ Types::PutRepositoryTriggersOutput
Replaces all triggers for a repository. Used to create or delete triggers.
4339 4340 4341 4342 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4339 def put_repository_triggers(params = {}, = {}) req = build_request(:put_repository_triggers, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Adds or updates tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.
4374 4375 4376 4377 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4374 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#test_repository_triggers(params = {}) ⇒ Types::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.
4422 4423 4424 4425 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4422 def test_repository_triggers(params = {}, = {}) req = build_request(:test_repository_triggers, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes tags for a resource in CodeCommit. For a list of valid resources in CodeCommit, see CodeCommit Resources and Operations in the CodeCommit User Guide.
4455 4456 4457 4458 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4455 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_approval_rule_template_content(params = {}) ⇒ Types::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.
4503 4504 4505 4506 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4503 def update_approval_rule_template_content(params = {}, = {}) req = build_request(:update_approval_rule_template_content, params) req.send_request() end |
#update_approval_rule_template_description(params = {}) ⇒ Types::UpdateApprovalRuleTemplateDescriptionOutput
Updates the description for a specified approval rule template.
4542 4543 4544 4545 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4542 def update_approval_rule_template_description(params = {}, = {}) req = build_request(:update_approval_rule_template_description, params) req.send_request() end |
#update_approval_rule_template_name(params = {}) ⇒ Types::UpdateApprovalRuleTemplateNameOutput
Updates the name of a specified approval rule template.
4581 4582 4583 4584 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4581 def update_approval_rule_template_name(params = {}, = {}) req = build_request(:update_approval_rule_template_name, params) req.send_request() end |
#update_comment(params = {}) ⇒ Types::UpdateCommentOutput
Replaces the contents of a comment.
4625 4626 4627 4628 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4625 def update_comment(params = {}, = {}) req = build_request(:update_comment, params) req.send_request() end |
#update_default_branch(params = {}) ⇒ Struct
Sets or changes the default branch name for the specified repository.
4658 4659 4660 4661 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4658 def update_default_branch(params = {}, = {}) req = build_request(:update_default_branch, params) req.send_request() end |
#update_pull_request_approval_rule_content(params = {}) ⇒ Types::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.
4744 4745 4746 4747 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4744 def update_pull_request_approval_rule_content(params = {}, = {}) req = build_request(:update_pull_request_approval_rule_content, params) req.send_request() end |
#update_pull_request_approval_state(params = {}) ⇒ Struct
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.
4775 4776 4777 4778 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4775 def update_pull_request_approval_state(params = {}, = {}) req = build_request(:update_pull_request_approval_state, params) req.send_request() end |
#update_pull_request_description(params = {}) ⇒ Types::UpdatePullRequestDescriptionOutput
Replaces the contents of the description of a pull request.
4838 4839 4840 4841 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4838 def update_pull_request_description(params = {}, = {}) req = build_request(:update_pull_request_description, params) req.send_request() end |
#update_pull_request_status(params = {}) ⇒ Types::UpdatePullRequestStatusOutput
Updates the status of a pull request.
4902 4903 4904 4905 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4902 def update_pull_request_status(params = {}, = {}) req = build_request(:update_pull_request_status, params) req.send_request() end |
#update_pull_request_title(params = {}) ⇒ Types::UpdatePullRequestTitleOutput
Replaces the title of a pull request.
4965 4966 4967 4968 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 4965 def update_pull_request_title(params = {}, = {}) req = build_request(:update_pull_request_title, params) req.send_request() end |
#update_repository_description(params = {}) ⇒ Struct
Sets or changes the comment or description for a repository.
5002 5003 5004 5005 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 5002 def update_repository_description(params = {}, = {}) req = build_request(:update_repository_description, params) req.send_request() end |
#update_repository_name(params = {}) ⇒ Struct
Renames a repository. The repository name must be unique across the calling Amazon Web Services 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 Quotas in the CodeCommit User Guide.
5037 5038 5039 5040 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/client.rb', line 5037 def update_repository_name(params = {}, = {}) req = build_request(:update_repository_name, params) req.send_request() end |