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.
SMS Account Settings
Section titled “SMS Account Settings”const getSmsAttributes = yield* SNS.GetSMSAttributes();const { attributes } = yield* getSmsAttributes();