Values.CreateReplicationConfigResponseSourcetype nonrec t = {replicationConfig : ReplicationConfig.t option;Configuration parameters returned from the DMS Serverless replication after it is created.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `InvalidResourceStateFault of InvalidResourceStateFault.t| `InvalidSubnet of InvalidSubnet.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
ReplicationSubnetGroupDoesNotCoverEnoughAZs.t| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `InvalidSubnet of InvalidSubnet.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
ReplicationSubnetGroupDoesNotCoverEnoughAZs.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `InvalidSubnet of InvalidSubnet.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
ReplicationSubnetGroupDoesNotCoverEnoughAZs.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list
| `Timestamp of TStamp.t ])
list ])
list ]