Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Synopsis
- data DescribeConfigurationOptions = DescribeConfigurationOptions' {}
- newDescribeConfigurationOptions :: DescribeConfigurationOptions
- describeConfigurationOptions_templateName :: Lens' DescribeConfigurationOptions (Maybe Text)
- describeConfigurationOptions_platformArn :: Lens' DescribeConfigurationOptions (Maybe Text)
- describeConfigurationOptions_environmentName :: Lens' DescribeConfigurationOptions (Maybe Text)
- describeConfigurationOptions_applicationName :: Lens' DescribeConfigurationOptions (Maybe Text)
- describeConfigurationOptions_solutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text)
- describeConfigurationOptions_options :: Lens' DescribeConfigurationOptions (Maybe [OptionSpecification])
- data DescribeConfigurationOptionsResponse = DescribeConfigurationOptionsResponse' {}
- newDescribeConfigurationOptionsResponse :: Int -> DescribeConfigurationOptionsResponse
- describeConfigurationOptionsResponse_platformArn :: Lens' DescribeConfigurationOptionsResponse (Maybe Text)
- describeConfigurationOptionsResponse_solutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text)
- describeConfigurationOptionsResponse_options :: Lens' DescribeConfigurationOptionsResponse (Maybe [ConfigurationOptionDescription])
- describeConfigurationOptionsResponse_httpStatus :: Lens' DescribeConfigurationOptionsResponse Int
Creating a Request
data DescribeConfigurationOptions Source #
Result message containing a list of application version descriptions.
See: newDescribeConfigurationOptions
smart constructor.
DescribeConfigurationOptions' | |
|
Instances
newDescribeConfigurationOptions :: DescribeConfigurationOptions Source #
Create a value of DescribeConfigurationOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:templateName:DescribeConfigurationOptions'
, describeConfigurationOptions_templateName
- The name of the configuration template whose configuration options you
want to describe.
$sel:platformArn:DescribeConfigurationOptions'
, describeConfigurationOptions_platformArn
- The ARN of the custom platform.
$sel:environmentName:DescribeConfigurationOptions'
, describeConfigurationOptions_environmentName
- The name of the environment whose configuration options you want to
describe.
$sel:applicationName:DescribeConfigurationOptions'
, describeConfigurationOptions_applicationName
- 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.
$sel:solutionStackName:DescribeConfigurationOptions'
, describeConfigurationOptions_solutionStackName
- The name of the solution stack whose configuration options you want to
describe.
$sel:options:DescribeConfigurationOptions'
, describeConfigurationOptions_options
- If specified, restricts the descriptions to only the specified options.
Request Lenses
describeConfigurationOptions_templateName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #
The name of the configuration template whose configuration options you want to describe.
describeConfigurationOptions_platformArn :: Lens' DescribeConfigurationOptions (Maybe Text) Source #
The ARN of the custom platform.
describeConfigurationOptions_environmentName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #
The name of the environment whose configuration options you want to describe.
describeConfigurationOptions_applicationName :: 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.
describeConfigurationOptions_solutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text) Source #
The name of the solution stack whose configuration options you want to describe.
describeConfigurationOptions_options :: Lens' DescribeConfigurationOptions (Maybe [OptionSpecification]) Source #
If specified, restricts the descriptions to only the specified options.
Destructuring the Response
data DescribeConfigurationOptionsResponse Source #
Describes the settings for a specified configuration set.
See: newDescribeConfigurationOptionsResponse
smart constructor.
DescribeConfigurationOptionsResponse' | |
|
Instances
newDescribeConfigurationOptionsResponse Source #
Create a value of DescribeConfigurationOptionsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:platformArn:DescribeConfigurationOptions'
, describeConfigurationOptionsResponse_platformArn
- The ARN of the platform version.
$sel:solutionStackName:DescribeConfigurationOptions'
, describeConfigurationOptionsResponse_solutionStackName
- The name of the solution stack these configuration options belong to.
$sel:options:DescribeConfigurationOptions'
, describeConfigurationOptionsResponse_options
- A list of ConfigurationOptionDescription.
$sel:httpStatus:DescribeConfigurationOptionsResponse'
, describeConfigurationOptionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeConfigurationOptionsResponse_platformArn :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source #
The ARN of the platform version.
describeConfigurationOptionsResponse_solutionStackName :: Lens' DescribeConfigurationOptionsResponse (Maybe Text) Source #
The name of the solution stack these configuration options belong to.
describeConfigurationOptionsResponse_options :: Lens' DescribeConfigurationOptionsResponse (Maybe [ConfigurationOptionDescription]) Source #
A list of ConfigurationOptionDescription.
describeConfigurationOptionsResponse_httpStatus :: Lens' DescribeConfigurationOptionsResponse Int Source #
The response's http status code.