Values.NetworkMigrationDefinitionSourceCreates a new network migration definition that specifies the source and target network configuration for a migration.
type nonrec t = {arn : ARN.t option;The Amazon Resource Name (ARN) of the network migration definition.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t option;The unique identifier of the network migration definition.
*)name : NetworkMigrationDefinitionName.t option;The name of the network migration definition.
*)description : NetworkMigrationDefinitionDescription.t option;A description of the network migration definition.
*)sourceConfigurations : SourceConfigurationList.t option;A list of source configurations for the network migration.
*)targetS3Configuration : TargetS3Configuration.t option;The S3 configuration for storing the target network artifacts.
*)targetNetwork : TargetNetwork.t option;The target network configuration including topology and CIDR ranges.
*)targetDeployment : TargetDeployment.t option;The target deployment configuration for the migrated network.
*)createdAt : Timestamp.t option;The timestamp when the network migration definition was created.
*)updatedAt : Timestamp.t option;The timestamp when the network migration definition was last updated.
*)scopeTags : ScopeTagsMap.t option;Scope tags for the network migration definition.
*)}type nonrec error = [ | `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ARN.t
| `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ]) list
| `Timestamp of Timestamp.t ])
list ]