Safe Haskell | None |
---|---|
Language | Haskell2010 |
Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeConfigurationOptions.html
- data DescribeConfigurationOptions
- describeConfigurationOptions :: DescribeConfigurationOptions
- dcoApplicationName :: Lens' DescribeConfigurationOptions (Maybe Text)
- dcoEnvironmentName :: Lens' DescribeConfigurationOptions (Maybe Text)
- dcoOptions :: Lens' DescribeConfigurationOptions [OptionSpecification]
- dcoSolutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text)
- dcoTemplateName :: Lens' DescribeConfigurationOptions (Maybe Text)
- data DescribeConfigurationOptionsResponse
- describeConfigurationOptionsResponse :: DescribeConfigurationOptionsResponse
- dcorOptions :: Lens' DescribeConfigurationOptionsResponse [ConfigurationOptionDescription]
- dcorSolutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text)
Request
data DescribeConfigurationOptions Source
Request constructor
describeConfigurationOptions :: DescribeConfigurationOptions Source
DescribeConfigurationOptions
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dcoApplicationName :: Lens' DescribeConfigurationOptions (Maybe Text) Source
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
dcoEnvironmentName :: Lens' DescribeConfigurationOptions (Maybe Text) Source
The name of the environment whose configuration options you want to describe.
dcoOptions :: Lens' DescribeConfigurationOptions [OptionSpecification] Source
If specified, restricts the descriptions to only the specified options.
dcoSolutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text) Source
The name of the solution stack whose configuration options you want to describe.
dcoTemplateName :: Lens' DescribeConfigurationOptions (Maybe Text) Source
The name of the configuration template whose configuration options you want to describe.
Response
Response constructor
describeConfigurationOptionsResponse :: DescribeConfigurationOptionsResponse Source
DescribeConfigurationOptionsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dcorOptions :: Lens' DescribeConfigurationOptionsResponse [ConfigurationOptionDescription] Source
A list of ConfigurationOptionDescription.
dcorSolutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source
The name of the solution stack these configuration options belong to.