Module Values.ModifyReplicationConfigMessageSource

Sourcetype nonrec t = {
  1. replicationConfigArn : String_.t;
    (*

    The Amazon Resource Name of the replication to modify.

    *)
  2. replicationConfigIdentifier : String_.t option;
    (*

    The new replication config to apply to the replication.

    *)
  3. replicationType : MigrationTypeValue.t option;
    (*

    The type of replication.

    *)
  4. tableMappings : String_.t option;
    (*

    Table mappings specified in the replication.

    *)
  5. replicationSettings : String_.t option;
    (*

    The settings for the replication.

    *)
  6. supplementalSettings : String_.t option;
    (*

    Additional settings for the replication.

    *)
  7. computeConfig : ComputeConfig.t option;
    (*

    Configuration parameters for provisioning an DMS Serverless replication.

    *)
  8. sourceEndpointArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.

    *)
  9. targetEndpointArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?replicationConfigIdentifier:??? -> ?replicationType:??? -> ?tableMappings:??? -> ?replicationSettings:??? -> ?supplementalSettings:??? -> ?computeConfig:??? -> ?sourceEndpointArn:??? -> ?targetEndpointArn:??? -> replicationConfigArn:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]) 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