Module Values.StartNetworkMigrationMappingUpdateConstructSource

A construct update to apply during a mapping update operation.

Sourcetype nonrec t = {
  1. segmentID : SegmentID.t;
    (*

    The ID of the segment containing the construct.

    *)
  2. constructID : ConstructID.t;
    (*

    The ID of the construct to update.

    *)
  3. constructType : NetworkMigrationMapperSegmentConstructType.t;
    (*

    The type of the construct.

    *)
  4. operation : OperationUnion.t option;
    (*

    The operation to perform on the construct.

    *)
}
Sourceval context_ : string
Sourceval make : ?operation:??? -> segmentID:SegmentID.t -> constructID:ConstructID.t -> constructType:NetworkMigrationMapperSegmentConstructType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]
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