class Aws::CodeCommit::Types::CreatePullRequestInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreatePullRequestInput AWS API Documentation
@return [String]
not need to pass this option.
**A suitable default value is auto-generated.** You should normally
</note>
done for you.
you do not have to generate an idempotency token, as this will be
<note markdown=“1”> The AWS SDKs prepopulate client request tokens. If using an AWS SDK,
initial request that used that token.
token is included, the request will return information about the
parameter. If a request is received with the same parameters and a
request, ensures the request cannot be repeated with a changed
A unique, client-generated idempotency token that when provided in a
@!attribute [rw] client_request_token
@return [Array<Types::Target>]
pull request is closed (the destination branch).
creator of the pull request intends the code to be merged after the
to be reviewed (the source branch), and the destination where the
The targets for the pull request, including the source of the code
@!attribute [rw] targets
@return [String]
A description of the pull request.
@!attribute [rw] description
@return [String]
the pull request to other users in the repository.
The title of the pull request. This title will be used to identify
@!attribute [rw] title
}
client_request_token: “ClientRequestToken”,
],
},
destination_reference: “ReferenceName”,
source_reference: “ReferenceName”, # required
repository_name: “RepositoryName”, # required
{
targets: [ # required
description: “Description”,
title: “Title”, # required
{
data as a hash:
@note When making an API call, you may pass CreatePullRequestInput