| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.MQ.DescribeConfiguration
Description
Returns information about the specified configuration.
- describeConfiguration :: Text -> DescribeConfiguration
- data DescribeConfiguration
- dcConfigurationId :: Lens' DescribeConfiguration Text
- describeConfigurationResponse :: Int -> DescribeConfigurationResponse
- data DescribeConfigurationResponse
- dcrsEngineVersion :: Lens' DescribeConfigurationResponse (Maybe Text)
- dcrsARN :: Lens' DescribeConfigurationResponse (Maybe Text)
- dcrsLatestRevision :: Lens' DescribeConfigurationResponse (Maybe ConfigurationRevision)
- dcrsName :: Lens' DescribeConfigurationResponse (Maybe Text)
- dcrsId :: Lens' DescribeConfigurationResponse (Maybe Text)
- dcrsDescription :: Lens' DescribeConfigurationResponse (Maybe Text)
- dcrsEngineType :: Lens' DescribeConfigurationResponse (Maybe EngineType)
- dcrsResponseStatus :: Lens' DescribeConfigurationResponse Int
Creating a Request
describeConfiguration Source #
Arguments
| :: Text | |
| -> DescribeConfiguration |
Creates a value of DescribeConfiguration with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcConfigurationId- The unique ID that Amazon MQ generates for the configuration.
data DescribeConfiguration Source #
See: describeConfiguration smart constructor.
Instances
Request Lenses
dcConfigurationId :: Lens' DescribeConfiguration Text Source #
The unique ID that Amazon MQ generates for the configuration.
Destructuring the Response
describeConfigurationResponse Source #
Arguments
| :: Int | |
| -> DescribeConfigurationResponse |
Creates a value of DescribeConfigurationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcrsEngineVersion- Required. The version of the broker engine.dcrsARN- Required. The ARN of the configuration.dcrsLatestRevision- Required. The latest revision of the configuration.dcrsName- Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.dcrsId- Required. The unique ID that Amazon MQ generates for the configuration.dcrsDescription- Required. The description of the configuration.dcrsEngineType- Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.dcrsResponseStatus- -- | The response status code.
data DescribeConfigurationResponse Source #
See: describeConfigurationResponse smart constructor.
Instances
Response Lenses
dcrsEngineVersion :: Lens' DescribeConfigurationResponse (Maybe Text) Source #
Required. The version of the broker engine.
dcrsARN :: Lens' DescribeConfigurationResponse (Maybe Text) Source #
Required. The ARN of the configuration.
dcrsLatestRevision :: Lens' DescribeConfigurationResponse (Maybe ConfigurationRevision) Source #
Required. The latest revision of the configuration.
dcrsName :: Lens' DescribeConfigurationResponse (Maybe Text) Source #
Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
dcrsId :: Lens' DescribeConfigurationResponse (Maybe Text) Source #
Required. The unique ID that Amazon MQ generates for the configuration.
dcrsDescription :: Lens' DescribeConfigurationResponse (Maybe Text) Source #
Required. The description of the configuration.
dcrsEngineType :: Lens' DescribeConfigurationResponse (Maybe EngineType) Source #
Required. The type of broker engine. Note: Currently, Amazon MQ supports only ACTIVEMQ.
dcrsResponseStatus :: Lens' DescribeConfigurationResponse Int Source #
- - | The response status code.