amazonka-cloudsearch-domains-2.0: Amazon CloudSearch Domain 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.CloudSearchDomains.Types.SuggestStatus

Description

 
Synopsis

Documentation

data SuggestStatus Source #

Contains the resource id (rid) and the time it took to process the request (timems).

See: newSuggestStatus smart constructor.

Constructors

SuggestStatus' 

Fields

Instances

Instances details
FromJSON SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

Generic SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

Associated Types

type Rep SuggestStatus :: Type -> Type #

Read SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

Show SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

NFData SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

Methods

rnf :: SuggestStatus -> () #

Eq SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

Hashable SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

type Rep SuggestStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SuggestStatus

type Rep SuggestStatus = D1 ('MetaData "SuggestStatus" "Amazonka.CloudSearchDomains.Types.SuggestStatus" "amazonka-cloudsearch-domains-2.0-IDp90WQyZTIipPfNcVjL2" 'False) (C1 ('MetaCons "SuggestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newSuggestStatus :: SuggestStatus Source #

Create a value of SuggestStatus 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:rid:SuggestStatus', suggestStatus_rid - The encrypted resource ID for the request.

$sel:timems:SuggestStatus', suggestStatus_timems - How long it took to process the request, in milliseconds.

suggestStatus_rid :: Lens' SuggestStatus (Maybe Text) Source #

The encrypted resource ID for the request.

suggestStatus_timems :: Lens' SuggestStatus (Maybe Integer) Source #

How long it took to process the request, in milliseconds.