/** *

* Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps * you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of * your telecommunication network functions throughout planning, deployment, and * post-deployment activities.

* * @packageDocumentation */ export * from "./TnbClient"; export * from "./Tnb"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { TnbExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { TnbServiceException } from "./models/TnbServiceException";