Skip to content

Commit 9457380

Browse files
author
AWS
committed
AWS App Runner Update: This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService.
1 parent 9595878 commit 9457380

File tree

3 files changed

+298
-14
lines changed

3 files changed

+298
-14
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 App Runner",
4+
"contributor": "",
5+
"description": "This release adds support for App Runner to route outbound network traffic of a service through an Amazon VPC. New API: CreateVpcConnector, DescribeVpcConnector, ListVpcConnectors, and DeleteVpcConnector. Updated API: CreateService, DescribeService, and UpdateService."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"input_token": "NextToken",
2525
"output_token": "NextToken",
2626
"limit_key": "MaxResults"
27+
},
28+
"ListVpcConnectors": {
29+
"input_token": "NextToken",
30+
"output_token": "NextToken",
31+
"limit_key": "MaxResults"
2732
}
2833
}
2934
}

0 commit comments

Comments
 (0)