DeleteOTAUpdateRequest
public struct DeleteOTAUpdateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
Declaration
Swift
public let deleteStream: Bool?
-
Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
Declaration
Swift
public let forceDeleteAWSJob: Bool?
-
The ID of the OTA update to delete.
Declaration
Swift
public let otaUpdateId: String
-
Undocumented
Declaration
Swift
public init(deleteStream: Bool? = nil, forceDeleteAWSJob: Bool? = nil, otaUpdateId: String)
-
Declaration
Swift
public func validate(name: String) throws