Module Values.ComponentRecommendationSource

Defines recommendations for an Resilience Hub Application Component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.

Sourcetype nonrec t = {
  1. appComponentName : EntityId.t option;
    (*

    Name of the Application Component.

    *)
  2. configRecommendations : ConfigRecommendationList.t option;
    (*

    List of recommendations.

    *)
  3. recommendationStatus : RecommendationComplianceStatus.t option;
    (*

    Status of the recommendation.

    *)
}
Sourceval make : ?appComponentName:??? -> ?configRecommendations:??? -> ?recommendationStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of EntityDescription.t ] list | `Map of ([> `Enum of string ] * [> `Structure of (string * [> `Enum of string | `Integer of Seconds.t | `String of String500.t ]) list ]) list | `String of EntityId.t | `Structure of (string * [> `Double of Double.t | `Enum of string | `String of CurrencyCode.t ]) list ]) list ] list | `String of EntityId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t