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

Description

Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

Synopsis

Creating a Request

data AssociatePersonasToEntities Source #

See: newAssociatePersonasToEntities smart constructor.

Constructors

AssociatePersonasToEntities' 

Fields

Instances

Instances details
ToJSON AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

ToHeaders AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

ToPath AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

ToQuery AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

AWSRequest AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Generic AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Associated Types

type Rep AssociatePersonasToEntities :: Type -> Type #

Read AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Show AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

NFData AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Eq AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Hashable AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

type AWSResponse AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

type Rep AssociatePersonasToEntities Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

type Rep AssociatePersonasToEntities = D1 ('MetaData "AssociatePersonasToEntities" "Amazonka.Kendra.AssociatePersonasToEntities" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "AssociatePersonasToEntities'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "indexId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "personas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty EntityPersonaConfiguration)))))

newAssociatePersonasToEntities Source #

Create a value of AssociatePersonasToEntities 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:

AssociatePersonasToEntities, associatePersonasToEntities_id - The identifier of your Amazon Kendra experience.

$sel:indexId:AssociatePersonasToEntities', associatePersonasToEntities_indexId - The identifier of the index for your Amazon Kendra experience.

$sel:personas:AssociatePersonasToEntities', associatePersonasToEntities_personas - The personas that define the specific permissions of users or groups in your IAM Identity Center identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.

Request Lenses

associatePersonasToEntities_id :: Lens' AssociatePersonasToEntities Text Source #

The identifier of your Amazon Kendra experience.

associatePersonasToEntities_indexId :: Lens' AssociatePersonasToEntities Text Source #

The identifier of the index for your Amazon Kendra experience.

associatePersonasToEntities_personas :: Lens' AssociatePersonasToEntities (NonEmpty EntityPersonaConfiguration) Source #

The personas that define the specific permissions of users or groups in your IAM Identity Center identity source. The available personas or access roles are Owner and Viewer. For more information on these personas, see Providing access to your search page.

Destructuring the Response

data AssociatePersonasToEntitiesResponse Source #

Constructors

AssociatePersonasToEntitiesResponse' 

Fields

Instances

Instances details
Generic AssociatePersonasToEntitiesResponse Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Read AssociatePersonasToEntitiesResponse Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Show AssociatePersonasToEntitiesResponse Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

NFData AssociatePersonasToEntitiesResponse Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

Eq AssociatePersonasToEntitiesResponse Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

type Rep AssociatePersonasToEntitiesResponse Source # 
Instance details

Defined in Amazonka.Kendra.AssociatePersonasToEntities

type Rep AssociatePersonasToEntitiesResponse = D1 ('MetaData "AssociatePersonasToEntitiesResponse" "Amazonka.Kendra.AssociatePersonasToEntities" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "AssociatePersonasToEntitiesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntityList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty FailedEntity))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePersonasToEntitiesResponse Source #

Create a value of AssociatePersonasToEntitiesResponse 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:failedEntityList:AssociatePersonasToEntitiesResponse', associatePersonasToEntitiesResponse_failedEntityList - Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.

$sel:httpStatus:AssociatePersonasToEntitiesResponse', associatePersonasToEntitiesResponse_httpStatus - The response's http status code.

Response Lenses

associatePersonasToEntitiesResponse_failedEntityList :: Lens' AssociatePersonasToEntitiesResponse (Maybe (NonEmpty FailedEntity)) Source #

Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.