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

GetMethodRequest

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

Request to describe an existing Method resource.

interface GetMethodRequest {
httpMethod: string;
resourceId: string;
restApiId: string;
}

§Properties

§
httpMethod: string
[src]

Specifies the method request's HTTP method type.

§
resourceId: string
[src]

The Resource identifier for the Method resource.

§
restApiId: string
[src]

The string identifier of the associated RestApi.