Skip to content

Commit ad2bf46

Browse files
author
AWS
committed
AWS End User Messaging Social Update: This release introduces new WhatsApp template management APIs that enable customers to programmatically create and submit templates for approval, monitor approval status, and manage the complete template lifecycle
1 parent 0196e51 commit ad2bf46

File tree

3 files changed

+865
-0
lines changed

3 files changed

+865
-0
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": "AWS End User Messaging Social",
4+
"contributor": "",
5+
"description": "This release introduces new WhatsApp template management APIs that enable customers to programmatically create and submit templates for approval, monitor approval status, and manage the complete template lifecycle"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults",
77
"result_key": "linkedAccounts"
8+
},
9+
"ListWhatsAppMessageTemplates": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "templates"
14+
},
15+
"ListWhatsAppTemplateLibrary": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "metaLibraryTemplates"
820
}
921
}
1022
}

0 commit comments

Comments
 (0)