Values.DescribeAddonConfigurationResponseSourceReturns configuration options.
type nonrec t = {addonName : String_.t option;The name of the add-on.
*)addonVersion : String_.t option;The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .
*)configurationSchema : String_.t option;A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.
*)podIdentityConfiguration : AddonPodIdentityConfigurationList.t option;The Kubernetes service account name used by the add-on, and any suggested IAM policies. Use this information to create an IAM Role for the add-on.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServerException of ServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option ]