Skip to content

ListOriginationNumbers

Source: src/AWS/SNS/ListOriginationNumbers.ts

Runtime binding for sns:ListOriginationNumbers.

An account-scoped operation — lists the origination phone numbers available to send SMS from this account. Provide the ListOriginationNumbersHttp layer on the Function to implement the binding.

const listOriginationNumbers = yield* SNS.ListOriginationNumbers();
const { PhoneNumbers } = yield* listOriginationNumbers();