ListSMSSandboxPhoneNumbers
Source:
src/AWS/SNS/ListSMSSandboxPhoneNumbers.ts
Runtime binding for sns:ListSMSSandboxPhoneNumbers.
An account-scoped operation — lists the destination phone numbers
registered (verified or pending) in the account’s SMS sandbox.
Provide the ListSMSSandboxPhoneNumbersHttp layer on the Function to implement the binding.
SMS Sandbox
Section titled “SMS Sandbox”const listSandboxNumbers = yield* SNS.ListSMSSandboxPhoneNumbers();const { PhoneNumbers } = yield* listSandboxNumbers();