Module Awso_tnb_syncSource

Sourceval cancel_sol_network_operation : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_tnb.Values.CancelSolNetworkOperationInput.t -> (unit, unit) Result.t
Sourceval delete_sol_function_package : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_tnb.Values.DeleteSolFunctionPackageInput.t -> (unit, unit) Result.t
Sourceval delete_sol_network_instance : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_tnb.Values.DeleteSolNetworkInstanceInput.t -> (unit, unit) Result.t
Sourceval delete_sol_network_package : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_tnb.Values.DeleteSolNetworkPackageInput.t -> (unit, unit) Result.t
include module type of struct include Awso_tnb.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Overrides of the TOSCA node.

Sourcemodule SyntheticTimestamp_date_time = Awso_tnb.Values.SyntheticTimestamp_date_time
Sourcemodule VnfOperationalState = Awso_tnb.Values.VnfOperationalState
Sourcemodule GetSolVnfcResourceInfoMetadata = Awso_tnb.Values.GetSolVnfcResourceInfoMetadata

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.

Sourcemodule ListSolNetworkPackageMetadata = Awso_tnb.Values.ListSolNetworkPackageMetadata

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.

Sourcemodule NsdOnboardingState = Awso_tnb.Values.NsdOnboardingState
Sourcemodule NsdOperationalState = Awso_tnb.Values.NsdOperationalState
Sourcemodule LcmOperationType = Awso_tnb.Values.LcmOperationType
Sourcemodule ListSolNetworkOperationsMetadata = Awso_tnb.Values.ListSolNetworkOperationsMetadata

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.

Sourcemodule NsLcmOperationState = Awso_tnb.Values.NsLcmOperationState
Sourcemodule ProblemDetails = Awso_tnb.Values.ProblemDetails

Details related to problems with AWS TNB resources.

Sourcemodule UpdateSolNetworkType = Awso_tnb.Values.UpdateSolNetworkType
Sourcemodule ListSolNetworkInstanceMetadata = Awso_tnb.Values.ListSolNetworkInstanceMetadata

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.

Sourcemodule ListSolFunctionPackageMetadata = Awso_tnb.Values.ListSolFunctionPackageMetadata

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.

Sourcemodule OnboardingState = Awso_tnb.Values.OnboardingState
Sourcemodule OperationalState = Awso_tnb.Values.OperationalState
Sourcemodule GetSolInstantiatedVnfInfo = Awso_tnb.Values.GetSolInstantiatedVnfInfo

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.

Sourcemodule ListSolFunctionInstanceMetadata = Awso_tnb.Values.ListSolFunctionInstanceMetadata

Lists network function instance metadata. A network function instance is a function in a function package .

Sourcemodule VnfInstanceArn = Awso_tnb.Values.VnfInstanceArn
Sourcemodule VnfInstantiationState = Awso_tnb.Values.VnfInstantiationState

Provides error information.

Sourcemodule GetSolVnfcResourceInfo = Awso_tnb.Values.GetSolVnfcResourceInfo

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.

Sourcemodule NetworkArtifactMeta = Awso_tnb.Values.NetworkArtifactMeta

Metadata for network package artifacts. Artifacts are the contents of the package descriptor file and the state of the package.

Sourcemodule FunctionArtifactMeta = Awso_tnb.Values.FunctionArtifactMeta

Metadata for function package artifacts. Artifacts are the contents of the package descriptor file and the state of the package.

Sourcemodule ListSolNetworkPackageInfo = Awso_tnb.Values.ListSolNetworkPackageInfo

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.

Sourcemodule ListSolNetworkOperationsInfo = Awso_tnb.Values.ListSolNetworkOperationsInfo

Information parameters for a network operation.

Sourcemodule ListSolNetworkInstanceInfo = Awso_tnb.Values.ListSolNetworkInstanceInfo

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.

Sourcemodule ListSolFunctionPackageInfo = Awso_tnb.Values.ListSolFunctionPackageInfo

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.

Sourcemodule ListSolFunctionInstanceInfo = Awso_tnb.Values.ListSolFunctionInstanceInfo

Lists information about a network function instance. A network function instance is a function in a function package .

Sourcemodule InstantiateMetadata = Awso_tnb.Values.InstantiateMetadata

Metadata related to the configuration properties used during instantiation of the network instance.

Sourcemodule ModifyVnfInfoMetadata = Awso_tnb.Values.ModifyVnfInfoMetadata

Metadata related to the configuration properties used during update of a specific network function in a network instance.

Sourcemodule UpdateNsMetadata = Awso_tnb.Values.UpdateNsMetadata

Metadata related to the configuration properties used during update of a network instance.

Sourcemodule GetSolNetworkOperationTaskDetails = Awso_tnb.Values.GetSolNetworkOperationTaskDetails

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.

Sourcemodule GetSolVnfcResourceInfoList = Awso_tnb.Values.GetSolVnfcResourceInfoList
Sourcemodule AccessDeniedException = Awso_tnb.Values.AccessDeniedException

Insufficient permissions to make request.

Sourcemodule InternalServerException = Awso_tnb.Values.InternalServerException

Unexpected error occurred. Problem on the server.

Sourcemodule ResourceNotFoundException = Awso_tnb.Values.ResourceNotFoundException

Request references a resource that doesn't exist.

Sourcemodule ThrottlingException = Awso_tnb.Values.ThrottlingException

Exception caused by throttling.

Sourcemodule ValidateSolNetworkPackageContentMetadata = Awso_tnb.Values.ValidateSolNetworkPackageContentMetadata

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.

Sourcemodule ValidationException = Awso_tnb.Values.ValidationException

Unable to process the request because the client provided input failed to satisfy request constraints.

Sourcemodule PackageContentType = Awso_tnb.Values.PackageContentType
Sourcemodule ValidateSolFunctionPackageContentMetadata = Awso_tnb.Values.ValidateSolFunctionPackageContentMetadata

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.

Sourcemodule ServiceQuotaExceededException = Awso_tnb.Values.ServiceQuotaExceededException

Service quotas have been exceeded.

Sourcemodule UpdateSolNetworkModify = Awso_tnb.Values.UpdateSolNetworkModify

Information parameters and/or the configurable properties for a network function. A network function instance is a function in a function package .

Sourcemodule UpdateSolNetworkServiceData = Awso_tnb.Values.UpdateSolNetworkServiceData

Information parameters and/or the configurable properties for a network descriptor used for update.

Sourcemodule TNBResourceArn = Awso_tnb.Values.TNBResourceArn
Sourcemodule PutSolNetworkPackageContentMetadata = Awso_tnb.Values.PutSolNetworkPackageContentMetadata

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.

Sourcemodule PutSolFunctionPackageContentMetadata = Awso_tnb.Values.PutSolFunctionPackageContentMetadata

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.

Sourcemodule ListSolNetworkPackageResources = Awso_tnb.Values.ListSolNetworkPackageResources
Sourcemodule PaginationToken = Awso_tnb.Values.PaginationToken
Sourcemodule ListSolNetworkPackagesInputMaxResultsInteger = Awso_tnb.Values.ListSolNetworkPackagesInputMaxResultsInteger
Sourcemodule ListSolNetworkOperationsResources = Awso_tnb.Values.ListSolNetworkOperationsResources
Sourcemodule ListSolNetworkOperationsInputMaxResultsInteger = Awso_tnb.Values.ListSolNetworkOperationsInputMaxResultsInteger
Sourcemodule ListSolNetworkInstanceResources = Awso_tnb.Values.ListSolNetworkInstanceResources
Sourcemodule ListSolNetworkInstancesInputMaxResultsInteger = Awso_tnb.Values.ListSolNetworkInstancesInputMaxResultsInteger
Sourcemodule ListSolFunctionPackageResources = Awso_tnb.Values.ListSolFunctionPackageResources
Sourcemodule ListSolFunctionPackagesInputMaxResultsInteger = Awso_tnb.Values.ListSolFunctionPackagesInputMaxResultsInteger
Sourcemodule ListSolFunctionInstanceResources = Awso_tnb.Values.ListSolFunctionInstanceResources
Sourcemodule ListSolFunctionInstancesInputMaxResultsInteger = Awso_tnb.Values.ListSolFunctionInstancesInputMaxResultsInteger
Sourcemodule GetSolNetworkPackageMetadata = Awso_tnb.Values.GetSolNetworkPackageMetadata

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.

Sourcemodule DescriptorContentType = Awso_tnb.Values.DescriptorContentType
Sourcemodule GetSolNetworkOperationMetadata = Awso_tnb.Values.GetSolNetworkOperationMetadata

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.

Sourcemodule GetSolNetworkOperationTasksList = Awso_tnb.Values.GetSolNetworkOperationTasksList
Sourcemodule GetSolNetworkInstanceMetadata = Awso_tnb.Values.GetSolNetworkInstanceMetadata

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.

Sourcemodule LcmOperationInfo = Awso_tnb.Values.LcmOperationInfo

Lifecycle management operation details on the network instance. Lifecycle management operations are deploy, update, or delete operations.

Sourcemodule GetSolFunctionPackageMetadata = Awso_tnb.Values.GetSolFunctionPackageMetadata

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.

Sourcemodule GetSolFunctionInstanceMetadata = Awso_tnb.Values.GetSolFunctionInstanceMetadata

The metadata of a network function instance. A network function instance is a function in a function package .

Information about the network function. A network function instance is a function in a function package .

Sourcemodule CreateSolNetworkInstanceInputNsDescriptionString = Awso_tnb.Values.CreateSolNetworkInstanceInputNsDescriptionString
Sourcemodule CreateSolNetworkInstanceInputNsNameString = Awso_tnb.Values.CreateSolNetworkInstanceInputNsNameString
Sourcemodule ValidateSolNetworkPackageContentOutput = Awso_tnb.Values.ValidateSolNetworkPackageContentOutput

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.

Sourcemodule ValidateSolNetworkPackageContentInput = Awso_tnb.Values.ValidateSolNetworkPackageContentInput

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.

Sourcemodule ValidateSolFunctionPackageContentOutput = Awso_tnb.Values.ValidateSolFunctionPackageContentOutput

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.

Sourcemodule ValidateSolFunctionPackageContentInput = Awso_tnb.Values.ValidateSolFunctionPackageContentInput

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.

Sourcemodule UpdateSolNetworkPackageOutput = Awso_tnb.Values.UpdateSolNetworkPackageOutput

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.

Sourcemodule UpdateSolNetworkPackageInput = Awso_tnb.Values.UpdateSolNetworkPackageInput

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.

Sourcemodule UpdateSolNetworkInstanceOutput = Awso_tnb.Values.UpdateSolNetworkInstanceOutput

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. Choose the updateType parameter to target the necessary update of the network instance.

Sourcemodule UpdateSolNetworkInstanceInput = Awso_tnb.Values.UpdateSolNetworkInstanceInput

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. Choose the updateType parameter to target the necessary update of the network instance.

Sourcemodule UpdateSolFunctionPackageOutput = Awso_tnb.Values.UpdateSolFunctionPackageOutput

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.

Sourcemodule UpdateSolFunctionPackageInput = Awso_tnb.Values.UpdateSolFunctionPackageInput

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.

Sourcemodule UntagResourceOutput = Awso_tnb.Values.UntagResourceOutput

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.

Sourcemodule UntagResourceInput = Awso_tnb.Values.UntagResourceInput

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.

Sourcemodule TerminateSolNetworkInstanceOutput = Awso_tnb.Values.TerminateSolNetworkInstanceOutput

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.

Sourcemodule TerminateSolNetworkInstanceInput = Awso_tnb.Values.TerminateSolNetworkInstanceInput

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.

Sourcemodule TagResourceOutput = Awso_tnb.Values.TagResourceOutput

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.

Sourcemodule TagResourceInput = Awso_tnb.Values.TagResourceInput

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.

Sourcemodule PutSolNetworkPackageContentOutput = Awso_tnb.Values.PutSolNetworkPackageContentOutput

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.

Sourcemodule PutSolNetworkPackageContentInput = Awso_tnb.Values.PutSolNetworkPackageContentInput

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.

Sourcemodule PutSolFunctionPackageContentOutput = Awso_tnb.Values.PutSolFunctionPackageContentOutput

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.

Sourcemodule PutSolFunctionPackageContentInput = Awso_tnb.Values.PutSolFunctionPackageContentInput

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.

Sourcemodule ListTagsForResourceOutput = Awso_tnb.Values.ListTagsForResourceOutput

Lists tags for AWS TNB resources.

Sourcemodule ListTagsForResourceInput = Awso_tnb.Values.ListTagsForResourceInput

Lists tags for AWS TNB resources.

Sourcemodule ListSolNetworkPackagesOutput = Awso_tnb.Values.ListSolNetworkPackagesOutput

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.

Sourcemodule ListSolNetworkPackagesInput = Awso_tnb.Values.ListSolNetworkPackagesInput

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.

Sourcemodule ListSolNetworkOperationsOutput = Awso_tnb.Values.ListSolNetworkOperationsOutput

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.

Sourcemodule ListSolNetworkOperationsInput = Awso_tnb.Values.ListSolNetworkOperationsInput

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.

Sourcemodule ListSolNetworkInstancesOutput = Awso_tnb.Values.ListSolNetworkInstancesOutput

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.

Sourcemodule ListSolNetworkInstancesInput = Awso_tnb.Values.ListSolNetworkInstancesInput

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.

Sourcemodule ListSolFunctionPackagesOutput = Awso_tnb.Values.ListSolFunctionPackagesOutput

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.

Sourcemodule ListSolFunctionPackagesInput = Awso_tnb.Values.ListSolFunctionPackagesInput

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.

Sourcemodule ListSolFunctionInstancesOutput = Awso_tnb.Values.ListSolFunctionInstancesOutput

Lists network function instances. A network function instance is a function in a function package .

Sourcemodule ListSolFunctionInstancesInput = Awso_tnb.Values.ListSolFunctionInstancesInput

Lists network function instances. A network function instance is a function in a function package .

Sourcemodule InstantiateSolNetworkInstanceOutput = Awso_tnb.Values.InstantiateSolNetworkInstanceOutput

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.

Sourcemodule InstantiateSolNetworkInstanceInput = Awso_tnb.Values.InstantiateSolNetworkInstanceInput

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.

Sourcemodule GetSolNetworkPackageOutput = Awso_tnb.Values.GetSolNetworkPackageOutput

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.

Sourcemodule GetSolNetworkPackageInput = Awso_tnb.Values.GetSolNetworkPackageInput

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.

Sourcemodule GetSolNetworkPackageDescriptorOutput = Awso_tnb.Values.GetSolNetworkPackageDescriptorOutput

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.

Sourcemodule GetSolNetworkPackageDescriptorInput = Awso_tnb.Values.GetSolNetworkPackageDescriptorInput

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.

Sourcemodule GetSolNetworkPackageContentOutput = Awso_tnb.Values.GetSolNetworkPackageContentOutput

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.

Sourcemodule GetSolNetworkPackageContentInput = Awso_tnb.Values.GetSolNetworkPackageContentInput

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.

Sourcemodule GetSolNetworkOperationOutput = Awso_tnb.Values.GetSolNetworkOperationOutput

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.

Sourcemodule GetSolNetworkOperationInput = Awso_tnb.Values.GetSolNetworkOperationInput

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.

Sourcemodule GetSolNetworkInstanceOutput = Awso_tnb.Values.GetSolNetworkInstanceOutput

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.

Sourcemodule GetSolNetworkInstanceInput = Awso_tnb.Values.GetSolNetworkInstanceInput

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.

Sourcemodule GetSolFunctionPackageOutput = Awso_tnb.Values.GetSolFunctionPackageOutput

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

Sourcemodule GetSolFunctionPackageInput = Awso_tnb.Values.GetSolFunctionPackageInput

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

Sourcemodule GetSolFunctionPackageDescriptorOutput = Awso_tnb.Values.GetSolFunctionPackageDescriptorOutput

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.

Sourcemodule GetSolFunctionPackageDescriptorInput = Awso_tnb.Values.GetSolFunctionPackageDescriptorInput

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.

Sourcemodule GetSolFunctionPackageContentOutput = Awso_tnb.Values.GetSolFunctionPackageContentOutput

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.

Sourcemodule GetSolFunctionPackageContentInput = Awso_tnb.Values.GetSolFunctionPackageContentInput

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.

Sourcemodule GetSolFunctionInstanceOutput = Awso_tnb.Values.GetSolFunctionInstanceOutput

Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. A network function instance is a function in a function package .

Sourcemodule GetSolFunctionInstanceInput = Awso_tnb.Values.GetSolFunctionInstanceInput

Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. A network function instance is a function in a function package .

Sourcemodule DeleteSolNetworkPackageInput = Awso_tnb.Values.DeleteSolNetworkPackageInput

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.

Sourcemodule DeleteSolNetworkInstanceInput = Awso_tnb.Values.DeleteSolNetworkInstanceInput

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.

Sourcemodule DeleteSolFunctionPackageInput = Awso_tnb.Values.DeleteSolFunctionPackageInput

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.

Sourcemodule CreateSolNetworkPackageOutput = Awso_tnb.Values.CreateSolNetworkPackageOutput

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.

Sourcemodule CreateSolNetworkPackageInput = Awso_tnb.Values.CreateSolNetworkPackageInput

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.

Sourcemodule CreateSolNetworkInstanceOutput = Awso_tnb.Values.CreateSolNetworkInstanceOutput

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.

Sourcemodule CreateSolNetworkInstanceInput = Awso_tnb.Values.CreateSolNetworkInstanceInput

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.

Sourcemodule CreateSolFunctionPackageOutput = Awso_tnb.Values.CreateSolFunctionPackageOutput

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.

Sourcemodule CreateSolFunctionPackageInput = Awso_tnb.Values.CreateSolFunctionPackageInput

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.

Sourcemodule CancelSolNetworkOperationInput = Awso_tnb.Values.CancelSolNetworkOperationInput

Cancels a network operation. A network operation is any operation that is done to your network, such as network instance instantiation or termination.