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

GenerateServiceLastAccessedDetailsRequest

import type { GenerateServiceLastAccessedDetailsRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface GenerateServiceLastAccessedDetailsRequest {
Arn: string;
Granularity?: AccessAdvisorUsageGranularityType | null;
}

§Properties

§
Arn: string
[src]

The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an Amazon Web Services service.

§

The level of detail that you want to generate. You can specify whether you want to generate information about the last attempt to access services or actions. If you specify service-level granularity, this operation generates only service data. If you specify action-level granularity, it generates service and action data. If you don't include this optional parameter, the operation generates service data.