libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.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

  • value :: Maybe Text

    The filter value.

  • key :: Maybe Text

    The filter key.

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

Instances

Instances details
Eq ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Read ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Show 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 #

NFData ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Hashable ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

ToJSON 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" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ListRecordHistorySearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:ListRecordHistorySearchFilter', listRecordHistorySearchFilter_value - The filter value.

$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.

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.