Values.StartTelemetryEnrichmentOutputSourceEnables the resource tags for telemetry feature for your account, which enhances telemetry data with additional resource metadata from Resource Explorer to provide richer context for monitoring and observability.
type nonrec t = {status : TelemetryEnrichmentStatus.t option;The status of the resource tags for telemetry feature after the start operation (Running, Stopped, or Impaired).
*)awsResourceExplorerManagedViewArn : AwsResourceExplorerManagedViewArn.t option;The Amazon Resource Name (ARN) of the Resource Explorer managed view created for resource tags for telemetry.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.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
| `ConflictException of ConflictException.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
| `ConflictException of ConflictException.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 | `String of AwsResourceExplorerManagedViewArn.t ])
list ]