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.
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
public abstract GetSolFunctionPackageDescriptorResponse GetSolFunctionPackageDescriptor( GetSolFunctionPackageDescriptorRequest request )
Container for the necessary parameters to execute the GetSolFunctionPackageDescriptor service method.
| Exception | Condition |
|---|---|
| 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. |
.NET Framework:
Supported in: 4.7.2 and newer