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

GetSolNetworkOperationOutput

import type { GetSolNetworkOperationOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface GetSolNetworkOperationOutput {
arn: string;
error?: ProblemDetails | null;
id?: string | null;
lcmOperationType?: LcmOperationType | null;
nsInstanceId?: string | null;
operationState?: NsLcmOperationState | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn: string
[src]

Network operation ARN.

§
error?: ProblemDetails | null
[src]

Error related to this specific network operation occurence.

§
id?: string | null
[src]

ID of this network operation occurrence.

§
lcmOperationType?: LcmOperationType | null
[src]

Type of the operation represented by this occurrence.

§

Metadata of this network operation occurrence.

§
nsInstanceId?: string | null
[src]

ID of the network operation instance.

§
operationState?: NsLcmOperationState | null
[src]

The state of the network operation.

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

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

§

All tasks associated with this operation occurrence.