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

LinkAttributeAction

import type { LinkAttributeAction } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.

interface LinkAttributeAction {
AttributeActionType?: UpdateActionType | null;
AttributeUpdateValue?: TypedAttributeValue | null;
}

§Properties

§
AttributeActionType?: UpdateActionType | null
[src]

A type that can be either UPDATE_OR_CREATE or DELETE.

§
AttributeUpdateValue?: TypedAttributeValue | null
[src]

The value that you want to update to.