amazonka-servicecatalog-2.0: Amazon Service Catalog 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.ServiceCatalog.Types.ListRecordHistorySearchFilter

Description

 
Synopsis

Documentation

data ListRecordHistorySearchFilter Source #

The search filter to use when listing history records.

See: newListRecordHistorySearchFilter smart constructor.

Constructors

ListRecordHistorySearchFilter' 

Fields

  • key :: Maybe Text

    The filter key.

    • product - Filter results based on the specified product identifier.
    • provisionedproduct - Filter results based on the provisioned product identifier.
  • value :: Maybe Text

    The filter value.

Instances

Instances details
ToJSON ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Generic ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Associated Types

type Rep ListRecordHistorySearchFilter :: Type -> Type #

Read ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Show ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

NFData ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Eq ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Hashable ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

type Rep ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

type Rep ListRecordHistorySearchFilter = D1 ('MetaData "ListRecordHistorySearchFilter" "Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListRecordHistorySearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListRecordHistorySearchFilter :: ListRecordHistorySearchFilter Source #

Create a value of ListRecordHistorySearchFilter 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:ListRecordHistorySearchFilter', listRecordHistorySearchFilter_key - The filter key.

  • product - Filter results based on the specified product identifier.
  • provisionedproduct - Filter results based on the provisioned product identifier.

$sel:value:ListRecordHistorySearchFilter', listRecordHistorySearchFilter_value - The filter value.

listRecordHistorySearchFilter_key :: Lens' ListRecordHistorySearchFilter (Maybe Text) Source #

The filter key.

  • product - Filter results based on the specified product identifier.
  • provisionedproduct - Filter results based on the provisioned product identifier.