Skip to content

GetSMSSandboxAccountStatus

Source: src/AWS/SNS/GetSMSSandboxAccountStatus.ts

Runtime binding for sns:GetSMSSandboxAccountStatus.

An account-scoped operation — reports whether the account is still in the SMS sandbox (only verified destination numbers deliverable). Provide the GetSMSSandboxAccountStatusHttp layer on the Function to implement the binding.

const getSandboxStatus = yield* SNS.GetSMSSandboxAccountStatus();
const { IsInSandbox } = yield* getSandboxStatus();