AppliedManifestInfo interface
Information about a manifest applied to a region.
Properties
| applied |
Commit id of manifest being applied. |
| manifest |
Time at which the manifest was applied. |
| previous |
Commit id of previous manifest. |
| region | Region to which the manifest was applied. |
Property Details
appliedCommitId
Commit id of manifest being applied.
appliedCommitId?: string
Property Value
string
manifestAppliedAt
Time at which the manifest was applied.
manifestAppliedAt?: Date
Property Value
Date
previousCommitId
Commit id of previous manifest.
previousCommitId?: string
Property Value
string
region
Region to which the manifest was applied.
region?: string
Property Value
string