AWSIoTServiceType

Objective-C

NS_ENUM(NSInteger, AWSIoTServiceType) {
    AWSIoTServiceTypeUnknown,
    AWSIoTServiceTypeData,
    AWSIoTServiceTypeCredentialProvider,
    AWSIoTServiceTypeJobs,
}

Swift

enum AWSIoTServiceType : Int, @unchecked Sendable

Undocumented