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

Description

 
Synopsis

Documentation

data DocumentServiceWarning Source #

A warning returned by the document service when an issue is discovered while processing an upload request.

See: newDocumentServiceWarning smart constructor.

Constructors

DocumentServiceWarning' 

Fields

  • message :: Maybe Text

    The description for a warning returned by the document service.

Instances

Instances details
Eq DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

Read DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

Show DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

Generic DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

Associated Types

type Rep DocumentServiceWarning :: Type -> Type #

NFData DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

Methods

rnf :: DocumentServiceWarning -> () #

Hashable DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

FromJSON DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

type Rep DocumentServiceWarning Source # 
Instance details

Defined in Amazonka.CloudSearchDomains.Types.DocumentServiceWarning

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

newDocumentServiceWarning :: DocumentServiceWarning Source #

Create a value of DocumentServiceWarning 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:message:DocumentServiceWarning', documentServiceWarning_message - The description for a warning returned by the document service.

documentServiceWarning_message :: Lens' DocumentServiceWarning (Maybe Text) Source #

The description for a warning returned by the document service.