You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-tnb): This release adds Network Service Update, through which customers will be able to update their instantiated networks to a new network package. See the documentation for limitations. The release also enhances the Get network operation API to return parameter overrides used during the operation.
Copy file name to clipboardExpand all lines: clients/client-tnb/README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@
6
6
7
7
AWS SDK for JavaScript Tnb Client for Node.js, Browser and React Native.
8
8
9
-
<p> 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.</p>
9
+
<p>
10
+
Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps
11
+
you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of
12
+
your telecommunication network functions throughout planning, deployment, and
Copy file name to clipboardExpand all lines: clients/client-tnb/src/Tnb.ts
+5-1
Original file line number
Diff line number
Diff line change
@@ -760,7 +760,11 @@ export interface Tnb {
760
760
}
761
761
762
762
/**
763
-
* <p> 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.</p>
763
+
* <p>
764
+
* Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps
765
+
* you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of
766
+
* your telecommunication network functions throughout planning, deployment, and
* <p> 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.</p>
441
+
* <p>
442
+
* Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps
443
+
* you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of
444
+
* your telecommunication network functions throughout planning, deployment, and
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/ug/function-packages.html">Function packages</a> in the <i>Amazon Web Services Telco Network Builder User Guide</i>.
38
-
* </p>
39
-
* <p>Creating a function package is the first step for creating a network in AWS TNB. This request creates an empty container with an ID. The next step is to upload the actual CSAR zip file into that empty container. To upload function package content, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html">PutSolFunctionPackageContent</a>.</p>
37
+
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/ug/function-packages.html">Function packages</a> in the
38
+
* <i>Amazon Web Services Telco Network Builder User Guide</i>. </p>
39
+
* <p>Creating a function package is the first step for creating a network in AWS TNB. This
40
+
* request creates an empty container with an ID. The next step is to upload the actual CSAR
41
+
* zip file into that empty container. To upload function package content, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html">PutSolFunctionPackageContent</a>.</p>
40
42
* @example
41
43
* Use a bare-bones client and the command you need to make an API call.
* <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Creating a network instance is the third step after creating a network package. For more information about network instances, <a href="https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html">Network instances</a> in the <i>Amazon Web Services Telco Network Builder User Guide</i>.</p>
38
-
* <p>Once you create a network instance, you can instantiate it. To instantiate a network, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_InstantiateSolNetworkInstance.html">InstantiateSolNetworkInstance</a>.</p>
37
+
* <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Creating a network instance is the third step after creating a network
38
+
* package. For more information about network instances, <a href="https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html">Network instances</a> in the
39
+
* <i>Amazon Web Services Telco Network Builder User Guide</i>.</p>
40
+
* <p>Once you create a network instance, you can instantiate it. To instantiate a network,
41
+
* see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_InstantiateSolNetworkInstance.html">InstantiateSolNetworkInstance</a>.</p>
39
42
* @example
40
43
* Use a bare-bones client and the command you need to make an API call.
* <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html">Network instances</a> in the <i>Amazon Web Services Telco Network Builder User Guide</i>.
38
-
* </p>
39
-
* <p>A network package consists of a network service descriptor (NSD) file (required) and any additional files (optional), such as scripts specific to your needs. For example, if you have multiple function packages in your network package, you can use the NSD to define which network functions should run in certain VPCs, subnets, or EKS clusters.</p>
40
-
* <p>This request creates an empty network package container with an ID. Once you create a network package, you can upload the network package content using <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html">PutSolNetworkPackageContent</a>.</p>
37
+
* <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on. For more information, see <a href="https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html">Network instances</a> in the
38
+
* <i>Amazon Web Services Telco Network Builder User Guide</i>. </p>
39
+
* <p>A network package consists of a network service descriptor (NSD) file (required) and any
40
+
* additional files (optional), such as scripts specific to your needs. For example, if you
41
+
* have multiple function packages in your network package, you can use the NSD to define
42
+
* which network functions should run in certain VPCs, subnets, or EKS clusters.</p>
43
+
* <p>This request creates an empty network package container with an ID. Once you create a
44
+
* network package, you can upload the network package content using <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html">PutSolNetworkPackageContent</a>.</p>
41
45
* @example
42
46
* Use a bare-bones client and the command you need to make an API call.
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.</p>
33
-
* <p>To delete a function package, the package must be in a disabled state. To disable a function package, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolFunctionPackage.html">UpdateSolFunctionPackage</a>.
34
-
* </p>
33
+
* <p>To delete a function package, the package must be in a disabled state. To disable a
34
+
* function package, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolFunctionPackage.html">UpdateSolFunctionPackage</a>. </p>
35
35
* @example
36
36
* Use a bare-bones client and the command you need to make an API call.
* <p>A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.</p>
33
-
* <p>To delete a network instance, the instance must be in a stopped or terminated state. To terminate a network instance, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_TerminateSolNetworkInstance.html">TerminateSolNetworkInstance</a>.</p>
33
+
* <p>To delete a network instance, the instance must be in a stopped or terminated state. To
34
+
* terminate a network instance, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_TerminateSolNetworkInstance.html">TerminateSolNetworkInstance</a>.</p>
34
35
* @example
35
36
* Use a bare-bones client and the command you need to make an API call.
* <p>A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on.</p>
33
-
* <p>To delete a network package, the package must be in a disable state. To disable a network package, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolNetworkPackage.html">UpdateSolNetworkPackage</a>.</p>
33
+
* <p>To delete a network package, the package must be in a disable state. To disable a
34
+
* network package, see <a href="https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolNetworkPackage.html">UpdateSolNetworkPackage</a>.</p>
34
35
* @example
35
36
* Use a bare-bones client and the command you need to make an API call.
* <p>Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.</p>
35
+
* <p>Gets the details of a network function instance, including the instantiation state and
36
+
* metadata from the function package descriptor in the network function package.</p>
36
37
* <p>A network function instance is a function in a function package .</p>
37
38
* @example
38
39
* Use a bare-bones client and the command you need to make an API call.
* <p>Gets the details of an individual function package, such as the operational state and whether the package is in use.</p>
35
+
* <p>Gets the details of an individual function package, such as the operational state and
36
+
* whether the package is in use.</p>
36
37
* <p>A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network..</p>
37
38
* @example
38
39
* Use a bare-bones client and the command you need to make an API call.
0 commit comments