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.
SMS Account Settings
Section titled “SMS Account Settings”const listOriginationNumbers = yield* SNS.ListOriginationNumbers();const { PhoneNumbers } = yield* listOriginationNumbers();