UpdateSummary
UpdateSummary contains a subset of the update data found in apitype.UpdateInfo.
Properties
resultenum requiredThe result of the update.Values:not-started— NotStarted- The update has not started.
in-progress— InProgress- The update has not yet completed.
succeeded— Succeeded- The update completed successfully.
failed— Failed- The update has failed.
startTimeinteger requiredThe start time of the update as a Unix timestamp.endTimeinteger requiredThe end time of the update as a Unix timestamp.resourceCountinteger requiredResourceCount is the current resource count for the update. Note that it doesn’t reflect the Stack’s current resource count, only that particular update. (So the UpdateSummary for the same Stack will be different.)