Skip to content

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.

const listSandboxNumbers = yield* SNS.ListSMSSandboxPhoneNumbers();
const { PhoneNumbers } = yield* listSandboxNumbers();