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

Description

Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.

Synopsis

Creating a Request

data GetKMSEncryptionKey Source #

See: newGetKMSEncryptionKey smart constructor.

Constructors

GetKMSEncryptionKey' 

Instances

Instances details
Eq GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Read GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Show GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Generic GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Associated Types

type Rep GetKMSEncryptionKey :: Type -> Type #

NFData GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Methods

rnf :: GetKMSEncryptionKey -> () #

Hashable GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

ToJSON GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

AWSRequest GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Associated Types

type AWSResponse GetKMSEncryptionKey #

ToHeaders GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

ToPath GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

ToQuery GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

type Rep GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

type Rep GetKMSEncryptionKey = D1 ('MetaData "GetKMSEncryptionKey" "Amazonka.FraudDetector.GetKMSEncryptionKey" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "GetKMSEncryptionKey'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetKMSEncryptionKey Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

newGetKMSEncryptionKey :: GetKMSEncryptionKey Source #

Create a value of GetKMSEncryptionKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetKMSEncryptionKeyResponse Source #

See: newGetKMSEncryptionKeyResponse smart constructor.

Constructors

GetKMSEncryptionKeyResponse' 

Fields

Instances

Instances details
Eq GetKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Read GetKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Show GetKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Generic GetKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

Associated Types

type Rep GetKMSEncryptionKeyResponse :: Type -> Type #

NFData GetKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

type Rep GetKMSEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.GetKMSEncryptionKey

type Rep GetKMSEncryptionKeyResponse = D1 ('MetaData "GetKMSEncryptionKeyResponse" "Amazonka.FraudDetector.GetKMSEncryptionKey" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "GetKMSEncryptionKeyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KMSKey)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetKMSEncryptionKeyResponse Source #

Create a value of GetKMSEncryptionKeyResponse 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:kmsKey:GetKMSEncryptionKeyResponse', getKMSEncryptionKeyResponse_kmsKey - The KMS encryption key.

$sel:httpStatus:GetKMSEncryptionKeyResponse', getKMSEncryptionKeyResponse_httpStatus - The response's http status code.

Response Lenses