Skip to content

Commit e16376e

Browse files
author
AWS
committed
Amazon Lex Model Building V2 Update: This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions.
1 parent 7ab1028 commit e16376e

File tree

3 files changed

+541
-0
lines changed

3 files changed

+541
-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": "Amazon Lex Model Building V2",
4+
"contributor": "",
5+
"description": "This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults"
77
},
8+
"ListBotAliasReplicas": {
9+
"input_token": "nextToken",
10+
"output_token": "nextToken",
11+
"limit_key": "maxResults"
12+
},
813
"ListBotAliases": {
914
"input_token": "nextToken",
1015
"output_token": "nextToken",
@@ -25,6 +30,11 @@
2530
"output_token": "nextToken",
2631
"limit_key": "maxResults"
2732
},
33+
"ListBotVersionReplicas": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults"
37+
},
2838
"ListBotVersions": {
2939
"input_token": "nextToken",
3040
"output_token": "nextToken",

0 commit comments

Comments
 (0)