Skip to content

Commit e23bff6

Browse files
author
AWS
committed
Amazon Pinpoint SMS Voice V2 Update: Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries.
1 parent ec357a9 commit e23bff6

File tree

3 files changed

+947
-34
lines changed

3 files changed

+947
-34
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": "Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries."
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
@@ -48,6 +48,12 @@
4848
"limit_key": "MaxResults",
4949
"result_key": "Pools"
5050
},
51+
"DescribeProtectConfigurations": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"result_key": "ProtectConfigurations"
56+
},
5157
"DescribeRegistrationAttachments": {
5258
"input_token": "NextToken",
5359
"output_token": "NextToken",

0 commit comments

Comments
 (0)