libZSservicesZSamazonka-batchZSamazonka-batch
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.Batch.Types.KeyValuesPair

Description

 
Synopsis

Documentation

data KeyValuesPair Source #

A filter name and value pair that's used to return a more specific list of results from a ListJobs API operation.

See: newKeyValuesPair smart constructor.

Constructors

KeyValuesPair' 

Fields

Instances

Instances details
Eq KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Read KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Show KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Generic KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Associated Types

type Rep KeyValuesPair :: Type -> Type #

NFData KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

Methods

rnf :: KeyValuesPair -> () #

Hashable KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

ToJSON KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

type Rep KeyValuesPair Source # 
Instance details

Defined in Amazonka.Batch.Types.KeyValuesPair

type Rep KeyValuesPair = D1 ('MetaData "KeyValuesPair" "Amazonka.Batch.Types.KeyValuesPair" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "KeyValuesPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKeyValuesPair :: KeyValuesPair Source #

Create a value of KeyValuesPair 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:KeyValuesPair', keyValuesPair_values - The filter values.

$sel:name:KeyValuesPair', keyValuesPair_name - The name of the filter. Filter names are case sensitive.

keyValuesPair_name :: Lens' KeyValuesPair (Maybe Text) Source #

The name of the filter. Filter names are case sensitive.