Package-level declarations
Types
Link copied to clipboard
class FakeIotJobsDataPlane(jobs: Storage<StoredJob> = Storage.InMemory(), region: Region = Region.of("ldn-north-1"), clock: Clock = Clock.systemUTC()) : ChaoticHttpHandler
The device side of AWS IoT Jobs. Construct it over the same jobs storage as a FakeIot and the control plane and the device API see one jobs state; on its own it starts empty (and, having no CreateJob, stays that way unless the storage is seeded directly).