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

Description

 
Synopsis

Documentation

data GroupSummary Source #

Summary information for groups.

See: newGroupSummary smart constructor.

Constructors

GroupSummary' 

Fields

Instances

Instances details
FromJSON GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

Generic GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

Associated Types

type Rep GroupSummary :: Type -> Type #

Read GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

Show GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

NFData GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

Methods

rnf :: GroupSummary -> () #

Eq GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

Hashable GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

type Rep GroupSummary Source # 
Instance details

Defined in Amazonka.Kendra.Types.GroupSummary

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

newGroupSummary :: GroupSummary Source #

Create a value of GroupSummary 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:groupId:GroupSummary', groupSummary_groupId - The identifier of the group you want group summary information on.

$sel:orderingId:GroupSummary', groupSummary_orderingId - The timestamp identifier used for the latest PUT or DELETE action.

groupSummary_groupId :: Lens' GroupSummary (Maybe Text) Source #

The identifier of the group you want group summary information on.

groupSummary_orderingId :: Lens' GroupSummary (Maybe Natural) Source #

The timestamp identifier used for the latest PUT or DELETE action.