Values.DescribeComponentConfigurationResponseSourceDescribes the monitoring configuration of the component.
type nonrec t = {monitor : Monitor.t option;Indicates whether the application component is monitored.
*)tier : Tier.t option;The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
*)componentConfiguration : ComponentConfiguration.t option;The configuration settings of the component. The value is the escaped JSON of the configuration.
*)}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
* [> `Boolean of Monitor.t
| `Enum of string
| `String of ComponentConfiguration.t ])
list ]