| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Lex.Bot.AudioLogSettingProperty
Documentation
data AudioLogDestinationProperty Source #
Constructors
| AudioLogDestinationProperty | |
Fields | |
Instances
data S3BucketLogDestinationProperty Source #
Constructors
| S3BucketLogDestinationProperty | |
Instances
| ToJSON S3BucketLogDestinationProperty Source # | |||||
| Show S3BucketLogDestinationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.S3BucketLogDestinationProperty Methods showsPrec :: Int -> S3BucketLogDestinationProperty -> ShowS # show :: S3BucketLogDestinationProperty -> String # showList :: [S3BucketLogDestinationProperty] -> ShowS # | |||||
| Eq S3BucketLogDestinationProperty Source # | |||||
| ToResourceProperties S3BucketLogDestinationProperty Source # | |||||
| Property "KmsKeyArn" S3BucketLogDestinationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.S3BucketLogDestinationProperty Associated Types
Methods set :: PropertyType "KmsKeyArn" S3BucketLogDestinationProperty -> S3BucketLogDestinationProperty -> S3BucketLogDestinationProperty # | |||||
| Property "LogPrefix" S3BucketLogDestinationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.S3BucketLogDestinationProperty Associated Types
Methods set :: PropertyType "LogPrefix" S3BucketLogDestinationProperty -> S3BucketLogDestinationProperty -> S3BucketLogDestinationProperty # | |||||
| Property "S3BucketArn" S3BucketLogDestinationProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.S3BucketLogDestinationProperty Associated Types
Methods set :: PropertyType "S3BucketArn" S3BucketLogDestinationProperty -> S3BucketLogDestinationProperty -> S3BucketLogDestinationProperty # | |||||
| type PropertyType "KmsKeyArn" S3BucketLogDestinationProperty Source # | |||||
| type PropertyType "LogPrefix" S3BucketLogDestinationProperty Source # | |||||
| type PropertyType "S3BucketArn" S3BucketLogDestinationProperty Source # | |||||
mkAudioLogDestinationProperty :: S3BucketLogDestinationProperty -> AudioLogDestinationProperty Source #
mkS3BucketLogDestinationProperty :: Value Text -> Value Text -> S3BucketLogDestinationProperty Source #
data AudioLogSettingProperty Source #
Constructors
| AudioLogSettingProperty | |
Fields | |
Instances
| ToJSON AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty Methods toJSON :: AudioLogSettingProperty -> Value # toEncoding :: AudioLogSettingProperty -> Encoding # toJSONList :: [AudioLogSettingProperty] -> Value # | |||||
| Show AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty Methods showsPrec :: Int -> AudioLogSettingProperty -> ShowS # show :: AudioLogSettingProperty -> String # showList :: [AudioLogSettingProperty] -> ShowS # | |||||
| Eq AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty Methods (==) :: AudioLogSettingProperty -> AudioLogSettingProperty -> Bool # (/=) :: AudioLogSettingProperty -> AudioLogSettingProperty -> Bool # | |||||
| ToResourceProperties AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty Methods toResourceProperties :: AudioLogSettingProperty -> ResourceProperties # | |||||
| Property "Destination" AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty Associated Types
Methods set :: PropertyType "Destination" AudioLogSettingProperty -> AudioLogSettingProperty -> AudioLogSettingProperty # | |||||
| Property "Enabled" AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty Associated Types
Methods set :: PropertyType "Enabled" AudioLogSettingProperty -> AudioLogSettingProperty -> AudioLogSettingProperty # | |||||
| type PropertyType "Destination" AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty | |||||
| type PropertyType "Enabled" AudioLogSettingProperty Source # | |||||
Defined in Stratosphere.Lex.Bot.AudioLogSettingProperty | |||||