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

AcceptResourceShareInvitationResponse

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

§
resourceShareInvitation?: ResourceShareInvitation | null
[src]

An object that contains information about the specified invitation.