Values.UpdateNetworkMigrationMapperSegmentRequestSourceUpdates a mapper segment's configuration, such as changing its scope tags.
type nonrec t = {networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition.
*)networkMigrationExecutionID : NetworkMigrationExecutionID.t;The unique identifier of the network migration execution.
*)segmentID : SegmentID.t;The unique identifier of the segment to update.
*)scopeTags : ScopeTagsMap.t option;The updated scope tags for the segment.
*)}val make :
?scopeTags:??? ->
networkMigrationDefinitionID:NetworkMigrationDefinitionID.t ->
networkMigrationExecutionID:NetworkMigrationExecutionID.t ->
segmentID:SegmentID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ScopeTagKey.t ] * [> `String of ScopeTagValue.t ])
list
| `String of NetworkMigrationDefinitionID.t ])
list ]