| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentity.Types.IdentityPoolShortDescription
Description
Synopsis
- data IdentityPoolShortDescription = IdentityPoolShortDescription' {}
- newIdentityPoolShortDescription :: IdentityPoolShortDescription
- identityPoolShortDescription_identityPoolId :: Lens' IdentityPoolShortDescription (Maybe Text)
- identityPoolShortDescription_identityPoolName :: Lens' IdentityPoolShortDescription (Maybe Text)
Documentation
data IdentityPoolShortDescription Source #
A description of the identity pool.
See: newIdentityPoolShortDescription smart constructor.
Constructors
| IdentityPoolShortDescription' | |
Fields
| |
Instances
newIdentityPoolShortDescription :: IdentityPoolShortDescription Source #
Create a value of IdentityPoolShortDescription 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:identityPoolId:IdentityPoolShortDescription', identityPoolShortDescription_identityPoolId - An identity pool ID in the format REGION:GUID.
$sel:identityPoolName:IdentityPoolShortDescription', identityPoolShortDescription_identityPoolName - A string that you provide.
identityPoolShortDescription_identityPoolId :: Lens' IdentityPoolShortDescription (Maybe Text) Source #
An identity pool ID in the format REGION:GUID.
identityPoolShortDescription_identityPoolName :: Lens' IdentityPoolShortDescription (Maybe Text) Source #
A string that you provide.