Values.DescribeMetadataModelCreationsMessageSourceReturns a paginated list of metadata model creation requests for a migration project.
type nonrec t = {filters : FilterList.t option;Filters applied to the metadata model creation requests described in the form of key-value pairs. The supported filters are request-id and status.
*)marker : String_.t option;Specifies the unique pagination token that makes it possible to display the next page of metadata model creation requests. If Marker is returned by a previous response, there are more metadata model creation requests available.
*)maxRecords : IntegerOptional.t option;The maximum number of metadata model creation requests to include in the response. If more requests exist than the specified MaxRecords value, a pagination token is provided in the response so that you can retrieve the remaining results.
*)migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)}val make :
?filters:??? ->
?marker:??? ->
?maxRecords:??? ->
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
unit ->
t