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