amazonka-mq-1.6.0: Amazon MQ SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MQ.DescribeConfiguration

Contents

Description

Returns information about the specified configuration.

Synopsis

Creating a Request

describeConfiguration Source #

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:

data DescribeConfiguration Source #

See: describeConfiguration smart constructor.

Instances

Eq DescribeConfiguration Source # 
Data DescribeConfiguration Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeConfiguration -> c DescribeConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeConfiguration #

toConstr :: DescribeConfiguration -> Constr #

dataTypeOf :: DescribeConfiguration -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeConfiguration) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> DescribeConfiguration -> DescribeConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeConfiguration -> m DescribeConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfiguration -> m DescribeConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfiguration -> m DescribeConfiguration #

Read DescribeConfiguration Source # 
Show DescribeConfiguration Source # 
Generic DescribeConfiguration Source # 
Hashable DescribeConfiguration Source # 
NFData DescribeConfiguration Source # 

Methods

rnf :: DescribeConfiguration -> () #

AWSRequest DescribeConfiguration Source # 
ToHeaders DescribeConfiguration Source # 
ToPath DescribeConfiguration Source # 
ToQuery DescribeConfiguration Source # 
type Rep DescribeConfiguration Source # 
type Rep DescribeConfiguration = D1 * (MetaData "DescribeConfiguration" "Network.AWS.MQ.DescribeConfiguration" "amazonka-mq-1.6.0-2p1A05IoaUzMnRutMRqns" True) (C1 * (MetaCons "DescribeConfiguration'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcConfigurationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeConfiguration Source # 

Request Lenses

dcConfigurationId :: Lens' DescribeConfiguration Text Source #

The unique ID that Amazon MQ generates for the configuration.

Destructuring the Response

describeConfigurationResponse Source #

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

Eq DescribeConfigurationResponse Source # 
Data DescribeConfigurationResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeConfigurationResponse -> c DescribeConfigurationResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeConfigurationResponse #

toConstr :: DescribeConfigurationResponse -> Constr #

dataTypeOf :: DescribeConfigurationResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeConfigurationResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeConfigurationResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeConfigurationResponse -> DescribeConfigurationResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfigurationResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeConfigurationResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeConfigurationResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeConfigurationResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeConfigurationResponse -> m DescribeConfigurationResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfigurationResponse -> m DescribeConfigurationResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeConfigurationResponse -> m DescribeConfigurationResponse #

Read DescribeConfigurationResponse Source # 
Show DescribeConfigurationResponse Source # 
Generic DescribeConfigurationResponse Source # 
NFData DescribeConfigurationResponse Source # 
type Rep DescribeConfigurationResponse Source # 

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.