Module Values.UpdateNetworkMigrationMapperSegmentRequestSource

Updates a mapper segment's configuration, such as changing its scope tags.

Sourcetype nonrec t = {
  1. networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;
    (*

    The unique identifier of the network migration definition.

    *)
  2. networkMigrationExecutionID : NetworkMigrationExecutionID.t;
    (*

    The unique identifier of the network migration execution.

    *)
  3. segmentID : SegmentID.t;
    (*

    The unique identifier of the segment to update.

    *)
  4. scopeTags : ScopeTagsMap.t option;
    (*

    The updated scope tags for the segment.

    *)
}
Sourceval context_ : string
Sourceval make : ?scopeTags:??? -> networkMigrationDefinitionID:NetworkMigrationDefinitionID.t -> networkMigrationExecutionID:NetworkMigrationExecutionID.t -> segmentID:SegmentID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of ScopeTagKey.t ] * [> `String of ScopeTagValue.t ]) list | `String of NetworkMigrationDefinitionID.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