Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ResponseDeserializer<OutputType, ResponseType, Context>

Type Parameters

  • OutputType

  • ResponseType = any

  • Context = any

Hierarchy

  • ResponseDeserializer
  • Converts the output of an operation into JavaScript types.

    Parameters

    • output: ResponseType

      The HTTP response received from the service

    • context: Context

      context containing runtime-specific util functions.

    Returns Promise<OutputType>