AWSIoTEventType

Objective-C

NS_ENUM(NSInteger, AWSIoTEventType) {
    AWSIoTEventTypeUnknown,
    AWSIoTEventTypeThing,
    AWSIoTEventTypeThingGroup,
    AWSIoTEventTypeThingType,
    AWSIoTEventTypeThingGroupMembership,
    AWSIoTEventTypeThingGroupHierarchy,
    AWSIoTEventTypeThingTypeAssociation,
    AWSIoTEventTypeJob,
    AWSIoTEventTypeJobExecution,
    AWSIoTEventTypePolicy,
    AWSIoTEventTypeCertificate,
    AWSIoTEventTypeCaCertificate,
}

Swift

enum AWSIoTEventType : Int, @unchecked Sendable

Undocumented