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