| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceGroups.Group.ResourceQueryProperty
Documentation
data TagFilterProperty Source #
Constructors
| TagFilterProperty | |
Instances
data QueryProperty Source #
Constructors
| QueryProperty | |
Fields
| |
Instances
| ToJSON QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Methods toJSON :: QueryProperty -> Value # toEncoding :: QueryProperty -> Encoding # toJSONList :: [QueryProperty] -> Value # toEncodingList :: [QueryProperty] -> Encoding # omitField :: QueryProperty -> Bool # | |||||
| Show QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Methods showsPrec :: Int -> QueryProperty -> ShowS # show :: QueryProperty -> String # showList :: [QueryProperty] -> ShowS # | |||||
| Eq QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Methods (==) :: QueryProperty -> QueryProperty -> Bool # (/=) :: QueryProperty -> QueryProperty -> Bool # | |||||
| ToResourceProperties QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Methods toResourceProperties :: QueryProperty -> ResourceProperties # | |||||
| Property "ResourceTypeFilters" QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Associated Types
Methods set :: PropertyType "ResourceTypeFilters" QueryProperty -> QueryProperty -> QueryProperty # | |||||
| Property "StackIdentifier" QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Associated Types
Methods set :: PropertyType "StackIdentifier" QueryProperty -> QueryProperty -> QueryProperty # | |||||
| Property "TagFilters" QueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.QueryProperty Associated Types
Methods set :: PropertyType "TagFilters" QueryProperty -> QueryProperty -> QueryProperty # | |||||
| type PropertyType "ResourceTypeFilters" QueryProperty Source # | |||||
| type PropertyType "StackIdentifier" QueryProperty Source # | |||||
| type PropertyType "TagFilters" QueryProperty Source # | |||||
data ResourceQueryProperty Source #
Constructors
| ResourceQueryProperty | |
Fields
| |
Instances
| ToJSON ResourceQueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.ResourceQueryProperty Methods toJSON :: ResourceQueryProperty -> Value # toEncoding :: ResourceQueryProperty -> Encoding # toJSONList :: [ResourceQueryProperty] -> Value # toEncodingList :: [ResourceQueryProperty] -> Encoding # omitField :: ResourceQueryProperty -> Bool # | |||||
| Show ResourceQueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.ResourceQueryProperty Methods showsPrec :: Int -> ResourceQueryProperty -> ShowS # show :: ResourceQueryProperty -> String # showList :: [ResourceQueryProperty] -> ShowS # | |||||
| Eq ResourceQueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.ResourceQueryProperty Methods (==) :: ResourceQueryProperty -> ResourceQueryProperty -> Bool # (/=) :: ResourceQueryProperty -> ResourceQueryProperty -> Bool # | |||||
| ToResourceProperties ResourceQueryProperty Source # | |||||
| Property "Query" ResourceQueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.ResourceQueryProperty Associated Types
Methods set :: PropertyType "Query" ResourceQueryProperty -> ResourceQueryProperty -> ResourceQueryProperty # | |||||
| Property "Type" ResourceQueryProperty Source # | |||||
Defined in Stratosphere.ResourceGroups.Group.ResourceQueryProperty Associated Types
Methods set :: PropertyType "Type" ResourceQueryProperty -> ResourceQueryProperty -> ResourceQueryProperty # | |||||
| type PropertyType "Query" ResourceQueryProperty Source # | |||||
| type PropertyType "Type" ResourceQueryProperty Source # | |||||