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

Description

 
Synopsis

Documentation

data SlackMetadata Source #

The connector metadata specific to Slack.

See: newSlackMetadata smart constructor.

Constructors

SlackMetadata' 

Fields

Instances

Instances details
Eq SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Read SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Show SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Generic SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Associated Types

type Rep SlackMetadata :: Type -> Type #

NFData SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

Methods

rnf :: SlackMetadata -> () #

Hashable SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

FromJSON SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

type Rep SlackMetadata Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SlackMetadata

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

newSlackMetadata :: SlackMetadata Source #

Create a value of SlackMetadata 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:SlackMetadata', slackMetadata_oAuthScopes - The desired authorization scope for the Slack account.

slackMetadata_oAuthScopes :: Lens' SlackMetadata (Maybe [Text]) Source #

The desired authorization scope for the Slack account.