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

DeleteResourceShareResponse

import type { DeleteResourceShareResponse } from "https://aws-api.deno.dev/v0.3/services/ram.ts?docs=full";
interface DeleteResourceShareResponse {
clientToken?: string | null;
returnValue?: boolean | null;
}

§Properties

§
clientToken?: string | null
[src]

The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.

§
returnValue?: boolean | null
[src]

A return value of true indicates that the request succeeded. A value of false indicates that the request failed.