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

AccessKey

import type { AccessKey } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface AccessKey {
AccessKeyId: string;
CreateDate?: Date | number | null;
SecretAccessKey: string;
Status: statusType;
UserName: string;
}

§Properties

§
AccessKeyId: string
[src]
§
CreateDate?: Date | number | null
[src]
§
SecretAccessKey: string
[src]
§
UserName: string
[src]