Smaws_Client_DatabaseMigrationService.CreateReplicationConfigCreates a configuration that you can later provide to configure and start an DMS Serverless replication. You can also provide options to validate the configuration inputs before you start the replication.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `InvalidResourceStateFault of Types.invalid_resource_state_fault
| `InvalidSubnet of Types.invalid_subnet
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
Types.replication_subnet_group_does_not_cover_enough_a_zs
| `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.create_replication_config_message ->
(Types.create_replication_config_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `InvalidResourceStateFault of Types.invalid_resource_state_fault
| `InvalidSubnet of Types.invalid_subnet
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
Types.replication_subnet_group_does_not_cover_enough_a_zs
| `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.create_replication_config_message ->
(Types.create_replication_config_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedFault of Types.access_denied_fault
| `InvalidResourceStateFault of Types.invalid_resource_state_fault
| `InvalidSubnet of Types.invalid_subnet
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
Types.replication_subnet_group_does_not_cover_enough_a_zs
| `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