Smaws_Client_DatabaseMigrationService.StartMetadataModelCreationCreates source metadata model of the given type with the specified properties for schema conversion operations.
This action supports only these directions: from SQL Server to Aurora PostgreSQL, or from SQL Server to RDS for PostgreSQL.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `ResourceAlreadyExistsFault of Types.resource_already_exists_fault
| `ResourceNotFoundFault of Types.resource_not_found_fault
| `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_metadata_model_creation_message ->
(Types.start_metadata_model_creation_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `ResourceAlreadyExistsFault of Types.resource_already_exists_fault
| `ResourceNotFoundFault of Types.resource_not_found_fault
| `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_metadata_model_creation_message ->
(Types.start_metadata_model_creation_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `ResourceAlreadyExistsFault of Types.resource_already_exists_fault
| `ResourceNotFoundFault of Types.resource_not_found_fault
| `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result