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

Description

Disassociates one or more Scram Secrets from an Amazon MSK cluster.

Synopsis

Creating a Request

data BatchDisassociateScramSecret Source #

Disassociates sasl scram secrets to cluster.

See: newBatchDisassociateScramSecret smart constructor.

Constructors

BatchDisassociateScramSecret' 

Fields

Instances

Instances details
Eq BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Read BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Show BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Generic BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Associated Types

type Rep BatchDisassociateScramSecret :: Type -> Type #

NFData BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Hashable BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

ToJSON BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

AWSRequest BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

ToHeaders BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

ToPath BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

ToQuery BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

type Rep BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

type Rep BatchDisassociateScramSecret = D1 ('MetaData "BatchDisassociateScramSecret" "Amazonka.Kafka.BatchDisassociateScramSecret" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "BatchDisassociateScramSecret'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "secretArnList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchDisassociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

newBatchDisassociateScramSecret Source #

Create a value of BatchDisassociateScramSecret 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:clusterArn:BatchDisassociateScramSecret', batchDisassociateScramSecret_clusterArn - The Amazon Resource Name (ARN) of the cluster to be updated.

$sel:secretArnList:BatchDisassociateScramSecret', batchDisassociateScramSecret_secretArnList - List of AWS Secrets Manager secret ARNs.

Request Lenses

batchDisassociateScramSecret_clusterArn :: Lens' BatchDisassociateScramSecret Text Source #

The Amazon Resource Name (ARN) of the cluster to be updated.

Destructuring the Response

data BatchDisassociateScramSecretResponse Source #

Constructors

BatchDisassociateScramSecretResponse' 

Fields

Instances

Instances details
Eq BatchDisassociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Read BatchDisassociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Show BatchDisassociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

Generic BatchDisassociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

NFData BatchDisassociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

type Rep BatchDisassociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchDisassociateScramSecret

type Rep BatchDisassociateScramSecretResponse = D1 ('MetaData "BatchDisassociateScramSecretResponse" "Amazonka.Kafka.BatchDisassociateScramSecret" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "BatchDisassociateScramSecretResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "unprocessedScramSecrets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnprocessedScramSecret])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDisassociateScramSecretResponse Source #

Create a value of BatchDisassociateScramSecretResponse 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:clusterArn:BatchDisassociateScramSecret', batchDisassociateScramSecretResponse_clusterArn - The Amazon Resource Name (ARN) of the cluster.

$sel:unprocessedScramSecrets:BatchDisassociateScramSecretResponse', batchDisassociateScramSecretResponse_unprocessedScramSecrets - List of errors when disassociating secrets to cluster.

$sel:httpStatus:BatchDisassociateScramSecretResponse', batchDisassociateScramSecretResponse_httpStatus - The response's http status code.

Response Lenses