Values.GetResourceMetadataResponseSourceRetrieve the metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
type nonrec t = {identifier : String_.t option;An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
*)features : FeatureMetadataMap.t option;The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
*)}type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidArgumentException of InvalidArgumentException.t| `NotAuthorizedException of NotAuthorizedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidArgumentException of InvalidArgumentException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidArgumentException of InvalidArgumentException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `Unknown_operation_error of string * string option ]