Values.DeleteSourceRepositoryRequestSourceDeletes a source repository in Amazon CodeCatalyst. You cannot use this API to delete a linked repository. It can only be used to delete a Amazon CodeCatalyst source repository.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)name : SourceRepositoryNameString.t;The name of the source repository.
*)}val make :
spaceName:NameString.t ->
projectName:NameString.t ->
name:SourceRepositoryNameString.t ->
unit ->
t