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.
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.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateSolFunctionPackageAsync.
Namespace: Amazon.Tnb
Assembly: AWSSDK.Tnb.dll
Version: 3.x.y.z
public abstract CreateSolFunctionPackageResponse CreateSolFunctionPackage( CreateSolFunctionPackageRequest request )
Container for the necessary parameters to execute the CreateSolFunctionPackage service method.
| Exception | Condition |
|---|---|
| AccessDeniedException | Insufficient permissions to make request. |
| InternalServerException | Unexpected error occurred. Problem on the server. |
| ServiceQuotaExceededException | Service quotas have been exceeded. |
| 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