Values_1.UpdateResourceDataSyncRequestSourceUpdate a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one. This API operation only supports a resource data sync that was created with a SyncFromSource SyncType.
type nonrec t = {syncName : Values_0.ResourceDataSyncName.t;The name of the resource data sync you want to update.
*)syncType : Values_0.ResourceDataSyncType.t;The type of resource data sync. The supported SyncType is SyncFromSource.
*)syncSource : Values_0.ResourceDataSyncSource.t;Specify information about the data sources to synchronize.
*)}val make :
syncName:Values_0.ResourceDataSyncName.t ->
syncType:Values_0.ResourceDataSyncType.t ->
syncSource:Values_0.ResourceDataSyncSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ResourceDataSyncName.t
| `Structure of
(string
* [> `Boolean of bool
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string ])
list ])
list ])
list ]