package aws

aws package object

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

Type Members

  1. type AWSCallback[T] = Function2[AWSError, T, Any]
  2. class AWSError extends Error

    AWS Error

    AWS Error

    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "AWSError" )
  3. type AWSRequest[T] = Request[T, AWSError]
  4. class ConfigBase extends ConfigurationOptions

    AWS.ConfigBase

    AWS.ConfigBase

    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "ConfigBase" )
  5. class ConfigurationOptions extends Object

    Configuration Options

    Configuration Options

    Annotations
    @ScalaJSDefined() @RawJSType()
  6. class CredentialProviderChain extends AnyRef

    Created by ldaniels3 on 3/21/2017.

  7. class Credentials extends AnyRef

    Created by ldaniels3 on 3/21/2017.

  8. class CredentialsOptions extends AnyRef

    Created by ldaniels3 on 3/21/2017.

  9. class Endpoint extends Object

    AWS.Endpoint

    AWS.Endpoint

    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Endpoint" )
    See also

    http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Endpoint.html

  10. class HTTPOptions extends Object

    Created by ldaniels3 on 3/21/2017.

    Created by ldaniels3 on 3/21/2017.

    Annotations
    @ScalaJSDefined() @RawJSType()
  11. type HttpHeaders = Dictionary[String]
  12. trait HttpRequest extends Object

    Represents an Http Request

    Represents an Http Request

    Annotations
    @RawJSType() @native()
  13. trait HttpResponse extends Object

    Represents an Http Response

    Represents an Http Response

    Annotations
    @RawJSType() @native()
  14. class Logger extends Object

    Created by ldaniels3 on 3/21/2017.

    Created by ldaniels3 on 3/21/2017.

    Annotations
    @RawJSType() @native()
  15. class ParamValidation extends Object

    Created by ldaniels3 on 3/21/2017.

    Created by ldaniels3 on 3/21/2017.

    Annotations
    @RawJSType() @native()
  16. trait Progress extends Object

    Represents the Progress of a HTTP operation

    Represents the Progress of a HTTP operation

    Annotations
    @RawJSType() @native()
  17. trait Request [T, E] extends Object with IEventEmitter

    AWS.Request - All requests made through the SDK are asynchronous and use a callback interface.

    AWS.Request - All requests made through the SDK are asynchronous and use a callback interface. Each service method that kicks off a request returns an AWS.Request object that you can use to register callbacks.

    Annotations
    @RawJSType() @native()
    See also

    http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Request.html

  18. trait Response [T, E] extends Object

    AWS.Response

    AWS.Response

    Annotations
    @RawJSType() @native()
  19. class RetryDelayOptions extends AnyRef

    Created by ldaniels3 on 3/21/2017.

  20. class SES extends Object

    AWS.SES

    AWS.SES

    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "SES" )
  21. class Service extends Object

    AWS.Service

    AWS.Service

    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Service" )
    See also

    http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Service.html

  22. class ServiceConfigurationOptions extends Object

    Service Configuration Options

    Service Configuration Options

    Annotations
    @ScalaJSDefined() @RawJSType()
  23. type StatusCode = Int
  24. type StatusMessage = String

Value Members

  1. object AWS

    AWS Singleton

  2. object Request

    AWS.Request Companion

Inherited from AnyRef

Inherited from Any

Ungrouped