Skip to content

Commit b66e5d8

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 f03655d commit b66e5d8

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
@@ -24,7 +24,7 @@ class AddRemoveOperation(str, enum.Enum):
2424
class IoTCoreThingEvent(IoTCoreRegistryEventsBase):
2525
"""The "Thing: created, updated, deleted" event"""
2626

27-
operation: IoTCRUDEventOperation
27+
operation: EVENT_CRUD_OPERATION
2828

2929
thingId: str
3030
accountId: str

0 commit comments

Comments
 (0)