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 Buffer extends Any
    Annotations
    @JSType() @native()
  6. trait Crypto extends Object

    Annotations
    @JSType() @native()
    See also

    https://nodejs.org/dist/latest-v7.x/docs/api/crypto.html#crypto_crypto

  7. trait CryptoPlatformCompat extends AnyRef
  8. trait Hash extends Any
    Annotations
    @JSType() @native()
  9. trait Hmac extends Any
    Annotations
    @JSType() @native()
  10. trait SysEnvPlatformCompat extends AnyRef
  11. 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 Buffer extends Object
    Annotations
    @native() @JSGlobal()
  11. object Crypto extends Object with Crypto
    Annotations
    @native() @JSImport("crypto", JSImport.Namespace)
  12. object CryptoPlatformCompat
  13. object SysEnv extends SysEnvPlatformCompat

Inherited from AnyRef

Inherited from Any

Ungrouped