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

Description

 
Synopsis

Documentation

data LoginAuthConfigReqObj Source #

The request object for this operation.

See: newLoginAuthConfigReqObj smart constructor.

Constructors

LoginAuthConfigReqObj' 

Fields

Instances

Instances details
Eq LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

Read LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

Show LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

Generic LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

Associated Types

type Rep LoginAuthConfigReqObj :: Type -> Type #

NFData LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

Methods

rnf :: LoginAuthConfigReqObj -> () #

Hashable LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

ToJSON LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

FromJSON LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

type Rep LoginAuthConfigReqObj Source # 
Instance details

Defined in Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj

type Rep LoginAuthConfigReqObj = D1 ('MetaData "LoginAuthConfigReqObj" "Amazonka.AmplifyBackend.Types.LoginAuthConfigReqObj" "libZSservicesZSamazonka-amplifybackendZSamazonka-amplifybackend" 'False) (C1 ('MetaCons "LoginAuthConfigReqObj'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsUserPoolsWebClientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsCognitoIdentityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsUserPoolsId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsCognitoRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLoginAuthConfigReqObj :: LoginAuthConfigReqObj Source #

Create a value of LoginAuthConfigReqObj 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:awsUserPoolsWebClientId:LoginAuthConfigReqObj', loginAuthConfigReqObj_awsUserPoolsWebClientId - The web client ID for the Amazon Cognito user pools.

$sel:awsCognitoIdentityPoolId:LoginAuthConfigReqObj', loginAuthConfigReqObj_awsCognitoIdentityPoolId - The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.

$sel:awsUserPoolsId:LoginAuthConfigReqObj', loginAuthConfigReqObj_awsUserPoolsId - The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.

$sel:awsCognitoRegion:LoginAuthConfigReqObj', loginAuthConfigReqObj_awsCognitoRegion - The AWS Region for the Amplify Admin UI login.

loginAuthConfigReqObj_awsUserPoolsWebClientId :: Lens' LoginAuthConfigReqObj (Maybe Text) Source #

The web client ID for the Amazon Cognito user pools.

loginAuthConfigReqObj_awsCognitoIdentityPoolId :: Lens' LoginAuthConfigReqObj (Maybe Text) Source #

The Amazon Cognito identity pool ID used for the Amplify Admin UI login authorization.

loginAuthConfigReqObj_awsUserPoolsId :: Lens' LoginAuthConfigReqObj (Maybe Text) Source #

The Amazon Cognito user pool ID used for Amplify Admin UI login authentication.

loginAuthConfigReqObj_awsCognitoRegion :: Lens' LoginAuthConfigReqObj (Maybe Text) Source #

The AWS Region for the Amplify Admin UI login.