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

UpdateInfoEntry

import type { UpdateInfoEntry } from "https://aws-api.deno.dev/v0.4/services/directoryservice.ts?docs=full";

An entry of update information related to a requested update type.

interface UpdateInfoEntry {
InitiatedBy?: string | null;
LastUpdatedDateTime?: Date | number | null;
NewValue?: UpdateValue | null;
PreviousValue?: UpdateValue | null;
Region?: string | null;
StartTime?: Date | number | null;
Status?: UpdateStatus | null;
StatusReason?: string | null;
}

§Properties

§
InitiatedBy?: string | null
[src]

This specifies if the update was initiated by the customer or by the service team.

§
LastUpdatedDateTime?: Date | number | null
[src]

The last updated date and time of a particular directory setting.

§
NewValue?: UpdateValue | null
[src]

The new value of the target setting.

§
PreviousValue?: UpdateValue | null
[src]

The old value of the target setting.

§
Region?: string | null
[src]

The name of the Region.

§
StartTime?: Date | number | null
[src]

The start time of the UpdateDirectorySetup for the particular type.

§
Status?: UpdateStatus | null
[src]

The status of the update performed on the directory.

§
StatusReason?: string | null
[src]

The reason for the current status of the update type activity.