We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074d64f commit 9b323c9Copy full SHA for 9b323c9
aws_lambda_powertools/utilities/parser/models/iot_registry_events.py
@@ -30,7 +30,7 @@ class IoTCoreThingEvent(IoTCoreRegistryEventsBase):
30
31
32
class IoTCoreThingTypeEvent(IoTCoreRegistryEventsBase):
33
- operation: IoTCRUDEventOperation
+ operation: EVENT_CRUD_OPERATION
34
accountId: str
35
thingTypeId: str
36
thingTypeName: str
0 commit comments