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

Description

 
Synopsis

Documentation

data ExperienceEndpoint Source #

Provides the configuration information for the endpoint for your Amazon Kendra experience.

See: newExperienceEndpoint smart constructor.

Constructors

ExperienceEndpoint' 

Fields

  • endpoint :: Maybe Text

    The endpoint of your Amazon Kendra experience.

  • endpointType :: Maybe EndpointType

    The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.

Instances

Instances details
FromJSON ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

Generic ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

Associated Types

type Rep ExperienceEndpoint :: Type -> Type #

Read ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

Show ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

NFData ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

Methods

rnf :: ExperienceEndpoint -> () #

Eq ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

Hashable ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

type Rep ExperienceEndpoint Source # 
Instance details

Defined in Amazonka.Kendra.Types.ExperienceEndpoint

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

newExperienceEndpoint :: ExperienceEndpoint Source #

Create a value of ExperienceEndpoint 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:endpoint:ExperienceEndpoint', experienceEndpoint_endpoint - The endpoint of your Amazon Kendra experience.

$sel:endpointType:ExperienceEndpoint', experienceEndpoint_endpointType - The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.

experienceEndpoint_endpoint :: Lens' ExperienceEndpoint (Maybe Text) Source #

The endpoint of your Amazon Kendra experience.

experienceEndpoint_endpointType :: Lens' ExperienceEndpoint (Maybe EndpointType) Source #

The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.