| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.CognitoIdentityProvider.Types.ProviderDescription
Description
Synopsis
- data ProviderDescription = ProviderDescription' {}
- newProviderDescription :: ProviderDescription
- providerDescription_lastModifiedDate :: Lens' ProviderDescription (Maybe UTCTime)
- providerDescription_providerType :: Lens' ProviderDescription (Maybe IdentityProviderTypeType)
- providerDescription_creationDate :: Lens' ProviderDescription (Maybe UTCTime)
- providerDescription_providerName :: Lens' ProviderDescription (Maybe Text)
Documentation
data ProviderDescription Source #
A container for identity provider details.
See: newProviderDescription smart constructor.
Constructors
| ProviderDescription' | |
Fields
| |
Instances
newProviderDescription :: ProviderDescription Source #
Create a value of ProviderDescription 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:lastModifiedDate:ProviderDescription', providerDescription_lastModifiedDate - The date the provider was last modified.
$sel:providerType:ProviderDescription', providerDescription_providerType - The identity provider type.
$sel:creationDate:ProviderDescription', providerDescription_creationDate - The date the provider was added to the user pool.
$sel:providerName:ProviderDescription', providerDescription_providerName - The identity provider name.
providerDescription_lastModifiedDate :: Lens' ProviderDescription (Maybe UTCTime) Source #
The date the provider was last modified.
providerDescription_providerType :: Lens' ProviderDescription (Maybe IdentityProviderTypeType) Source #
The identity provider type.
providerDescription_creationDate :: Lens' ProviderDescription (Maybe UTCTime) Source #
The date the provider was added to the user pool.
providerDescription_providerName :: Lens' ProviderDescription (Maybe Text) Source #
The identity provider name.