Expand description
AWS IoT Wireless (iotwireless) restJson1 dispatch.
Requests are routed to one of the 112 modelled operations by HTTP method +
@http URI template (the route table in crate::generated). Path labels
are captured positionally (percent-decoded). Input is validated against the
model-derived constraints (crate::validate), then handled either by the
generic resource engine ([engine], for the create / get / list / update /
delete verb of every named resource family) or by a resource-specific
handler ([special], for tagging, position configurations, resource
positions, and the wireless-device import task lookup). State is
account-partitioned and persisted.
Re-exports§
pub use crate::generated::ACTIONS as IOTWIRELESS_ACTIONS;