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

CreateResourceShareResponse

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

An object with information about the new resource share.