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

DeleteMethodResponseRequest

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

A request to delete an existing MethodResponse resource.

interface DeleteMethodResponseRequest {
httpMethod: string;
resourceId: string;
restApiId: string;
statusCode: string;
}

§Properties

§
httpMethod: string
[src]

The HTTP verb of the Method resource.

§
resourceId: string
[src]

The Resource identifier for the MethodResponse resource.

§
restApiId: string
[src]

The string identifier of the associated RestApi.

§
statusCode: string
[src]

The status code identifier for the MethodResponse resource.