Module Smaws_Client_SSM.ListResourceDataSync

val request : Smaws_Lib.Context.t -> list_resource_data_sync_request -> (list_resource_data_sync_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of internal_server_error | `InvalidNextToken of invalid_next_token | `ResourceDataSyncInvalidConfigurationException of resource_data_sync_invalid_configuration_exception ]) Stdlib.result

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

The number of sync configurations might be too large to return using a single call to ListResourceDataSync. You can limit the number of sync configurations returned by using the MaxResults parameter. To determine whether there are more sync configurations to list, check the value of NextToken in the output. If there are more sync configurations to list, you can request them by specifying the NextToken returned in the call to the parameter of a subsequent call.