UpgradeStepItem
Represents a single step of an upgrade or upgrade eligibility check workflow.
Contents
- Issues
-
A list of strings containing detailed information about the errors encountered in a particular step.
Type: Array of strings
Required: No
- ProgressPercent
-
The floating point value representing the progress percentage of a particular step.
Type: Double
Required: No
- UpgradeStep
-
One of three steps that an upgrade or upgrade eligibility check goes through:
-
PreUpgradeCheck
-
Snapshot
-
Upgrade
Type: String
Valid Values:
PRE_UPGRADE_CHECK | SNAPSHOT | UPGRADE
Required: No
-
- UpgradeStepStatus
-
The current status of the upgrade. The status can take one of the following values:
-
In Progress
-
Succeeded
-
Succeeded with Issues
-
Failed
Type: String
Valid Values:
IN_PROGRESS | SUCCEEDED | SUCCEEDED_WITH_ISSUES | FAILED
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: