Values.UpdateTraceSegmentDestinationResultSourceModifies the destination of data sent to PutTraceSegments. The Transaction Search feature requires the CloudWatchLogs destination. For more information, see Transaction Search.
type nonrec t = {destination : TraceSegmentDestination.t option;The destination of the trace segments.
*)status : TraceSegmentDestinationStatus.t option;The status of the update.
*)}type nonrec error = [ | `InvalidRequestException of InvalidRequestException.t| `ThrottledException of ThrottledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidRequestException of InvalidRequestException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidRequestException of InvalidRequestException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]