package aws
aws package object
- Alphabetic
- By Inheritance
- aws
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type AWSCallback[T] = Function2[AWSError, T, Any]
-
class
AWSError
extends Error
AWS Error
AWS Error
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "AWSError" )
- type AWSRequest[T] = Request[T, AWSError]
-
class
ConfigBase
extends ConfigurationOptions
AWS.ConfigBase
AWS.ConfigBase
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "ConfigBase" )
-
class
ConfigurationOptions
extends Object
Configuration Options
Configuration Options
- Annotations
- @ScalaJSDefined() @RawJSType()
-
class
CredentialProviderChain
extends AnyRef
Created by ldaniels3 on 3/21/2017.
-
class
Credentials
extends AnyRef
Created by ldaniels3 on 3/21/2017.
-
class
CredentialsOptions
extends AnyRef
Created by ldaniels3 on 3/21/2017.
-
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
-
class
HTTPOptions
extends Object
Created by ldaniels3 on 3/21/2017.
Created by ldaniels3 on 3/21/2017.
- Annotations
- @ScalaJSDefined() @RawJSType()
- type HttpHeaders = Dictionary[String]
-
trait
HttpRequest
extends Object
Represents an Http Request
Represents an Http Request
- Annotations
- @RawJSType() @native()
-
trait
HttpResponse
extends Object
Represents an Http Response
Represents an Http Response
- Annotations
- @RawJSType() @native()
-
class
Logger
extends Object
Created by ldaniels3 on 3/21/2017.
Created by ldaniels3 on 3/21/2017.
- Annotations
- @RawJSType() @native()
-
class
ParamValidation
extends Object
Created by ldaniels3 on 3/21/2017.
Created by ldaniels3 on 3/21/2017.
- Annotations
- @RawJSType() @native()
-
trait
Progress
extends Object
Represents the Progress of a HTTP operation
Represents the Progress of a HTTP operation
- Annotations
- @RawJSType() @native()
-
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
-
trait
Response
[T, E] extends Object
AWS.Response
AWS.Response
- Annotations
- @RawJSType() @native()
-
class
RetryDelayOptions
extends AnyRef
Created by ldaniels3 on 3/21/2017.
-
class
SES
extends Object
AWS.SES
AWS.SES
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "SES" )
-
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
-
class
ServiceConfigurationOptions
extends Object
Service Configuration Options
Service Configuration Options
- Annotations
- @ScalaJSDefined() @RawJSType()
- type StatusCode = Int
- type StatusMessage = String