libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend
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.AmplifyBackend.Types.BackendAPIAuthType

Description

 
Synopsis

Documentation

data BackendAPIAuthType Source #

Describes the auth types for your configured data models.

See: newBackendAPIAuthType smart constructor.

Constructors

BackendAPIAuthType' 

Fields

Instances

Instances details
Eq BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

Read BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

Show BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

Generic BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

Associated Types

type Rep BackendAPIAuthType :: Type -> Type #

NFData BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

Methods

rnf :: BackendAPIAuthType -> () #

Hashable BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

ToJSON BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

FromJSON BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

type Rep BackendAPIAuthType Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.BackendAPIAuthType

type Rep BackendAPIAuthType = D1 ('MetaData "BackendAPIAuthType" "Amazonka.AmplifyBackend.Types.BackendAPIAuthType" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "BackendAPIAuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BackendAPIAppSyncAuthSettings)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mode))))

newBackendAPIAuthType :: BackendAPIAuthType Source #

Create a value of BackendAPIAuthType 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:settings:BackendAPIAuthType', backendAPIAuthType_settings - Describes settings for the authentication mode.

$sel:mode:BackendAPIAuthType', backendAPIAuthType_mode - Describes the authentication mode.

backendAPIAuthType_mode :: Lens' BackendAPIAuthType (Maybe Mode) Source #

Describes the authentication mode.