Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResyncMFADeviceRequest

import type { ResyncMFADeviceRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface ResyncMFADeviceRequest {
AuthenticationCode1: string;
AuthenticationCode2: string;
SerialNumber: string;
UserName: string;
}

§Properties

§
AuthenticationCode1: string
[src]

An authentication code emitted by the device.

The format for this parameter is a sequence of six digits.

§
AuthenticationCode2: string
[src]

A subsequent authentication code emitted by the device.

The format for this parameter is a sequence of six digits.

§
SerialNumber: string
[src]

Serial number that uniquely identifies the MFA device.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

§
UserName: string
[src]

The name of the user whose MFA device you want to resynchronize.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-