Class: AWS.IoTFleetHub
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.IoTFleetHub
- Identifier:
- iotfleethub
- API Version:
- 2020-11-03
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.
Sending a Request Using IoTFleetHub
var iotfleethub = new AWS.IoTFleetHub();
iotfleethub.createApplication(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 IoTFleetHub object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var iotfleethub = new AWS.IoTFleetHub({apiVersion: '2020-11-03'});
You can also set the API version globally in AWS.config.apiVersions
using
the iotfleethub service identifier:
AWS.config.apiVersions = {
iotfleethub: '2020-11-03',
// other service API versions
};
var iotfleethub = new AWS.IoTFleetHub();
Constructor Summary collapse
-
new AWS.IoTFleetHub(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
-
createApplication(params = {}, callback) ⇒ AWS.Request
Creates a Fleet Hub for AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.- deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes a Fleet Hub for AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.- describeApplication(params = {}, callback) ⇒ AWS.Request
Gets information about a Fleet Hub for AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.- listApplications(params = {}, callback) ⇒ AWS.Request
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.- listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags for the specified resource.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.- tagResource(params = {}, callback) ⇒ AWS.Request
Adds to or modifies the tags of the specified resource.
- untagResource(params = {}, callback) ⇒ AWS.Request
Removes the specified tags (metadata) from the resource.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.- updateApplication(params = {}, callback) ⇒ AWS.Request
Updates information about a Fleet Hub for a AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.IoTFleetHub(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
createApplication(params = {}, callback) ⇒ AWS.Request
Creates a Fleet Hub for AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes a Fleet Hub for AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.describeApplication(params = {}, callback) ⇒ AWS.Request
Gets information about a Fleet Hub for AWS IoT Device Management web application.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.listApplications(params = {}, callback) ⇒ AWS.Request
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags for the specified resource.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.tagResource(params = {}, callback) ⇒ AWS.Request
Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.
Note: Fleet Hub for AWS IoT Device Management is in public preview and is subject to change. - deleteApplication(params = {}, callback) ⇒ AWS.Request