Module Values.StartAssessmentRequestSource

Starts the assessment of an on-premises environment.

Sourcetype nonrec t = {
  1. assessmentDataSourceType : AssessmentDataSourceType.t option;
    (*

    The data source type of an assessment to be started.

    *)
  2. assessmentTargets : AssessmentTargets.t option;
    (*

    List of criteria for assessment.

    *)
  3. s3bucketForAnalysisData : StartAssessmentRequestS3bucketForAnalysisDataString.t option;
    (*

    The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.

    *)
  4. s3bucketForReportData : StartAssessmentRequestS3bucketForReportDataString.t option;
    (*

    The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.

    *)
}
Sourceval make : ?assessmentDataSourceType:??? -> ?assessmentTargets:??? -> ?s3bucketForAnalysisData:??? -> ?s3bucketForReportData:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of StartAssessmentRequestS3bucketForAnalysisDataString.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