We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759b2e6 commit 8fb8f6dCopy full SHA for 8fb8f6d
ominfra/clouds/aws/models/gen/gen.py
@@ -186,6 +186,7 @@ def get_type_ann(
186
'IAM',
187
'IO',
188
'IP',
189
+ 'JSON',
190
'KMS',
191
'MD5',
192
'MFA',
ominfra/clouds/aws/models/services/lambda_.py
@@ -88,7 +88,7 @@ class LastUpdateStatusReasonCode(_enum.Enum):
88
89
90
class LogFormat(_enum.Enum):
91
- J_S_O_N = 'JSON'
+ JSON = 'JSON'
92
TEXT = 'Text'
93
94
0 commit comments