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 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 IoT Device Management web application.
When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one.
-
deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes a Fleet Hub for IoT Device Management web application.
.
-
describeApplication(params = {}, callback) ⇒ AWS.Request
Gets information about a Fleet Hub for IoT Device Management web application.
.
-
listApplications(params = {}, callback) ⇒ AWS.Request
Gets a list of Fleet Hub for 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 IoT Device Management web application.
.
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 IoT Device Management web application.
When creating a Fleet Hub application, you must create an organization instance of IAM Identity Center if you don't already have one. The Fleet Hub application you create must also be in the same Amazon Web Services Region of the organization instance of IAM Identity Center. For more information see Enabling IAM Identity Center and Organization instances of IAM Identity Center.
deleteApplication(params = {}, callback) ⇒ AWS.Request
Deletes a Fleet Hub for IoT Device Management web application.
describeApplication(params = {}, callback) ⇒ AWS.Request
Gets information about a Fleet Hub for IoT Device Management web application.
listApplications(params = {}, callback) ⇒ AWS.Request
Gets a list of Fleet Hub for IoT Device Management web applications for the current account.
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.