Module Values_0.RecommendedActionSource

The recommended actions to apply to resolve the issues associated with your DB instances, DB clusters, and DB parameter groups.

Sourcetype nonrec t = {
  1. actionId : String_.t option;
    (*

    The unique identifier of the recommended action.

    *)
  2. title : String_.t option;
    (*

    A short description to summarize the action. The description might contain markdown.

    *)
  3. description : String_.t option;
    (*

    A detailed description of the action. The description might contain markdown.

    *)
  4. operation : String_.t option;
    (*

    An API operation for the action.

    *)
  5. parameters : RecommendedActionParameterList.t option;
    (*

    The parameters for the API operation.

    *)
  6. applyModes : StringList.t option;
    (*

    The methods to apply the recommended action. Valid values: manual - The action requires you to resolve the recommendation manually. immediately - The action is applied immediately. next-maintainance-window - The action is applied during the next scheduled maintainance.

    *)
  7. status : String_.t option;
    (*

    The status of the action. ready applied scheduled resolved

    *)
  8. issueDetails : IssueDetails.t option;
    (*

    The details of the issue.

    *)
  9. contextAttributes : ContextAttributeList.t option;
    (*

    The supporting attributes to explain the recommended action.

    *)
}
Sourceval make : ?actionId:??? -> ?title:??? -> ?description:??? -> ?operation:??? -> ?parameters:??? -> ?applyModes:??? -> ?status:??? -> ?issueDetails:??? -> ?contextAttributes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Double of Double.t ]) list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of String_.t ]) list ]) list ]) list ]) list ] list | `String of String_.t | `Timestamp of TStamp.t ]) list ]) list ]) 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