Package-level declarations

Types

Link copied to clipboard
data class GetAccessCredentialsResult(val accessKey: String, val backend: String, val id: String, val leaseDuration: Int, val leaseId: String, val leaseRenewable: Boolean, val leaseStartTime: String, val namespace: String? = null, val region: String? = null, val role: String, val roleArn: String? = null, val secretKey: String, val securityToken: String, val ttl: String? = null, val type: String? = null)

A collection of values returned by getAccessCredentials.

Link copied to clipboard
data class GetStaticAccessCredentialsResult(val accessKey: String, val backend: String, val id: String, val name: String, val namespace: String? = null, val secretKey: String)

A collection of values returned by getStaticAccessCredentials.