Module Values.UpdateNetworkMigrationDefinitionRequestSource

Updates an existing network migration definition with new source or target configurations.

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

    The unique identifier of the network migration definition to update.

    *)
  2. name : NetworkMigrationDefinitionName.t option;
    (*

    The updated name of the network migration definition.

    *)
  3. description : NetworkMigrationDefinitionDescription.t option;
    (*

    The updated description of the network migration definition.

    *)
  4. sourceConfigurations : SourceConfigurationList.t option;
    (*

    The updated list of source configurations.

    *)
  5. targetS3Configuration : TargetS3ConfigurationUpdate.t option;
    (*

    The updated S3 configuration for storing the target network artifacts.

    *)
  6. targetNetwork : TargetNetworkUpdate.t option;
    (*

    The updated target network configuration.

    *)
  7. targetDeployment : TargetDeployment.t option;
    (*

    The updated target deployment configuration.

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

    The updated scope tags for the network migration definition.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?sourceConfigurations:??? -> ?targetS3Configuration:??? -> ?targetNetwork:??? -> ?targetDeployment:??? -> ?scopeTags:??? -> networkMigrationDefinitionID:NetworkMigrationDefinitionID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of S3BucketName.t ]) list ]) list ] list | `Map of ([> `String of ScopeTagKey.t ] * [> `String of ScopeTagValue.t ]) list | `String of NetworkMigrationDefinitionID.t | `Structure of (string * [> `Enum of string | `String of S3BucketName.t ]) 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