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

UpdateResourceShareResponse

import type { UpdateResourceShareResponse } from "https://aws-api.deno.dev/v0.3/services/ram.ts?docs=full";
interface UpdateResourceShareResponse {
clientToken?: string | null;
resourceShare?: ResourceShare | 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.

§
resourceShare?: ResourceShare | null
[src]

Information about the resource share.