Module Values.StartNetworkMigrationMappingUpdateRequestSource

Starts a job to apply customer modifications to network migration mappings, such as changing properties.

Sourcetype nonrec t = {
  1. networkMigrationExecutionID : NetworkMigrationExecutionID.t;
    (*

    The unique identifier of the network migration execution.

    *)
  2. networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;
    (*

    The unique identifier of the network migration definition.

    *)
  3. constructs : StartNetworkMigrationMappingUpdateConstructs.t option;
    (*

    A list of construct updates to apply.

    *)
  4. segments : StartNetworkMigrationMappingUpdateSegments.t option;
    (*

    A list of segment updates to apply.

    *)
}
Sourceval context_ : string
Sourceval make : ?constructs:??? -> ?segments:??? -> networkMigrationExecutionID:NetworkMigrationExecutionID.t -> networkMigrationDefinitionID:NetworkMigrationDefinitionID.t -> unit -> t
Sourceval 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 ]
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