Module Values.ExportMetadataModelAssessmentMessageSource

Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.

Sourcetype nonrec t = {
  1. migrationProjectIdentifier : MigrationProjectIdentifier.t;
    (*

    The migration project name or Amazon Resource Name (ARN).

    *)
  2. selectionRules : String_.t;
    (*

    A value that specifies the database objects to assess.

    *)
  3. fileName : String_.t option;
    (*

    The name of the assessment file to create in your Amazon S3 bucket.

    *)
  4. assessmentReportTypes : AssessmentReportTypesList.t option;
    (*

    The file format of the assessment file.

    *)
}
Sourceval context_ : string
Sourceval make : ?fileName:??? -> ?assessmentReportTypes:??? -> migrationProjectIdentifier:MigrationProjectIdentifier.t -> selectionRules:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of MigrationProjectIdentifier.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