Values.UpdateAssessmentRequestSourceEdits an Audit Manager assessment.
type nonrec t = {assessmentId : UUID.t;The unique identifier for the assessment.
*)assessmentName : AssessmentName.t option;The name of the assessment to be updated.
*)assessmentDescription : AssessmentDescription.t option;The description of the assessment.
*)scope : Scope.t;The scope of the assessment.
*)assessmentReportsDestination : AssessmentReportsDestination.t option;The assessment report storage destination for the assessment that's being updated.
*)roles : Roles.t option;The list of roles for the assessment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of IamArn.t ]) list ]
list
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of AccountId.t ]) list ]
list
| `String of S3Url.t ])
list ])
list ]