amazonka-kendra-2.0: Amazon KendraFrontendService 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.Kendra.Types.MemberGroup

Description

 
Synopsis

Documentation

data MemberGroup Source #

The sub groups that belong to a group.

See: newMemberGroup smart constructor.

Constructors

MemberGroup' 

Fields

  • dataSourceId :: Maybe Text

    The identifier of the data source for the sub group you want to map to a group.

  • groupId :: Text

    The identifier of the sub group you want to map to a group.

Instances

Instances details
ToJSON MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

Generic MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

Associated Types

type Rep MemberGroup :: Type -> Type #

Read MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

Show MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

NFData MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

Methods

rnf :: MemberGroup -> () #

Eq MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

Hashable MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

type Rep MemberGroup Source # 
Instance details

Defined in Amazonka.Kendra.Types.MemberGroup

type Rep MemberGroup = D1 ('MetaData "MemberGroup" "Amazonka.Kendra.Types.MemberGroup" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "MemberGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMemberGroup Source #

Create a value of MemberGroup 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:dataSourceId:MemberGroup', memberGroup_dataSourceId - The identifier of the data source for the sub group you want to map to a group.

$sel:groupId:MemberGroup', memberGroup_groupId - The identifier of the sub group you want to map to a group.

memberGroup_dataSourceId :: Lens' MemberGroup (Maybe Text) Source #

The identifier of the data source for the sub group you want to map to a group.

memberGroup_groupId :: Lens' MemberGroup Text Source #

The identifier of the sub group you want to map to a group.