AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DeleteOTAUpdate operation. Delete an OTA update.

Requires permission to access the DeleteOTAUpdate action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.DeleteOTAUpdateRequest

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class DeleteOTAUpdateRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The DeleteOTAUpdateRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteOTAUpdateRequest()

Properties

NameTypeDescription
Public Property DeleteStream System.Boolean

Gets and sets the property DeleteStream.

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.

Public Property ForceDeleteAWSJob System.Boolean

Gets and sets the property ForceDeleteAWSJob.

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.

Public Property OtaUpdateId System.String

Gets and sets the property OtaUpdateId.

The ID of the OTA update to delete.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5