AWS SDK Version 3 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.

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

Note:

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

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

Syntax

C#
public virtual ValidateSolFunctionPackageContentResponse ValidateSolFunctionPackageContent(
         ValidateSolFunctionPackageContentRequest request
)

Parameters

request
Type: Amazon.Tnb.Model.ValidateSolFunctionPackageContentRequest

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

Return Value


The response from the ValidateSolFunctionPackageContent 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.5 and newer, 3.5

See Also