amazonka-appflow-2.0: Amazon Appflow 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.AppFlow.Types.ServiceNowMetadata

Description

 
Synopsis

Documentation

data ServiceNowMetadata Source #

The connector metadata specific to ServiceNow.

See: newServiceNowMetadata smart constructor.

Constructors

ServiceNowMetadata' 

Instances

Instances details
FromJSON 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 #

Read ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Show ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

NFData ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Methods

rnf :: ServiceNowMetadata -> () #

Eq ServiceNowMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ServiceNowMetadata

Hashable 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" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" '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.