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

GetAccessKeyInfoRequest

import type { GetAccessKeyInfoRequest } from "https://aws-api.deno.dev/v0.4/services/sts.ts?docs=full";
interface GetAccessKeyInfoRequest {
AccessKeyId: string;
}

§Properties

§
AccessKeyId: string
[src]

The identifier of an access key.

This parameter allows (through its regex pattern) a string of characters that can consist of any upper- or lowercase letter or digit.