| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Discovery.DescribeConfigurations
Description
Retrieves a list of attributes for a specific configuration ID. For example, the output for a server configuration item includes a list of attributes about the server, including host name, operating system, number of network cards, etc.
- describeConfigurations :: DescribeConfigurations
- data DescribeConfigurations
- dcConfigurationIds :: Lens' DescribeConfigurations [Text]
- describeConfigurationsResponse :: Int -> DescribeConfigurationsResponse
- data DescribeConfigurationsResponse
- dcrsConfigurations :: Lens' DescribeConfigurationsResponse [HashMap Text Text]
- dcrsResponseStatus :: Lens' DescribeConfigurationsResponse Int
Creating a Request
describeConfigurations :: DescribeConfigurations Source #
Creates a value of DescribeConfigurations with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcConfigurationIds- One or more configuration IDs.
data DescribeConfigurations Source #
See: describeConfigurations smart constructor.
Instances
Request Lenses
dcConfigurationIds :: Lens' DescribeConfigurations [Text] Source #
One or more configuration IDs.
Destructuring the Response
describeConfigurationsResponse Source #
Arguments
| :: Int | |
| -> DescribeConfigurationsResponse |
Creates a value of DescribeConfigurationsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcrsConfigurations- A key in the response map. The value is an array of data.dcrsResponseStatus- -- | The response status code.
data DescribeConfigurationsResponse Source #
See: describeConfigurationsResponse smart constructor.
Instances
Response Lenses
dcrsConfigurations :: Lens' DescribeConfigurationsResponse [HashMap Text Text] Source #
A key in the response map. The value is an array of data.
dcrsResponseStatus :: Lens' DescribeConfigurationsResponse Int Source #
- - | The response status code.