Skip to content

Commit 9b323c9

Browse files
Update aws_lambda_powertools/utilities/parser/models/iot_registry_events.py
Co-authored-by: Leandro Damascena <[email protected]> Signed-off-by: Bas <[email protected]>
1 parent 074d64f commit 9b323c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/utilities/parser/models/iot_registry_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class IoTCoreThingEvent(IoTCoreRegistryEventsBase):
3030

3131

3232
class IoTCoreThingTypeEvent(IoTCoreRegistryEventsBase):
33-
operation: IoTCRUDEventOperation
33+
operation: EVENT_CRUD_OPERATION
3434
accountId: str
3535
thingTypeId: str
3636
thingTypeName: str

0 commit comments

Comments
 (0)