Skip to content

Commit 504351e

Browse files
author
AWS
committed
Amazon Pinpoint SMS Voice V2 Update: Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
1 parent 3be34dc commit 504351e

File tree

3 files changed

+465
-7
lines changed

3 files changed

+465
-7
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Pinpoint SMS Voice V2",
4+
"contributor": "",
5+
"description": "Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message."
6+
}

services/pinpointsmsvoicev2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
"limit_key": "MaxResults",
121121
"result_key": "OriginationIdentities"
122122
},
123+
"ListProtectConfigurationRuleSetNumberOverrides": {
124+
"input_token": "NextToken",
125+
"output_token": "NextToken",
126+
"limit_key": "MaxResults",
127+
"result_key": "RuleSetNumberOverrides"
128+
},
123129
"ListRegistrationAssociations": {
124130
"input_token": "NextToken",
125131
"output_token": "NextToken",

0 commit comments

Comments
 (0)