class Aws::CodeCommit::Types::PutFileEntry
@see docs.aws.amazon.com/goto/WebAPI/codecommit-2015-04-13/PutFileEntry AWS API Documentation
@return [Types::SourceFileSpecifier]
file content directly.
want to make as part of the commit, if you are not providing the
The name and full path of the file that contains the changes you
@!attribute [rw] source_file
@return [String]
The content of the file, if a source file is not specified.
@!attribute [rw] file_content
@return [String]
include EXECUTABLE and NORMAL.
The extrapolated file mode permissions for the file. Valid values
@!attribute [rw] file_mode
@return [String]
the file.
The full path to the file in the repository, including the name of
@!attribute [rw] file_path
}
},
is_move: false,
file_path: “Path”, # required
source_file: {
file_content: “data”,
file_mode: “EXECUTABLE”, # accepts EXECUTABLE, NORMAL, SYMLINK
file_path: “Path”, # required
{
data as a hash:
@note When making an API call, you may pass PutFileEntry
Information about a file added or updated as part of a commit.