| 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.LicenseManager.Types.TokenData
Description
Synopsis
- data TokenData = TokenData' {}
- newTokenData :: TokenData
- tokenData_expirationTime :: Lens' TokenData (Maybe Text)
- tokenData_licenseArn :: Lens' TokenData (Maybe Text)
- tokenData_roleArns :: Lens' TokenData (Maybe [Text])
- tokenData_status :: Lens' TokenData (Maybe Text)
- tokenData_tokenId :: Lens' TokenData (Maybe Text)
- tokenData_tokenProperties :: Lens' TokenData (Maybe [Text])
- tokenData_tokenType :: Lens' TokenData (Maybe Text)
Documentation
Describes a token.
See: newTokenData smart constructor.
Constructors
| TokenData' | |
Fields
| |
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:expirationTime:TokenData', tokenData_expirationTime - Token expiration time, in ISO8601-UTC format.
$sel:licenseArn:TokenData', tokenData_licenseArn - Amazon Resource Name (ARN) of the license.
$sel:roleArns:TokenData', tokenData_roleArns - Amazon Resource Names (ARN) of the roles included in the token.
$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:tokenType:TokenData', tokenData_tokenType - Type of token generated. The supported value is REFRESH_TOKEN.
tokenData_expirationTime :: Lens' TokenData (Maybe Text) Source #
Token expiration time, in ISO8601-UTC format.
tokenData_licenseArn :: Lens' TokenData (Maybe Text) Source #
Amazon Resource Name (ARN) of the license.
tokenData_roleArns :: Lens' TokenData (Maybe [Text]) Source #
Amazon Resource Names (ARN) of the roles included in the token.