Module Values.DeleteSpaceRequestSource

Deletes a space. Deleting a space cannot be undone. Additionally, since space names must be unique across Amazon CodeCatalyst, you cannot reuse names of deleted spaces.

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

    The name of the space. To retrieve a list of space names, use ListSpaces.

    *)
}
Sourceval context_ : string
Sourceval make : name:NameString.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