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

Description

Associates one or more Scram Secrets with an Amazon MSK cluster.

Synopsis

Creating a Request

data BatchAssociateScramSecret Source #

Associates sasl scram secrets to cluster.

See: newBatchAssociateScramSecret smart constructor.

Constructors

BatchAssociateScramSecret' 

Fields

Instances

Instances details
Eq BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Read BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Show BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Generic BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Associated Types

type Rep BatchAssociateScramSecret :: Type -> Type #

NFData BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Hashable BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

ToJSON BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

AWSRequest BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

ToHeaders BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

ToPath BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

ToQuery BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

type Rep BatchAssociateScramSecret Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

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

Defined in Amazonka.Kafka.BatchAssociateScramSecret

newBatchAssociateScramSecret Source #

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

$sel:secretArnList:BatchAssociateScramSecret', batchAssociateScramSecret_secretArnList - List of AWS Secrets Manager secret ARNs.

Request Lenses

batchAssociateScramSecret_clusterArn :: Lens' BatchAssociateScramSecret Text Source #

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

Destructuring the Response

data BatchAssociateScramSecretResponse Source #

See: newBatchAssociateScramSecretResponse smart constructor.

Constructors

BatchAssociateScramSecretResponse' 

Fields

Instances

Instances details
Eq BatchAssociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Read BatchAssociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Show BatchAssociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Generic BatchAssociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

Associated Types

type Rep BatchAssociateScramSecretResponse :: Type -> Type #

NFData BatchAssociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

type Rep BatchAssociateScramSecretResponse Source # 
Instance details

Defined in Amazonka.Kafka.BatchAssociateScramSecret

type Rep BatchAssociateScramSecretResponse = D1 ('MetaData "BatchAssociateScramSecretResponse" "Amazonka.Kafka.BatchAssociateScramSecret" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "BatchAssociateScramSecretResponse'" '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))))

newBatchAssociateScramSecretResponse Source #

Create a value of BatchAssociateScramSecretResponse 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:BatchAssociateScramSecret', batchAssociateScramSecretResponse_clusterArn - The Amazon Resource Name (ARN) of the cluster.

$sel:unprocessedScramSecrets:BatchAssociateScramSecretResponse', batchAssociateScramSecretResponse_unprocessedScramSecrets - List of errors when associating secrets to cluster.

$sel:httpStatus:BatchAssociateScramSecretResponse', batchAssociateScramSecretResponse_httpStatus - The response's http status code.

Response Lenses