Values.DescribeApplicableIndividualAssessmentsMessageSourcetype nonrec t = {replicationTaskArn : String_.t option;Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
*)replicationInstanceArn : String_.t option;ARN of a replication instance on which you want to base the default list of individual assessments.
*)replicationConfigArn : String_.t option;Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.
*)sourceEngineName : String_.t option;Name of a database engine that the specified replication instance supports as a source.
*)targetEngineName : String_.t option;Name of a database engine that the specified replication instance supports as a target.
*)migrationType : MigrationTypeValue.t option;Name of the migration type that each provided individual assessment must support.
*)maxRecords : IntegerOptional.t option;Maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
*)marker : String_.t option;Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ]