Module Values.SourceConfigurationSource

Configuration for a migration source environment.

Sourcetype nonrec t = {
  1. sourceEnvironment : SourceEnvironment.t;
    (*

    The source environment type.

    *)
  2. sourceS3Configuration : SourceS3Configuration.t;
    (*

    The S3 configuration for the source data.

    *)
}
Sourceval context_ : string
Sourceval make : sourceEnvironment:SourceEnvironment.t -> sourceS3Configuration:SourceS3Configuration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of S3BucketName.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