Values.TokenDataSourceDescribes a token.
type nonrec t = {tokenId : String_.t option;Token ID.
*)tokenType : String_.t option;Type of token generated. The supported value is REFRESH_TOKEN.
*)licenseArn : String_.t option;Amazon Resource Name (ARN) of the license.
*)expirationTime : ISO8601DateTime.t option;Token expiration time, in ISO8601-UTC format.
*)tokenProperties : MaxSize3StringList.t option;Data specified by the caller.
*)roleArns : ArnList.t option;Amazon Resource Names (ARN) of the roles included in the token.
*)status : String_.t option;Token status. The possible values are AVAILABLE and DELETED.
*)}