| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.S3.Bucket.QueueConfigurationProperty
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 QueueConfigurationProperty Source #
Constructors
| QueueConfigurationProperty | |
Fields
| |
Instances
| ToJSON QueueConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.QueueConfigurationProperty Methods toJSON :: QueueConfigurationProperty -> Value # toEncoding :: QueueConfigurationProperty -> Encoding # toJSONList :: [QueueConfigurationProperty] -> Value # toEncodingList :: [QueueConfigurationProperty] -> Encoding # | |||||
| Show QueueConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.QueueConfigurationProperty Methods showsPrec :: Int -> QueueConfigurationProperty -> ShowS # show :: QueueConfigurationProperty -> String # showList :: [QueueConfigurationProperty] -> ShowS # | |||||
| Eq QueueConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.QueueConfigurationProperty Methods (==) :: QueueConfigurationProperty -> QueueConfigurationProperty -> Bool # (/=) :: QueueConfigurationProperty -> QueueConfigurationProperty -> Bool # | |||||
| ToResourceProperties QueueConfigurationProperty Source # | |||||
| Property "Event" QueueConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.QueueConfigurationProperty Associated Types
Methods set :: PropertyType "Event" QueueConfigurationProperty -> QueueConfigurationProperty -> QueueConfigurationProperty # | |||||
| Property "Filter" QueueConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.QueueConfigurationProperty Associated Types
Methods set :: PropertyType "Filter" QueueConfigurationProperty -> QueueConfigurationProperty -> QueueConfigurationProperty # | |||||
| Property "Queue" QueueConfigurationProperty Source # | |||||
Defined in Stratosphere.S3.Bucket.QueueConfigurationProperty Associated Types
Methods set :: PropertyType "Queue" QueueConfigurationProperty -> QueueConfigurationProperty -> QueueConfigurationProperty # | |||||
| type PropertyType "Event" QueueConfigurationProperty Source # | |||||
| type PropertyType "Filter" QueueConfigurationProperty Source # | |||||
| type PropertyType "Queue" QueueConfigurationProperty Source # | |||||