Values.StartNetworkMigrationMappingUpdateConstructSourceA construct update to apply during a mapping update operation.
type nonrec t = {segmentID : SegmentID.t;The ID of the segment containing the construct.
*)constructID : ConstructID.t;The ID of the construct to update.
*)constructType : NetworkMigrationMapperSegmentConstructType.t;The type of the construct.
*)operation : OperationUnion.t option;The operation to perform on the construct.
*)}val make :
?operation:??? ->
segmentID:SegmentID.t ->
constructID:ConstructID.t ->
constructType:NetworkMigrationMapperSegmentConstructType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SegmentID.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `String of SegmentID.t ]) list ]
list
| `Map of
([> `String of ConstructPropertyKey.t ]
* [> `String of MarshalledResourceDefinition.t ])
list
| `String of SegmentConstructName.t ])
list ])
list ])
list ]