c

io.scalajs.npm.aws

Service

class Service extends Object

AWS.Service

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

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

Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Service
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Service(config: |[ServiceConfigurationOptions, RawOptions] = js.native)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apiVersions: Array[String]

    The list of API versions supported by this service.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val config: |[ServiceConfigurationOptions, RawOptions]
  8. def defineService(serviceIdentifier: String, versions: Array[String], features: RawOptions): Class[Service]

    Defines a new Service class using a service identifier and list of versions including an optional set of features (functions) to apply to the class prototype.

    Defines a new Service class using a service identifier and list of versions including an optional set of features (functions) to apply to the class prototype.

    serviceIdentifier

    the identifier for the service

    versions

    a list of versions that work with this service

    features

    an object to attach to the prototype

    returns

    the service class defined by this function.

  9. var endpoint: Endpoint

    An Endpoint object representing the endpoint URL for service requests.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. def makeRequest[T](operation: String, params: Dictionary[Any], callback: Function2[AWSError, T, Any]): Unit

    Calls an operation on a service with the given input parameters.

    Calls an operation on a service with the given input parameters.

    operation

    the name of the operation to call on the service.

    params

    a map of input options for the operation

    callback

    If a callback is supplied, it is called when a response is returned from the service. Parameters:

    • err (Error) — the error object returned from the request. Set to null if the request is successful.
    • data (Object) — the de-serialized data returned from the request. Set to null if a request error occurs.
  19. def makeUnauthenticatedRequest[T](operation: String, params: Dictionary[Any], callback: Function2[AWSError, T, Any]): Unit

    Calls an operation on a service with the given input parameters, without any authentication data.

    Calls an operation on a service with the given input parameters, without any authentication data. This method is useful for "public" API operations.

    operation

    the name of the operation to call on the service.

    params

    a map of input options for the operation

    callback

    If a callback is supplied, it is called when a response is returned from the service. Parameters:

    • err (Error) — the error object returned from the request. Set to null if the request is successful.
    • data (Object) — the de-serialized data returned from the request. Set to null if a request error occurs.
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  24. def setupRequestListeners(): Unit

    Override this method to setup any custom request listeners for each new request to the service.

  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toLocaleString(): String
    Definition Classes
    Object
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def valueOf(): Any
    Definition Classes
    Object
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def waitFor[T](state: String, params: Dictionary[Any], callback: Function2[AWSError, T, Any]): Unit

    Waits for a given state

    Waits for a given state

    state

    the state on the service to wait for

    params

    a map of parameters to pass with each request

    callback

    If a callback is supplied, it is called when a response is returned from the service.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped