@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSTnbClient extends AmazonWebServiceClient implements AWSTnb
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.
LOGGING_AWS_REQUEST_METRIC ENDPOINT_PREFIX addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset public static AWSTnbClientBuilder builder()
public CancelSolNetworkOperationResult cancelSolNetworkOperation(CancelSolNetworkOperationRequest request)
Cancels a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
cancelSolNetworkOperation in interface AWSTnb cancelSolNetworkOperationRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public CreateSolFunctionPackageResult createSolFunctionPackage(CreateSolFunctionPackageRequest request)
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.
createSolFunctionPackage in interface AWSTnb createSolFunctionPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ServiceQuotaExceededException - Service quotas have been exceeded.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public CreateSolNetworkInstanceResult createSolNetworkInstance(CreateSolNetworkInstanceRequest request)
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.
createSolNetworkInstance in interface AWSTnb createSolNetworkInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ServiceQuotaExceededException - Service quotas have been exceeded.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public CreateSolNetworkPackageResult createSolNetworkPackage(CreateSolNetworkPackageRequest request)
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.
createSolNetworkPackage in interface AWSTnb createSolNetworkPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ServiceQuotaExceededException - Service quotas have been exceeded.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public DeleteSolFunctionPackageResult deleteSolFunctionPackage(DeleteSolFunctionPackageRequest request)
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 .
deleteSolFunctionPackage in interface AWSTnb deleteSolFunctionPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public DeleteSolNetworkInstanceResult deleteSolNetworkInstance(DeleteSolNetworkInstanceRequest request)
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.
deleteSolNetworkInstance in interface AWSTnb deleteSolNetworkInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public DeleteSolNetworkPackageResult deleteSolNetworkPackage(DeleteSolNetworkPackageRequest request)
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.
deleteSolNetworkPackage in interface AWSTnb deleteSolNetworkPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolFunctionInstanceResult getSolFunctionInstance(GetSolFunctionInstanceRequest request)
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 .
getSolFunctionInstance in interface AWSTnb getSolFunctionInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolFunctionPackageResult getSolFunctionPackage(GetSolFunctionPackageRequest request)
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..
getSolFunctionPackage in interface AWSTnb getSolFunctionPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolFunctionPackageContentResult getSolFunctionPackageContent(GetSolFunctionPackageContentRequest request)
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.
getSolFunctionPackageContent in interface AWSTnb getSolFunctionPackageContentRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolFunctionPackageDescriptorResult getSolFunctionPackageDescriptor(GetSolFunctionPackageDescriptorRequest request)
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.
getSolFunctionPackageDescriptor in interface AWSTnb getSolFunctionPackageDescriptorRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolNetworkInstanceResult getSolNetworkInstance(GetSolNetworkInstanceRequest request)
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.
getSolNetworkInstance in interface AWSTnb getSolNetworkInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolNetworkOperationResult getSolNetworkOperation(GetSolNetworkOperationRequest request)
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.
getSolNetworkOperation in interface AWSTnb getSolNetworkOperationRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolNetworkPackageResult getSolNetworkPackage(GetSolNetworkPackageRequest request)
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.
getSolNetworkPackage in interface AWSTnb getSolNetworkPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolNetworkPackageContentResult getSolNetworkPackageContent(GetSolNetworkPackageContentRequest request)
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.
getSolNetworkPackageContent in interface AWSTnb getSolNetworkPackageContentRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public GetSolNetworkPackageDescriptorResult getSolNetworkPackageDescriptor(GetSolNetworkPackageDescriptorRequest request)
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.
getSolNetworkPackageDescriptor in interface AWSTnb getSolNetworkPackageDescriptorRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public InstantiateSolNetworkInstanceResult instantiateSolNetworkInstance(InstantiateSolNetworkInstanceRequest request)
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.
instantiateSolNetworkInstance in interface AWSTnb instantiateSolNetworkInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ServiceQuotaExceededException - Service quotas have been exceeded.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public ListSolFunctionInstancesResult listSolFunctionInstances(ListSolFunctionInstancesRequest request)
Lists network function instances.
A network function instance is a function in a function package .
listSolFunctionInstances in interface AWSTnb listSolFunctionInstancesRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public ListSolFunctionPackagesResult listSolFunctionPackages(ListSolFunctionPackagesRequest request)
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.
listSolFunctionPackages in interface AWSTnb listSolFunctionPackagesRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public ListSolNetworkInstancesResult listSolNetworkInstances(ListSolNetworkInstancesRequest request)
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.
listSolNetworkInstances in interface AWSTnb listSolNetworkInstancesRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public ListSolNetworkOperationsResult listSolNetworkOperations(ListSolNetworkOperationsRequest request)
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.
listSolNetworkOperations in interface AWSTnb listSolNetworkOperationsRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public ListSolNetworkPackagesResult listSolNetworkPackages(ListSolNetworkPackagesRequest request)
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.
listSolNetworkPackages in interface AWSTnb listSolNetworkPackagesRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.AccessDeniedException - Insufficient permissions to make request.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists tags for AWS TNB resources.
listTagsForResource in interface AWSTnb listTagsForResourceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public PutSolFunctionPackageContentResult putSolFunctionPackageContent(PutSolFunctionPackageContentRequest request)
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.
putSolFunctionPackageContent in interface AWSTnb putSolFunctionPackageContentRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public PutSolNetworkPackageContentResult putSolNetworkPackageContent(PutSolNetworkPackageContentRequest request)
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.
putSolNetworkPackageContent in interface AWSTnb putSolNetworkPackageContentRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public TagResourceResult tagResource(TagResourceRequest request)
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.
tagResource in interface AWSTnb tagResourceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public TerminateSolNetworkInstanceResult terminateSolNetworkInstance(TerminateSolNetworkInstanceRequest request)
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.
terminateSolNetworkInstance in interface AWSTnb terminateSolNetworkInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ServiceQuotaExceededException - Service quotas have been exceeded.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public UntagResourceResult untagResource(UntagResourceRequest request)
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.
untagResource in interface AWSTnb untagResourceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public UpdateSolFunctionPackageResult updateSolFunctionPackage(UpdateSolFunctionPackageRequest request)
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.
updateSolFunctionPackage in interface AWSTnb updateSolFunctionPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public UpdateSolNetworkInstanceResult updateSolNetworkInstance(UpdateSolNetworkInstanceRequest request)
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.
updateSolNetworkInstance in interface AWSTnb updateSolNetworkInstanceRequest - InternalServerException - Unexpected error occurred. Problem on the server.ServiceQuotaExceededException - Service quotas have been exceeded.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public UpdateSolNetworkPackageResult updateSolNetworkPackage(UpdateSolNetworkPackageRequest request)
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.
updateSolNetworkPackage in interface AWSTnb updateSolNetworkPackageRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public ValidateSolFunctionPackageContentResult validateSolFunctionPackageContent(ValidateSolFunctionPackageContentRequest request)
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.
validateSolFunctionPackageContent in interface AWSTnb validateSolFunctionPackageContentRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public ValidateSolNetworkPackageContentResult validateSolNetworkPackageContent(ValidateSolNetworkPackageContentRequest request)
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.
validateSolNetworkPackageContent in interface AWSTnb validateSolNetworkPackageContentRequest - InternalServerException - Unexpected error occurred. Problem on the server.ThrottlingException - Exception caused by throttling.ValidationException - Unable to process the request because the client provided input failed to satisfy request constraints.ResourceNotFoundException - Request references a resource that doesn't exist.AccessDeniedException - Insufficient permissions to make request.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AWSTnb request - The originally executed requestpublic void shutdown()
AmazonWebServiceClient shutdown in interface AWSTnb shutdown in class AmazonWebServiceClient