Values.DescribeMetadataModelCreationsResponseSourceReturns a paginated list of metadata model creation requests for a migration project.
type nonrec t = {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, there are more metadata model creation requests available.
*)requests : SchemaConversionRequestList.t option;A list of metadata model creation requests. The ExportSqlDetails field will never be populated for the DescribeMetadataModelCreations operation.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Double of DoubleOptional.t
| `Long of Long.t
| `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ]
list
| `String of String_.t ])
list ]