Values.PutSynchronizationConfigurationRequestSourceCreates or updates the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.
type nonrec t = {fileSystemId : FileSystemId.t;The ID or Amazon Resource Name (ARN) of the S3 File System to configure synchronization for.
*)latestVersionNumber : Integer.t option;The version number of the current synchronization configuration. Omit this value when creating a synchronization configuration for the first time. For subsequent updates, provide this value for optimistic concurrency control. If the version number does not match the current configuration, the request fails with a ConflictException.
*)importDataRules : PutSynchronizationConfigurationRequestImportDataRulesList.t;An array of import data rules that control how data is imported from S3 into the file system.
*)expirationDataRules : PutSynchronizationConfigurationRequestExpirationDataRulesList.t;An array of expiration data rules that control when cached data expires from the file system.
*)}val make :
?latestVersionNumber:??? ->
fileSystemId:FileSystemId.t ->
importDataRules:PutSynchronizationConfigurationRequestImportDataRulesList.t ->
expirationDataRules:
PutSynchronizationConfigurationRequestExpirationDataRulesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of
ExpirationDataRuleDaysAfterLastAccessInteger.t
| `Long of ImportDataRuleSizeLessThanLong.t
| `String of ImportDataRulePrefixString.t ])
list ]
list
| `String of FileSystemId.t ])
list ]