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 FinalizeHandlerArguments<Input>

Type Parameters

  • Input extends object

Hierarchy

Properties

Properties

input: Input

User input to a command. Reflects the userland representation of the union of data types the command can effectively handle.

request: unknown

The user input serialized as a request.