Safe Haskell | None |
---|---|
Language | Haskell2010 |
Audit Log models
Documentation
Instances
Show AuditLog Source # | |
Generic AuditLog Source # | |
FromJSON AuditLog Source # | |
TextShow AuditLog Source # | |
type Rep AuditLog Source # | |
Defined in Calamity.Types.Model.Guild.AuditLog type Rep AuditLog = D1 ('MetaData "AuditLog" "Calamity.Types.Model.Guild.AuditLog" "calamity-0.3.0.0-inplace" 'False) (C1 ('MetaCons "AuditLog" 'PrefixI 'True) (S1 ('MetaSel ('Just "webhooks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (SnowflakeMap Webhook)) :*: (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (SnowflakeMap User)) :*: S1 ('MetaSel ('Just "auditLogEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (SnowflakeMap AuditLogEntry))))) |
data AuditLogEntry Source #
AuditLogEntry | |
|
Instances
data AuditLogEntryInfo Source #
Instances
data AuditLogChange Source #
Instances
data AuditLogAction Source #