Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype IndexFieldType where
- IndexFieldType' { }
- pattern IndexFieldType_Date :: IndexFieldType
- pattern IndexFieldType_Date_array :: IndexFieldType
- pattern IndexFieldType_Double :: IndexFieldType
- pattern IndexFieldType_Double_array :: IndexFieldType
- pattern IndexFieldType_Int :: IndexFieldType
- pattern IndexFieldType_Int_array :: IndexFieldType
- pattern IndexFieldType_Latlon :: IndexFieldType
- pattern IndexFieldType_Literal :: IndexFieldType
- pattern IndexFieldType_Literal_array :: IndexFieldType
- pattern IndexFieldType_Text :: IndexFieldType
- pattern IndexFieldType_Text_array :: IndexFieldType
Documentation
newtype IndexFieldType Source #
The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
pattern IndexFieldType_Date :: IndexFieldType | |
pattern IndexFieldType_Date_array :: IndexFieldType | |
pattern IndexFieldType_Double :: IndexFieldType | |
pattern IndexFieldType_Double_array :: IndexFieldType | |
pattern IndexFieldType_Int :: IndexFieldType | |
pattern IndexFieldType_Int_array :: IndexFieldType | |
pattern IndexFieldType_Latlon :: IndexFieldType | |
pattern IndexFieldType_Literal :: IndexFieldType | |
pattern IndexFieldType_Literal_array :: IndexFieldType | |
pattern IndexFieldType_Text :: IndexFieldType | |
pattern IndexFieldType_Text_array :: IndexFieldType |