amazonka-iottwinmaker-2.0: Amazon IoT TwinMaker 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.IotTwinMaker.Types.ListComponentTypesFilter

Description

 
Synopsis

Documentation

data ListComponentTypesFilter Source #

An object that filters items in a list of component types.

Only one object is accepted as a valid input.

See: newListComponentTypesFilter smart constructor.

Constructors

ListComponentTypesFilter' 

Fields

Instances

Instances details
ToJSON ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Generic ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Associated Types

type Rep ListComponentTypesFilter :: Type -> Type #

Read ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Show ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

NFData ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Eq ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

Hashable ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

type Rep ListComponentTypesFilter Source # 
Instance details

Defined in Amazonka.IotTwinMaker.Types.ListComponentTypesFilter

type Rep ListComponentTypesFilter = D1 ('MetaData "ListComponentTypesFilter" "Amazonka.IotTwinMaker.Types.ListComponentTypesFilter" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "ListComponentTypesFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "extendsFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "isAbstract") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListComponentTypesFilter :: ListComponentTypesFilter Source #

Create a value of ListComponentTypesFilter 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:extendsFrom:ListComponentTypesFilter', listComponentTypesFilter_extendsFrom - The component type that the component types in the list extend.

$sel:isAbstract:ListComponentTypesFilter', listComponentTypesFilter_isAbstract - A Boolean value that specifies whether the component types in the list are abstract.

$sel:namespace:ListComponentTypesFilter', listComponentTypesFilter_namespace - The namespace to which the component types in the list belong.

listComponentTypesFilter_extendsFrom :: Lens' ListComponentTypesFilter (Maybe Text) Source #

The component type that the component types in the list extend.

listComponentTypesFilter_isAbstract :: Lens' ListComponentTypesFilter (Maybe Bool) Source #

A Boolean value that specifies whether the component types in the list are abstract.

listComponentTypesFilter_namespace :: Lens' ListComponentTypesFilter (Maybe Text) Source #

The namespace to which the component types in the list belong.