Module Values.DeleteVocabularyRequestSource

Deletes a custom vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using VocabularyName. Custom vocabulary names are case sensitive.

Sourcetype nonrec t = {
  1. vocabularyName : VocabularyName.t;
    (*

    The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

    *)
}
Sourceval context_ : string
Sourceval make : vocabularyName:VocabularyName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VocabularyName.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