| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.AppMesh.VirtualNode.AccessLogProperty
Documentation
data LoggingFormatProperty Source #
Constructors
| LoggingFormatProperty | |
Fields
| |
Instances
data JsonFormatRefProperty Source #
Constructors
| JsonFormatRefProperty | |
Instances
| ToJSON JsonFormatRefProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.JsonFormatRefProperty Methods toJSON :: JsonFormatRefProperty -> Value # toEncoding :: JsonFormatRefProperty -> Encoding # toJSONList :: [JsonFormatRefProperty] -> Value # toEncodingList :: [JsonFormatRefProperty] -> Encoding # omitField :: JsonFormatRefProperty -> Bool # | |||||
| Show JsonFormatRefProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.JsonFormatRefProperty Methods showsPrec :: Int -> JsonFormatRefProperty -> ShowS # show :: JsonFormatRefProperty -> String # showList :: [JsonFormatRefProperty] -> ShowS # | |||||
| Eq JsonFormatRefProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.JsonFormatRefProperty Methods (==) :: JsonFormatRefProperty -> JsonFormatRefProperty -> Bool # (/=) :: JsonFormatRefProperty -> JsonFormatRefProperty -> Bool # | |||||
| ToResourceProperties JsonFormatRefProperty Source # | |||||
| Property "Key" JsonFormatRefProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.JsonFormatRefProperty Associated Types
Methods set :: PropertyType "Key" JsonFormatRefProperty -> JsonFormatRefProperty -> JsonFormatRefProperty # | |||||
| Property "Value" JsonFormatRefProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.JsonFormatRefProperty Associated Types
Methods set :: PropertyType "Value" JsonFormatRefProperty -> JsonFormatRefProperty -> JsonFormatRefProperty # | |||||
| type PropertyType "Key" JsonFormatRefProperty Source # | |||||
| type PropertyType "Value" JsonFormatRefProperty Source # | |||||
data FileAccessLogProperty Source #
Constructors
| FileAccessLogProperty | |
Fields
| |
Instances
| ToJSON FileAccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.FileAccessLogProperty Methods toJSON :: FileAccessLogProperty -> Value # toEncoding :: FileAccessLogProperty -> Encoding # toJSONList :: [FileAccessLogProperty] -> Value # toEncodingList :: [FileAccessLogProperty] -> Encoding # omitField :: FileAccessLogProperty -> Bool # | |||||
| Show FileAccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.FileAccessLogProperty Methods showsPrec :: Int -> FileAccessLogProperty -> ShowS # show :: FileAccessLogProperty -> String # showList :: [FileAccessLogProperty] -> ShowS # | |||||
| Eq FileAccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.FileAccessLogProperty Methods (==) :: FileAccessLogProperty -> FileAccessLogProperty -> Bool # (/=) :: FileAccessLogProperty -> FileAccessLogProperty -> Bool # | |||||
| ToResourceProperties FileAccessLogProperty Source # | |||||
| Property "Format" FileAccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.FileAccessLogProperty Associated Types
Methods set :: PropertyType "Format" FileAccessLogProperty -> FileAccessLogProperty -> FileAccessLogProperty # | |||||
| Property "Path" FileAccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.FileAccessLogProperty Associated Types
Methods set :: PropertyType "Path" FileAccessLogProperty -> FileAccessLogProperty -> FileAccessLogProperty # | |||||
| type PropertyType "Format" FileAccessLogProperty Source # | |||||
| type PropertyType "Path" FileAccessLogProperty Source # | |||||
data AccessLogProperty Source #
Constructors
| AccessLogProperty | |
Instances
| ToJSON AccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.AccessLogProperty Methods toJSON :: AccessLogProperty -> Value # toEncoding :: AccessLogProperty -> Encoding # toJSONList :: [AccessLogProperty] -> Value # toEncodingList :: [AccessLogProperty] -> Encoding # omitField :: AccessLogProperty -> Bool # | |||||
| Show AccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.AccessLogProperty Methods showsPrec :: Int -> AccessLogProperty -> ShowS # show :: AccessLogProperty -> String # showList :: [AccessLogProperty] -> ShowS # | |||||
| Eq AccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.AccessLogProperty Methods (==) :: AccessLogProperty -> AccessLogProperty -> Bool # (/=) :: AccessLogProperty -> AccessLogProperty -> Bool # | |||||
| ToResourceProperties AccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.AccessLogProperty Methods toResourceProperties :: AccessLogProperty -> ResourceProperties # | |||||
| Property "File" AccessLogProperty Source # | |||||
Defined in Stratosphere.AppMesh.VirtualNode.AccessLogProperty Associated Types
Methods set :: PropertyType "File" AccessLogProperty -> AccessLogProperty -> AccessLogProperty # | |||||
| type PropertyType "File" AccessLogProperty Source # | |||||