AppliedManifestInfo interface

Information about a manifest applied to a region.

Properties

appliedCommitId

Commit id of manifest being applied.

manifestAppliedAt

Time at which the manifest was applied.

previousCommitId

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