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

BatchUpdateLinkAttributes

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

Updates a given typed link’s attributes inside a "BatchRead" operation. Attributes to be updated must not contribute to the typed link’s identity, as defined by its IdentityAttributeOrder. For more information, see "UpdateLinkAttributes" and "BatchReadRequest$Operations".

interface BatchUpdateLinkAttributes {
AttributeUpdates: LinkAttributeUpdate[];
TypedLinkSpecifier: TypedLinkSpecifier;
}

§Properties

§
AttributeUpdates: LinkAttributeUpdate[]
[src]

The attributes update structure.

§
TypedLinkSpecifier: TypedLinkSpecifier
[src]

Allows a typed link specifier to be accepted as input.