Module Values.LensReviewSource

A lens review of a question.

Sourcetype nonrec t = {
  1. lensAlias : LensAlias.t option;
  2. lensArn : LensArn.t option;
    (*

    The ARN for the lens.

    *)
  3. lensVersion : LensVersion.t option;
    (*

    The version of the lens.

    *)
  4. lensName : LensName.t option;
  5. lensStatus : LensStatus.t option;
    (*

    The status of the lens.

    *)
  6. pillarReviewSummaries : PillarReviewSummaries.t option;
  7. jiraConfiguration : JiraSelectedQuestionConfiguration.t option;
    (*

    Jira configuration status of the Lens review.

    *)
  8. updatedAt : Timestamp.t option;
  9. notes : Notes.t option;
  10. riskCounts : RiskCounts.t option;
  11. nextToken : NextToken.t option;
  12. profiles : WorkloadProfiles.t option;
    (*

    The profiles associated with the workload.

    *)
  13. prioritizedRiskCounts : RiskCounts.t option;
}
Sourceval make : ?lensAlias:??? -> ?lensArn:??? -> ?lensVersion:??? -> ?lensName:??? -> ?lensStatus:??? -> ?pillarReviewSummaries:??? -> ?jiraConfiguration:??? -> ?updatedAt:??? -> ?notes:??? -> ?riskCounts:??? -> ?nextToken:??? -> ?profiles:??? -> ?prioritizedRiskCounts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list | `String of PillarId.t ]) list ] list | `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list | `String of LensAlias.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of SelectedQuestionId.t ] list | `String of PillarId.t ]) list ] list ]) list | `Timestamp of Timestamp.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