Values.CreateCliTokenResponseSourceCreates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token.
type nonrec t = {cliToken : Token.t option;An Airflow CLI login token.
*)webServerHostname : Hostname.t option;The Airflow web server hostname for the environment.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]