Class: AWS.PrivateNetworks
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.PrivateNetworks
- Identifier:
- privatenetworks
- API Version:
- 2021-12-03
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. Private 5G provides the pre-configured hardware and software for mobile networks, helps automate setup, and scales capacity on demand to support additional devices as needed.
Sending a Request Using PrivateNetworks
var privatenetworks = new AWS.PrivateNetworks();
privatenetworks.acknowledgeOrderReceipt(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the PrivateNetworks object uses this specific API, you can
construct the object by passing the apiVersion option to the constructor:
var privatenetworks = new AWS.PrivateNetworks({apiVersion: '2021-12-03'});
You can also set the API version globally in AWS.config.apiVersions using
the privatenetworks service identifier:
AWS.config.apiVersions = {
privatenetworks: '2021-12-03',
// other service API versions
};
var privatenetworks = new AWS.PrivateNetworks();
Constructor Summary collapse
-
new AWS.PrivateNetworks(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
acknowledgeOrderReceipt(params = {}, callback) ⇒ AWS.Request
Acknowledges that the specified network order was received.
.
-
activateDeviceIdentifier(params = {}, callback) ⇒ AWS.Request
Activates the specified device identifier.
.
-
activateNetworkSite(params = {}, callback) ⇒ AWS.Request
Activates the specified network site.
.
-
configureAccessPoint(params = {}, callback) ⇒ AWS.Request
Configures the specified network resource.
-
createNetwork(params = {}, callback) ⇒ AWS.Request
Creates a network.
.
-
createNetworkSite(params = {}, callback) ⇒ AWS.Request
Creates a network site.
.
-
deactivateDeviceIdentifier(params = {}, callback) ⇒ AWS.Request
Deactivates the specified device identifier.
.
-
deleteNetwork(params = {}, callback) ⇒ AWS.Request
Deletes the specified network.
-
deleteNetworkSite(params = {}, callback) ⇒ AWS.Request
Deletes the specified network site.
-
getDeviceIdentifier(params = {}, callback) ⇒ AWS.Request
Gets the specified device identifier.
.
-
getNetwork(params = {}, callback) ⇒ AWS.Request
Gets the specified network.
.
-
getNetworkResource(params = {}, callback) ⇒ AWS.Request
Gets the specified network resource.
.
-
getNetworkSite(params = {}, callback) ⇒ AWS.Request
Gets the specified network site.
.
-
getOrder(params = {}, callback) ⇒ AWS.Request
Gets the specified order.
.
-
listDeviceIdentifiers(params = {}, callback) ⇒ AWS.Request
Lists device identifiers.
-
listNetworkResources(params = {}, callback) ⇒ AWS.Request
Lists network resources.
-
listNetworks(params = {}, callback) ⇒ AWS.Request
Lists networks.
-
listNetworkSites(params = {}, callback) ⇒ AWS.Request
Lists network sites.
-
listOrders(params = {}, callback) ⇒ AWS.Request
Lists orders.
-
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags for the specified resource.
.
-
ping(params = {}, callback) ⇒ AWS.Request
Checks the health of the service.
.
-
startNetworkResourceUpdate(params = {}, callback) ⇒ AWS.Request
Use this action to do the following tasks:
-
Update the duration and renewal status of the commitment period for a radio unit.
-
-
tagResource(params = {}, callback) ⇒ AWS.Request
Adds tags to the specified resource.
-
untagResource(params = {}, callback) ⇒ AWS.Request
Removes tags from the specified resource.
.
-
updateNetworkSite(params = {}, callback) ⇒ AWS.Request
Updates the specified network site.
.
-
updateNetworkSitePlan(params = {}, callback) ⇒ AWS.Request
Updates the specified network site plan.
.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.PrivateNetworks(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.