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

Description

 
Synopsis

Documentation

data SingularConnectorProfileCredentials Source #

The connector-specific profile credentials required when using Singular.

See: newSingularConnectorProfileCredentials smart constructor.

Constructors

SingularConnectorProfileCredentials' 

Fields

  • apiKey :: Text

    A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

Instances

Instances details
Eq SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Read SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Show SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Generic SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

NFData SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

Hashable SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

ToJSON SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

type Rep SingularConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.SingularConnectorProfileCredentials

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

newSingularConnectorProfileCredentials Source #

Create a value of SingularConnectorProfileCredentials 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:apiKey:SingularConnectorProfileCredentials', singularConnectorProfileCredentials_apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

singularConnectorProfileCredentials_apiKey :: Lens' SingularConnectorProfileCredentials Text Source #

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.