Http

fun IotJobsDataPlane.Companion.Http(region: Region, credentialsProvider: CredentialsProvider, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), overrideEndpoint: Uri? = null): IotJobsDataPlane(source)

Standard HTTP implementation of IotJobsDataPlane. The endpoint defaults to https://data.jobs.iot..amazonaws.com - it cannot be derived from the companion, which carries the service's SigV4 signing name (iot-jobs-data) instead.


fun IotJobsDataPlane.Companion.Http(env: Map<String, String> = System.getenv(), http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env), overrideEndpoint: Uri? = null): IotJobsDataPlane(source)

Convenience function to create a IotJobsDataPlane from a System environment


fun IotJobsDataPlane.Companion.Http(env: Environment, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env), overrideEndpoint: Uri? = null): IotJobsDataPlane(source)

Convenience function to create a IotJobsDataPlane from an http4k Environment