class Aws::CodeCommit::Client
def update_pull_request_approval_rule_content(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_pull_request_approval_rule_content(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/UpdatePullRequestApprovalRuleContent - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdatePullRequestApprovalRuleContentOutput)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:new_rule_content
(required, String
) -- -
:existing_rule_content_sha_256
(String
) -- -
:approval_rule_name
(required, String
) -- -
:pull_request_id
(required, String
) --
def update_pull_request_approval_rule_content(params = {}, options = {}) req = build_request(:update_pull_request_approval_rule_content, params) req.send_request(options) end