Skip to content

GetSMSAttributes

Source: src/AWS/SNS/GetSMSAttributes.ts

Runtime binding for sns:GetSMSAttributes.

An account-scoped operation — reads the account-level SMS settings such as DefaultSMSType, MonthlySpendLimit, and delivery-status sampling. Provide the GetSMSAttributesHttp layer on the Function to implement the binding.

const getSmsAttributes = yield* SNS.GetSMSAttributes();
const { attributes } = yield* getSmsAttributes();