Skip to content

Commit 8fb8f6d

Browse files
committed
2025-01-08T23:02:07Z
1 parent 759b2e6 commit 8fb8f6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ominfra/clouds/aws/models/gen/gen.py

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def get_type_ann(
186186
'IAM',
187187
'IO',
188188
'IP',
189+
'JSON',
189190
'KMS',
190191
'MD5',
191192
'MFA',

ominfra/clouds/aws/models/services/lambda_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class LastUpdateStatusReasonCode(_enum.Enum):
8888

8989

9090
class LogFormat(_enum.Enum):
91-
J_S_O_N = 'JSON'
91+
JSON = 'JSON'
9292
TEXT = 'Text'
9393

9494

0 commit comments

Comments
 (0)