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

DeleteResourceRequest

import type { DeleteResourceRequest } from "https://aws-api.deno.dev/v0.4/services/apigateway.ts?docs=full";

Request to delete a Resource.

interface DeleteResourceRequest {
resourceId: string;
restApiId: string;
}

§Properties

§
resourceId: string
[src]

The identifier of the Resource resource.

§
restApiId: string
[src]

The string identifier of the associated RestApi.