Note: You are viewing the documentation for an older major version of the AWS SDK for JavaScript (v2).
The modular AWS SDK for JavaScript (v3) is now General Available. For more information see the Developer Guide or API Reference.
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
-
new AWS.IoTFleetHub(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary
-
createApplication(params = {}, callback) ⇒ AWS.Request
Creates a Fleet Hub for AWS IoT Device Management web application.
-
deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes a Fleet Hub for AWS IoT Device Management web application.
-
describeApplication(params = {}, callback) ⇒ AWS.Request
Gets information about a Fleet Hub for AWS IoT Device Management web application.
-
listApplications(params = {}, callback) ⇒ AWS.Request
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
-
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags for the specified resource.
-
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.
-
updateApplication(params = {}, callback) ⇒ AWS.Request
Updates information about a Fleet Hub for a AWS IoT Device Management web application.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
Property Details
Method Details
createApplication(params = {}, callback) ⇒ AWS.Request
Creates a Fleet Hub for AWS IoT Device Management web application.
deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes a Fleet Hub for AWS IoT Device Management web application.
describeApplication(params = {}, callback) ⇒ AWS.Request
Gets information about a Fleet Hub for AWS IoT Device Management web application.
listApplications(params = {}, callback) ⇒ AWS.Request
Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags for the specified resource.
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.