UpgradeHistory
public struct UpgradeHistory : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
UTC Timestamp at which the Upgrade API call was made in “yyyy-MM-ddTHH:mm:ssZ” format.
Declaration
Swift
public let startTimestamp: TimeStamp? -
A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.
Declaration
Swift
public let stepsList: [UpgradeStepItem]? -
A string that describes the update briefly
Declaration
Swift
public let upgradeName: String? -
The overall status of the update. The status can take one of the following values: In Progress Succeeded Succeeded with Issues Failed
Declaration
Swift
public let upgradeStatus: UpgradeStatus? -
Undocumented
Declaration
Swift
public init(startTimestamp: TimeStamp? = nil, stepsList: [UpgradeStepItem]? = nil, upgradeName: String? = nil, upgradeStatus: UpgradeStatus? = nil)
View on GitHub
UpgradeHistory Structure Reference