Returns the settings for sending SMS messages from your Amazon Web Services account.
These settings are set with the SetSMSAttributes action.
SetSMSAttributes
Use a bare-bones client and the command you need to make an API call.
import { SNSClient, GetSMSAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import // const { SNSClient, GetSMSAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import const client = new SNSClient(config); const command = new GetSMSAttributesCommand(input); const response = await client.send(command);
GetSMSAttributesCommandInput for command's input shape.
input
GetSMSAttributesCommandOutput for command's response shape.
response
config for SNSClient's config shape.
config
Returns the settings for sending SMS messages from your Amazon Web Services account.
These settings are set with the
SetSMSAttributes
action.Use a bare-bones client and the command you need to make an API call.
import { SNSClient, GetSMSAttributesCommand } from "@aws-sdk/client-sns"; // ES Modules import // const { SNSClient, GetSMSAttributesCommand } = require("@aws-sdk/client-sns"); // CommonJS import const client = new SNSClient(config); const command = new GetSMSAttributesCommand(input); const response = await client.send(command);
GetSMSAttributesCommandInput for command's
input
shape.GetSMSAttributesCommandOutput for command's
response
shape.config for SNSClient's
config
shape.