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 |
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.
IdentityPoolShortDescription' | |
|
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.