Packages

package kernel

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kernel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AwsCredentials extends AnyRef
  2. case class AwsInstanceMetadata(accessKeyId: String, expiration: Timestamp, secretAccessKey: String, token: String) extends AwsTemporaryCredentials with Product with Serializable
  3. type AwsRegion = kernel.AwsRegion.Type
  4. trait AwsTemporaryCredentials extends AwsCredentials
  5. trait CryptoPlatformCompat extends AnyRef
  6. trait SysEnvPlatformCompat extends AnyRef
  7. type Timestamp = smithy4s.Timestamp

Value Members

  1. val AWS_ACCESS_KEY_ID: String
  2. val AWS_SECRET_ACCESS_KEY: String
  3. val AWS_SESSION_TOKEN: String
  4. val Timestamp: smithy4s.Timestamp.type
  5. val X-Amzn-Errortype: String
  6. object AwsCredentials
  7. object AwsCrypto extends CryptoPlatformCompat
  8. object AwsInstanceMetadata extends Serializable
  9. object AwsRegion extends Newtype[String]
  10. object SysEnv extends SysEnvPlatformCompat

Inherited from AnyRef

Inherited from Any

Ungrouped