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

DeleteBucketAccessKeyRequest

import type { DeleteBucketAccessKeyRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface DeleteBucketAccessKeyRequest {
accessKeyId: string;
bucketName: string;
}

§Properties

§
accessKeyId: string
[src]

The ID of the access key to delete.

Use the "GetBucketAccessKeys" action to get a list of access key IDs that you can specify.

§
bucketName: string
[src]

The name of the bucket that the access key belongs to.