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

DeleteBackendStorageRequest

import type { DeleteBackendStorageRequest } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";

The request body for DeleteBackendStorage.

interface DeleteBackendStorageRequest {
AppId: string;
BackendEnvironmentName: string;
ResourceName: string;
ServiceName: ServiceName;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
ResourceName: string
[src]

The name of the storage resource.

§
ServiceName: ServiceName
[src]

The name of the storage service.