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

Description

Deletes an MSK Configuration.

Synopsis

Creating a Request

data DeleteConfiguration Source #

See: newDeleteConfiguration smart constructor.

Constructors

DeleteConfiguration' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

Instances

Instances details
ToHeaders DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

ToPath DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

ToQuery DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

AWSRequest DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Associated Types

type AWSResponse DeleteConfiguration #

Generic DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Associated Types

type Rep DeleteConfiguration :: Type -> Type #

Read DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Show DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

NFData DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Methods

rnf :: DeleteConfiguration -> () #

Eq DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Hashable DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

type AWSResponse DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

type Rep DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

type Rep DeleteConfiguration = D1 ('MetaData "DeleteConfiguration" "Amazonka.Kafka.DeleteConfiguration" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "DeleteConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConfiguration Source #

Create a value of DeleteConfiguration 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:

DeleteConfiguration, deleteConfiguration_arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

Request Lenses

deleteConfiguration_arn :: Lens' DeleteConfiguration Text Source #

The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

Destructuring the Response

data DeleteConfigurationResponse Source #

See: newDeleteConfigurationResponse smart constructor.

Constructors

DeleteConfigurationResponse' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

  • state :: Maybe ConfigurationState

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Associated Types

type Rep DeleteConfigurationResponse :: Type -> Type #

Read DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Show DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

NFData DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Eq DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

type Rep DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

type Rep DeleteConfigurationResponse = D1 ('MetaData "DeleteConfigurationResponse" "Amazonka.Kafka.DeleteConfiguration" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "DeleteConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteConfigurationResponse Source #

Create a value of DeleteConfigurationResponse 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:

DeleteConfiguration, deleteConfigurationResponse_arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

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

$sel:httpStatus:DeleteConfigurationResponse', deleteConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

deleteConfigurationResponse_arn :: Lens' DeleteConfigurationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

deleteConfigurationResponse_state :: Lens' DeleteConfigurationResponse (Maybe ConfigurationState) Source #

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