Skip to content

Commit 9183445

Browse files
author
AWS
committed
AWS App Mesh Update: AppMesh now supports Ingress which allows resources outside a mesh to communicate to resources that are inside the mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html
1 parent 3eed238 commit 9183445

File tree

3 files changed

+1640
-24
lines changed

3 files changed

+1640
-24
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS App Mesh",
4+
"description": "AppMesh now supports Ingress which allows resources outside a mesh to communicate to resources that are inside the mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual_gateways.html"
5+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListGatewayRoutes": {
4+
"input_token": "nextToken",
5+
"limit_key": "limit",
6+
"output_token": "nextToken",
7+
"result_key": "gatewayRoutes"
8+
},
39
"ListMeshes": {
410
"input_token": "nextToken",
511
"limit_key": "limit",
@@ -18,6 +24,12 @@
1824
"output_token": "nextToken",
1925
"result_key": "tags"
2026
},
27+
"ListVirtualGateways": {
28+
"input_token": "nextToken",
29+
"limit_key": "limit",
30+
"output_token": "nextToken",
31+
"result_key": "virtualGateways"
32+
},
2133
"ListVirtualNodes": {
2234
"input_token": "nextToken",
2335
"limit_key": "limit",

0 commit comments

Comments
 (0)