| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.S3.StorageLensGroup
Documentation
data FilterProperty Source #
Constructors
| FilterProperty | |
Fields
| |
Instances
data AndProperty Source #
Constructors
| AndProperty | |
Fields | |
Instances
| ToJSON AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Methods toJSON :: AndProperty -> Value # toEncoding :: AndProperty -> Encoding # toJSONList :: [AndProperty] -> Value # toEncodingList :: [AndProperty] -> Encoding # omitField :: AndProperty -> Bool # | |||||
| Show AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Methods showsPrec :: Int -> AndProperty -> ShowS # show :: AndProperty -> String # showList :: [AndProperty] -> ShowS # | |||||
| Eq AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty | |||||
| ToResourceProperties AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Methods | |||||
| Property "MatchAnyPrefix" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Associated Types
Methods set :: PropertyType "MatchAnyPrefix" AndProperty -> AndProperty -> AndProperty # | |||||
| Property "MatchAnySuffix" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Associated Types
Methods set :: PropertyType "MatchAnySuffix" AndProperty -> AndProperty -> AndProperty # | |||||
| Property "MatchAnyTag" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Associated Types
Methods set :: PropertyType "MatchAnyTag" AndProperty -> AndProperty -> AndProperty # | |||||
| Property "MatchObjectAge" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Associated Types
Methods set :: PropertyType "MatchObjectAge" AndProperty -> AndProperty -> AndProperty # | |||||
| Property "MatchObjectSize" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty Associated Types
Methods set :: PropertyType "MatchObjectSize" AndProperty -> AndProperty -> AndProperty # | |||||
| type PropertyType "MatchAnyPrefix" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty | |||||
| type PropertyType "MatchAnySuffix" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty | |||||
| type PropertyType "MatchAnyTag" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty | |||||
| type PropertyType "MatchObjectAge" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty | |||||
| type PropertyType "MatchObjectSize" AndProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.AndProperty | |||||
data MatchObjectAgeProperty Source #
Constructors
| MatchObjectAgeProperty | |
Fields
| |
Instances
| ToJSON MatchObjectAgeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectAgeProperty Methods toJSON :: MatchObjectAgeProperty -> Value # toEncoding :: MatchObjectAgeProperty -> Encoding # toJSONList :: [MatchObjectAgeProperty] -> Value # toEncodingList :: [MatchObjectAgeProperty] -> Encoding # omitField :: MatchObjectAgeProperty -> Bool # | |||||
| Show MatchObjectAgeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectAgeProperty Methods showsPrec :: Int -> MatchObjectAgeProperty -> ShowS # show :: MatchObjectAgeProperty -> String # showList :: [MatchObjectAgeProperty] -> ShowS # | |||||
| Eq MatchObjectAgeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectAgeProperty Methods (==) :: MatchObjectAgeProperty -> MatchObjectAgeProperty -> Bool # (/=) :: MatchObjectAgeProperty -> MatchObjectAgeProperty -> Bool # | |||||
| ToResourceProperties MatchObjectAgeProperty Source # | |||||
| Property "DaysGreaterThan" MatchObjectAgeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectAgeProperty Associated Types
Methods set :: PropertyType "DaysGreaterThan" MatchObjectAgeProperty -> MatchObjectAgeProperty -> MatchObjectAgeProperty # | |||||
| Property "DaysLessThan" MatchObjectAgeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectAgeProperty Associated Types
Methods set :: PropertyType "DaysLessThan" MatchObjectAgeProperty -> MatchObjectAgeProperty -> MatchObjectAgeProperty # | |||||
| type PropertyType "DaysGreaterThan" MatchObjectAgeProperty Source # | |||||
| type PropertyType "DaysLessThan" MatchObjectAgeProperty Source # | |||||
data MatchObjectSizeProperty Source #
Constructors
| MatchObjectSizeProperty | |
Fields
| |
Instances
| ToJSON MatchObjectSizeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectSizeProperty Methods toJSON :: MatchObjectSizeProperty -> Value # toEncoding :: MatchObjectSizeProperty -> Encoding # toJSONList :: [MatchObjectSizeProperty] -> Value # | |||||
| Show MatchObjectSizeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectSizeProperty Methods showsPrec :: Int -> MatchObjectSizeProperty -> ShowS # show :: MatchObjectSizeProperty -> String # showList :: [MatchObjectSizeProperty] -> ShowS # | |||||
| Eq MatchObjectSizeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectSizeProperty Methods (==) :: MatchObjectSizeProperty -> MatchObjectSizeProperty -> Bool # (/=) :: MatchObjectSizeProperty -> MatchObjectSizeProperty -> Bool # | |||||
| ToResourceProperties MatchObjectSizeProperty Source # | |||||
| Property "BytesGreaterThan" MatchObjectSizeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectSizeProperty Associated Types
Methods set :: PropertyType "BytesGreaterThan" MatchObjectSizeProperty -> MatchObjectSizeProperty -> MatchObjectSizeProperty # | |||||
| Property "BytesLessThan" MatchObjectSizeProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.MatchObjectSizeProperty Associated Types
Methods set :: PropertyType "BytesLessThan" MatchObjectSizeProperty -> MatchObjectSizeProperty -> MatchObjectSizeProperty # | |||||
| type PropertyType "BytesGreaterThan" MatchObjectSizeProperty Source # | |||||
| type PropertyType "BytesLessThan" MatchObjectSizeProperty Source # | |||||
data OrProperty Source #
Constructors
| OrProperty | |
Fields | |
Instances
| ToJSON OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Methods toJSON :: OrProperty -> Value # toEncoding :: OrProperty -> Encoding # toJSONList :: [OrProperty] -> Value # toEncodingList :: [OrProperty] -> Encoding # omitField :: OrProperty -> Bool # | |||||
| Show OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Methods showsPrec :: Int -> OrProperty -> ShowS # show :: OrProperty -> String # showList :: [OrProperty] -> ShowS # | |||||
| Eq OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty | |||||
| ToResourceProperties OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Methods | |||||
| Property "MatchAnyPrefix" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Associated Types
Methods set :: PropertyType "MatchAnyPrefix" OrProperty -> OrProperty -> OrProperty # | |||||
| Property "MatchAnySuffix" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Associated Types
Methods set :: PropertyType "MatchAnySuffix" OrProperty -> OrProperty -> OrProperty # | |||||
| Property "MatchAnyTag" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Associated Types
Methods set :: PropertyType "MatchAnyTag" OrProperty -> OrProperty -> OrProperty # | |||||
| Property "MatchObjectAge" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Associated Types
Methods set :: PropertyType "MatchObjectAge" OrProperty -> OrProperty -> OrProperty # | |||||
| Property "MatchObjectSize" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty Associated Types
Methods set :: PropertyType "MatchObjectSize" OrProperty -> OrProperty -> OrProperty # | |||||
| type PropertyType "MatchAnyPrefix" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty | |||||
| type PropertyType "MatchAnySuffix" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty | |||||
| type PropertyType "MatchAnyTag" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty | |||||
| type PropertyType "MatchObjectAge" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty | |||||
| type PropertyType "MatchObjectSize" OrProperty Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup.OrProperty | |||||
data StorageLensGroup Source #
Constructors
| StorageLensGroup | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-storagelensgroup.html |
Fields
| |
Instances
| ToJSON StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Methods toJSON :: StorageLensGroup -> Value # toEncoding :: StorageLensGroup -> Encoding # toJSONList :: [StorageLensGroup] -> Value # toEncodingList :: [StorageLensGroup] -> Encoding # omitField :: StorageLensGroup -> Bool # | |||||
| Show StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Methods showsPrec :: Int -> StorageLensGroup -> ShowS # show :: StorageLensGroup -> String # showList :: [StorageLensGroup] -> ShowS # | |||||
| Eq StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Methods (==) :: StorageLensGroup -> StorageLensGroup -> Bool # (/=) :: StorageLensGroup -> StorageLensGroup -> Bool # | |||||
| ToResourceProperties StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Methods toResourceProperties :: StorageLensGroup -> ResourceProperties # | |||||
| Property "Filter" StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Associated Types
Methods set :: PropertyType "Filter" StorageLensGroup -> StorageLensGroup -> StorageLensGroup # | |||||
| Property "Name" StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Associated Types
Methods set :: PropertyType "Name" StorageLensGroup -> StorageLensGroup -> StorageLensGroup # | |||||
| Property "Tags" StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup Associated Types
Methods set :: PropertyType "Tags" StorageLensGroup -> StorageLensGroup -> StorageLensGroup # | |||||
| type PropertyType "Filter" StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup | |||||
| type PropertyType "Name" StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup | |||||
| type PropertyType "Tags" StorageLensGroup Source # | |||||
Defined in Stratosphere.S3.StorageLensGroup | |||||