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 TokenData = TokenData' {}
- newTokenData :: TokenData
- tokenData_status :: Lens' TokenData (Maybe Text)
- tokenData_tokenId :: Lens' TokenData (Maybe Text)
- tokenData_tokenProperties :: Lens' TokenData (Maybe [Text])
- tokenData_roleArns :: Lens' TokenData (Maybe [Text])
- tokenData_tokenType :: Lens' TokenData (Maybe Text)
- tokenData_expirationTime :: Lens' TokenData (Maybe Text)
- tokenData_licenseArn :: Lens' TokenData (Maybe Text)
Documentation
Describes a token.
See: newTokenData
smart constructor.
TokenData' | |
|
Instances
newTokenData :: TokenData Source #
Create a value of TokenData
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:status:TokenData'
, tokenData_status
- Token status. The possible values are AVAILABLE
and DELETED
.
$sel:tokenId:TokenData'
, tokenData_tokenId
- Token ID.
$sel:tokenProperties:TokenData'
, tokenData_tokenProperties
- Data specified by the caller.
$sel:roleArns:TokenData'
, tokenData_roleArns
- Amazon Resource Names (ARN) of the roles included in the token.
$sel:tokenType:TokenData'
, tokenData_tokenType
- Type of token generated. The supported value is REFRESH_TOKEN
.
$sel:expirationTime:TokenData'
, tokenData_expirationTime
- Token expiration time, in ISO8601-UTC format.
$sel:licenseArn:TokenData'
, tokenData_licenseArn
- Amazon Resource Name (ARN) of the license.
tokenData_status :: Lens' TokenData (Maybe Text) Source #
Token status. The possible values are AVAILABLE
and DELETED
.
tokenData_roleArns :: Lens' TokenData (Maybe [Text]) Source #
Amazon Resource Names (ARN) of the roles included in the token.
tokenData_tokenType :: Lens' TokenData (Maybe Text) Source #
Type of token generated. The supported value is REFRESH_TOKEN
.