libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.Types.ProviderUserIdentifierType

Description

 
Synopsis

Documentation

data ProviderUserIdentifierType Source #

A container for information about an identity provider for a user pool.

See: newProviderUserIdentifierType smart constructor.

Constructors

ProviderUserIdentifierType' 

Fields

Instances

Instances details
Eq ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

Read ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

Show ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

Generic ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

Associated Types

type Rep ProviderUserIdentifierType :: Type -> Type #

NFData ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

Hashable ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

ToJSON ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

type Rep ProviderUserIdentifierType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType

type Rep ProviderUserIdentifierType = D1 ('MetaData "ProviderUserIdentifierType" "Amazonka.CognitoIdentityProvider.Types.ProviderUserIdentifierType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ProviderUserIdentifierType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "providerAttributeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "providerAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "providerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newProviderUserIdentifierType :: ProviderUserIdentifierType Source #

Create a value of ProviderUserIdentifierType 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:providerAttributeValue:ProviderUserIdentifierType', providerUserIdentifierType_providerAttributeValue - The value of the provider attribute to link to, for example, xxxxx_account.

$sel:providerAttributeName:ProviderUserIdentifierType', providerUserIdentifierType_providerAttributeName - The name of the provider attribute to link to, for example, NameID.

$sel:providerName:ProviderUserIdentifierType', providerUserIdentifierType_providerName - The name of the provider, for example, Facebook, Google, or Login with Amazon.

providerUserIdentifierType_providerAttributeValue :: Lens' ProviderUserIdentifierType (Maybe Text) Source #

The value of the provider attribute to link to, for example, xxxxx_account.

providerUserIdentifierType_providerAttributeName :: Lens' ProviderUserIdentifierType (Maybe Text) Source #

The name of the provider attribute to link to, for example, NameID.

providerUserIdentifierType_providerName :: Lens' ProviderUserIdentifierType (Maybe Text) Source #

The name of the provider, for example, Facebook, Google, or Login with Amazon.