Values.StartNetworkMigrationMappingUpdateRequestSourceStarts a job to apply customer modifications to network migration mappings, such as changing properties.
type nonrec t = {networkMigrationExecutionID : NetworkMigrationExecutionID.t;The unique identifier of the network migration execution.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition.
*)constructs : StartNetworkMigrationMappingUpdateConstructs.t option;A list of construct updates to apply.
*)segments : StartNetworkMigrationMappingUpdateSegments.t option;A list of segment updates to apply.
*)}val make :
?constructs:??? ->
?segments:??? ->
networkMigrationExecutionID:NetworkMigrationExecutionID.t ->
networkMigrationDefinitionID:NetworkMigrationDefinitionID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of ScopeTagKey.t ]
* [> `String of ScopeTagValue.t ])
list
| `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 ]
list
| `String of NetworkMigrationExecutionID.t ])
list ]