Module Values.CreateMigrationProjectResponseSource

Creates the migration project using the specified parameters. You can run this action only after you create an instance profile and data providers using CreateInstanceProfile and CreateDataProvider.

Sourcetype nonrec t = {
  1. migrationProject : MigrationProject.t option;
    (*

    The migration project that was created.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `FailedDependencyFault of FailedDependencyFault.t
  3. | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
  4. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  5. | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
  6. | `S3AccessDeniedFault of S3AccessDeniedFault.t
  7. | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?migrationProject:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `FailedDependencyFault of FailedDependencyFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `S3AccessDeniedFault of S3AccessDeniedFault.t | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `FailedDependencyFault of FailedDependencyFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `S3AccessDeniedFault of S3AccessDeniedFault.t | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list | `Timestamp of Iso8601DateTime.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