| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.S3.Bucket.LambdaConfigurationProperty
Documentation
data FilterRuleProperty Source #
Constructors
| FilterRuleProperty | |
Fields | |
Instances
data NotificationFilterProperty Source #
Constructors
| NotificationFilterProperty | |
Fields
| |
Instances
| ToJSON NotificationFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.NotificationFilterProperty Methods toJSON :: NotificationFilterProperty -> Value # toEncoding :: NotificationFilterProperty -> Encoding # toJSONList :: [NotificationFilterProperty] -> Value # toEncodingList :: [NotificationFilterProperty] -> Encoding # | |||||
| Show NotificationFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.NotificationFilterProperty Methods showsPrec :: Int -> NotificationFilterProperty -> ShowS # show :: NotificationFilterProperty -> String # showList :: [NotificationFilterProperty] -> ShowS # | |||||
| Eq NotificationFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.NotificationFilterProperty Methods (==) :: NotificationFilterProperty -> NotificationFilterProperty -> Bool # (/=) :: NotificationFilterProperty -> NotificationFilterProperty -> Bool # | |||||
| ToResourceProperties NotificationFilterProperty Source # | |||||
| Property "S3Key" NotificationFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.NotificationFilterProperty Associated Types
Methods set :: PropertyType "S3Key" NotificationFilterProperty -> NotificationFilterProperty -> NotificationFilterProperty # | |||||
| type PropertyType "S3Key" NotificationFilterProperty Source # | |||||
data S3KeyFilterProperty Source #
Constructors
| S3KeyFilterProperty | |
Fields
| |
Instances
| ToJSON S3KeyFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.S3KeyFilterProperty Methods toJSON :: S3KeyFilterProperty -> Value # toEncoding :: S3KeyFilterProperty -> Encoding # toJSONList :: [S3KeyFilterProperty] -> Value # toEncodingList :: [S3KeyFilterProperty] -> Encoding # omitField :: S3KeyFilterProperty -> Bool # | |||||
| Show S3KeyFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.S3KeyFilterProperty Methods showsPrec :: Int -> S3KeyFilterProperty -> ShowS # show :: S3KeyFilterProperty -> String # showList :: [S3KeyFilterProperty] -> ShowS # | |||||
| Eq S3KeyFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.S3KeyFilterProperty Methods (==) :: S3KeyFilterProperty -> S3KeyFilterProperty -> Bool # (/=) :: S3KeyFilterProperty -> S3KeyFilterProperty -> Bool # | |||||
| ToResourceProperties S3KeyFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.S3KeyFilterProperty Methods toResourceProperties :: S3KeyFilterProperty -> ResourceProperties # | |||||
| Property "Rules" S3KeyFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.S3KeyFilterProperty Associated Types
Methods set :: PropertyType "Rules" S3KeyFilterProperty -> S3KeyFilterProperty -> S3KeyFilterProperty # | |||||
| type PropertyType "Rules" S3KeyFilterProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.S3KeyFilterProperty | |||||
mkFilterRuleProperty :: Value Text -> Value Text -> FilterRuleProperty Source #
data LambdaConfigurationProperty Source #
Constructors
| LambdaConfigurationProperty | |
Fields
| |
Instances
| ToJSON LambdaConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.LambdaConfigurationProperty Methods toJSON :: LambdaConfigurationProperty -> Value # toEncoding :: LambdaConfigurationProperty -> Encoding # toJSONList :: [LambdaConfigurationProperty] -> Value # toEncodingList :: [LambdaConfigurationProperty] -> Encoding # | |||||
| Show LambdaConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.LambdaConfigurationProperty Methods showsPrec :: Int -> LambdaConfigurationProperty -> ShowS # show :: LambdaConfigurationProperty -> String # showList :: [LambdaConfigurationProperty] -> ShowS # | |||||
| Eq LambdaConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.LambdaConfigurationProperty Methods (==) :: LambdaConfigurationProperty -> LambdaConfigurationProperty -> Bool # (/=) :: LambdaConfigurationProperty -> LambdaConfigurationProperty -> Bool # | |||||
| ToResourceProperties LambdaConfigurationProperty Source # | |||||
| Property "Event" LambdaConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.LambdaConfigurationProperty Associated Types
Methods set :: PropertyType "Event" LambdaConfigurationProperty -> LambdaConfigurationProperty -> LambdaConfigurationProperty # | |||||
| Property "Filter" LambdaConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.LambdaConfigurationProperty Associated Types
Methods set :: PropertyType "Filter" LambdaConfigurationProperty -> LambdaConfigurationProperty -> LambdaConfigurationProperty # | |||||
| Property "Function" LambdaConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.LambdaConfigurationProperty Associated Types
Methods set :: PropertyType "Function" LambdaConfigurationProperty -> LambdaConfigurationProperty -> LambdaConfigurationProperty # | |||||
| type PropertyType "Event" LambdaConfigurationProperty Source # | |||||
| type PropertyType "Filter" LambdaConfigurationProperty Source # | |||||
| type PropertyType "Function" LambdaConfigurationProperty Source # | |||||