| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QBusiness.Plugin.CustomPluginConfigurationProperty
Documentation
data S3Property Source #
Constructors
| S3Property | |
Instances
data APISchemaProperty Source #
Constructors
| APISchemaProperty | |
Fields
| |
Instances
| ToJSON APISchemaProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.APISchemaProperty Methods toJSON :: APISchemaProperty -> Value # toEncoding :: APISchemaProperty -> Encoding # toJSONList :: [APISchemaProperty] -> Value # toEncodingList :: [APISchemaProperty] -> Encoding # omitField :: APISchemaProperty -> Bool # | |||||
| Show APISchemaProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.APISchemaProperty Methods showsPrec :: Int -> APISchemaProperty -> ShowS # show :: APISchemaProperty -> String # showList :: [APISchemaProperty] -> ShowS # | |||||
| Eq APISchemaProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.APISchemaProperty Methods (==) :: APISchemaProperty -> APISchemaProperty -> Bool # (/=) :: APISchemaProperty -> APISchemaProperty -> Bool # | |||||
| ToResourceProperties APISchemaProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.APISchemaProperty Methods toResourceProperties :: APISchemaProperty -> ResourceProperties # | |||||
| Property "Payload" APISchemaProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.APISchemaProperty Associated Types
Methods set :: PropertyType "Payload" APISchemaProperty -> APISchemaProperty -> APISchemaProperty # | |||||
| Property "S3" APISchemaProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.APISchemaProperty Associated Types
Methods set :: PropertyType "S3" APISchemaProperty -> APISchemaProperty -> APISchemaProperty # | |||||
| type PropertyType "Payload" APISchemaProperty Source # | |||||
| type PropertyType "S3" APISchemaProperty Source # | |||||
mkS3Property :: Value Text -> Value Text -> S3Property Source #
data CustomPluginConfigurationProperty Source #
Constructors
| CustomPluginConfigurationProperty | |
Fields | |
Instances
| ToJSON CustomPluginConfigurationProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.CustomPluginConfigurationProperty | |||||
| Show CustomPluginConfigurationProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.CustomPluginConfigurationProperty Methods showsPrec :: Int -> CustomPluginConfigurationProperty -> ShowS # | |||||
| Eq CustomPluginConfigurationProperty Source # | |||||
| ToResourceProperties CustomPluginConfigurationProperty Source # | |||||
| Property "ApiSchema" CustomPluginConfigurationProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.CustomPluginConfigurationProperty Associated Types
Methods set :: PropertyType "ApiSchema" CustomPluginConfigurationProperty -> CustomPluginConfigurationProperty -> CustomPluginConfigurationProperty # | |||||
| Property "ApiSchemaType" CustomPluginConfigurationProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.CustomPluginConfigurationProperty Associated Types
Methods set :: PropertyType "ApiSchemaType" CustomPluginConfigurationProperty -> CustomPluginConfigurationProperty -> CustomPluginConfigurationProperty # | |||||
| Property "Description" CustomPluginConfigurationProperty Source # | |||||
Defined in Stratosphere.QBusiness.Plugin.CustomPluginConfigurationProperty Associated Types
Methods set :: PropertyType "Description" CustomPluginConfigurationProperty -> CustomPluginConfigurationProperty -> CustomPluginConfigurationProperty # | |||||
| type PropertyType "ApiSchema" CustomPluginConfigurationProperty Source # | |||||
| type PropertyType "ApiSchemaType" CustomPluginConfigurationProperty Source # | |||||
| type PropertyType "Description" CustomPluginConfigurationProperty Source # | |||||