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

UpdateLinkAttributesRequest

import type { UpdateLinkAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface UpdateLinkAttributesRequest {
AttributeUpdates: LinkAttributeUpdate[];
DirectoryArn: string;
TypedLinkSpecifier: TypedLinkSpecifier;
}

§Properties

§
AttributeUpdates: LinkAttributeUpdate[]
[src]

The attributes update structure.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see "arns" or Typed Links.

§
TypedLinkSpecifier: TypedLinkSpecifier
[src]

Allows a typed link specifier to be accepted as input.