Module Values.ModifyReplicationConfigResponseSource

Modifies 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.

Sourcetype nonrec t = {
  1. replicationConfig : ReplicationConfig.t option;
    (*

    Information about the serverless replication config that was modified.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `InvalidResourceStateFault of InvalidResourceStateFault.t
  3. | `InvalidSubnet of InvalidSubnet.t
  4. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  5. | `ReplicationSubnetGroupDoesNotCoverEnoughAZs of ReplicationSubnetGroupDoesNotCoverEnoughAZs.t
  6. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?replicationConfig:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t