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

UpdateLinkOutput

import type { UpdateLinkOutput } from "https://aws-api.deno.dev/v0.4/services/oam.ts?docs=full";
interface UpdateLinkOutput {
Arn?: string | null;
Id?: string | null;
Label?: string | null;
LabelTemplate?: string | null;
ResourceTypes?: string[] | null;
SinkArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the link that you have updated.

§
Id?: string | null
[src]

The random ID string that Amazon Web Services generated as part of the sink ARN.

§
Label?: string | null
[src]

The label assigned to this link, with the variables resolved to their actual values.

§
LabelTemplate?: string | null
[src]

The exact label template that was specified when the link was created, with the template variables not resolved.

§
ResourceTypes?: string[] | null
[src]

The resource types now supported by this link.

§
SinkArn?: string | null
[src]

The ARN of the sink that is used for this link.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the link.