Values.StartNetworkMigrationCodeGenerationRequestSourceStarts a code generation job to convert network migration mappings into infrastructure-as-code templates.
type nonrec t = {networkMigrationExecutionID : NetworkMigrationExecutionID.t;The unique identifier of the network migration execution.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition.
*)codeGenerationOutputFormatTypes : CodeGenerationOutputFormatTypes.t option;The output format types for code generation, such as CloudFormation or Terraform.
*)}val make :
?codeGenerationOutputFormatTypes:??? ->
networkMigrationExecutionID:NetworkMigrationExecutionID.t ->
networkMigrationDefinitionID:NetworkMigrationDefinitionID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of NetworkMigrationExecutionID.t ])
list ]