Values.PutFileOutputSourceAdds or updates a file in a branch in an CodeCommit repository, and generates a commit for the addition in the specified branch.
type nonrec t = {commitId : ObjectId.t option;The full SHA ID of the commit that contains this file change.
*)blobId : ObjectId.t option;The ID of the blob, which is its SHA-1 pointer.
*)treeId : ObjectId.t option;The full SHA-1 pointer of the tree information for the commit that contains this file change.
*)}type nonrec error = [ | `BranchDoesNotExistException of BranchDoesNotExistException.t| `BranchNameIsTagNameException of BranchNameIsTagNameException.t| `BranchNameRequiredException of BranchNameRequiredException.t| `CommitMessageLengthExceededException of CommitMessageLengthExceededException.t| `DirectoryNameConflictsWithFileNameException of
DirectoryNameConflictsWithFileNameException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `FileContentRequiredException of FileContentRequiredException.t| `FileContentSizeLimitExceededException of
FileContentSizeLimitExceededException.t| `FileNameConflictsWithDirectoryNameException of
FileNameConflictsWithDirectoryNameException.t| `FilePathConflictsWithSubmodulePathException of
FilePathConflictsWithSubmodulePathException.t| `FolderContentSizeLimitExceededException of
FolderContentSizeLimitExceededException.t| `InvalidBranchNameException of InvalidBranchNameException.t| `InvalidDeletionParameterException of InvalidDeletionParameterException.t| `InvalidEmailException of InvalidEmailException.t| `InvalidFileModeException of InvalidFileModeException.t| `InvalidParentCommitIdException of InvalidParentCommitIdException.t| `InvalidPathException of InvalidPathException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `NameLengthExceededException of NameLengthExceededException.t| `ParentCommitDoesNotExistException of ParentCommitDoesNotExistException.t| `ParentCommitIdOutdatedException of ParentCommitIdOutdatedException.t| `ParentCommitIdRequiredException of ParentCommitIdRequiredException.t| `PathRequiredException of PathRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `SameFileContentException of SameFileContentException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameIsTagNameException of unit
| `BranchNameRequiredException of unit
| `CommitMessageLengthExceededException of unit
| `DirectoryNameConflictsWithFileNameException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileContentRequiredException of unit
| `FileContentSizeLimitExceededException of unit
| `FileNameConflictsWithDirectoryNameException of unit
| `FilePathConflictsWithSubmodulePathException of unit
| `FolderContentSizeLimitExceededException of unit
| `InvalidBranchNameException of unit
| `InvalidDeletionParameterException of unit
| `InvalidEmailException of unit
| `InvalidFileModeException of unit
| `InvalidParentCommitIdException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `NameLengthExceededException of unit
| `ParentCommitDoesNotExistException of unit
| `ParentCommitIdOutdatedException of unit
| `ParentCommitIdRequiredException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `SameFileContentException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameIsTagNameException of unit
| `BranchNameRequiredException of unit
| `CommitMessageLengthExceededException of unit
| `DirectoryNameConflictsWithFileNameException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `FileContentRequiredException of unit
| `FileContentSizeLimitExceededException of unit
| `FileNameConflictsWithDirectoryNameException of unit
| `FilePathConflictsWithSubmodulePathException of unit
| `FolderContentSizeLimitExceededException of unit
| `InvalidBranchNameException of unit
| `InvalidDeletionParameterException of unit
| `InvalidEmailException of unit
| `InvalidFileModeException of unit
| `InvalidParentCommitIdException of unit
| `InvalidPathException of unit
| `InvalidRepositoryNameException of unit
| `NameLengthExceededException of unit
| `ParentCommitDoesNotExistException of unit
| `ParentCommitIdOutdatedException of unit
| `ParentCommitIdRequiredException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `SameFileContentException of unit
| `Unknown_operation_error of string * string option ]