libZSservicesZSamazonka-appflowZSamazonka-appflow
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.AppFlow.Types.ServiceNowMetadata

Description

 
Synopsis

Documentation

data ServiceNowMetadata Source #

The connector metadata specific to ServiceNow.

See: newServiceNowMetadata smart constructor.

Constructors

ServiceNowMetadata' 

Instances

Instances details
Eq ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Read ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Show ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Generic ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Associated Types

type Rep ServiceNowMetadata :: Type -> Type #

NFData ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Methods

rnf :: ServiceNowMetadata -> () #

Hashable ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

FromJSON ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

type Rep ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

type Rep ServiceNowMetadata = D1 ('MetaData "ServiceNowMetadata" "Amazonka.AppFlow.Types.ServiceNowMetadata" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "ServiceNowMetadata'" 'PrefixI 'False) (U1 :: Type -> Type))

newServiceNowMetadata :: ServiceNowMetadata Source #

Create a value of ServiceNowMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.