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

Description

Gets a batch of variables.

Synopsis

Creating a Request

data BatchGetVariable Source #

See: newBatchGetVariable smart constructor.

Constructors

BatchGetVariable' 

Fields

Instances

Instances details
Eq BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Read BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Show BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Generic BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Associated Types

type Rep BatchGetVariable :: Type -> Type #

NFData BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Methods

rnf :: BatchGetVariable -> () #

Hashable BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

ToJSON BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

AWSRequest BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Associated Types

type AWSResponse BatchGetVariable #

ToHeaders BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

ToPath BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

ToQuery BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

type Rep BatchGetVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

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

Defined in Amazonka.FraudDetector.BatchGetVariable

newBatchGetVariable Source #

Create a value of BatchGetVariable 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:names:BatchGetVariable', batchGetVariable_names - The list of variable names to get.

Request Lenses

batchGetVariable_names :: Lens' BatchGetVariable (NonEmpty Text) Source #

The list of variable names to get.

Destructuring the Response

data BatchGetVariableResponse Source #

See: newBatchGetVariableResponse smart constructor.

Constructors

BatchGetVariableResponse' 

Fields

Instances

Instances details
Eq BatchGetVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Read BatchGetVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Show BatchGetVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Generic BatchGetVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

Associated Types

type Rep BatchGetVariableResponse :: Type -> Type #

NFData BatchGetVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

type Rep BatchGetVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchGetVariable

type Rep BatchGetVariableResponse = D1 ('MetaData "BatchGetVariableResponse" "Amazonka.FraudDetector.BatchGetVariable" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "BatchGetVariableResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "variables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Variable])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchGetVariableError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetVariableResponse Source #

Create a value of BatchGetVariableResponse 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:variables:BatchGetVariableResponse', batchGetVariableResponse_variables - The returned variables.

$sel:errors:BatchGetVariableResponse', batchGetVariableResponse_errors - The errors from the request.

$sel:httpStatus:BatchGetVariableResponse', batchGetVariableResponse_httpStatus - The response's http status code.

Response Lenses