Values.ModifyReplicationConfigResponseSourceModifies an existing DMS Serverless replication configuration that you can use to start a replication. This command includes input validation and logic to check the state of any replication that uses this configuration. You can only modify a replication configuration before any replication that uses it has started. As soon as you have initially started a replication with a given configuiration, you can't modify that configuration, even if you stop it. Other run statuses that allow you to run this command include FAILED and CREATED. A provisioning state that allows you to run this command is FAILED_PROVISION.
type nonrec t = {replicationConfig : ReplicationConfig.t option;Information about the serverless replication config that was modified.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `InvalidResourceStateFault of InvalidResourceStateFault.t| `InvalidSubnet of InvalidSubnet.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ReplicationSubnetGroupDoesNotCoverEnoughAZs of
ReplicationSubnetGroupDoesNotCoverEnoughAZs.t| `ResourceNotFoundFault of ResourceNotFoundFault.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
| `ResourceNotFoundFault of ResourceNotFoundFault.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
| `ResourceNotFoundFault of ResourceNotFoundFault.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 ]