Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

ICustomerListEntriesProvider

Used to provide responses to commands requesting customer managed list data.

Methods

addCustomerListChunk()

addCustomerListChunk(listType: CustomerListType, entries: ICustomerListEntry[]): void

Adds customer managed list data to response. Use repeated calls to addCustomerListChunk to paginate data to prevent loading large lists into memory. Must eventually be followed by a call to commit() after all customer managed list entries have been sent.

Parameters

listType

CustomerListType

The type of customer managed list being sent(ie. watchlist)

entries

ICustomerListEntry[]

A list of entries for the customer managed list.


commit()

commit(): void

Indicates the end of responses. Must be called after the final call of addCustomerListChunk.


Last updated: Jul 22, 2026