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

CreateSolNetworkPackageOutput

import type { CreateSolNetworkPackageOutput } from "https://aws-api.deno.dev/v0.4/services/tnb.ts?docs=full";
interface CreateSolNetworkPackageOutput {
arn: string;
id: string;
nsdOnboardingState: NsdOnboardingState;
nsdOperationalState: NsdOperationalState;
nsdUsageState: NsdUsageState;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn: string
[src]

Network package ARN.

§
id: string
[src]

ID of the network package.

§
nsdOnboardingState: NsdOnboardingState
[src]

Onboarding state of the network service descriptor in the network package.

§
nsdOperationalState: NsdOperationalState
[src]

Operational state of the network service descriptor in the network package.

§
nsdUsageState: NsdUsageState
[src]

Usage state of the network service descriptor in the network package.

§
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.