fourmolu-0.15.0.0: fixity-tests/test-0-ugly-expected.hs
instance A.ToJSON UpdateTable where
toJSON a =
A.object $
"TableName"
.= updateTableName a
:> "ProvisionedThroughput"
.= updateProvisionedThroughput a
:> case updateGlobalSecondaryIndexUpdates a of
[] -> []
l -> ["GlobalSecondaryIndexUpdates" .= l]