Values.StartNetworkMigrationMappingUpdateSegmentSourceA segment update to apply during a mapping update operation.
type nonrec t = {segmentID : SegmentID.t;The ID of the segment to update.
*)targetAccount : AccountID.t option;The updated target AWS account for the segment.
*)scopeTags : ScopeTagsMap.t option;The updated scope tags for the segment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ScopeTagKey.t ] * [> `String of ScopeTagValue.t ])
list
| `String of SegmentID.t ])
list ]