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

Description

 
Synopsis

Documentation

data ZendeskMetadata Source #

The connector metadata specific to Zendesk.

See: newZendeskMetadata smart constructor.

Constructors

ZendeskMetadata' 

Fields

Instances

Instances details
FromJSON ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Generic ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Associated Types

type Rep ZendeskMetadata :: Type -> Type #

Read ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Show ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

NFData ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Methods

rnf :: ZendeskMetadata -> () #

Eq ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

Hashable ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

type Rep ZendeskMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.ZendeskMetadata

type Rep ZendeskMetadata = D1 ('MetaData "ZendeskMetadata" "Amazonka.AppFlow.Types.ZendeskMetadata" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "ZendeskMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oAuthScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newZendeskMetadata :: ZendeskMetadata Source #

Create a value of ZendeskMetadata 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:oAuthScopes:ZendeskMetadata', zendeskMetadata_oAuthScopes - The desired authorization scope for the Zendesk account.

zendeskMetadata_oAuthScopes :: Lens' ZendeskMetadata (Maybe [Text]) Source #

The desired authorization scope for the Zendesk account.