libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference
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.ElasticInference.Types.Filter

Description

 
Synopsis

Documentation

data Filter Source #

A filter expression for the Elastic Inference Accelerator list.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

  • values :: Maybe [Text]

    The values for the filter of the Elastic Inference Accelerator list.

  • name :: Maybe Text

    The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.ElasticInference.Types.Filter" "libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFilter :: Filter Source #

Create a value of Filter 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:values:Filter', filter_values - The values for the filter of the Elastic Inference Accelerator list.

$sel:name:Filter', filter_name - The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.

filter_values :: Lens' Filter (Maybe [Text]) Source #

The values for the filter of the Elastic Inference Accelerator list.

filter_name :: Lens' Filter (Maybe Text) Source #

The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.