View Source AWS.IoTRoboRunner (aws-elixir v0.13.3)

An example service, deployed with the Octane Service creator, which will echo the string

Link to this section Summary

Functions

Grants permission to create a destination

Grants permission to create a site

Grants permission to create a worker

Grants permission to create a worker fleet

Grants permission to delete a destination

Grants permission to delete a site

Grants permission to delete a worker

Grants permission to delete a worker fleet

Grants permission to get a destination

Grants permission to get a site

Grants permission to get a worker

Grants permission to get a worker fleet

Grants permission to update a destination

Grants permission to update a site

Grants permission to update a worker

Grants permission to update a worker fleet

Link to this section Functions

Link to this function

create_destination(client, input, options \\ [])

View Source

Grants permission to create a destination

Link to this function

create_site(client, input, options \\ [])

View Source

Grants permission to create a site

Link to this function

create_worker(client, input, options \\ [])

View Source

Grants permission to create a worker

Link to this function

create_worker_fleet(client, input, options \\ [])

View Source

Grants permission to create a worker fleet

Link to this function

delete_destination(client, input, options \\ [])

View Source

Grants permission to delete a destination

Link to this function

delete_site(client, input, options \\ [])

View Source

Grants permission to delete a site

Link to this function

delete_worker(client, input, options \\ [])

View Source

Grants permission to delete a worker

Link to this function

delete_worker_fleet(client, input, options \\ [])

View Source

Grants permission to delete a worker fleet

Link to this function

get_destination(client, id, options \\ [])

View Source

Grants permission to get a destination

Link to this function

get_site(client, id, options \\ [])

View Source

Grants permission to get a site

Link to this function

get_worker(client, id, options \\ [])

View Source

Grants permission to get a worker

Link to this function

get_worker_fleet(client, id, options \\ [])

View Source

Grants permission to get a worker fleet

Link to this function

list_destinations(client, max_results \\ nil, next_token \\ nil, site, state \\ nil, options \\ [])

View Source

Grants permission to list destinations

Link to this function

list_sites(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Grants permission to list sites

Link to this function

list_worker_fleets(client, max_results \\ nil, next_token \\ nil, site, options \\ [])

View Source

Grants permission to list worker fleets

Link to this function

list_workers(client, fleet \\ nil, max_results \\ nil, next_token \\ nil, site, options \\ [])

View Source

Grants permission to list workers

Link to this function

update_destination(client, input, options \\ [])

View Source

Grants permission to update a destination

Link to this function

update_site(client, input, options \\ [])

View Source

Grants permission to update a site

Link to this function

update_worker(client, input, options \\ [])

View Source

Grants permission to update a worker

Link to this function

update_worker_fleet(client, input, options \\ [])

View Source

Grants permission to update a worker fleet