PatchSummary
public struct PatchSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of patches from the compliance standard that failed to install.
Declaration
Swift
public let failedCount: Int?
-
The identifier of the compliance standard that was used to determine the patch compliance status.
Declaration
Swift
public let id: String
-
The number of patches from the compliance standard that were installed successfully.
Declaration
Swift
public let installedCount: Int?
-
The number of installed patches that are not part of the compliance standard.
Declaration
Swift
public let installedOtherCount: Int?
-
The number of patches that were installed since the last time the instance was rebooted.
Declaration
Swift
public let installedPendingReboot: Int?
-
The number of patches that are installed but are also on a list of patches that the customer rejected.
Declaration
Swift
public let installedRejectedCount: Int?
-
The number of patches that are part of the compliance standard but are not installed. The count includes patches that failed to install.
Declaration
Swift
public let missingCount: Int?
-
The type of patch operation performed. For Patch Manager, the values are SCAN and INSTALL.
Declaration
Swift
public let operation: String?
-
Indicates when the operation completed. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let operationEndTime: String?
-
Indicates when the operation started. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let operationStartTime: String?
-
The reboot option specified for the instance.
Declaration
Swift
public let rebootOption: String?
-
init(failedCount:id:installedCount:installedOtherCount:installedPendingReboot:installedRejectedCount:missingCount:operation:operationEndTime:operationStartTime:rebootOption:)
Undocumented
Declaration
Swift
public init(failedCount: Int? = nil, id: String, installedCount: Int? = nil, installedOtherCount: Int? = nil, installedPendingReboot: Int? = nil, installedRejectedCount: Int? = nil, missingCount: Int? = nil, operation: String? = nil, operationEndTime: String? = nil, operationStartTime: String? = nil, rebootOption: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws