RepositorySyncAttempt
Information about a repository sync attempt for a repository with a sync configuration.
Contents
- Events
-
The events associated with a specific sync attempt.
Type: Array of RepositorySyncEvent objects
Required: Yes
- StartedAt
-
The start time of a specific sync attempt.
Type: Timestamp
Required: Yes
- Status
-
The status of a specific sync attempt. The following are valid statuses:
-
INITIATED - A repository sync attempt has been created and will begin soon.
-
IN_PROGRESS - A repository sync attempt has started and work is being done to reconcile the branch.
-
SUCCEEDED - The repository sync attempt has completed successfully.
-
FAILED - The repository sync attempt has failed.
-
QUEUED - The repository sync attempt didn't execute and was queued.
Type: String
Valid Values:
FAILED | INITIATED | IN_PROGRESS | SUCCEEDED | QUEUED
Required: Yes
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: