AWSIoTDeleteOTAUpdateRequest

Objective-C

@interface AWSIoTDeleteOTAUpdateRequest

Swift

class AWSIoTDeleteOTAUpdateRequest
  • When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable deleteStream;

    Swift

    var deleteStream: NSNumber? { get set }
  • When true, deletes the IoT job created by the OTAUpdate process even if it is “IN_PROGRESS”. Otherwise, if the job is not in a terminal state (“COMPLETED” or “CANCELED”) an exception will occur. The default is false.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable forceDeleteAWSJob;

    Swift

    var forceDeleteAWSJob: NSNumber? { get set }
  • The ID of the OTA update to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable otaUpdateId;

    Swift

    var otaUpdateId: String? { get set }