Values.GetSynchronizationConfigurationResponseSourceReturns the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.
type nonrec t = {latestVersionNumber : Integer.t option;The version number of the synchronization configuration. Use this value with PutSynchronizationConfiguration to ensure optimistic concurrency control.
*)importDataRules : GetSynchronizationConfigurationResponseImportDataRulesList.t
option;An array of import data rules that control how data is imported from S3 into the file system.
*)expirationDataRules : GetSynchronizationConfigurationResponseExpirationDataRulesList.t
option;An array of expiration data rules that control when cached data expires from the file system.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val 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 ])
list ]