AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotmanagedintegrations
/
aws.sdk.kotlin.services.iotmanagedintegrations.model
/
EventType
Event
Type
sealed
class
EventType
Inheritors
AccountAssociation
ConnectorAssociation
ConnectorErrorReport
DeviceCommand
DeviceCommandRequest
DeviceDiscoveryStatus
DeviceEvent
DeviceLifeCycle
DeviceOta
DeviceState
SdkUnknown
Members
Types
Account
Association
Link copied to clipboard
object
AccountAssociation
:
EventType
Companion
Link copied to clipboard
object
Companion
Connector
Association
Link copied to clipboard
object
ConnectorAssociation
:
EventType
Connector
Error
Report
Link copied to clipboard
object
ConnectorErrorReport
:
EventType
Device
Command
Link copied to clipboard
object
DeviceCommand
:
EventType
Device
Command
Request
Link copied to clipboard
object
DeviceCommandRequest
:
EventType
Device
Discovery
Status
Link copied to clipboard
object
DeviceDiscoveryStatus
:
EventType
Device
Event
Link copied to clipboard
object
DeviceEvent
:
EventType
Device
Life
Cycle
Link copied to clipboard
object
DeviceLifeCycle
:
EventType
Device
Ota
Link copied to clipboard
object
DeviceOta
:
EventType
Device
State
Link copied to clipboard
object
DeviceState
:
EventType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EventType
Properties
value
Link copied to clipboard
abstract
val
value
:
String