libZSservicesZSamazonka-cloudsearch-domainsZSamazonka-cloudsearch-domains
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudSearchDomains.Types.SearchStatus

Description

 
Synopsis

Documentation

data SearchStatus Source #

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

See: newSearchStatus smart constructor.

Constructors

SearchStatus' 

Fields

Instances

Instances details
Eq SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

Read SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

Show SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

Generic SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

Associated Types

type Rep SearchStatus :: Type -> Type #

NFData SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

Methods

rnf :: SearchStatus -> () #

Hashable SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

FromJSON SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

type Rep SearchStatus Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.SearchStatus

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

newSearchStatus :: SearchStatus Source #

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

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

searchStatus_rid :: Lens' SearchStatus (Maybe Text) Source #

The encrypted resource ID for the request.

searchStatus_timems :: Lens' SearchStatus (Maybe Integer) Source #

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