| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ImageBuilder.ImageRecipe
Documentation
data AdditionalInstanceConfigurationProperty Source #
Constructors
| AdditionalInstanceConfigurationProperty | |
Fields | |
Instances
data SystemsManagerAgentProperty Source #
Constructors
| SystemsManagerAgentProperty | |
Fields
| |
Instances
| ToJSON SystemsManagerAgentProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty Methods toJSON :: SystemsManagerAgentProperty -> Value # toEncoding :: SystemsManagerAgentProperty -> Encoding # toJSONList :: [SystemsManagerAgentProperty] -> Value # toEncodingList :: [SystemsManagerAgentProperty] -> Encoding # | |||||
| Show SystemsManagerAgentProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty Methods showsPrec :: Int -> SystemsManagerAgentProperty -> ShowS # show :: SystemsManagerAgentProperty -> String # showList :: [SystemsManagerAgentProperty] -> ShowS # | |||||
| Eq SystemsManagerAgentProperty Source # | |||||
| ToResourceProperties SystemsManagerAgentProperty Source # | |||||
| Property "UninstallAfterBuild" SystemsManagerAgentProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe.SystemsManagerAgentProperty Associated Types
Methods set :: PropertyType "UninstallAfterBuild" SystemsManagerAgentProperty -> SystemsManagerAgentProperty -> SystemsManagerAgentProperty # | |||||
| type PropertyType "UninstallAfterBuild" SystemsManagerAgentProperty Source # | |||||
data ImageRecipe Source #
Constructors
| ImageRecipe | |
Fields
| |
Instances
| ToJSON ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Methods toJSON :: ImageRecipe -> Value # toEncoding :: ImageRecipe -> Encoding # toJSONList :: [ImageRecipe] -> Value # toEncodingList :: [ImageRecipe] -> Encoding # omitField :: ImageRecipe -> Bool # | |||||
| Show ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Methods showsPrec :: Int -> ImageRecipe -> ShowS # show :: ImageRecipe -> String # showList :: [ImageRecipe] -> ShowS # | |||||
| Eq ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| ToResourceProperties ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Methods | |||||
| Property "AdditionalInstanceConfiguration" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "AdditionalInstanceConfiguration" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "AmiTags" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "AmiTags" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "BlockDeviceMappings" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "BlockDeviceMappings" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "Components" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "Components" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "Description" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "Description" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "Name" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "Name" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "ParentImage" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "ParentImage" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "Tags" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "Tags" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "Version" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "Version" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| Property "WorkingDirectory" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe Associated Types
Methods set :: PropertyType "WorkingDirectory" ImageRecipe -> ImageRecipe -> ImageRecipe # | |||||
| type PropertyType "AdditionalInstanceConfiguration" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe type PropertyType "AdditionalInstanceConfiguration" ImageRecipe = AdditionalInstanceConfigurationProperty | |||||
| type PropertyType "AmiTags" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "BlockDeviceMappings" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "Components" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "Description" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "Name" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "ParentImage" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "Tags" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "Version" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
| type PropertyType "WorkingDirectory" ImageRecipe Source # | |||||
Defined in Stratosphere.ImageBuilder.ImageRecipe | |||||
mkImageRecipe :: [ComponentConfigurationProperty] -> Value Text -> Value Text -> Value Text -> ImageRecipe Source #