Values.GetEnvironmentOutputSourceDescribes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
type nonrec t = {environment : Environment.t option;An object containing all available details about the environment.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of MaxWorkers.t
| `Map of
([> `String of ConfigKey.t ]
* [> `String of ConfigValue.t ])
list
| `String of EnvironmentName.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of UpdateSource.t
| `Structure of
(string
* [> `Boolean of LoggingEnabled.t
| `Enum of string
| `String of CloudWatchLogGroupArn.t ])
list
| `Timestamp of UpdateCreatedAt.t ])
list
| `Timestamp of CreatedAt.t ])
list ])
list ]