| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.Variable
Description
Synopsis
- data Variable = Variable' {
- arn :: Maybe Text
- createdTime :: Maybe Text
- dataSource :: Maybe DataSource
- dataType :: Maybe DataType
- defaultValue :: Maybe Text
- description :: Maybe Text
- lastUpdatedTime :: Maybe Text
- name :: Maybe Text
- variableType :: Maybe Text
- newVariable :: Variable
- variable_arn :: Lens' Variable (Maybe Text)
- variable_createdTime :: Lens' Variable (Maybe Text)
- variable_dataSource :: Lens' Variable (Maybe DataSource)
- variable_dataType :: Lens' Variable (Maybe DataType)
- variable_defaultValue :: Lens' Variable (Maybe Text)
- variable_description :: Lens' Variable (Maybe Text)
- variable_lastUpdatedTime :: Lens' Variable (Maybe Text)
- variable_name :: Lens' Variable (Maybe Text)
- variable_variableType :: Lens' Variable (Maybe Text)
Documentation
The variable.
See: newVariable smart constructor.
Constructors
| Variable' | |
Fields
| |
Instances
newVariable :: Variable Source #
Create a value of Variable 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:arn:Variable', variable_arn - The ARN of the variable.
$sel:createdTime:Variable', variable_createdTime - The time when the variable was created.
$sel:dataSource:Variable', variable_dataSource - The data source of the variable.
$sel:dataType:Variable', variable_dataType - The data type of the variable. For more information see
Variable types.
$sel:defaultValue:Variable', variable_defaultValue - The default value of the variable.
$sel:description:Variable', variable_description - The description of the variable.
$sel:lastUpdatedTime:Variable', variable_lastUpdatedTime - The time when variable was last updated.
$sel:name:Variable', variable_name - The name of the variable.
$sel:variableType:Variable', variable_variableType - The variable type of the variable.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
variable_dataSource :: Lens' Variable (Maybe DataSource) Source #
The data source of the variable.
variable_dataType :: Lens' Variable (Maybe DataType) Source #
The data type of the variable. For more information see Variable types.
variable_lastUpdatedTime :: Lens' Variable (Maybe Text) Source #
The time when variable was last updated.
variable_variableType :: Lens' Variable (Maybe Text) Source #
The variable type of the variable.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT