Values.GetTelemetryEvaluationStatusOutputSourceReturns the current onboarding status of the telemetry config feature, including the status of the feature and reason the feature failed to start or stop.
type nonrec t = {status : Status.t option;The onboarding status of the telemetry config feature.
*)failureReason : FailureReason.t option;Describes the reason for the failure status. The field will only be populated if Status is FAILED_START or FAILED_STOP.
*)homeRegion : Region.t option;The Amazon Web Services Region that is designated as the home region for multi-region telemetry evaluation. The home region is the single management point for all multi-region operations on this account. This field is only present when multi-region telemetry evaluation is active.
*)regionStatuses : RegionStatuses.t option;A list of per-region telemetry evaluation statuses. Each entry indicates the evaluation status for a specific spoke region included in the multi-region configuration. This field is only present when multi-region telemetry evaluation is active.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of Region.t ]) list ] list
| `String of FailureReason.t ])
list ]