FileLocation
public struct FileLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The location of the updated firmware in S3.
Declaration
Swift
public let s3Location: S3Location? -
The stream that contains the OTA update.
Declaration
Swift
public let stream: Stream? -
Undocumented
Declaration
Swift
public init(s3Location: S3Location? = nil, stream: Stream? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
FileLocation Structure Reference