Module Values.DeleteSourceRepositoryRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. spaceName : NameString.t;
    (*

    The name of the space.

    *)
  2. projectName : NameString.t;
    (*

    The name of the project in the space.

    *)
  3. name : SourceRepositoryNameString.t;
    (*

    The name of the source repository.

    *)
}
Sourceval context_ : string
Sourceval make : spaceName:NameString.t -> projectName:NameString.t -> name:SourceRepositoryNameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t