Values.StartImportFileEnrichmentRequestSourceStarts an import file enrichment job to process and enrich network migration import files with additional metadata and IP assignment strategies.
type nonrec t = {clientToken : ClientIdempotencyToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)s3BucketSource : EnrichmentSourceS3Configuration.t;The S3 configuration specifying the source location of the import file to be enriched.
*)s3BucketTarget : EnrichmentTargetS3Configuration.t;The S3 configuration specifying the target location where the enriched import file will be stored.
*)ipAssignmentStrategy : IpAssignmentStrategy.t option;The IP assignment strategy to use when enriching the import file. Can be STATIC or DYNAMIC.
*)}val make :
?clientToken:??? ->
?ipAssignmentStrategy:??? ->
s3BucketSource:EnrichmentSourceS3Configuration.t ->
s3BucketTarget:EnrichmentTargetS3Configuration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ClientIdempotencyToken.t
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]