Values.GetResourceSyncStatusOutputSourceReturns the status of the sync with the Git repository for a specific Amazon Web Services resource.
type nonrec t = {desiredState : Revision.t option;The desired state of the Amazon Web Services resource for the sync status with the Git repository.
*)latestSuccessfulSync : ResourceSyncAttempt.t option;The latest successful sync for the sync status with the Git repository.
*)latestSync : ResourceSyncAttempt.t option;The latest sync for the sync status with the Git repository, whether successful or not.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of Event.t | `Timestamp of Timestamp.t ])
list ]
list
| `String of BranchName.t
| `Structure of
(string * [> `Enum of string | `String of BranchName.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]