Module Values.GetResourceSyncStatusInputSource

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

Sourcetype nonrec t = {
  1. resourceName : ResourceName.t;
    (*

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

    *)
  2. syncType : SyncConfigurationType.t;
    (*

    The sync type for the sync status with the Git repository.

    *)
}
Sourceval context_ : string
Sourceval make : resourceName:ResourceName.t -> syncType:SyncConfigurationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceName.t ]) 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