Module Values.CompleteMigrationMessageSource

Complete the migration of data.

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

    The ID of the replication group to which data is being migrated.

    *)
  2. force : Boolean.t option;
    (*

    Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.

    *)
}
Sourceval context_ : string
Sourceval make : ?force:??? -> replicationGroupId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) 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