OTAUpdateFile
public struct OTAUpdateFile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of name/attribute pairs.
Declaration
Swift
public let attributes: [String : String]? -
The code signing method of the file.
Declaration
Swift
public let codeSigning: CodeSigning? -
The location of the updated firmware.
Declaration
Swift
public let fileLocation: FileLocation? -
The name of the file.
Declaration
Swift
public let fileName: String? -
The file version.
Declaration
Swift
public let fileVersion: String? -
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, codeSigning: CodeSigning? = nil, fileLocation: FileLocation? = nil, fileName: String? = nil, fileVersion: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
OTAUpdateFile Structure Reference