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

Description

Creates a batch of variables.

Synopsis

Creating a Request

data BatchCreateVariable Source #

See: newBatchCreateVariable smart constructor.

Constructors

BatchCreateVariable' 

Fields

Instances

Instances details
Eq BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Read BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Show BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Generic BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Associated Types

type Rep BatchCreateVariable :: Type -> Type #

NFData BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Methods

rnf :: BatchCreateVariable -> () #

Hashable BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

ToJSON BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

AWSRequest BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Associated Types

type AWSResponse BatchCreateVariable #

ToHeaders BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

ToPath BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

ToQuery BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

type Rep BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

type Rep BatchCreateVariable = D1 ('MetaData "BatchCreateVariable" "Amazonka.FraudDetector.BatchCreateVariable" "libZSservicesZSamazonka-frauddetectorZSamazonka-frauddetector" 'False) (C1 ('MetaCons "BatchCreateVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "variableEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty VariableEntry))))
type AWSResponse BatchCreateVariable Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

newBatchCreateVariable Source #

Create a value of BatchCreateVariable 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:tags:BatchCreateVariable', batchCreateVariable_tags - A collection of key and value pairs.

$sel:variableEntries:BatchCreateVariable', batchCreateVariable_variableEntries - The list of variables for the batch create variable request.

Request Lenses

batchCreateVariable_tags :: Lens' BatchCreateVariable (Maybe [Tag]) Source #

A collection of key and value pairs.

batchCreateVariable_variableEntries :: Lens' BatchCreateVariable (NonEmpty VariableEntry) Source #

The list of variables for the batch create variable request.

Destructuring the Response

data BatchCreateVariableResponse Source #

See: newBatchCreateVariableResponse smart constructor.

Constructors

BatchCreateVariableResponse' 

Fields

Instances

Instances details
Eq BatchCreateVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Read BatchCreateVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Show BatchCreateVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Generic BatchCreateVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

Associated Types

type Rep BatchCreateVariableResponse :: Type -> Type #

NFData BatchCreateVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

type Rep BatchCreateVariableResponse Source # 
Instance details

Defined in Amazonka.FraudDetector.BatchCreateVariable

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

newBatchCreateVariableResponse Source #

Create a value of BatchCreateVariableResponse 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:errors:BatchCreateVariableResponse', batchCreateVariableResponse_errors - Provides the errors for the BatchCreateVariable request.

$sel:httpStatus:BatchCreateVariableResponse', batchCreateVariableResponse_httpStatus - The response's http status code.

Response Lenses

batchCreateVariableResponse_errors :: Lens' BatchCreateVariableResponse (Maybe [BatchCreateVariableError]) Source #

Provides the errors for the BatchCreateVariable request.