Awso_cognito_idp.ForgetDeviceRequestSourceRepresents the request to forget the device.
type nonrec t = {accessToken : TokenModelType.t option;A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.
*)deviceKey : DeviceKeyType.t;The unique identifier, or device key, of the device that the user wants to forget.
*)}