Package-level declarations
Types
Link copied to clipboard
interface SystemsManager
Docs: https://docs.aws.amazon.com/systems-manager/latest/APIReference/Welcome.html
Link copied to clipboard
abstract class SystemsManagerAction<R : Any>(clazz: KClass<R>, autoMarshalling: AutoMarshalling = SystemsManagerMoshi) : AwsJsonAction<R>
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun SystemsManager.Companion.Http(env: Map<String, String> = getenv(), http: HttpHandler = JavaHttpClient(), clock: Clock = systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env), overrideEndpoint: Uri? = null): SystemsManager
Convenience function to create a SystemsManager from a System environment
fun SystemsManager.Companion.Http(env: Environment, http: HttpHandler = JavaHttpClient(), clock: Clock = systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env), overrideEndpoint: Uri? = null): SystemsManager
Convenience function to create a SystemsManager from an http4k Environment
fun SystemsManager.Companion.Http(region: Region, credentialsProvider: CredentialsProvider, http: HttpHandler = JavaHttpClient(), clock: Clock = systemUTC(), overrideEndpoint: Uri? = null): SystemsManager
Standard HTTP implementation of SystemsManager
Link copied to clipboard