Values.GetEncryptionConfigResultSourceRetrieves the current encryption configuration for X-Ray data.
type nonrec t = {encryptionConfig : EncryptionConfig.t option;The encryption configuration document.
*)}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 ]