GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::IoTFleetHub(3) User Contributed Perl Documentation Paws::IoTFleetHub(3)

Paws::IoTFleetHub - Perl Interface to AWS AWS IoT Fleet Hub

  use Paws;
  my $obj = Paws->service('IoTFleetHub');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/api.fleethub.iot-2020-11-03>

[ApplicationDescription => Str]
[ClientToken => Str]
[Tags => Paws::IoTFleetHub::TagMap]

Each argument is described in detail in: Paws::IoTFleetHub::CreateApplication

Returns: a Paws::IoTFleetHub::CreateApplicationResponse instance

Creates a Fleet Hub for AWS IoT Device Management web application.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

[ClientToken => Str]

Each argument is described in detail in: Paws::IoTFleetHub::DeleteApplication

Returns: a Paws::IoTFleetHub::DeleteApplicationResponse instance

Deletes a Fleet Hub for AWS IoT Device Management web application.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

Each argument is described in detail in: Paws::IoTFleetHub::DescribeApplication

Returns: a Paws::IoTFleetHub::DescribeApplicationResponse instance

Gets information about a Fleet Hub for AWS IoT Device Management web application.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

[NextToken => Str]

Each argument is described in detail in: Paws::IoTFleetHub::ListApplications

Returns: a Paws::IoTFleetHub::ListApplicationsResponse instance

Gets a list of Fleet Hub for AWS IoT Device Management web applications for the current account.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

Each argument is described in detail in: Paws::IoTFleetHub::ListTagsForResource

Returns: a Paws::IoTFleetHub::ListTagsForResourceResponse instance

Lists the tags for the specified resource.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

Each argument is described in detail in: Paws::IoTFleetHub::TagResource

Returns: a Paws::IoTFleetHub::TagResourceResponse instance

Adds to or modifies the tags of the specified resource. Tags are metadata which can be used to manage a resource.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

Each argument is described in detail in: Paws::IoTFleetHub::UntagResource

Returns: a Paws::IoTFleetHub::UntagResourceResponse instance

Removes the specified tags (metadata) from the resource.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

[ApplicationDescription => Str]
[ApplicationName => Str]
[ClientToken => Str]

Each argument is described in detail in: Paws::IoTFleetHub::UpdateApplication

Returns: a Paws::IoTFleetHub::UpdateApplicationResponse instance

Updates information about a Fleet Hub for a AWS IoT Device Management web application.

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - applicationSummaries, passing the object as the first parameter, and the string 'applicationSummaries' as the second parameter

If not, it will return a a Paws::IoTFleetHub::ListApplicationsResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.