Skip to content

Commit 840d72c

Browse files
author
AWS
committed
AmazonApiGatewayV2 Update: Adds support to create routing rules and set the routing mode for a custom domain name.
1 parent 8c462a0 commit 840d72c

File tree

3 files changed

+715
-5
lines changed

3 files changed

+715
-5
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": "AmazonApiGatewayV2",
4+
"contributor": "",
5+
"description": "Adds support to create routing rules and set the routing mode for a custom domain name."
6+
}
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"pagination" : { }
2+
"pagination": {
3+
"ListRoutingRules": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "RoutingRules"
8+
}
9+
}
310
}

0 commit comments

Comments
 (0)