libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.Types.EndpointFilter

Description

 
Synopsis

Documentation

data EndpointFilter Source #

The filter used to determine which endpoints are returned. You can filter jobs on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

See: newEndpointFilter smart constructor.

Constructors

EndpointFilter' 

Fields

Instances

Instances details
Eq EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

Read EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

Show EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

Generic EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

Associated Types

type Rep EndpointFilter :: Type -> Type #

NFData EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

Methods

rnf :: EndpointFilter -> () #

Hashable EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

ToJSON EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

type Rep EndpointFilter Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EndpointFilter

type Rep EndpointFilter = D1 ('MetaData "EndpointFilter" "Amazonka.Comprehend.Types.EndpointFilter" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "EndpointFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EndpointStatus)) :*: S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newEndpointFilter :: EndpointFilter Source #

Create a value of EndpointFilter 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:status:EndpointFilter', endpointFilter_status - Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.

$sel:modelArn:EndpointFilter', endpointFilter_modelArn - The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

$sel:creationTimeAfter:EndpointFilter', endpointFilter_creationTimeAfter - Specifies a date after which the returned endpoint or endpoints were created.

$sel:creationTimeBefore:EndpointFilter', endpointFilter_creationTimeBefore - Specifies a date before which the returned endpoint or endpoints were created.

endpointFilter_status :: Lens' EndpointFilter (Maybe EndpointStatus) Source #

Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.

endpointFilter_modelArn :: Lens' EndpointFilter (Maybe Text) Source #

The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

endpointFilter_creationTimeAfter :: Lens' EndpointFilter (Maybe UTCTime) Source #

Specifies a date after which the returned endpoint or endpoints were created.

endpointFilter_creationTimeBefore :: Lens' EndpointFilter (Maybe UTCTime) Source #

Specifies a date before which the returned endpoint or endpoints were created.