| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IVSChat.LoggingConfiguration
Documentation
data DestinationConfigurationProperty Source #
Constructors
| DestinationConfigurationProperty | |
Instances
data CloudWatchLogsDestinationConfigurationProperty Source #
Constructors
| CloudWatchLogsDestinationConfigurationProperty | |
Instances
| ToJSON CloudWatchLogsDestinationConfigurationProperty Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty Methods toJSON :: CloudWatchLogsDestinationConfigurationProperty -> Value # toEncoding :: CloudWatchLogsDestinationConfigurationProperty -> Encoding # toJSONList :: [CloudWatchLogsDestinationConfigurationProperty] -> Value # toEncodingList :: [CloudWatchLogsDestinationConfigurationProperty] -> Encoding # omitField :: CloudWatchLogsDestinationConfigurationProperty -> Bool # | |||||
| Show CloudWatchLogsDestinationConfigurationProperty Source # | |||||
| Eq CloudWatchLogsDestinationConfigurationProperty Source # | |||||
| ToResourceProperties CloudWatchLogsDestinationConfigurationProperty Source # | |||||
| Property "LogGroupName" CloudWatchLogsDestinationConfigurationProperty Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration.CloudWatchLogsDestinationConfigurationProperty Associated Types
| |||||
| type PropertyType "LogGroupName" CloudWatchLogsDestinationConfigurationProperty Source # | |||||
data FirehoseDestinationConfigurationProperty Source #
Constructors
| FirehoseDestinationConfigurationProperty | |
Fields
| |
Instances
| ToJSON FirehoseDestinationConfigurationProperty Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration.FirehoseDestinationConfigurationProperty Methods toJSON :: FirehoseDestinationConfigurationProperty -> Value # toEncoding :: FirehoseDestinationConfigurationProperty -> Encoding # toJSONList :: [FirehoseDestinationConfigurationProperty] -> Value # toEncodingList :: [FirehoseDestinationConfigurationProperty] -> Encoding # omitField :: FirehoseDestinationConfigurationProperty -> Bool # | |||||
| Show FirehoseDestinationConfigurationProperty Source # | |||||
| Eq FirehoseDestinationConfigurationProperty Source # | |||||
| ToResourceProperties FirehoseDestinationConfigurationProperty Source # | |||||
| Property "DeliveryStreamName" FirehoseDestinationConfigurationProperty Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration.FirehoseDestinationConfigurationProperty Associated Types
Methods set :: PropertyType "DeliveryStreamName" FirehoseDestinationConfigurationProperty -> FirehoseDestinationConfigurationProperty -> FirehoseDestinationConfigurationProperty # | |||||
| type PropertyType "DeliveryStreamName" FirehoseDestinationConfigurationProperty Source # | |||||
data S3DestinationConfigurationProperty Source #
Constructors
| S3DestinationConfigurationProperty | |
Fields
| |
Instances
| ToJSON S3DestinationConfigurationProperty Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration.S3DestinationConfigurationProperty | |||||
| Show S3DestinationConfigurationProperty Source # | |||||
| Eq S3DestinationConfigurationProperty Source # | |||||
| ToResourceProperties S3DestinationConfigurationProperty Source # | |||||
| Property "BucketName" S3DestinationConfigurationProperty Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration.S3DestinationConfigurationProperty Associated Types
Methods set :: PropertyType "BucketName" S3DestinationConfigurationProperty -> S3DestinationConfigurationProperty -> S3DestinationConfigurationProperty # | |||||
| type PropertyType "BucketName" S3DestinationConfigurationProperty Source # | |||||
mkCloudWatchLogsDestinationConfigurationProperty :: Value Text -> CloudWatchLogsDestinationConfigurationProperty Source #
mkFirehoseDestinationConfigurationProperty :: Value Text -> FirehoseDestinationConfigurationProperty Source #
data LoggingConfiguration Source #
Constructors
| LoggingConfiguration | |
Fields | |
Instances
| ToJSON LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Methods toJSON :: LoggingConfiguration -> Value # toEncoding :: LoggingConfiguration -> Encoding # toJSONList :: [LoggingConfiguration] -> Value # toEncodingList :: [LoggingConfiguration] -> Encoding # omitField :: LoggingConfiguration -> Bool # | |||||
| Show LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Methods showsPrec :: Int -> LoggingConfiguration -> ShowS # show :: LoggingConfiguration -> String # showList :: [LoggingConfiguration] -> ShowS # | |||||
| Eq LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Methods (==) :: LoggingConfiguration -> LoggingConfiguration -> Bool # (/=) :: LoggingConfiguration -> LoggingConfiguration -> Bool # | |||||
| ToResourceProperties LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Methods toResourceProperties :: LoggingConfiguration -> ResourceProperties # | |||||
| Property "DestinationConfiguration" LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Associated Types
Methods set :: PropertyType "DestinationConfiguration" LoggingConfiguration -> LoggingConfiguration -> LoggingConfiguration # | |||||
| Property "Name" LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Associated Types
Methods set :: PropertyType "Name" LoggingConfiguration -> LoggingConfiguration -> LoggingConfiguration # | |||||
| Property "Tags" LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration Associated Types
Methods set :: PropertyType "Tags" LoggingConfiguration -> LoggingConfiguration -> LoggingConfiguration # | |||||
| type PropertyType "DestinationConfiguration" LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration type PropertyType "DestinationConfiguration" LoggingConfiguration = DestinationConfigurationProperty | |||||
| type PropertyType "Name" LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration | |||||
| type PropertyType "Tags" LoggingConfiguration Source # | |||||
Defined in Stratosphere.IVSChat.LoggingConfiguration | |||||