amazonka-proton-2.0: Amazon Proton 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.Proton.Types.ListServiceInstancesFilter

Description

 
Synopsis

Documentation

data ListServiceInstancesFilter Source #

A filtering criterion to scope down the result list of the ListServiceInstances action.

See: newListServiceInstancesFilter smart constructor.

Constructors

ListServiceInstancesFilter' 

Fields

  • key :: Maybe ListServiceInstancesFilterBy

    The name of a filtering criterion.

  • value :: Maybe Text

    A value to filter by.

    With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).

Instances

Instances details
ToJSON ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

Generic ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

Associated Types

type Rep ListServiceInstancesFilter :: Type -> Type #

Read ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

Show ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

NFData ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

Eq ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

Hashable ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

type Rep ListServiceInstancesFilter Source # 
Instance details

Defined in Amazonka.Proton.Types.ListServiceInstancesFilter

type Rep ListServiceInstancesFilter = D1 ('MetaData "ListServiceInstancesFilter" "Amazonka.Proton.Types.ListServiceInstancesFilter" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListServiceInstancesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListServiceInstancesFilterBy)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListServiceInstancesFilter :: ListServiceInstancesFilter Source #

Create a value of ListServiceInstancesFilter 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:key:ListServiceInstancesFilter', listServiceInstancesFilter_key - The name of a filtering criterion.

$sel:value:ListServiceInstancesFilter', listServiceInstancesFilter_value - A value to filter by.

With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).

listServiceInstancesFilter_value :: Lens' ListServiceInstancesFilter (Maybe Text) Source #

A value to filter by.

With the date/time keys (*At{Before,After}), the value is a valid RFC 3339 string with no UTC offset and with an optional fractional precision (for example, 1985-04-12T23:20:50.52Z).