AWSAuthDevice: AuthDevice & {
    attributes: Partial<Record<DeviceAttributeKey, string>> & Record<string, string>;
    createDate?: Date;
    lastAuthenticatedDate?: Date;
    lastModifiedDate?: Date;
}

Holds the device specific information along with it's id and name.

Type declaration