| 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.LexV2Models.Types.DateRangeFilter
Description
Documentation
data DateRangeFilter Source #
The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.
See: newDateRangeFilter smart constructor.
Constructors
| DateRangeFilter' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> UTCTime | |
| -> DateRangeFilter |
Create a value of DateRangeFilter 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:startDateTime:DateRangeFilter', dateRangeFilter_startDateTime - A timestamp indicating the start date for the date range filter.
$sel:endDateTime:DateRangeFilter', dateRangeFilter_endDateTime - A timestamp indicating the end date for the date range filter.
dateRangeFilter_startDateTime :: Lens' DateRangeFilter UTCTime Source #
A timestamp indicating the start date for the date range filter.
dateRangeFilter_endDateTime :: Lens' DateRangeFilter UTCTime Source #
A timestamp indicating the end date for the date range filter.