getSolNetworkPackage
abstract suspend fun getSolNetworkPackage(input: GetSolNetworkPackageRequest): GetSolNetworkPackageResponse
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.
Samples
// Describe an individual Sol network package
val resp = tnbClient.getSolNetworkPackage {
nsdInfoId = "np-0d5b823eb5c2a9241"
}Content copied to clipboard