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

Amazonka.MQ.DescribeConfiguration

Description

Returns information about the specified configuration.

Synopsis

Creating a Request

data DescribeConfiguration Source #

See: newDescribeConfiguration smart constructor.

Constructors

DescribeConfiguration' 

Fields

Instances

Instances details
Eq DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Read DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Show DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Generic DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Associated Types

type Rep DescribeConfiguration :: Type -> Type #

NFData DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Methods

rnf :: DescribeConfiguration -> () #

Hashable DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

AWSRequest DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Associated Types

type AWSResponse DescribeConfiguration #

ToHeaders DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

ToPath DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

ToQuery DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

type Rep DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

type Rep DescribeConfiguration = D1 ('MetaData "DescribeConfiguration" "Amazonka.MQ.DescribeConfiguration" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "DescribeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeConfiguration Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

newDescribeConfiguration Source #

Create a value of DescribeConfiguration 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:configurationId:DescribeConfiguration', describeConfiguration_configurationId - The unique ID that Amazon MQ generates for the configuration.

Request Lenses

describeConfiguration_configurationId :: Lens' DescribeConfiguration Text Source #

The unique ID that Amazon MQ generates for the configuration.

Destructuring the Response

data DescribeConfigurationResponse Source #

See: newDescribeConfigurationResponse smart constructor.

Constructors

DescribeConfigurationResponse' 

Fields

Instances

Instances details
Eq DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Read DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Show DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Generic DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

Associated Types

type Rep DescribeConfigurationResponse :: Type -> Type #

NFData DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

type Rep DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.MQ.DescribeConfiguration

type Rep DescribeConfigurationResponse = D1 ('MetaData "DescribeConfigurationResponse" "Amazonka.MQ.DescribeConfiguration" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "DescribeConfigurationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "latestRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationRevision)) :*: (S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "authenticationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthenticationStrategy))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineType)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeConfigurationResponse Source #

Create a value of DescribeConfigurationResponse 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:engineVersion:DescribeConfigurationResponse', describeConfigurationResponse_engineVersion - Required. The broker engine's version. For a list of supported engine versions, see, Supported engines.

$sel:arn:DescribeConfigurationResponse', describeConfigurationResponse_arn - Required. The ARN of the configuration.

$sel:latestRevision:DescribeConfigurationResponse', describeConfigurationResponse_latestRevision - Required. The latest revision of the configuration.

$sel:created:DescribeConfigurationResponse', describeConfigurationResponse_created - Required. The date and time of the configuration revision.

$sel:authenticationStrategy:DescribeConfigurationResponse', describeConfigurationResponse_authenticationStrategy - Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

$sel:name:DescribeConfigurationResponse', describeConfigurationResponse_name - 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.

$sel:id:DescribeConfigurationResponse', describeConfigurationResponse_id - Required. The unique ID that Amazon MQ generates for the configuration.

$sel:description:DescribeConfigurationResponse', describeConfigurationResponse_description - Required. The description of the configuration.

$sel:engineType:DescribeConfigurationResponse', describeConfigurationResponse_engineType - Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.

$sel:tags:DescribeConfigurationResponse', describeConfigurationResponse_tags - The list of all tags associated with this configuration.

$sel:httpStatus:DescribeConfigurationResponse', describeConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

describeConfigurationResponse_engineVersion :: Lens' DescribeConfigurationResponse (Maybe Text) Source #

Required. The broker engine's version. For a list of supported engine versions, see, Supported engines.

describeConfigurationResponse_created :: Lens' DescribeConfigurationResponse (Maybe UTCTime) Source #

Required. The date and time of the configuration revision.

describeConfigurationResponse_authenticationStrategy :: Lens' DescribeConfigurationResponse (Maybe AuthenticationStrategy) Source #

Optional. The authentication strategy associated with the configuration. The default is SIMPLE.

describeConfigurationResponse_name :: 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.

describeConfigurationResponse_id :: Lens' DescribeConfigurationResponse (Maybe Text) Source #

Required. The unique ID that Amazon MQ generates for the configuration.

describeConfigurationResponse_engineType :: Lens' DescribeConfigurationResponse (Maybe EngineType) Source #

Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.

describeConfigurationResponse_tags :: Lens' DescribeConfigurationResponse (Maybe (HashMap Text Text)) Source #

The list of all tags associated with this configuration.