amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

Description

 
Synopsis

Documentation

data TimeRangeFilterInput Source #

The input for the time-range filter.

See: newTimeRangeFilterInput smart constructor.

Constructors

TimeRangeFilterInput' 

Fields

Instances

Instances details
FromJSON TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

ToJSON TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

Generic TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

Associated Types

type Rep TimeRangeFilterInput :: Type -> Type #

Show TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

NFData TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

Methods

rnf :: TimeRangeFilterInput -> () #

Eq TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

Hashable TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

type Rep TimeRangeFilterInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput

type Rep TimeRangeFilterInput = D1 ('MetaData "TimeRangeFilterInput" "Amazonka.SageMakerGeoSpatial.Types.TimeRangeFilterInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "TimeRangeFilterInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newTimeRangeFilterInput Source #

Create a value of TimeRangeFilterInput 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:endTime:TimeRangeFilterInput', timeRangeFilterInput_endTime - The end time for the time-range filter.

$sel:startTime:TimeRangeFilterInput', timeRangeFilterInput_startTime - The start time for the time-range filter.

timeRangeFilterInput_endTime :: Lens' TimeRangeFilterInput UTCTime Source #

The end time for the time-range filter.

timeRangeFilterInput_startTime :: Lens' TimeRangeFilterInput UTCTime Source #

The start time for the time-range filter.