IoTRoboRunner#
Client#
- class IoTRoboRunner.Client#
 A low-level client representing AWS IoT RoboRunner
An example service, deployed with the Octane Service creator, which will echo the string
import boto3 client = boto3.client('iot-roborunner')
These are the available methods:
- can_paginate
 - close
 - create_destination
 - create_site
 - create_worker
 - create_worker_fleet
 - delete_destination
 - delete_site
 - delete_worker
 - delete_worker_fleet
 - get_destination
 - get_paginator
 - get_site
 - get_waiter
 - get_worker
 - get_worker_fleet
 - list_destinations
 - list_sites
 - list_worker_fleets
 - list_workers
 - update_destination
 - update_site
 - update_worker
 - update_worker_fleet
 
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: