class Aws::CodeCommit::Types::CreateCommitInput
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/CreateCommitInput AWS API Documentation
@return [Array<Types::SetFileModeEntry>]
The file modes to update for files in this commit.
@!attribute [rw] set_file_modes
@return [Array<Types::DeleteFileEntry>]
earlier commits.
The files to delete in this commit. These files still exist in
@!attribute [rw] delete_files
@return [Array<Types::PutFileEntry>]
The files to add or update in this commit.
@!attribute [rw] put_files
@return [Boolean]
..gitkeep file is created for empty folders. The default is false.
structure if the changes leave the folders empty. If true, a
If the commit contains deletions, whether to keep a folder or folder
@!attribute [rw] keep_empty_folders
@return [String]
default message is used.
messages are limited to 256 KB. If no message is specified, a
The commit message you want to include in the commit. Commit
@!attribute [rw] commit_message
@return [String]
The email address of the person who created the commit.
@!attribute [rw] email
@return [String]
used as both the author and committer for the commit.
The name of the author who created the commit. This information is
@!attribute [rw] author_name
@return [String]
Not required if this is an empty repository.
The ID of the commit that is the parent of the commit you create.
@!attribute [rw] parent_commit_id
@return [String]
The name of the branch where you create the commit.
@!attribute [rw] branch_name
@return [String]
The name of the repository where you create the commit.
@!attribute [rw] repository_name
}
],
},
file_mode: “EXECUTABLE”, # required, accepts EXECUTABLE, NORMAL, SYMLINK
file_path: “Path”, # required
{
set_file_modes: [
],
},
file_path: “Path”, # required
{
delete_files: [
],
},
},
is_move: false,
file_path: “Path”, # required
source_file: {
file_content: “data”,
file_mode: “EXECUTABLE”, # accepts EXECUTABLE, NORMAL, SYMLINK
file_path: “Path”, # required
{
put_files: [
keep_empty_folders: false,
commit_message: “Message”,
email: “Email”,
author_name: “Name”,
parent_commit_id: “CommitId”,
branch_name: “BranchName”, # required
repository_name: “RepositoryName”, # required
{
data as a hash:
@note When making an API call, you may pass CreateCommitInput