AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to GetSolFunctionPackageDescriptorAsync.

Namespace: Amazon.Tnb
Assembly: AWSSDK.Tnb.dll
Version: 3.x.y.z

Syntax

C#
public abstract GetSolFunctionPackageDescriptorResponse GetSolFunctionPackageDescriptor(
         GetSolFunctionPackageDescriptorRequest request
)

Parameters

request
Type: Amazon.Tnb.Model.GetSolFunctionPackageDescriptorRequest

Container for the necessary parameters to execute the GetSolFunctionPackageDescriptor service method.

Return Value


The response from the GetSolFunctionPackageDescriptor service method, as returned by Tnb.

Exceptions

ExceptionCondition
AccessDeniedException Insufficient permissions to make request.
InternalServerException Unexpected error occurred. Problem on the server.
ResourceNotFoundException Request references a resource that doesn't exist.
ThrottlingException Exception caused by throttling.
ValidationException Unable to process the request because the client provided input failed to satisfy request constraints.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also