Module Values.StartNetworkMigrationCodeGenerationRequestSource

Starts a code generation job to convert network migration mappings into infrastructure-as-code templates.

Sourcetype nonrec t = {
  1. networkMigrationExecutionID : NetworkMigrationExecutionID.t;
    (*

    The unique identifier of the network migration execution.

    *)
  2. networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;
    (*

    The unique identifier of the network migration definition.

    *)
  3. codeGenerationOutputFormatTypes : CodeGenerationOutputFormatTypes.t option;
    (*

    The output format types for code generation, such as CloudFormation or Terraform.

    *)
}
Sourceval context_ : string
Sourceval make : ?codeGenerationOutputFormatTypes:??? -> networkMigrationExecutionID:NetworkMigrationExecutionID.t -> networkMigrationDefinitionID:NetworkMigrationDefinitionID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of NetworkMigrationExecutionID.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