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

EntityDetails

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

An object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified Amazon Web Services service.

This data type is a response element in the "GetServiceLastAccessedDetailsWithEntities" operation.

interface EntityDetails {
EntityInfo: EntityInfo;
LastAuthenticated?: Date | number | null;
}

§Properties

§
EntityInfo: EntityInfo
[src]

The EntityInfo object that contains details about the entity (user or role).

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

The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.

This field is null if no IAM entities attempted to access the service within the tracking period.