Skip to content

Commit

Permalink
Amazon Simple Notification Service Update: This release adds SMS sand…
Browse files Browse the repository at this point in the history
…box in Amazon SNS and the ability to view all configured origination numbers. The SMS sandbox provides a safe environment for sending SMS messages, without risking your reputation as an SMS sender.
  • Loading branch information
AWS committed Jun 1, 2021
1 parent 74e7e59 commit 1ad3508
Show file tree
Hide file tree
Showing 3 changed files with 457 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Simple Notification Service",
"contributor": "",
"description": "This release adds SMS sandbox in Amazon SNS and the ability to view all configured origination numbers. The SMS sandbox provides a safe environment for sending SMS messages, without risking your reputation as an SMS sender."
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@
"output_token": "NextToken",
"result_key": "Endpoints"
},
"ListOriginationNumbers": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "PhoneNumbers"
},
"ListPlatformApplications": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "PlatformApplications"
},
"ListSMSSandboxPhoneNumbers": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "PhoneNumbers"
},
"ListSubscriptions": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
Loading

0 comments on commit 1ad3508

Please sign in to comment.