libZSservicesZSamazonka-kafkaZSamazonka-kafka
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.Kafka.DescribeConfiguration

Description

Returns a description of this MSK configuration.

Synopsis

Creating a Request

data DescribeConfiguration Source #

See: newDescribeConfiguration smart constructor.

Constructors

DescribeConfiguration' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

Instances

Instances details
Eq DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Read DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Show DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Generic DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Associated Types

type Rep DescribeConfiguration :: Type -> Type #

NFData DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Methods

rnf :: DescribeConfiguration -> () #

Hashable DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

AWSRequest DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Associated Types

type AWSResponse DescribeConfiguration #

ToHeaders DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

ToPath DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

ToQuery DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

type Rep DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

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

Defined in Amazonka.Kafka.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:arn:DescribeConfiguration', describeConfiguration_arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

Request Lenses

describeConfiguration_arn :: Lens' DescribeConfiguration Text Source #

The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.

Destructuring the Response

data DescribeConfigurationResponse Source #

See: newDescribeConfigurationResponse smart constructor.

Constructors

DescribeConfigurationResponse' 

Fields

Instances

Instances details
Eq DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Read DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Show DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Generic DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Associated Types

type Rep DescribeConfigurationResponse :: Type -> Type #

NFData DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

type Rep DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

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:creationTime:DescribeConfigurationResponse', describeConfigurationResponse_creationTime - The time when the configuration was created.

$sel:state:DescribeConfigurationResponse', describeConfigurationResponse_state - The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.

$sel:kafkaVersions:DescribeConfigurationResponse', describeConfigurationResponse_kafkaVersions - The versions of Apache Kafka with which you can use this MSK configuration.

$sel:arn:DescribeConfiguration', describeConfigurationResponse_arn - The Amazon Resource Name (ARN) of the configuration.

$sel:latestRevision:DescribeConfigurationResponse', describeConfigurationResponse_latestRevision - Latest revision of the configuration.

$sel:name:DescribeConfigurationResponse', describeConfigurationResponse_name - The name of the configuration.

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

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

Response Lenses

describeConfigurationResponse_state :: Lens' DescribeConfigurationResponse (Maybe ConfigurationState) Source #

The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.

describeConfigurationResponse_kafkaVersions :: Lens' DescribeConfigurationResponse (Maybe [Text]) Source #

The versions of Apache Kafka with which you can use this MSK configuration.

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

The Amazon Resource Name (ARN) of the configuration.