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.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
Eq DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Read DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Show DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Generic DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Associated Types

type Rep DeleteConfiguration :: Type -> Type #

NFData DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Methods

rnf :: DeleteConfiguration -> () #

Hashable DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

AWSRequest DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Associated Types

type AWSResponse DeleteConfiguration #

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

type Rep DeleteConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

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

Defined in Amazonka.Kafka.DeleteConfiguration

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:

$sel:arn: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

  • state :: Maybe ConfigurationState

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

  • arn :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Read DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Show DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Generic DeleteConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.DeleteConfiguration

Associated Types

type Rep DeleteConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "DeleteConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationState)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

$sel:arn:DeleteConfiguration', deleteConfigurationResponse_arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.

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

Response Lenses

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

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

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

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