Module Values.GetResourceSyncStatusOutputSource

Returns the status of the sync with the Git repository for a specific Amazon Web Services resource.

Sourcetype nonrec t = {
  1. desiredState : Revision.t option;
    (*

    The desired state of the Amazon Web Services resource for the sync status with the Git repository.

    *)
  2. latestSuccessfulSync : ResourceSyncAttempt.t option;
    (*

    The latest successful sync for the sync status with the Git repository.

    *)
  3. latestSync : ResourceSyncAttempt.t option;
    (*

    The latest sync for the sync status with the Git repository, whether successful or not.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `InvalidInputException of InvalidInputException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?desiredState:??? -> ?latestSuccessfulSync:??? -> ?latestSync:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t