'2.0', 'service' => '
Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of your telecommunication network functions throughout planning, deployment, and post-deployment activities.
', 'operations' => [ 'CancelSolNetworkOperation' => 'Cancels a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
', 'CreateSolFunctionPackage' => '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.
', 'CreateSolNetworkInstance' => 'Creates a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Creating a network instance is the third step after creating a network package. For more information about network instances, Network instances in the Amazon Web Services Telco Network Builder User Guide.
Once you create a network instance, you can instantiate it. To instantiate a network, see InstantiateSolNetworkInstance.
', 'CreateSolNetworkPackage' => 'Creates 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. For more information, see Network instances in the Amazon Web Services Telco Network Builder User Guide.
A network package consists of a network service descriptor (NSD) file (required) and any additional files (optional), such as scripts specific to your needs. For example, if you have multiple function packages in your network package, you can use the NSD to define which network functions should run in certain VPCs, subnets, or EKS clusters.
This request creates an empty network package container with an ID. Once you create a network package, you can upload the network package content using PutSolNetworkPackageContent.
', 'DeleteSolFunctionPackage' => 'Deletes 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.
To delete a function package, the package must be in a disabled state. To disable a function package, see UpdateSolFunctionPackage.
', 'DeleteSolNetworkInstance' => 'Deletes a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
To delete a network instance, the instance must be in a stopped or terminated state. To terminate a network instance, see TerminateSolNetworkInstance.
', 'DeleteSolNetworkPackage' => 'Deletes 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.
To delete a network package, the package must be in a disable state. To disable a network package, see UpdateSolNetworkPackage.
', 'GetSolFunctionInstance' => 'Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.
A network function instance is a function in a function package .
', 'GetSolFunctionPackage' => 'Gets the details of an individual function package, such as the operational state and whether the package is in use.
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..
', 'GetSolFunctionPackageContent' => 'Gets the contents of 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.
', 'GetSolFunctionPackageDescriptor' => '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.
', 'GetSolNetworkInstance' => 'Gets the details of the network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'GetSolNetworkOperation' => 'Gets the details of a network operation, including the tasks involved in the network operation and the status of the tasks.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
', 'GetSolNetworkPackage' => '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.
', 'GetSolNetworkPackageContent' => 'Gets the contents 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.
', 'GetSolNetworkPackageDescriptor' => 'Gets the content of the network service descriptor.
A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.
', 'InstantiateSolNetworkInstance' => 'Instantiates a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
Before you can instantiate a network instance, you have to create a network instance. For more information, see CreateSolNetworkInstance.
', 'ListSolFunctionInstances' => 'Lists network function instances.
A network function instance is a function in a function package .
', 'ListSolFunctionPackages' => 'Lists information about function packages.
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.
', 'ListSolNetworkInstances' => 'Lists your network instances.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'ListSolNetworkOperations' => 'Lists details for a network operation, including when the operation started and the status of the operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
', 'ListSolNetworkPackages' => 'Lists network packages.
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.
', 'ListTagsForResource' => 'Lists tags for AWS TNB resources.
', 'PutSolFunctionPackageContent' => 'Uploads the contents of 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.
', 'PutSolNetworkPackageContent' => 'Uploads the contents 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.
', 'TagResource' => 'Tags an AWS TNB resource.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'TerminateSolNetworkInstance' => 'Terminates a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
You must terminate a network instance before you can delete it.
', 'UntagResource' => 'Untags an AWS TNB resource.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'UpdateSolFunctionPackage' => 'Updates the operational state of 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.
', 'UpdateSolNetworkInstance' => 'Update a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'UpdateSolNetworkPackage' => 'Updates the operational state 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.
A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.
', 'ValidateSolFunctionPackageContent' => '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.
', 'ValidateSolNetworkPackageContent' => 'Validates network package content. This can be used as a dry run before uploading network package content with PutSolNetworkPackageContent.
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.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'Insufficient permissions to make request.
', 'refs' => [], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionPackageContentOutput$packageContent' => 'Contents of the function package.
', 'GetSolFunctionPackageDescriptorOutput$vnfd' => 'Contents of the function package descriptor.
', 'GetSolNetworkPackageContentOutput$nsdContent' => 'Content of the network service descriptor in the network package.
', 'GetSolNetworkPackageDescriptorOutput$nsd' => 'Contents of the network service descriptor in the network package.
', 'PutSolFunctionPackageContentInput$file' => 'Function package file.
', 'PutSolNetworkPackageContentInput$file' => 'Network package file.
', 'ValidateSolFunctionPackageContentInput$file' => 'Function package file.
', 'ValidateSolNetworkPackageContentInput$file' => 'Network package file.
', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'InstantiateSolNetworkInstanceInput$dryRun' => 'A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
Network instance description.
', ], ], 'CreateSolNetworkInstanceInputNsNameString' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkInstanceInput$nsName' => 'Network instance name.
', ], ], 'CreateSolNetworkInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSolNetworkPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSolNetworkPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSolFunctionPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSolNetworkInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSolNetworkPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'DescriptorContentType' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionPackageDescriptorInput$accept' => 'Indicates which content types, expressed as MIME types, the client is able to understand.
', 'GetSolFunctionPackageDescriptorOutput$contentType' => 'Indicates the media type of the resource.
', 'GetSolNetworkPackageDescriptorOutput$contentType' => 'Indicates the media type of the resource.
', ], ], 'Document' => [ 'base' => NULL, 'refs' => [ 'InstantiateSolNetworkInstanceInput$additionalParamsForNs' => 'Provides values for the configurable properties.
', 'UpdateSolNetworkModify$vnfConfigurableProperties' => 'Provides values for the configurable properties declared in the function package descriptor.
', ], ], 'ErrorCause' => [ 'base' => NULL, 'refs' => [ 'ErrorInfo$cause' => 'Error cause.
', ], ], 'ErrorDetails' => [ 'base' => NULL, 'refs' => [ 'ErrorInfo$details' => 'Error details.
', ], ], 'ErrorInfo' => [ 'base' => 'Provides error information.
', 'refs' => [ 'GetSolNetworkOperationTaskDetails$taskErrorDetails' => 'Task error details.
', ], ], 'FunctionArtifactMeta' => [ 'base' => 'Metadata for function package artifacts.
Artifacts are the contents of the package descriptor file and the state of the package.
', 'refs' => [ 'GetSolFunctionPackageMetadata$vnfd' => 'Metadata related to the function package descriptor of the function package.
', 'PutSolFunctionPackageContentMetadata$vnfd' => NULL, 'ValidateSolFunctionPackageContentMetadata$vnfd' => NULL, ], ], 'GetSolFunctionInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionInstanceMetadata' => [ 'base' => 'The metadata of a network function instance.
A network function instance is a function in a function package .
', 'refs' => [ 'GetSolFunctionInstanceOutput$metadata' => NULL, ], ], 'GetSolFunctionInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionPackageContentInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionPackageContentOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionPackageDescriptorInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionPackageDescriptorOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolFunctionPackageMetadata' => [ 'base' => 'Metadata related to the 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.
', 'refs' => [ 'GetSolFunctionPackageOutput$metadata' => NULL, ], ], 'GetSolFunctionPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolInstantiatedVnfInfo' => [ 'base' => 'Information about a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'refs' => [ 'ListSolFunctionInstanceInfo$instantiatedVnfInfo' => NULL, ], ], 'GetSolNetworkInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkInstanceMetadata' => [ 'base' => 'The metadata of a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'refs' => [ 'GetSolNetworkInstanceOutput$metadata' => NULL, ], ], 'GetSolNetworkInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkOperationInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkOperationMetadata' => [ 'base' => 'Metadata related to a network operation occurrence.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
', 'refs' => [ 'GetSolNetworkOperationOutput$metadata' => 'Metadata of this network operation occurrence.
', ], ], 'GetSolNetworkOperationOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkOperationTaskDetails' => [ 'base' => 'Gets the details of a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
', 'refs' => [ 'GetSolNetworkOperationTasksList$member' => NULL, ], ], 'GetSolNetworkOperationTasksList' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkOperationOutput$tasks' => 'All tasks associated with this operation occurrence.
', ], ], 'GetSolNetworkPackageContentInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkPackageContentOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkPackageDescriptorInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkPackageDescriptorOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolNetworkPackageMetadata' => [ 'base' => 'Metadata associated with 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.
', 'refs' => [ 'GetSolNetworkPackageOutput$metadata' => NULL, ], ], 'GetSolNetworkPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSolVnfInfo' => [ 'base' => 'Information about the network function.
A network function instance is a function in a function package .
', 'refs' => [ 'GetSolFunctionInstanceOutput$instantiatedVnfInfo' => NULL, ], ], 'GetSolVnfcResourceInfo' => [ 'base' => 'Details of resource associated with a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'refs' => [ 'GetSolVnfcResourceInfoList$member' => NULL, ], ], 'GetSolVnfcResourceInfoList' => [ 'base' => NULL, 'refs' => [ 'GetSolVnfInfo$vnfcResourceInfo' => 'Compute info used by the network function instance.
', ], ], 'GetSolVnfcResourceInfoMetadata' => [ 'base' => 'The metadata of a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'refs' => [ 'GetSolVnfcResourceInfo$metadata' => 'The metadata of the network function compute.
', ], ], 'InstantiateSolNetworkInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'InstantiateSolNetworkInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'InternalServerException' => [ 'base' => 'Unexpected error occurred. Problem on the server.
', 'refs' => [], ], 'LcmOperationInfo' => [ 'base' => 'Lifecycle management operation details on the network instance.
Lifecycle management operations are deploy, update, or delete operations.
', 'refs' => [ 'GetSolNetworkInstanceOutput$lcmOpInfo' => NULL, ], ], 'LcmOperationType' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkOperationOutput$lcmOperationType' => 'Type of the operation represented by this occurrence.
', 'ListSolNetworkOperationsInfo$lcmOperationType' => 'Type of lifecycle management network operation.
', ], ], 'ListSolFunctionInstanceInfo' => [ 'base' => 'Lists information about a network function instance.
A network function instance is a function in a function package .
', 'refs' => [ 'ListSolFunctionInstanceResources$member' => NULL, ], ], 'ListSolFunctionInstanceMetadata' => [ 'base' => 'Lists network function instance metadata.
A network function instance is a function in a function package .
', 'refs' => [ 'ListSolFunctionInstanceInfo$metadata' => 'Network function instance metadata.
', ], ], 'ListSolFunctionInstanceResources' => [ 'base' => NULL, 'refs' => [ 'ListSolFunctionInstancesOutput$functionInstances' => 'Network function instances.
', ], ], 'ListSolFunctionInstancesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolFunctionInstancesInputMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSolFunctionInstancesInput$maxResults' => 'The maximum number of results to include in the response.
', ], ], 'ListSolFunctionInstancesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolFunctionPackageInfo' => [ 'base' => 'Information about 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.
', 'refs' => [ 'ListSolFunctionPackageResources$member' => NULL, ], ], 'ListSolFunctionPackageMetadata' => [ 'base' => 'Details for the function package metadata.
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.
', 'refs' => [ 'ListSolFunctionPackageInfo$metadata' => 'The metadata of the function package.
', ], ], 'ListSolFunctionPackageResources' => [ 'base' => NULL, 'refs' => [ 'ListSolFunctionPackagesOutput$functionPackages' => 'Function packages. 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.
', ], ], 'ListSolFunctionPackagesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolFunctionPackagesInputMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSolFunctionPackagesInput$maxResults' => 'The maximum number of results to include in the response.
', ], ], 'ListSolFunctionPackagesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolNetworkInstanceInfo' => [ 'base' => 'Info about the specific network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'refs' => [ 'ListSolNetworkInstanceResources$member' => NULL, ], ], 'ListSolNetworkInstanceMetadata' => [ 'base' => 'Metadata details for a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
', 'refs' => [ 'ListSolNetworkInstanceInfo$metadata' => 'The metadata of the network instance.
', ], ], 'ListSolNetworkInstanceResources' => [ 'base' => NULL, 'refs' => [ 'ListSolNetworkInstancesOutput$networkInstances' => 'Lists network instances.
', ], ], 'ListSolNetworkInstancesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolNetworkInstancesInputMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSolNetworkInstancesInput$maxResults' => 'The maximum number of results to include in the response.
', ], ], 'ListSolNetworkInstancesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolNetworkOperationsInfo' => [ 'base' => 'Information parameters for a network operation.
', 'refs' => [ 'ListSolNetworkOperationsResources$member' => NULL, ], ], 'ListSolNetworkOperationsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolNetworkOperationsInputMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSolNetworkOperationsInput$maxResults' => 'The maximum number of results to include in the response.
', ], ], 'ListSolNetworkOperationsMetadata' => [ 'base' => 'Metadata related to a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
', 'refs' => [ 'ListSolNetworkOperationsInfo$metadata' => 'Metadata related to this network operation.
', ], ], 'ListSolNetworkOperationsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolNetworkOperationsResources' => [ 'base' => NULL, 'refs' => [ 'ListSolNetworkOperationsOutput$networkOperations' => 'Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
', ], ], 'ListSolNetworkPackageInfo' => [ 'base' => '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.
', 'refs' => [ 'ListSolNetworkPackageResources$member' => NULL, ], ], 'ListSolNetworkPackageMetadata' => [ 'base' => 'Metadata related to 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.
', 'refs' => [ 'ListSolNetworkPackageInfo$metadata' => 'The metadata of the network package.
', ], ], 'ListSolNetworkPackageResources' => [ 'base' => NULL, 'refs' => [ 'ListSolNetworkPackagesOutput$networkPackages' => 'Network packages. 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.
', ], ], 'ListSolNetworkPackagesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSolNetworkPackagesInputMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListSolNetworkPackagesInput$maxResults' => 'The maximum number of results to include in the response.
', ], ], 'ListSolNetworkPackagesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'NetworkArtifactMeta' => [ 'base' => 'Metadata for network package artifacts.
Artifacts are the contents of the package descriptor file and the state of the package.
', 'refs' => [ 'GetSolNetworkPackageMetadata$nsd' => 'Metadata related to the onboarded network service descriptor in the network package.
', 'PutSolNetworkPackageContentMetadata$nsd' => NULL, 'ValidateSolNetworkPackageContentMetadata$nsd' => NULL, ], ], 'NsInstanceArn' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkInstanceOutput$arn' => 'Network instance ARN.
', 'GetSolNetworkInstanceOutput$arn' => 'Network instance ARN.
', 'ListSolNetworkInstanceInfo$arn' => 'Network instance ARN.
', ], ], 'NsInstanceId' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkInstanceOutput$id' => 'Network instance ID.
', 'DeleteSolNetworkInstanceInput$nsInstanceId' => 'Network instance ID.
', 'GetSolFunctionInstanceOutput$nsInstanceId' => 'Network instance ID.
', 'GetSolNetworkInstanceInput$nsInstanceId' => 'ID of the network instance.
', 'GetSolNetworkInstanceOutput$id' => 'Network instance ID.
', 'GetSolNetworkOperationOutput$nsInstanceId' => 'ID of the network operation instance.
', 'InstantiateSolNetworkInstanceInput$nsInstanceId' => 'ID of the network instance.
', 'ListSolFunctionInstanceInfo$nsInstanceId' => 'Network instance ID.
', 'ListSolNetworkInstanceInfo$id' => 'ID of the network instance.
', 'ListSolNetworkOperationsInfo$nsInstanceId' => 'ID of the network instance related to this operation.
', 'TerminateSolNetworkInstanceInput$nsInstanceId' => 'ID of the network instance.
', 'UpdateSolNetworkInstanceInput$nsInstanceId' => 'ID of the network instance.
', ], ], 'NsLcmOpOccArn' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkOperationOutput$arn' => 'Network operation ARN.
', 'ListSolNetworkOperationsInfo$arn' => 'Network operation ARN.
', ], ], 'NsLcmOpOccId' => [ 'base' => NULL, 'refs' => [ 'CancelSolNetworkOperationInput$nsLcmOpOccId' => 'The identifier of the network operation.
', 'GetSolNetworkOperationInput$nsLcmOpOccId' => 'The identifier of the network operation.
', 'GetSolNetworkOperationOutput$id' => 'ID of this network operation occurrence.
', 'InstantiateSolNetworkInstanceOutput$nsLcmOpOccId' => 'The identifier of the network operation.
', 'LcmOperationInfo$nsLcmOpOccId' => 'The identifier of the network operation.
', 'ListSolNetworkOperationsInfo$id' => 'ID of this network operation.
', 'TerminateSolNetworkInstanceOutput$nsLcmOpOccId' => 'The identifier of the network operation.
', 'UpdateSolNetworkInstanceOutput$nsLcmOpOccId' => 'The identifier of the network operation.
', ], ], 'NsLcmOperationState' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkOperationOutput$operationState' => 'The state of the network operation.
', 'ListSolNetworkOperationsInfo$operationState' => 'The state of the network operation.
', ], ], 'NsState' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkInstanceOutput$nsState' => 'Network instance state.
', 'ListSolNetworkInstanceInfo$nsState' => 'The state of the network instance.
', ], ], 'NsdId' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkInstanceOutput$nsdId' => 'Network service descriptor ID.
', 'GetSolNetworkPackageOutput$nsdId' => 'Network service descriptor ID.
', 'ListSolNetworkInstanceInfo$nsdId' => 'ID of the network service descriptor in the network package.
', 'PutSolNetworkPackageContentOutput$nsdId' => 'Network service descriptor ID.
', 'ValidateSolNetworkPackageContentOutput$nsdId' => 'Network service descriptor ID.
', ], ], 'NsdInfoArn' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkPackageOutput$arn' => 'Network package ARN.
', 'GetSolNetworkPackageOutput$arn' => 'Network package ARN.
', 'ListSolNetworkPackageInfo$arn' => 'Network package ARN.
', 'PutSolNetworkPackageContentOutput$arn' => 'Network package ARN.
', 'ValidateSolNetworkPackageContentOutput$arn' => 'Network package ARN.
', ], ], 'NsdInfoId' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkInstanceInput$nsdInfoId' => 'ID for network service descriptor.
', 'CreateSolNetworkInstanceOutput$nsdInfoId' => 'Network service descriptor ID.
', 'CreateSolNetworkPackageOutput$id' => 'ID of the network package.
', 'DeleteSolNetworkPackageInput$nsdInfoId' => 'ID of the network service descriptor in the network package.
', 'GetSolNetworkInstanceOutput$nsdInfoId' => 'Network service descriptor info ID.
', 'GetSolNetworkPackageContentInput$nsdInfoId' => 'ID of the network service descriptor in the network package.
', 'GetSolNetworkPackageDescriptorInput$nsdInfoId' => 'ID of the network service descriptor in the network package.
', 'GetSolNetworkPackageInput$nsdInfoId' => 'ID of the network service descriptor in the network package.
', 'GetSolNetworkPackageOutput$id' => 'Network package ID.
', 'ListSolNetworkInstanceInfo$nsdInfoId' => 'ID of the network service descriptor in the network package.
', 'ListSolNetworkPackageInfo$id' => 'ID of the individual network package.
', 'PutSolNetworkPackageContentInput$nsdInfoId' => 'Network service descriptor info ID.
', 'PutSolNetworkPackageContentOutput$id' => 'Network package ID.
', 'UpdateSolNetworkPackageInput$nsdInfoId' => 'ID of the network service descriptor in the network package.
', 'ValidateSolNetworkPackageContentInput$nsdInfoId' => 'Network service descriptor file.
', 'ValidateSolNetworkPackageContentOutput$id' => 'Network package ID.
', ], ], 'NsdOnboardingState' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkPackageOutput$nsdOnboardingState' => 'Onboarding state of the network service descriptor in the network package.
', 'GetSolNetworkPackageOutput$nsdOnboardingState' => 'Network service descriptor onboarding state.
', 'ListSolNetworkPackageInfo$nsdOnboardingState' => 'Onboarding state of the network service descriptor in the network package.
', ], ], 'NsdOperationalState' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkPackageOutput$nsdOperationalState' => 'Operational state of the network service descriptor in the network package.
', 'GetSolNetworkPackageOutput$nsdOperationalState' => 'Network service descriptor operational state.
', 'ListSolNetworkPackageInfo$nsdOperationalState' => 'Operational state of the network service descriptor in the network package.
', 'UpdateSolNetworkPackageInput$nsdOperationalState' => 'Operational state of the network service descriptor in the network package.
', 'UpdateSolNetworkPackageOutput$nsdOperationalState' => 'Operational state of the network service descriptor in the network package.
', ], ], 'NsdUsageState' => [ 'base' => NULL, 'refs' => [ 'CreateSolNetworkPackageOutput$nsdUsageState' => 'Usage state of the network service descriptor in the network package.
', 'GetSolNetworkPackageOutput$nsdUsageState' => 'Network service descriptor usage state.
', 'ListSolNetworkPackageInfo$nsdUsageState' => 'Usage state of the network service descriptor in the network package.
', ], ], 'OnboardingState' => [ 'base' => NULL, 'refs' => [ 'CreateSolFunctionPackageOutput$onboardingState' => 'Onboarding state of the function package.
', 'GetSolFunctionPackageOutput$onboardingState' => 'Function package onboarding state.
', 'ListSolFunctionPackageInfo$onboardingState' => 'Onboarding state of the function package.
', ], ], 'OperationalState' => [ 'base' => NULL, 'refs' => [ 'CreateSolFunctionPackageOutput$operationalState' => 'Operational state of the function package.
', 'GetSolFunctionPackageOutput$operationalState' => 'Function package operational state.
', 'ListSolFunctionPackageInfo$operationalState' => 'Operational state of the function package.
', 'UpdateSolFunctionPackageInput$operationalState' => 'Operational state of the function package.
', 'UpdateSolFunctionPackageOutput$operationalState' => 'Operational state of the function package.
', ], ], 'OverrideList' => [ 'base' => NULL, 'refs' => [ 'FunctionArtifactMeta$overrides' => 'Lists of function package overrides.
', 'NetworkArtifactMeta$overrides' => 'Lists network package overrides.
', ], ], 'PackageContentType' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionPackageContentInput$accept' => 'The format of the package that you want to download from the function packages.
', 'GetSolFunctionPackageContentOutput$contentType' => 'Indicates the media type of the resource.
', 'GetSolNetworkPackageContentInput$accept' => 'The format of the package you want to download from the network package.
', 'GetSolNetworkPackageContentOutput$contentType' => 'Indicates the media type of the resource.
', 'PutSolFunctionPackageContentInput$contentType' => 'Function package content type.
', 'PutSolNetworkPackageContentInput$contentType' => 'Network package content type.
', 'ValidateSolFunctionPackageContentInput$contentType' => 'Function package content type.
', 'ValidateSolNetworkPackageContentInput$contentType' => 'Network package content type.
', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListSolFunctionInstancesInput$nextToken' => 'The token for the next page of results.
', 'ListSolFunctionInstancesOutput$nextToken' => 'The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
The token for the next page of results.
', 'ListSolFunctionPackagesOutput$nextToken' => 'The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
The token for the next page of results.
', 'ListSolNetworkInstancesOutput$nextToken' => 'The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
The token for the next page of results.
', 'ListSolNetworkOperationsOutput$nextToken' => 'The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
The token for the next page of results.
', 'ListSolNetworkPackagesOutput$nextToken' => 'The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
Details related to problems with AWS TNB resources.
', 'refs' => [ 'GetSolNetworkOperationOutput$error' => 'Error related to this specific network operation occurrence.
', 'ListSolNetworkOperationsInfo$error' => 'Error related to this specific network operation.
', ], ], 'PutSolFunctionPackageContentInput' => [ 'base' => NULL, 'refs' => [], ], 'PutSolFunctionPackageContentMetadata' => [ 'base' => 'Update metadata in 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.
', 'refs' => [ 'PutSolFunctionPackageContentOutput$metadata' => 'Function package metadata.
', ], ], 'PutSolFunctionPackageContentOutput' => [ 'base' => NULL, 'refs' => [], ], 'PutSolNetworkPackageContentInput' => [ 'base' => NULL, 'refs' => [], ], 'PutSolNetworkPackageContentMetadata' => [ 'base' => 'Update metadata in 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.
', 'refs' => [ 'PutSolNetworkPackageContentOutput$metadata' => 'Network package metadata.
', ], ], 'PutSolNetworkPackageContentOutput' => [ 'base' => NULL, 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => 'Request references a resource that doesn\'t exist.
', 'refs' => [], ], 'ServiceQuotaExceededException' => [ 'base' => 'Service quotas have been exceeded.
', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'CreateSolNetworkInstanceOutput$nsInstanceName' => 'Network instance name.
', 'GetSolFunctionInstanceOutput$vnfProductName' => 'Network function product name.
', 'GetSolFunctionInstanceOutput$vnfProvider' => 'Network function provider.
', 'GetSolFunctionInstanceOutput$vnfdVersion' => 'Function package descriptor version.
', 'GetSolFunctionPackageOutput$vnfProductName' => 'Network function product name.
', 'GetSolFunctionPackageOutput$vnfProvider' => 'Network function provider.
', 'GetSolFunctionPackageOutput$vnfdId' => 'Function package descriptor ID.
', 'GetSolFunctionPackageOutput$vnfdVersion' => 'Function package descriptor version.
', 'GetSolNetworkInstanceOutput$nsInstanceDescription' => 'Network instance description.
', 'GetSolNetworkInstanceOutput$nsInstanceName' => 'Network instance name.
', 'GetSolNetworkOperationTaskDetails$taskName' => 'Task name.
', 'GetSolNetworkPackageOutput$nsdName' => 'Network service descriptor name.
', 'GetSolNetworkPackageOutput$nsdVersion' => 'Network service descriptor version.
', 'GetSolVnfcResourceInfoMetadata$cluster' => 'Information about the cluster.
', 'GetSolVnfcResourceInfoMetadata$helmChart' => 'Information about the helm chart.
', 'GetSolVnfcResourceInfoMetadata$nodeGroup' => 'Information about the node group.
', 'InternalServerException$message' => NULL, 'ListSolFunctionInstanceInfo$vnfPkgName' => 'Function package name.
', 'ListSolFunctionPackageInfo$vnfProductName' => 'The product name for the network function.
', 'ListSolFunctionPackageInfo$vnfProvider' => 'Provider of the function package and the function package descriptor.
', 'ListSolFunctionPackageInfo$vnfdId' => 'Identifies the function package and the function package descriptor.
', 'ListSolFunctionPackageInfo$vnfdVersion' => 'Identifies the version of the function package descriptor.
', 'ListSolNetworkInstanceInfo$nsInstanceDescription' => 'Human-readable description of the network instance.
', 'ListSolNetworkInstanceInfo$nsInstanceName' => 'Human-readable name of the network instance.
', 'ListSolNetworkPackageInfo$nsdDesigner' => 'Designer of the onboarded network service descriptor in the network package.
', 'ListSolNetworkPackageInfo$nsdId' => 'ID of the network service descriptor on which the network package is based.
', 'ListSolNetworkPackageInfo$nsdInvariantId' => 'Identifies a network service descriptor in a version independent manner.
', 'ListSolNetworkPackageInfo$nsdName' => 'Name of the onboarded network service descriptor in the network package.
', 'ListSolNetworkPackageInfo$nsdVersion' => 'Version of the onboarded network service descriptor in the network package.
', 'ProblemDetails$detail' => 'A human-readable explanation specific to this occurrence of the problem.
', 'ProblemDetails$title' => 'A human-readable title of the problem type.
', 'PutSolFunctionPackageContentOutput$vnfProductName' => 'Function product name.
', 'PutSolFunctionPackageContentOutput$vnfProvider' => 'Function provider.
', 'PutSolFunctionPackageContentOutput$vnfdVersion' => 'Function package descriptor version.
', 'PutSolNetworkPackageContentOutput$nsdName' => 'Network service descriptor name.
', 'PutSolNetworkPackageContentOutput$nsdVersion' => 'Network service descriptor version.
', 'ResourceNotFoundException$message' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'StringMap$key' => NULL, 'StringMap$value' => NULL, 'ThrottlingException$message' => NULL, 'ToscaOverride$defaultValue' => 'Default value for the override.
', 'ToscaOverride$name' => 'Name of the TOSCA override.
', 'ValidateSolFunctionPackageContentOutput$vnfProductName' => 'Network function product name.
', 'ValidateSolFunctionPackageContentOutput$vnfProvider' => 'Network function provider.
', 'ValidateSolFunctionPackageContentOutput$vnfdVersion' => 'Function package descriptor version.
', 'ValidateSolNetworkPackageContentOutput$nsdName' => 'Network service descriptor name.
', 'ValidateSolNetworkPackageContentOutput$nsdVersion' => 'Network service descriptor version.
', 'ValidationException$message' => NULL, ], ], 'StringMap' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkOperationTaskDetails$taskContext' => 'Context for the network operation task.
', ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionInstanceMetadata$createdAt' => 'The date that the resource was created.
', 'GetSolFunctionInstanceMetadata$lastModified' => 'The date that the resource was last modified.
', 'GetSolFunctionPackageMetadata$createdAt' => 'The date that the resource was created.
', 'GetSolFunctionPackageMetadata$lastModified' => 'The date that the resource was last modified.
', 'GetSolNetworkInstanceMetadata$createdAt' => 'The date that the resource was created.
', 'GetSolNetworkInstanceMetadata$lastModified' => 'The date that the resource was last modified.
', 'GetSolNetworkOperationMetadata$createdAt' => 'The date that the resource was created.
', 'GetSolNetworkOperationMetadata$lastModified' => 'The date that the resource was last modified.
', 'GetSolNetworkOperationTaskDetails$taskEndTime' => 'Task end time.
', 'GetSolNetworkOperationTaskDetails$taskStartTime' => 'Task start time.
', 'GetSolNetworkPackageMetadata$createdAt' => 'The date that the resource was created.
', 'GetSolNetworkPackageMetadata$lastModified' => 'The date that the resource was last modified.
', 'ListSolFunctionInstanceMetadata$createdAt' => 'When the network function instance was created.
', 'ListSolFunctionInstanceMetadata$lastModified' => 'When the network function instance was last modified.
', 'ListSolFunctionPackageMetadata$createdAt' => 'The date that the resource was created.
', 'ListSolFunctionPackageMetadata$lastModified' => 'The date that the resource was last modified.
', 'ListSolNetworkInstanceMetadata$createdAt' => 'The date that the resource was created.
', 'ListSolNetworkInstanceMetadata$lastModified' => 'The date that the resource was last modified.
', 'ListSolNetworkOperationsMetadata$createdAt' => 'The date that the resource was created.
', 'ListSolNetworkOperationsMetadata$lastModified' => 'The date that the resource was last modified.
', 'ListSolNetworkPackageMetadata$createdAt' => 'The date that the resource was created.
', 'ListSolNetworkPackageMetadata$lastModified' => 'The date that the resource was last modified.
', ], ], 'TNBResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceInput$resourceArn' => 'Resource ARN.
', 'TagResourceInput$resourceArn' => 'Resource ARN.
', 'UntagResourceInput$resourceArn' => 'Resource ARN.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeys$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeys' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$tagKeys' => 'Tag keys.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateSolFunctionPackageInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'CreateSolFunctionPackageOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'CreateSolNetworkInstanceInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'CreateSolNetworkInstanceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'CreateSolNetworkPackageInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'CreateSolNetworkPackageOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'GetSolFunctionInstanceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'GetSolFunctionPackageOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'GetSolNetworkInstanceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'GetSolNetworkOperationOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'GetSolNetworkPackageOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'InstantiateSolNetworkInstanceInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
', 'InstantiateSolNetworkInstanceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
', 'ListTagsForResourceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'TagResourceInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
', 'TerminateSolNetworkInstanceInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
', 'TerminateSolNetworkInstanceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
', 'UpdateSolNetworkInstanceInput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
', 'UpdateSolNetworkInstanceOutput$tags' => 'A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
', ], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TaskStatus' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkOperationTaskDetails$taskStatus' => 'Task status.
', ], ], 'TerminateSolNetworkInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'TerminateSolNetworkInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'ThrottlingException' => [ 'base' => 'Exception caused by throttling.
', 'refs' => [], ], 'ToscaOverride' => [ 'base' => 'Overrides of the TOSCA node.
', 'refs' => [ 'OverrideList$member' => NULL, ], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolFunctionPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolFunctionPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolNetworkInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolNetworkInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolNetworkModify' => [ 'base' => 'Information parameters and/or the configurable properties for a network function.
A network function instance is a function in a function package .
', 'refs' => [ 'UpdateSolNetworkInstanceInput$modifyVnfInfoData' => 'Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
', ], ], 'UpdateSolNetworkPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolNetworkPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSolNetworkType' => [ 'base' => NULL, 'refs' => [ 'UpdateSolNetworkInstanceInput$updateType' => 'The type of update.
', ], ], 'UsageState' => [ 'base' => NULL, 'refs' => [ 'CreateSolFunctionPackageOutput$usageState' => 'Usage state of the function package.
', 'GetSolFunctionPackageOutput$usageState' => 'Function package usage state.
', 'ListSolFunctionPackageInfo$usageState' => 'Usage state of the function package.
', ], ], 'ValidateSolFunctionPackageContentInput' => [ 'base' => NULL, 'refs' => [], ], 'ValidateSolFunctionPackageContentMetadata' => [ 'base' => 'Validates function package content metadata.
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.
', 'refs' => [ 'ValidateSolFunctionPackageContentOutput$metadata' => 'Function package metadata.
', ], ], 'ValidateSolFunctionPackageContentOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValidateSolNetworkPackageContentInput' => [ 'base' => NULL, 'refs' => [], ], 'ValidateSolNetworkPackageContentMetadata' => [ 'base' => 'Validates network package content metadata.
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.
', 'refs' => [ 'ValidateSolNetworkPackageContentOutput$metadata' => 'Network package metadata.
', ], ], 'ValidateSolNetworkPackageContentOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => 'Unable to process the request because the client provided input failed to satisfy request constraints.
', 'refs' => [], ], 'VnfInstanceArn' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionInstanceOutput$arn' => 'Network function instance ARN.
', 'ListSolFunctionInstanceInfo$arn' => 'Network function instance ARN.
', ], ], 'VnfInstanceId' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionInstanceInput$vnfInstanceId' => 'ID of the network function.
', 'GetSolFunctionInstanceOutput$id' => 'Network function instance ID.
', 'ListSolFunctionInstanceInfo$id' => 'Network function instance ID.
', 'UpdateSolNetworkModify$vnfInstanceId' => 'ID of the network function instance.
A network function instance is a function in a function package .
', ], ], 'VnfInstantiationState' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionInstanceOutput$instantiationState' => 'Network function instantiation state.
', 'ListSolFunctionInstanceInfo$instantiationState' => 'Network function instance instantiation state.
', ], ], 'VnfOperationalState' => [ 'base' => NULL, 'refs' => [ 'GetSolInstantiatedVnfInfo$vnfState' => 'State of the network function.
', 'GetSolVnfInfo$vnfState' => 'State of the network function instance.
', ], ], 'VnfPkgArn' => [ 'base' => NULL, 'refs' => [ 'CreateSolFunctionPackageOutput$arn' => 'Function package ARN.
', 'GetSolFunctionPackageOutput$arn' => 'Function package ARN.
', 'ListSolFunctionPackageInfo$arn' => 'Function package ARN.
', ], ], 'VnfPkgId' => [ 'base' => NULL, 'refs' => [ 'CreateSolFunctionPackageOutput$id' => 'ID of the function package.
', 'DeleteSolFunctionPackageInput$vnfPkgId' => 'ID of the function package.
', 'GetSolFunctionInstanceOutput$vnfPkgId' => 'Function package ID.
', 'GetSolFunctionPackageContentInput$vnfPkgId' => 'ID of the function package.
', 'GetSolFunctionPackageDescriptorInput$vnfPkgId' => 'ID of the function package.
', 'GetSolFunctionPackageInput$vnfPkgId' => 'ID of the function package.
', 'GetSolFunctionPackageOutput$id' => 'Function package ID.
', 'ListSolFunctionInstanceInfo$vnfPkgId' => 'Function package ID.
', 'ListSolFunctionPackageInfo$id' => 'ID of the function package.
', 'PutSolFunctionPackageContentInput$vnfPkgId' => 'Function package ID.
', 'PutSolFunctionPackageContentOutput$id' => 'Function package ID.
', 'UpdateSolFunctionPackageInput$vnfPkgId' => 'ID of the function package.
', 'ValidateSolFunctionPackageContentInput$vnfPkgId' => 'Function package ID.
', 'ValidateSolFunctionPackageContentOutput$id' => 'Function package ID.
', 'VnfPkgIdList$member' => NULL, ], ], 'VnfPkgIdList' => [ 'base' => NULL, 'refs' => [ 'GetSolNetworkPackageOutput$vnfPkgIds' => 'Identifies the function package for the function package descriptor referenced by the onboarded network package.
', 'ListSolNetworkPackageInfo$vnfPkgIds' => 'Identifies the function package for the function package descriptor referenced by the onboarded network package.
', 'PutSolNetworkPackageContentOutput$vnfPkgIds' => 'Function package IDs.
', 'ValidateSolNetworkPackageContentOutput$vnfPkgIds' => 'Function package IDs.
', ], ], 'VnfdId' => [ 'base' => NULL, 'refs' => [ 'GetSolFunctionInstanceOutput$vnfdId' => 'Function package descriptor ID.
', 'PutSolFunctionPackageContentOutput$vnfdId' => 'Function package descriptor ID.
', 'ValidateSolFunctionPackageContentOutput$vnfdId' => 'Function package descriptor ID.
', ], ], ],];