View Source AWS.Tnb (aws-elixir v1.0.4)
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.
Link to this section Summary
Functions
Cancels a network operation.
Creates a function package.
Creates a network instance.
Creates a network package.
Deletes a function package.
Deletes a network instance.
Deletes network package.
Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package.
Gets the details of an individual function package, such as the operational state and whether the package is in use.
Gets the contents of a function package.
Gets a function package descriptor in a function package.
Gets the details of the network instance.
Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.
Gets the details of a network package.
Gets the contents of a network package.
Gets the content of the network service descriptor.
Instantiates a network instance.
Lists network function instances.
Lists information about function packages.
Lists your network instances.
Lists details for a network operation, including when the operation started and the status of the operation.
Lists network packages.
Lists tags for AWS TNB resources.
Uploads the contents of a function package.
Uploads the contents of a network package.
Tags an AWS TNB resource.
Terminates a network instance.
Untags an AWS TNB resource.
Updates the operational state of function package.
Update a network instance.
Updates the operational state of a network package.
Validates function package content.
Validates network package content.
Link to this section Functions
cancel_sol_network_operation(client, ns_lcm_op_occ_id, input, options \\ [])
View SourceCancels a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
Creates a function package.
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 Function packages in the Amazon Web Services Telco Network Builder User Guide.
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 PutSolFunctionPackageContent.
Creates a network instance.
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, Network instances in the Amazon Web Services Telco Network Builder User Guide.
Once you create a network instance, you can instantiate it. To instantiate a network, see InstantiateSolNetworkInstance.
Creates a network package.
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 Network instances in the Amazon Web Services Telco Network Builder User Guide.
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.
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 PutSolNetworkPackageContent.
delete_sol_function_package(client, vnf_pkg_id, input, options \\ [])
View SourceDeletes a function package.
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.
To delete a function package, the package must be in a disabled state. To disable a function package, see UpdateSolFunctionPackage.
delete_sol_network_instance(client, ns_instance_id, input, options \\ [])
View SourceDeletes a network instance.
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.
To delete a network instance, the instance must be in a stopped or terminated state. To terminate a network instance, see TerminateSolNetworkInstance.
delete_sol_network_package(client, nsd_info_id, input, options \\ [])
View SourceDeletes network package.
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.
To delete a network package, the package must be in a disable state. To disable a network package, see UpdateSolNetworkPackage.
Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package.
A network function instance is a function in a function package .
Gets the details of an individual function package, such as the operational state and whether the package is in use.
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..
get_sol_function_package_content(client, vnf_pkg_id, accept, options \\ [])
View SourceGets the contents of a function package.
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.
get_sol_function_package_descriptor(client, vnf_pkg_id, accept, options \\ [])
View SourceGets a function package descriptor in a function package.
A function package descriptor is a .yaml file in a function package that uses the TOSCA standard to describe how the network function in the function package should run on your network.
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.
Gets the details of the network instance.
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.
get_sol_network_operation(client, ns_lcm_op_occ_id, options \\ [])
View SourceGets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
Gets the details of a network package.
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.
get_sol_network_package_content(client, nsd_info_id, accept, options \\ [])
View SourceGets the contents of a network package.
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.
get_sol_network_package_descriptor(client, nsd_info_id, options \\ [])
View SourceGets the content of the network service descriptor.
A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.
instantiate_sol_network_instance(client, ns_instance_id, input, options \\ [])
View SourceInstantiates a network instance.
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.
Before you can instantiate a network instance, you have to create a network instance. For more information, see CreateSolNetworkInstance.
list_sol_function_instances(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists network function instances.
A network function instance is a function in a function package .
list_sol_function_packages(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists information about function packages.
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.
list_sol_network_instances(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists your network instances.
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.
list_sol_network_operations(client, max_results \\ nil, next_token \\ nil, ns_instance_id \\ nil, options \\ [])
View SourceLists details for a network operation, including when the operation started and the status of the operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
list_sol_network_packages(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists network packages.
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.
Lists tags for AWS TNB resources.
put_sol_function_package_content(client, vnf_pkg_id, input, options \\ [])
View SourceUploads the contents of a function package.
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.
put_sol_network_package_content(client, nsd_info_id, input, options \\ [])
View SourceUploads the contents of a network package.
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.
Tags an AWS TNB resource.
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.
terminate_sol_network_instance(client, ns_instance_id, input, options \\ [])
View SourceTerminates a network instance.
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.
You must terminate a network instance before you can delete it.
Untags an AWS TNB resource.
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.
update_sol_function_package(client, vnf_pkg_id, input, options \\ [])
View SourceUpdates the operational state of function package.
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.
update_sol_network_instance(client, ns_instance_id, input, options \\ [])
View SourceUpdate a network instance.
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.
Choose the updateType parameter to target the necessary update of the network instance.
update_sol_network_package(client, nsd_info_id, input, options \\ [])
View SourceUpdates the operational state of a network package.
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.
A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.
validate_sol_function_package_content(client, vnf_pkg_id, input, options \\ [])
View SourceValidates function package content.
This can be used as a dry run before uploading function package content with PutSolFunctionPackageContent.
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.
validate_sol_network_package_content(client, nsd_info_id, input, options \\ [])
View SourceValidates network package content.
This can be used as a dry run before uploading network package content with PutSolNetworkPackageContent.
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.