libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector
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.FraudDetector.PutKMSEncryptionKey

Description

Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.

Synopsis

Creating a Request

data PutKMSEncryptionKey Source #

See: newPutKMSEncryptionKey smart constructor.

Constructors

PutKMSEncryptionKey' 

Fields

Instances

Instances details
Eq PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Read PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Show PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Generic PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Associated Types

type Rep PutKMSEncryptionKey :: Type -> Type #

NFData PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Methods

rnf :: PutKMSEncryptionKey -> () #

Hashable PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

ToJSON PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

AWSRequest PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Associated Types

type AWSResponse PutKMSEncryptionKey #

ToHeaders PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

ToPath PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

ToQuery PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

type Rep PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

type Rep PutKMSEncryptionKey = D1 ('MetaData "PutKMSEncryptionKey" "Amazonka.FraudDetector.PutKMSEncryptionKey" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "PutKMSEncryptionKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsEncryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

newPutKMSEncryptionKey Source #

Create a value of PutKMSEncryptionKey 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:kmsEncryptionKeyArn:PutKMSEncryptionKey', putKMSEncryptionKey_kmsEncryptionKeyArn - The KMS encryption key ARN.

Request Lenses

Destructuring the Response

data PutKMSEncryptionKeyResponse Source #

See: newPutKMSEncryptionKeyResponse smart constructor.

Constructors

PutKMSEncryptionKeyResponse' 

Fields

Instances

Instances details
Eq PutKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Read PutKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Show PutKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Generic PutKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

Associated Types

type Rep PutKMSEncryptionKeyResponse :: Type -> Type #

NFData PutKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

type Rep PutKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.PutKMSEncryptionKey

type Rep PutKMSEncryptionKeyResponse = D1 ('MetaData "PutKMSEncryptionKeyResponse" "Amazonka.FraudDetector.PutKMSEncryptionKey" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "PutKMSEncryptionKeyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutKMSEncryptionKeyResponse Source #

Create a value of PutKMSEncryptionKeyResponse 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:httpStatus:PutKMSEncryptionKeyResponse', putKMSEncryptionKeyResponse_httpStatus - The response's http status code.

Response Lenses