amazonka-kafka-2.0: Amazon Managed Streaming for Kafka SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
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

AWSRequest DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Associated Types

type AWSResponse DescribeConfiguration #

Generic DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Associated Types

type Rep DescribeConfiguration :: Type -> Type #

Read DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Show DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

NFData DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Methods

rnf :: DescribeConfiguration -> () #

Eq DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Hashable DescribeConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

type AWSResponse 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" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "DescribeConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Associated Types

type Rep DescribeConfigurationResponse :: Type -> Type #

Read DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Show DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

NFData DescribeConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DescribeConfiguration

Eq 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:

DescribeConfiguration, describeConfigurationResponse_arn - The Amazon Resource Name (ARN) of the configuration.

DescribeConfigurationResponse, describeConfigurationResponse_creationTime - The time when the configuration was created.

DescribeConfigurationResponse, describeConfigurationResponse_description - The description of the configuration.

DescribeConfigurationResponse, describeConfigurationResponse_kafkaVersions - The versions of Apache Kafka with which you can use this MSK configuration.

DescribeConfigurationResponse, describeConfigurationResponse_latestRevision - Latest revision of the configuration.

DescribeConfigurationResponse, describeConfigurationResponse_name - The name of the configuration.

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

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

Response Lenses

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

The Amazon Resource Name (ARN) of the configuration.

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

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

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

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