DeleteSMSSandboxPhoneNumber
Source:
src/AWS/SNS/DeleteSMSSandboxPhoneNumber.ts
Runtime binding for sns:DeleteSMSSandboxPhoneNumber.
An account-scoped operation — removes a destination phone number from
the account’s SMS sandbox.
Provide the DeleteSMSSandboxPhoneNumberHttp layer on the Function to implement the binding.
SMS Sandbox
Section titled “SMS Sandbox”const deleteSandboxNumber = yield* SNS.DeleteSMSSandboxPhoneNumber();yield* deleteSandboxNumber({ PhoneNumber: "+15555550123" });