Values.NetworkMigrationCodeGenerationSegmentSourceA segment of generated code representing a logical grouping of infrastructure resources.
type nonrec t = {jobID : NetworkMigrationJobID.t option;The unique identifier of the code generation job.
*)networkMigrationExecutionID : NetworkMigrationExecutionID.t option;The unique identifier of the network migration execution.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t option;The unique identifier of the network migration definition.
*)segmentID : SegmentID.t option;The unique identifier of the segment.
*)segmentType : NetworkMigrationCodeGenerationSegmentType.t option;The type of the segment.
*)logicalID : LogicalID.t option;The logical identifier for the segment.
*)mapperSegmentID : SegmentID.t option;The ID of the mapper segment that this code generation segment was created from.
*)artifacts : NetworkMigrationCodeGenerationArtifacts.t option;A list of artifacts generated for this segment.
*)referencedSegments : ReferencedSegmentsList.t option;A list of other segments that this segment depends on or references.
*)createdAt : Timestamp.t option;The timestamp when the segment was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of SegmentID.t
| `Structure of
(string
* [> `Enum of string
| `String of NetworkMigrationCodeGenerationArtifactID.t
| `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NetworkMigrationJobID.t
| `Timestamp of Timestamp.t ])
list ]